Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "name": "Jcowie/HelloWorldModule",
  3. "description": "A Magento 2 module that creates a new page",
  4. "type": "magento2-module",
  5. "version": "1.0.0",
  6. "license": [
  7. "OSL-3.0",
  8. "AFL-3.0"
  9. ],
  10. "require": {
  11. "php": "~5.5.0|~5.6.0|~7.0.0",
  12. "magento/framework": "~100.0"
  13. },
  14. "autoload": {
  15. "files": [ "registration.php" ],
  16. "psr-4": {
  17. "Jcowie\\HeloWorldModule\\": ""
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement