Fixed composer autoloaders

This commit is contained in:
Chris 2017-10-26 14:33:00 +02:00
parent 2ab3df4ba8
commit 112c9e475f
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
],
"autoload": {
"psr-4": {
"NoccyLabs\\GdLabelBundle\\": "src/"
"NoccyLabs\\Bundle\\GdLabelBundle\\": "src/"
}
}
}
}