Skip to content

Commit

Permalink
psr-0 > psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaa76 committed Jun 17, 2015
1 parent 3eb2574 commit d146582
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,15 @@
"ext-sockets": "Use AMQPSocketConnection"
},
"autoload": {
"psr-0": {"PhpAmqpLib": ""}
"psr-4": {
"PhpAmqpLib\\": "PhpAmqpLib/"
}
},
"autoload-dev": {
"psr-4": {
"PhpAmqpLib\\Tests\\Functional\\": "tests/Functional",
"PhpAmqpLib\\Tests\\Unit\\": "tests/Unit"
}
},
"license": "LGPL-2.1",
"extra": {
Expand Down

0 comments on commit d146582

Please sign in to comment.