Skip to content

Commit 570c03e

Browse files
committed
Removes incorrect statement of support for L5.0
1 parent 024ef09 commit 570c03e

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,11 @@ php:
66
- 7.1
77

88
env:
9-
- LARAVEL_VERSION=5.0.*
109
- LARAVEL_VERSION=5.1.*
1110
- LARAVEL_VERSION=5.2.*
1211
- LARAVEL_VERSION=5.3.*
1312
- LARAVEL_VERSION=5.4.*
1413

15-
matrix:
16-
exclude:
17-
- php: 7.0
18-
env: LARAVEL_VERSION=5.0.*
19-
- php: 7.1
20-
env: LARAVEL_VERSION=5.0.*
21-
2214
cache:
2315
directories:
2416
- $HOME/.composer/cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the right one.
1818
| --------------- | --------------- | --------------- |
1919
| `^v1.2` | `^v4.1` | `^v2.0` |
2020
| `^v2.0` | `v5.0-v5.3` | `^v2.1` |
21-
| `^v3.0` | `^v5.0` | `^v3.0` |
21+
| `^v3.0` | `^v5.1` | `^v3.0` |
2222

2323
## Installation
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^5.6 || ^7.0",
1717
"phpspec/phpspec": "~3.0",
18-
"laravel/framework": "~5.0"
18+
"laravel/framework": "~5.1"
1919
},
2020
"autoload": {
2121
"psr-0": {

0 commit comments

Comments
 (0)