{
    "name": "jane-php/open-api-runtime",
    "description": "Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Joel Wurtz",
            "email": "jwurtz@jolicode.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Jane\\OpenApiRuntime\\": ""
        }
    },
    "require": {
        "jane-php/json-schema-runtime": "^4.0",
        "php-http/client-common": "^1.4 || ^2.0",
        "php-http/httplug": "^1.0 || ^2.0",
        "php-http/message-factory": "^1.0.2",
        "php-http/multipart-stream-builder": "^1.0",
        "symfony/options-resolver": "^3.1|^4.0",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.7|^5.5"
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "4-dev"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true
    }
}
