Skip to content

Commit 163bd08

Browse files
committed
Switch to PSR-4 autoloading.
1 parent 413dcba commit 163bd08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"php": ">=5.3.0"
2121
},
2222
"autoload": {
23-
"psr-0": {
24-
"Cmfcmf\\": ""
23+
"psr-4": {
24+
"Cmfcmf\\": "Cmfcmf"
2525
}
2626
}
2727
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)