Created
June 17, 2020 05:43
-
-
Save anoopd/0dc175f0227ca7508ef66659565144cf to your computer and use it in GitHub Desktop.
Magento_Theme_Composer
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
{ | |
"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