File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 66 - 7.1
77
88env :
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-
2214cache :
2315 directories :
2416 - $HOME/.composer/cache
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments