added suggested cart package

This commit is contained in:
2025-10-11 22:50:44 -07:00
parent 590e7e652c
commit 66db31c7ad

View File

@@ -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/"