William Cheng ec6381295a
Update php options for better customization of composer.json (#16078)
* update php options

* update tests
2023-07-12 13:22:05 +08:00

39 lines
973 B
JSON

{
"name": "git_user_id/git_repo_id",
"description": "",
"keywords": [
"openapi",
"php",
"sdk",
"api"
],
"homepage": "https://openapi-generator.tech",
"license": "unlicense",
"authors": [
{
"name": "OpenAPI",
"homepage": "https://openapi-generator.tech"
}
],
"version": "1.0.0",
"type": "project",
"require": {
"php": "^8.0",
"ext-yaml": "^2.2",
"mezzio/mezzio": "^3.3",
"laminas/laminas-diactoros": "^2.5",
"articus/path-handler": "^0.7",
"articus/data-transfer": "^0.5",
"articus/openapi-generator-common": "^0.2",
"psr/simple-cache": "^1.0",
"laminas/laminas-config": "^3.4",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-validator": "^2.14",
"nikic/fast-route": "^1.3"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}