{
    "name": "digitickets/omnipay-realex",
    "type": "library",
    "description": "Realex driver with 3D Secure & refund support for Omnipay payment processing library",
    "keywords": [
        "gateway",
        "merchant",
        "omnipay",
        "pay",
        "payment",
        "purchase",
        "realex"
    ],
    "homepage": "https://github.com/digitickets/omnipay-realex",
    "license": "MIT",
    "authors": [
        {
            "name": "Andrew Coates",
            "email": "andycoatz@gmail.com"
        }
    ],
    "autoload": {
        "psr-0": { "Omnipay\\Realex\\" : "src/" }
    },
    "require": {
        "omnipay/common": "~2.0"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "~1.4.4"
    }
}
