Skip to content

Commit 3ecda57

Browse files
committed
Switch to PSR-4
1 parent a109242 commit 3ecda57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@
3030
"doctrine/orm": "~2.5"
3131
},
3232
"autoload": {
33-
"psr-0": {
33+
"psr-4": {
3434
"ZfrOAuth2\\": "src/"
3535
}
36+
},
37+
"autoload-dev": {
38+
"psr-4": {
39+
"ZfrOAuth2Test\\": "tests/"
40+
}
3641
}
3742
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)