mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Updated composer.json to allow Laravel 6.0 dependencies
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
"illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*",
|
||||||
"illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
"illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*",
|
||||||
"illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*"
|
"illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",
|
"phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user