mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "gloudemans/shoppingcart",
|
|
"description": "Laravel 4 Shoppingcart",
|
|
"authors": [
|
|
{
|
|
"name": "Rob Gloudemans",
|
|
"email": "Rob_Gloudemans@hotmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"illuminate/support": "4.0.x"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gloudemans\\Shoppingcart": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |