| {
    "name": "jaxon-php/jaxon-zend",
    "type": "library",
    "description": "Jaxon library integration for the Zend Framework 2",
    "authors": [
        {"name": "Thierry Feuzeu"}
    ],
    "homepage": "https://github.com/jaxon-php/jaxon-zend",
    "license": "BSD-3-Clause",
    "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "Zend"],
    "support": {
        "issues": "https://github.com/jaxon-php/jaxon-zend/issues",
        "source": "https://github.com/jaxon-php/jaxon-zend"
    },
    "require": {
        "psr/container": ">=1.0.0",
        "jaxon-php/jaxon-core": "^3.2"
    },
    "autoload": {
        "psr-4": {
            "Jaxon\\Zend\\": "src/"
        }
    }
}
 |