{
    "autoloader-suffix": "pg/core",
    "version": "1.0.0",
    "description": "This is a developer tool for integration with Processing Center.",
    "type": "library",
    "keywords": ["payments", "api", "sdk", "php7.4+"],
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "PG\\": "src/"
        }
    },
    "scripts": {
        "test": "./vendor/bin/phpunit tests --testdox"
    },
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.4",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-simplexml": "*",

        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.0",
        "php-http/client-common": "^1.0",

        "guzzlehttp/guzzle": "^7.0"
    },
    "require-dev": {
        "php": ">=8.1",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "phpunit/phpunit": "^11.1"
    },
    "config": {
        "autoloader-suffix": "Paygine"
    }
}