25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"name": "hi-powered-dev/cake-htmx",
|
|
"description": "CakeHtmx plugin for CakePHP",
|
|
"type": "cakephp-plugin",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"cakephp/cakephp": "^5.0.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CakeHtmx\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CakeHtmx\\Test\\": "tests/",
|
|
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
|
|
}
|
|
}
|
|
}
|