forked from loafle/openapi-generator-original
40 lines
1022 B
JSON
40 lines
1022 B
JSON
{
|
|
"name": "git_user_id/git_repo_id",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"type": "project",
|
|
"keywords": [
|
|
"openapi",
|
|
"php",
|
|
"sdk",
|
|
"api"
|
|
],
|
|
"homepage": "https://openapi-generator.tech",
|
|
"license": "unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.3 || ^8.0",
|
|
"ext-yaml": "^2.0",
|
|
"mezzio/mezzio": "^3.2",
|
|
"laminas/laminas-diactoros": "^2.1",
|
|
"articus/path-handler": "^0.7",
|
|
"articus/data-transfer": "^0.5",
|
|
"articus/openapi-generator-common": "^0.2",
|
|
"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/"
|
|
}
|
|
}
|
|
} |