35 lines
769 B
JSON
35 lines
769 B
JSON
{
|
|
"name": "hi-powered-dev/cheese-cake",
|
|
"description": "A CakePHP plugin with misc. goodies ",
|
|
"type": "cakephp-plugin",
|
|
"license": "AGPL-3.0-or-later",
|
|
"keywords": [
|
|
"cakephp"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "HiPoweredDev",
|
|
"homepage": "https://hipowered.dev",
|
|
"role": "Author"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"cakephp/cakephp": "^5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CheeseCake\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CheeseCake\\Test\\": "tests/",
|
|
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
|
|
}
|
|
}
|
|
}
|