mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
* php-dt update: - bump minimal required PHP version to 7.4 (8.1 for modern mode) - bump minimal required DataTransfer version to 0.6 - support for date / date-time string lists and maps - support for request and response bodies with date / date-time string schema - minimal file string support * docs update
38 lines
915 B
JSON
38 lines
915 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": "library",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"articus/data-transfer": "^0.6",
|
|
"articus/openapi-generator-common": "^0.3",
|
|
"articus/openapi-generator-apiclient": "^0.2",
|
|
"psr/simple-cache": "^1.0",
|
|
"laminas/laminas-stdlib": "^3.18"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-servicemanager": "^3.22",
|
|
"nyholm/psr7": "^1.8",
|
|
"symfony/http-client": "^6.4 || ^7.0"
|
|
}
|
|
} |