mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
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/"
|
||
|
}
|
||
|
}
|
||
|
}
|