mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-12 02:55:13 +00:00
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"name": "gloudemans/shoppingcart",
|
|
"description": "Laravel 4 Shoppingcart",
|
|
"keywords": ["laravel", "shoppingcart"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rob Gloudemans",
|
|
"email": "Rob_Gloudemans@hotmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"illuminate/support": "~4"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "0.9.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gloudemans\\Shoppingcart": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|