Your IP : 216.73.216.5


Current Path : /home/theafprt/hypekndy.com/wp-content/plugins/ameliabooking/vendor/omnipay/mollie/
Upload File :
Current File : /home/theafprt/hypekndy.com/wp-content/plugins/ameliabooking/vendor/omnipay/mollie/composer.json

{
    "name": "omnipay/mollie",
    "type": "library",
    "description": "Mollie driver for the Omnipay payment processing library",
    "keywords": [
        "gateway",
        "merchant",
        "mollie",
        "omnipay",
        "pay",
        "payment"
    ],
    "homepage": "https://github.com/thephpleague/omnipay-mollie",
    "license": "MIT",
    "authors": [
        {
            "name": "Adrian Macneil",
            "email": "adrian@adrianmacneil.com"
        },
        {
            "name": "Barry vd. Heuvel",
            "email": "barryvdh@gmail.com"
        },
        {
            "name": "Omnipay Contributors",
            "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
        }
    ],
    "autoload": {
        "psr-4": { "Omnipay\\Mollie\\" : "src/" }
    },
    "autoload-dev": {
        "psr-4": { "Omnipay\\Mollie\\Test\\": "tests/" }
    },
    "require": {
        "omnipay/common": "^3.0.1"
    },
    "require-dev": {
        "omnipay/tests": "^3.1",
        "squizlabs/php_codesniffer": "^3",
        "phpro/grumphp": "^0.14",
        "phpmd/phpmd": "^2",
        "overtrue/phplint": "^1",
        "jakub-onderka/php-parallel-lint": "^1"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.1.x-dev"
        }
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs -p --standard=PSR2 src/",
        "fix-style": "phpcbf -p --standard=PSR2 src/"
    },
    "prefer-stable": true
}