{
    "name": "yedpay/php-library",
    "description": "Agnostic Library to use the Yedpay API for Online Payment",
    "version": "1.4.2",
    "type": "library",
    "require": {
        "php": ">=5.5"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8 || ^8.5 || ^9.5",
        "phpdocumentor/reflection-docblock": "3.2.2 || ^5.3.0",
        "doctrine/instantiator": "~1.0.1 || ^1.4.0",
        "symfony/polyfill-ctype": "1.19.0 || ^1.23.0",
        "yoast/phpunit-polyfills": "^1.0"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "yedpay",
            "email": "info@gcash.co"
        }
    ],
    "autoload": {
        "psr-4": {
            "Yedpay\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yedpay\\Tests\\": "Tests/"
        }
    }
}
