Skip to content

Commit ec34aad

Browse files
PSR-0 is deprecated
1 parent 4aca5cb commit ec34aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"phpunit/phpunit": "~4.5"
2424
},
2525
"autoload": {
26-
"psr-0": {
27-
"Aloha\\Twilio": "src/"
26+
"psr-4": {
27+
"Aloha\\Twilio\\": "src/Aloha/Twilio"
2828
}
2929
},
3030
"autoload-dev": {
31-
"psr-0": {
31+
"psr-4": {
3232
"Aloha\\Twilio\\Tests\\": "tests/"
3333
}
3434
},

0 commit comments

Comments
 (0)