Add Laravel 5.6 support
This commit is contained in:
@ -11,11 +11,11 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.5.9 || ^7.0",
|
"php": "^5.5.9 || ^7.0",
|
||||||
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
|
"illuminate/support": "^5.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"graham-campbell/testbench": "^3.4 || ^4.0",
|
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
|
||||||
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3"
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
Reference in New Issue
Block a user