-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ohpolly/master
Add composer.json
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "*" | ||
} | ||
} |