mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-01 09:18:56 +00:00
40 lines
948 B
JSON
40 lines
948 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",
|
|
"doctrine/annotations": "^2.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"laminas/laminas-stdlib": "^3.13"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-servicemanager": "^3.17",
|
|
"nyholm/psr7": "^1.8",
|
|
"symfony/http-client": "^5.4"
|
|
}
|
|
}
|