Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/TIG/PostNL/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/TIG/PostNL/composer.json

{
    "name": "tig/postnl-magento2",
    "description": "TIG Magento 2 PostNL extension",
    "require": {
        "php": "~7.0|~7.1|~7.2|~7.3|~7.4|~8.1",
        "ext-soap": "*",
        "magento/framework": "~102.0|~103.0",
        "setasign/fpdf": "^1.8.2",
        "setasign/fpdi": "^2.3.2",
        "laminas/laminas-barcode" : "~2.5|~2.8"
    },
    "type": "magento2-module",
    "license": "CC-BY-NC-ND-3.0",
    "version": "1.12.6.1",
    "authors": [
        {
            "name": "TIG",
            "email": "support@tig.nl",
            "homepage": "http://tig.nl"
        }
    ],
    "support": {
        "email": "support@tig.nl",
        "issues": "https://portal.tig.nl/"
    },
    "homepage": "https://tig.nl/postnl",
    "keywords": ["PostNL", "Official PostNL extension", "Magento 2"],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "TIG\\PostNL\\": ""
        }
    },
    "require-dev": {
        "object-calisthenics/phpcs-calisthenics-rules": "^3.7",
        "magento/magento-coding-standard": "*",
        "satooshi/php-coveralls": "^1.0",
        "phpunit/phpunit": "^9.0"
    },
    "repositories": {
        "magento": {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    }
}