Your IP : 127.0.0.1
{
"name": "tig/postcode-magento2",
"description": "TIG Magento 2 Postcode extension",
"require": {
"php": "~7.0|~7.1|~7.2",
"magento/module-checkout": ">=100.2.6,<=100.2.9|>=100.3.0,<=100.3.2",
"magento/module-quote": ">=101.0.5,<=101.0.9|>=101.1.0,<=101.1.2"
},
"type": "magento2-module",
"version": "1.2.3",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "TIG",
"email": "support@tig.nl",
"homepage": "http://tig.nl"
}
],
"support": {
"email": "support@tig.nl",
"issues": "https://portal.tig.nl"
},
"homepage": "http://www.postcodeservice.nl",
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TIG\\Postcode\\": ""
}
},
"require-dev": {
"object-calisthenics/phpcs-calisthenics-rules": "^2.0",
"magento/marketplace-eqp": "^1.0",
"satooshi/php-coveralls": "^1.0"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}