composer name fix
This commit is contained in:
parent
ded60d16bf
commit
23147fc574
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "your-name-here/cake-products",
|
"name": "hi-powered-dev/cake-products",
|
||||||
"description": "CakeProducts plugin for CakePHP",
|
"description": "A CakePHP plugin for managing product catalog(s)",
|
||||||
"type": "cakephp-plugin",
|
"type": "cakephp-plugin",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-or-later",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"cakephp/cakephp": "^5.0.1"
|
"cakephp/cakephp": "^5.0.1"
|
||||||
|
|
Loading…
Reference in New Issue