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

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

{
    "name": "{{gitUserId}}/{{gitRepoId}}",
    "description": "{{description}}",
    "license": "unlicense",
    "version": "{{artifactVersion}}",
    "type": "project",
    "require": {
        "php": "^7.1",
        "ext-yaml": "^2.0",
        "zendframework/zend-expressive": "^3.2",
        "zendframework/zend-diactoros": "^2.1",
        "articus/path-handler": "^0.4",
        "articus/data-transfer": "^0.2",
        "doctrine/annotations": "^1.6",
        "zendframework/zend-cache": "^2.8",
        "zendframework/zend-serializer": "^2.9",
        "zendframework/zend-config": "^3.2",
        "nikic/fast-route": "^1.3"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy