{
    "name": "bluem-development/bluem-php",
    "type": "package",
    "description": "Bluem PHP interface",
    "keywords": ["bluem", "php", "interface", "wrapper", "emandate", "epayment", "idin"],
    "homepage": "https://bluem-development.github.io/bluem-php/",
    "license": "GPL-3.0-or-later",
    "authors": [{
        "name": "Bluem Plugin Support",
        "email": "pluginsupport@bluem.nl",
        "homepage": "https://bluem.nl/",
        "role": "Developer"
    }],
    "support": {
        "issues": "https://github.com/bluem-development/bluem-php"
    },
    "require": {
        "php": ">=8.0",
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-simplexml": "*",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-openssl": "*",
        "selective/xmldsig": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "Bluem\\BluemPHP\\": "src/",
            "Bluem\\BluemPHP\\Tests\\": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phpspec/prophecy": "~1.0",
        "vlucas/phpdotenv": "^5.4",
        "rector/rector": "^0.15.10",
        "squizlabs/php_codesniffer": "^3.7",
        "magento/magento-coding-standard": "^31.0",
        "phpcompatibility/php-compatibility": "^9.3"
    },
    "prefer-stable" : true,
    "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/,../../phpcompatibility/php-compatibility)"
        ]
    }
}
