mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Large update for version 2.0
This commit is contained in:
@@ -1,29 +1,31 @@
|
||||
{
|
||||
"name": "gloudemans/shoppingcart",
|
||||
"description": "Laravel 5 Shoppingcart",
|
||||
"description": "Laravel Shoppingcart",
|
||||
"keywords": ["laravel", "shoppingcart"],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rob Gloudemans",
|
||||
"email": "Rob_Gloudemans@hotmail.com"
|
||||
"email": "info@robgloudemans.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"illuminate/support": "~5.0"
|
||||
"illuminate/support": "5.2.*",
|
||||
"illuminate/session": "^5.2.*",
|
||||
"illuminate/events": "^5.2.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "~0.9",
|
||||
"phpunit/phpunit": "~4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"gloudemans/notify": "Simple flash notifications for Laravel 5"
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"mockery/mockery": "~0.9.0",
|
||||
"orchestra/testbench": "~3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Gloudemans\\Shoppingcart": "src/"
|
||||
"psr-4": {
|
||||
"Gloudemans\\Shoppingcart\\": "src/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"gloudemans/notify": "Simple flash notifications for Laravel"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user