Update php options for better customization of composer.json (#16078)

* update php options

* update tests
This commit is contained in:
William Cheng
2023-07-12 13:22:05 +08:00
committed by GitHub
parent 7cbdc861c7
commit ec6381295a
35 changed files with 305 additions and 41 deletions

View File

@@ -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",