{
    "type": "project",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "PPLCZCPL\\": "..\/CPL\/lib\/",
            "PPLCZ\\": "..\/src\/"
        }
    },
    "require": {
        "php": "^7.1",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "jane-php\/open-api-3": "7.5.5",
        "nyholm\/psr7": "1.8",
        "bamarni\/composer-bin-plugin": "1.8",
        "humbug\/php-scoper": "0.17.5",
        "guzzlehttp\/guzzle": "^7.3",
        "guzzlehttp\/psr7": "^1.7 || ^2.0"
    },
    "config": {
        "allow-plugins": {
            "php-http\/discovery": true,
            "bamarni\/composer-bin-plugin": true
        }
    }
}