license update use MIT

This commit is contained in:
2025-04-07 23:57:41 -07:00
parent b5926c260e
commit 013bec1b54
2 changed files with 8 additions and 234 deletions

View File

@@ -2,17 +2,17 @@
"name": "hi-powered-dev/cake-products",
"description": "A CakePHP plugin for managing product catalog(s)",
"type": "cakephp-plugin",
"license": "AGPL-3.0-or-later",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"dereuromark/cakephp-tools": "^3.9",
"hi-powered-dev/cheese-cake": "dev-prod",
"cakephp/migrations": "^4.0.0",
"cakephp/cakephp": "^5.0.1"
},
"require-dev": {
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.1",
"cakephp/migrations": "^4.0.0"
},
"autoload": {
"psr-4": {