Skip to content

Commit

Permalink
Merge pull request OleMchls#2 from ellisonpatterson/master
Browse files Browse the repository at this point in the history
Update to PSR-4
  • Loading branch information
OleMchls authored Feb 20, 2017
2 parents e94e5c8 + 50cac4d commit c9ba7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"autoload": {
"psr-0": {
"TrafficCophp": "src/"
"psr-4": {
"TrafficCophp\\ByteBuffer\\": "src/TrafficCophp/ByteBuffer/"
}
},
"require": {}
}
}

0 comments on commit c9ba7fa

Please sign in to comment.