diff --git a/app/code/PDP/Integration/composer.json b/app/code/PDP/Integration/composer.json deleted file mode 100644 index b8961ba..0000000 --- a/app/code/PDP/Integration/composer.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "PDP/Integration", - "description": "PDP Integration for magento 2", - "require": { - "php": "~5.5.0|~5.6.0|~7.0.0", - "magento/module-catalog": "*" - }, - "type": "magento2-module", - "version": "1.0.0", - "license": [ - "Proprietary" - ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "PDP\\Integration\\": "" - } - }, - "extra": { - "map": [ - [ - "*", - "PDP/Integration" - ] - ] - } -} \ No newline at end of file