Skip to content

Commit 298ed18

Browse files
committed
Merge pull request mongodb#2247 from divine/psr-four
Move from psr-0 to psr-4
2 parents 353a458 + 37e8bfc commit 298ed18

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)