{
    "name": "omnipay/sagepay",
    "type": "library",
    "description": "Sage Pay driver for the Omnipay PHP payment processing library",
    "keywords": [
        "gateway",
        "merchant",
        "omnipay",
        "pay",
        "payment",
        "purchase",
        "sage pay",
        "sagepay"
    ],
    "homepage": "https://github.com/thephpleague/omnipay-sagepay",
    "license": "MIT",
    "authors": [
        {
            "name": "Adrian Macneil",
            "email": "adrian@adrianmacneil.com"
        },
        {
            "name": "Jason Judge",
            "email": "jason.judge@academe.co.uk"
        },
        {
            "name": "Omnipay Contributors",
            "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
        }
    ],
    "autoload": {
        "psr-4": {
            "Omnipay\\SagePay\\" : "src/"
        }
    },
    "require": {
        "php": "^7.3|^8",
        "omnipay/common": "~3.0"
    },
    "require-dev": {
        "omnipay/tests": "^4.1",
        "squizlabs/php_codesniffer": "^3",
        "phpspec/prophecy-phpunit": "^2.0",
        "http-interop/http-factory-guzzle": "^1.2"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "4.0-dev"
        }
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs -p --standard=PSR2 src/",
        "fix-style": "phpcbf -p --standard=PSR2 src/"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": false
        }
    }
}
