-
- Downloads
Initial commit
parents
No related branches found
No related tags found
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "techdivision/pacemaker-customization", | ||
"description": "Customization examples for pacemaker", | ||
"require": { | ||
"magento/framework": "^102.0.0 | ^103.0.0" | ||
}, | ||
"type": "magento2-module", | ||
"license": "proprietary", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"TechDivision\\PacemakerCustomization\\": "" | ||
} | ||
} | ||
} |
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
registration.php
0 → 100644
Please register or sign in to comment