Skip to content

Instantly share code, notes, and snippets.

@anoopd
Created June 17, 2020 05:43
Show Gist options
  • Save anoopd/0dc175f0227ca7508ef66659565144cf to your computer and use it in GitHub Desktop.
Save anoopd/0dc175f0227ca7508ef66659565144cf to your computer and use it in GitHub Desktop.
Magento_Theme_Composer
{
"name": "magento/theme-frontend-air",
"description": "N/A",
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
"magento/theme-frontend-blank": "100.1.*",
"magento/framework": "100.1.*"
},
"type": "magento2-theme",
"version": "100.1.6",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment