File: /home/petsclubcc/magento/vendor/magento/module-dhl/composer.json
{
"name": "magento/module-dhl",
"description": "N/A",
"require": {
"php": "~5.6.0|7.0.2|~7.0.6",
"magento/module-config": "100.1.*",
"magento/module-store": "100.1.*",
"magento/module-shipping": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-directory": "100.1.*",
"magento/module-sales": "100.1.*",
"magento/module-catalog": "101.0.*",
"magento/module-catalog-inventory": "100.1.*",
"magento/module-quote": "100.1.*",
"magento/framework": "100.1.*",
"lib-libxml": "*"
},
"suggest": {
"magento/module-checkout": "100.1.*"
},
"type": "magento2-module",
"version": "100.1.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Dhl\\": ""
}
}
}