mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
@@ -10,9 +10,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
|
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
|
||||||
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*",
|
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
|
||||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*"
|
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.0",
|
"phpunit/phpunit": "~5.0",
|
||||||
@@ -32,5 +32,15 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"gloudemans/notify": "Simple flash notifications for Laravel"
|
"gloudemans/notify": "Simple flash notifications for Laravel"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable"
|
"minimum-stability": "stable",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider"
|
||||||
|
],
|
||||||
|
"aliases": {
|
||||||
|
"Cart": "Gloudemans\\Shoppingcart\\Facades\\Cart"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user