Created
May 2, 2015 18:53
-
-
Save ericthehacker/4e2101bce72930a1d308 to your computer and use it in GitHub Desktop.
magento 2 config scope hints composer.json snapshot
This file contains hidden or 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
{ | |
"name": "ericthehacker/magento2-configscopehints", | |
"description": "Magento 2 store config override hints module", | |
"require": { | |
"magento/magento-composer-installer": "*" | |
}, | |
"type": "magento2-module", | |
"version": "2.0", | |
"extra": { | |
"map": [ | |
[ | |
"*", | |
"EW/ConfigScopeHints" | |
] | |
] | |
}, | |
"authors": [ | |
{ | |
"name": "Eric Wiese", | |
"homepage": "https://ericwie.se/", | |
"role": "Developer" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment