Skip to content

Instantly share code, notes, and snippets.

@chukShirley
Created December 1, 2015 14:39
Show Gist options
  • Save chukShirley/afd45178ae00dd3a4869 to your computer and use it in GitHub Desktop.
Save chukShirley/afd45178ae00dd3a4869 to your computer and use it in GitHub Desktop.
composer.json autoload conflicts?
{
"autoload": {
"classmap": ["ToolkitApi/"],
"psr-4": {
"ToolkitApi\\":"ToolkitApi",
}
},
"autoload-dev": {
"psr-4": {
"ToolkitApiTest\\":"tests/ToolkitApiTest"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment