{
"name": "jaxon-php/jaxon-cake",
"type": "library",
"description": "Jaxon library integration for the CakePHP 3 framework",
"authors": [
{"name": "Thierry Feuzeu"}
],
"homepage": "https://github.com/jaxon-php/jaxon-cake",
"license": "BSD-3-Clause",
"keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "CakePHP"],
"support": {
"issues": "https://github.com/jaxon-php/jaxon-cake/issues",
"source": "https://github.com/jaxon-php/jaxon-cake"
},
"require": {
"cakephp/cakephp": "4.*",
"jaxon-php/jaxon-core": "^3.2"
},
"autoload": {
"psr-4": {
"Jaxon\\Cake\\": "src/"
}
}
}
|