| {
    "name": "amranich/ajax-router",
    "description": "Handle your AJAX requests efficiently",
    "keywords": [
        "dispatcher",
        "router",
        "ajax-dispatcher",
        "dipatcher-route",
        "ajax-request"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "El Amrani Chakir",
            "email": "[email protected] ",
            "homepage": "https://amranich.dev"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": "^5.6 || ^7.0 || ^8.0",
        "psr/http-message": "^1.0",
        "lazzard/psr7-response-sender": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "guzzlehttp/psr7": "^2.1"
    },
    "autoload": {
        "psr-4": {
            "AmraniCh\\AjaxRouter\\": "src/"
        }
    },
    "config": {
        "platform": {
            "php": "7.4"
        }
    }
}
 |