forked from loafle/openapi-generator-original
Update php options for better customization of composer.json (#16078)
* update php options * update tests
This commit is contained in:
@@ -2,7 +2,19 @@
|
||||
"name": "openapitools/petstore",
|
||||
"description": ".",
|
||||
"keywords": ["framework", "laravel"],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"openapi",
|
||||
"php",
|
||||
"api"
|
||||
],
|
||||
"homepage": "https://openapi-generator.tech",
|
||||
"license": "unlicense",
|
||||
"authors": [
|
||||
{
|
||||
"name": "OpenAPI",
|
||||
"homepage": "https://openapi-generator.tech"
|
||||
}
|
||||
],
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": "^7.2.5",
|
||||
|
||||
Reference in New Issue
Block a user