license update use MIT
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user