mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 15:15:27 +00:00
Remove incompatible versions composer.json
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/support": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
||||
"illuminate/session": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
||||
"illuminate/events": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*"
|
||||
"illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
||||
"illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
|
||||
"illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",
|
||||
"mockery/mockery": "^1.0",
|
||||
"orchestra/testbench": "^3.1"
|
||||
"orchestra/testbench": "^3.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user