Created
February 6, 2016 18:39
-
-
Save jamescowie/2121ca7df69469f13bef to your computer and use it in GitHub Desktop.
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": "Jcowie/HelloWorldModule", | |
"description": "A Magento 2 module that creates a new page", | |
"type": "magento2-module", | |
"version": "1.0.0", | |
"license": [ | |
"OSL-3.0", | |
"AFL-3.0" | |
], | |
"require": { | |
"php": "~5.5.0|~5.6.0|~7.0.0", | |
"magento/framework": "~100.0" | |
}, | |
"autoload": { | |
"files": [ "registration.php" ], | |
"psr-4": { | |
"Jcowie\\HeloWorldModule\\": "" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment