All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ze-ph.composer.json.mustache Maven / Gradle / Ivy

{
    "name": "{{gitUserId}}/{{gitRepoId}}",
    "description": "{{description}}",
    "license": "proprietary",
    "version": "{{artifactVersion}}",
    "type": "project",
    "require": {
        "php": "^5.6 || ^7.0",
        "ext-yaml" : "^1.2 || ^2.0",
        "zendframework/zend-expressive": "^2.0",
        "zendframework/zend-expressive-router": "^2.1",
        "zendframework/zend-expressive-zendrouter": "^2.0",
        "articus/path-handler": "0.2.*",
        "articus/data-transfer": "*",
        "zendframework/zend-serializer": "*",
        "zendframework/zend-config": "*",
        "filp/whoops": "^2.1.7"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy