{
    "name": "hiqdev/omnipay-okpay",
    "type": "library",
    "description": "OKPAY driver for Omnipay PHP payment library",
    "keywords": [
        "php",
        "omnipay",
        "okpay",
        "merchant",
        "payment"
    ],
    "homepage": "https://github.com/hiqdev/omnipay-okpay",
    "license": "MIT",
    "support": {
        "email": "support@hiqdev.com",
        "source": "https://github.com/hiqdev/omnipay-okpay",
        "issues": "https://github.com/hiqdev/omnipay-okpay/issues",
        "wiki": "https://github.com/hiqdev/omnipay-okpay/wiki",
        "forum": "http://forum.hiqdev.com/"
    },
    "authors": [
        {
            "name": "Andrii Vasyliev",
            "role": "Project lead",
            "email": "sol@hiqdev.com",
            "homepage": "http://hipanel.com/"
        },
        {
            "name": "Dmitry Naumenko",
            "role": "Lead backend developer",
            "email": "d.naumenko.a@gmail.com",
            "homepage": "http://silverfire.me/"
        },
        {
            "name": "Andrey Klochok",
            "role": "Lead frontend developer",
            "email": "andreyklochok@gmail.com",
            "homepage": "http://hiqdev.com/"
        },
        {
            "name": "Yuriy Myronchuk",
            "role": "QA Lead",
            "email": "bladeroot@gmail.com",
            "homepage": "http://hiqdev.com/"
        }
    ],
    "require": {
        "omnipay/common": "~2.3"
    },
    "require-dev": {
        "omnipay/tests": "~2.0",
        "hiqdev/hidev-php": "*",
        "hiqdev/hidev-hiqdev": "*"
    },
    "autoload": {
        "psr-4": {
            "Omnipay\\OKPAY\\": "src"
        }
    }
}
