mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
32 lines
787 B
JSON
32 lines
787 B
JSON
{
|
|
"name": "gloudemans/shoppingcart",
|
|
"description": "Laravel Shoppingcart",
|
|
"keywords": ["laravel", "shoppingcart"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rob Gloudemans",
|
|
"email": "info@robgloudemans.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"illuminate/support": "5.2.*",
|
|
"illuminate/session": "^5.2.*",
|
|
"illuminate/events": "^5.2.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"mockery/mockery": "~0.9.0",
|
|
"orchestra/testbench": "~3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gloudemans\\Shoppingcart\\": "src/"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"gloudemans/notify": "Simple flash notifications for Laravel"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|