Skip to content

Commit 37e8bfc

Browse files
committed
Move from psr-0 to psr-4
1 parent 353a458 commit 37e8bfc

37 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"doctrine/dbal": "^2.6"
3333
},
3434
"autoload": {
35-
"psr-0": {
36-
"Jenssegers\\Mongodb": "src/"
35+
"psr-4": {
36+
"Jenssegers\\Mongodb\\": "src/"
3737
}
3838
},
3939
"autoload-dev": {
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)