Skip to content

Commit

Permalink
Merge pull request #4 from ohpolly/master
Browse files Browse the repository at this point in the history
Add composer.json
  • Loading branch information
Derrick Heesbeen authored Jun 2, 2017
2 parents 2b1e696 + 16969de commit c2a6a40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "experius/magento1-patch-helper",
"type": "magento-module",
"description": "Helps you to find files in custom themes, custom modules or local overwrites that also might need to be patched manually",
"homepage": "https://github.com/experius/Magento-1-Experius-Patch-Helper",
"authors": [
{
"name": "Derrick Heesbeen",
"role": "Author/Maintainer"
}
],
"require": {
"php": ">=5.3",
"magento-hackathon/magento-composer-installer": "*"
}
}

0 comments on commit c2a6a40

Please sign in to comment.