Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/omnipay3/vendor/th3third/omnipay-payflow-extended/
Upload File :
Current File : /var/www/html/libraries/omnipay3/vendor/th3third/omnipay-payflow-extended/composer.json

{
    "name": "th3third/omnipay-payflow-extended"
    , "type": "library"
    , "description": "An extended Payflow driver with recurring payments for the Omnipay payment processing library"
    , "keywords": [
        "gateway"
        , "merchant"
        , "omnipay"
        , "pay"
        , "payflow"
        , "payment"
    ]
    , "homepage": "https://github.com/th3third/omnipay-payflow-extended"
    , "license": "MIT"
    , "authors": [
        {
            "name": "Marshall Miller",
            "email": "contact@marshall-miller.com"
        }
    ]
    , "autoload": {
        "psr-4": { "Omnipay\\PayflowExtended\\" : "src/" }
    }
    , "require": {
        "omnipay/common": "^3"       
    }
    , "require-dev": {
        "omnipay/tests": "^3"
    }
}