added suggested cart package
This commit is contained in:
parent
590e7e652c
commit
66db31c7ad
|
@ -16,6 +16,9 @@
|
||||||
"phpunit/phpunit": "^10.1",
|
"phpunit/phpunit": "^10.1",
|
||||||
"cakephp/migrations": "^4.0.0"
|
"cakephp/migrations": "^4.0.0"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"hi-powered-dev/cake-carts": "Allow users to add products/SKUs to a cart"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"CakeProducts\\": "src/"
|
"CakeProducts\\": "src/"
|
||||||
|
|
Loading…
Reference in New Issue