{
"name": "amranich/ajax-dispatcher",
"description": "Handle AJAX requests and send them to an appropriate handler",
"keywords": [
"dispatcher",
"router",
"ajax-dispatcher",
"dipatcher-route",
"ajax-request"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "El Amrani Chakir",
"email": "contact@amranich.dev",
"homepage": "https://amranich.dev"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"AmraniCh\\AjaxDispatcher\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Unit\\AjaxDispatcher\\": "tests/Unit"
}
},
"config": {
"platform": {
"php": "7.4"
}
}
}
|