mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 13:55:26 +00:00
30 lines
699 B
JSON
30 lines
699 B
JSON
{
|
|
"name": "gloudemans/shoppingcart",
|
|
"description": "Laravel 5 Shoppingcart",
|
|
"keywords": ["laravel", "shoppingcart"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rob Gloudemans",
|
|
"email": "Rob_Gloudemans@hotmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/support": "~5.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"suggest": {
|
|
"gloudemans/notify": "Simple flash notifications for Laravel 5"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gloudemans\\Shoppingcart": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|