forked from loafle/openapi-generator-original
35 lines
870 B
JSON
35 lines
870 B
JSON
{
|
|
"description": "This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters..",
|
|
"keywords": ["openapi", "php", "framework", "flightphp"],
|
|
"version": "1.0.0",
|
|
"homepage": "https://openapi-generator.tech",
|
|
"license": "unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"flightphp/core": "^3.5.1",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OpenAPIServer\\": ""
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|