-
- Downloads
Initial commit
parents
Branches
No related tags found
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "techdivision/add-new-steps-to-existing-pipeline", | |||
"description": "Example module for Pacemaker customizations", | |||
"license": "proprietary", | |||
"require": { | |||
"magento/framework": "^101.0.9 | ^102.0.0 | ^103.0.0", | |||
"techdivision/pacemaker-import-catalog": "*", | |||
"techdivision/pacemaker-import-base": "*", | |||
"techdivision/process-pipelines": "*" | |||
}, | |||
"type": "magento2-module", | |||
"autoload": { | |||
"files": [ | |||
"registration.php" | |||
], | |||
"psr-4": { | |||
"TechDivision\\AddNewStepsToExistingPipeline\\": "" | |||
} | |||
}, | |||
"repositories": [ | |||
{ | |||
"type": "composer", | |||
"url": "https://repo.met.tdintern.de/" | |||
}, | |||
{ | |||
"type": "composer", | |||
"url": "https://repo.magento.com/" | |||
} | |||
] | |||
} |
etc/module.xml
0 → 100644
etc/pipeline.xml
0 → 100644
registration.php
0 → 100644
Please sign in to comment