{
    "name": "jane-php/open-api-runtime",
    "type": "library",
    "description": "Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi",
    "license": "MIT",
    "authors": [
        {
            "name": "Joel Wurtz",
            "email": "jwurtz@jolicode.com"
        },
        {
            "name": "Baptiste Leduc",
            "email": "baptiste.leduc@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Jane\\Component\\OpenApiRuntime\\": ""
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "require": {
        "php": "^7.2 || ^8.0",
        "php-http/client-common": "^2.0",
        "php-http/message-factory": "^1.0.2",
        "php-http/multipart-stream-builder": "^1.0",
        "php-http/discovery": "^1.6",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0",
        "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
        "jane-php/json-schema-runtime": "^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0",
        "symfony/serializer": "^4.4 || ^5.0 || ^6.0"
    },
    "extra": {
        "branch-alias": {
            "dev-next": "7-dev"
        }
    },
    "config": {
        "process-timeout": 1800,
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
