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

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

There is a newer version: 3.0.0-rc1
Show newest version
{
    "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": "^1.0",
        "zendframework/zend-expressive-router": "1.2.*",
        "articus/path-handler": "0.1.*",
        "articus/data-transfer": "*",
        "zendframework/zend-serializer": "*",
        "zendframework/zend-config": "*"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy