Skip to content

Instantly share code, notes, and snippets.

@jamescowie
Created February 6, 2016 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescowie/2121ca7df69469f13bef to your computer and use it in GitHub Desktop.
Save jamescowie/2121ca7df69469f13bef to your computer and use it in GitHub Desktop.
{
"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