Skip to content

Commit

Permalink
PSR-0 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Oct 26, 2015
1 parent 4aca5cb commit ec34aad
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 @@ -23,12 +23,12 @@
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-0": {
"Aloha\\Twilio": "src/"
"psr-4": {
"Aloha\\Twilio\\": "src/Aloha/Twilio"
}
},
"autoload-dev": {
"psr-0": {
"psr-4": {
"Aloha\\Twilio\\Tests\\": "tests/"
}
},
Expand Down

0 comments on commit ec34aad

Please sign in to comment.