Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/psr4'
Browse files Browse the repository at this point in the history
* origin/psr4:
  Switch to PSR-4
  • Loading branch information
igorw committed Aug 24, 2014
2 parents 2865e3b + af9871b commit a324369
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"ext-pcntl": "*"
},
"autoload": {
"psr-0": { "React\\ZMQ": "src" }
"psr-4": {
"React\\ZMQ\\": "src"
}
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a324369

Please sign in to comment.