Skip to content

Instantly share code, notes, and snippets.

@jamescowie
Created February 6, 2016 15:25
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/15be84ea4629a42e04ee to your computer and use it in GitHub Desktop.
Save jamescowie/15be84ea4629a42e04ee to your computer and use it in GitHub Desktop.
Magento 2 autoload serc
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Magento\\": "app/code/Magento/",
"Jcowie\\": "src/Jcowie/",
"Jcowie\\HelloWorldModule\\": "src/jcowie/HelloWorldModule"
},
"psr-0": {
"Jcowie\\": "src/jcowie/",
"Jcowie\\HelloWorldModule\\": "src/jcowie/HelloWorldModule",
"": "app/code/"
},
"files": [
"app/etc/NonComposerComponentRegistration.php"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment