mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Updated composer json
Updated composer.json to support laravel 5.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "gloudemans/shoppingcart",
|
"name": "bumbummen99/shoppingcart",
|
||||||
"description": "Laravel Shoppingcart",
|
"description": "Laravel Shoppingcart",
|
||||||
"keywords": ["laravel", "shoppingcart"],
|
"keywords": ["laravel", "shoppingcart"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -7,12 +7,16 @@
|
|||||||
{
|
{
|
||||||
"name": "Rob Gloudemans",
|
"name": "Rob Gloudemans",
|
||||||
"email": "info@robgloudemans.nl"
|
"email": "info@robgloudemans.nl"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Patrick Henninger",
|
||||||
|
"email": "privat@skyraptor.eu"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
|
||||||
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
|
||||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
|
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.0|~6.0|~7.0",
|
"phpunit/phpunit": "~5.0|~6.0|~7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user