mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Merge pull request #425 from publiux/master
Updated composer.json for Laravel 5.6 support
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
|
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||||
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
|
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
|
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.0|~6.0",
|
"phpunit/phpunit": "~5.0|~6.0|~7.0",
|
||||||
"mockery/mockery": "~0.9.0",
|
"mockery/mockery": "~0.9.0",
|
||||||
"orchestra/testbench": "~3.1"
|
"orchestra/testbench": "~3.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user