forked from loafle/openapi-generator-original
* Migration from php-ze-ph to php-mezzio-ph * Sample regen after rebase * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
27 lines
744 B
JSON
27 lines
744 B
JSON
{
|
|
"name": "git_user_id/git_repo_id",
|
|
"description": "",
|
|
"license": "unlicense",
|
|
"version": "1.0.0",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^7.2",
|
|
"ext-yaml": "^2.0",
|
|
"mezzio/mezzio": "^3.2",
|
|
"laminas/laminas-diactoros": "^2.1",
|
|
"articus/path-handler": "^0.6",
|
|
"articus/data-transfer": "^0.4",
|
|
"articus/openapi-generator-common": "^0.1",
|
|
"doctrine/annotations": "^1.10",
|
|
"psr/simple-cache": "^1.0",
|
|
"laminas/laminas-config": "^3.4",
|
|
"laminas/laminas-stdlib": "^3.2",
|
|
"laminas/laminas-validator": "^2.13",
|
|
"nikic/fast-route": "^1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
}
|
|
} |