mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Update composer.json
Believe just adding an additional pipe and appending the new version there should do :)
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.1.*|5.2.*",
|
"illuminate/support": "5.1.*|5.2.*|5.3.*",
|
||||||
"illuminate/session": "5.1.*|5.2.*",
|
"illuminate/session": "5.1.*|5.2.*|5.3.*",
|
||||||
"illuminate/events": "5.1.*|5.2.*"
|
"illuminate/events": "5.1.*|5.2.*|5.3.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.0",
|
"phpunit/phpunit": "~4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user