mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
4001503e63
* Server generator ze-ph (Zend Expressive + Path Handler) * Command line scripts for new ze-ph generator
23 lines
583 B
JSON
23 lines
583 B
JSON
{
|
|
"name": "GIT_USER_ID/GIT_REPO_ID",
|
|
"description": "",
|
|
"license": "proprietary",
|
|
"version": "1.0.0",
|
|
"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/"
|
|
}
|
|
}
|
|
}
|