08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
49
packages/digital-bird/shoppingcart/composer.json
Normal file
49
packages/digital-bird/shoppingcart/composer.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "digital-bird/shoppingcart",
|
||||
"description": "Laravel Shoppingcart",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"shoppingcart"
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rob Gloudemans",
|
||||
"email": "info@robgloudemans.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
|
||||
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
|
||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.0|~6.0|~7.0|~8.0|~9,0",
|
||||
"mockery/mockery": "~0.9.0",
|
||||
"orchestra/testbench": "~3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Gloudemans\\Shoppingcart\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Gloudemans\\Tests\\Shoppingcart\\": "tests/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"gloudemans/notify": "Simple flash notifications for Laravel"
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Cart": "Gloudemans\\Shoppingcart\\Facades\\Cart"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue