Skip to content

Commit ac07ed2

Browse files
committed
Switch autoloading from PSR-0 to PSR-4
1 parent 3910427 commit ac07ed2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@
2727
"easybook/geshi": "For using GeSHi as code highlighter"
2828
},
2929
"autoload": {
30-
"psr-0": {
31-
"phpdotnet\\": "."
30+
"psr-4": {
31+
"phpdotnet\\phd\\": "src/"
32+
}
33+
},
34+
"autoload-dev": {
35+
"psr-4": {
36+
"phpdotnet\\phd\\Tests\\": "tests/"
3237
}
3338
}
3439
}

0 commit comments

Comments
 (0)