mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
53597764c3
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com> Co-authored-by: Jeremie Bresson <dev@jmini.fr> Co-authored-by: Jim Schubert <james.schubert@gmail.com> Co-authored-by: Martin Delille <martin@phonations.com> Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
37 lines
856 B
JSON
37 lines
856 B
JSON
{
|
|
"name": "GIT_USER_ID/GIT_REPO_ID",
|
|
"description": "",
|
|
"keywords": [
|
|
"swagger",
|
|
"php",
|
|
"sdk",
|
|
"api"
|
|
],
|
|
"homepage": "http://swagger.io",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Swagger and contributors",
|
|
"homepage": "https://github.com/swagger-api/swagger-codegen"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8",
|
|
"squizlabs/php_codesniffer": "~2.6",
|
|
"friendsofphp/php-cs-fixer": "~1.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Swagger\\Client\\" : "lib/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Swagger\\Client\\" : "test/" }
|
|
}
|
|
}
|