Skip to content

Commit

Permalink
Fix composer.json backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jul 2, 2015
1 parent a379289 commit 85e02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Kaliop Queueing Bundle",
"license": "GPL-2.0",
"autoload": {
"psr-0": { "Kaliop\QueueingBundle": "/" }
"psr-0": { "Kaliop\\QueueingBundle": "/" }
},
"require": {
"oldsound/rabbitmq-bundle": "1.2.*"
Expand Down

0 comments on commit 85e02ea

Please sign in to comment.