Skip to content

Instantly share code, notes, and snippets.

@cn0047
Last active August 3, 2018 14:33
Show Gist options
  • Save cn0047/0d210cb5d266b7953d3337dc63957ee9 to your computer and use it in GitHub Desktop.
Save cn0047/0d210cb5d266b7953d3337dc63957ee9 to your computer and use it in GitHub Desktop.
Namespace Dependency Injection - composer.json #1
{
"autoload": {
"psr-4": {
"Domain\\": "src/Domain",
"VISA\\": "src/Infrastructure/VISA/Review"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment