{
    "name": "postpay/magento2",
    "description": "Postpay Payment Gateway for Magento 2",
    "type": "magento2-module",
    "license": "BSD-3-Clause",
    "version": "0.2.4",
    "homepage": "https://github.com/postpayio/magento2",
    "keywords": ["gateway", "magento", "magento2", "payment", "postpay"],
    "authors": [
        {
            "email": "david@postpay.io",
            "name": "David Tran"
        },
        {
            "email": "dani@postpay.io",
            "name": "Dani Molina"
        },
        {
            "email": "marko@devgenii.com",
            "name": "Marko Martinovic"
        }
    ],
    "support": {
        "source": "https://github.com/postpayio/magento2",
        "issues": "https://github.com/postpayio/magento2/issues"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "require": {
        "magento/framework": "^101.0.0|^102.0.0|^103.0.0",
        "postpay/postpay-php": "~0.0.4",
        "guzzlehttp/guzzle": "^6.0"
    },
    "require-dev": {
        "magento/magento-coding-standard": "*",
        "squizlabs/php_codesniffer": "~3.5.3"
    },
    "autoload": {
        "psr-4": {
            "Postpay\\Payment\\": ""
        },
        "files": [
            "registration.php"
        ]
    },
    "scripts": {
        "post-install-cmd": [
            "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
        ],
        "post-update-cmd": [
            "([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
        ],
        "phpcs": [
            "phpcs -s -p"
        ],
        "phpcbf": [
            "phpcbf -p"
        ],
        "fix": [
            "php-cs-fixer fix ."
        ]
    }
}
