{ "name": "GIT_USER_ID/GIT_REPO_ID", "description": "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\", "keywords": [ "openapitools", "openapi-generator", "openapi", "php", "sdk", "rest", "api" ], "homepage": "https://openapi-generator.tech", "license": "unlicense", "authors": [ { "name": "OpenAPI-Generator contributors", "homepage": "https://openapi-generator.tech" } ], "require": { "php": ">=7.1", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^6.2" }, "require-dev": { "phpunit/phpunit": "^7.4", "friendsofphp/php-cs-fixer": "^2.12" }, "autoload": { "psr-4": { "OpenAPI\\Client\\" : "lib/" } }, "autoload-dev": { "psr-4": { "OpenAPI\\Client\\" : "test/" } } }