Skip to content

Instantly share code, notes, and snippets.

@ericthehacker
Created May 2, 2015 18:53
Show Gist options
  • Save ericthehacker/4e2101bce72930a1d308 to your computer and use it in GitHub Desktop.
Save ericthehacker/4e2101bce72930a1d308 to your computer and use it in GitHub Desktop.
magento 2 config scope hints composer.json snapshot
{
"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