Skip to content

Commit f4d031a

Browse files
committed
Migrate from classmap to PSR-4
1 parent e6cc5c4 commit f4d031a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"ext-dom": "for timezone tool"
2121
},
2222
"autoload": {
23-
"classmap": [
24-
"src/"
25-
]
23+
"psr-4": {
24+
"om\\": "src/"
25+
}
2626
},
2727
"scripts": {
2828
"test": "tester tests -s -p php"

0 commit comments

Comments
 (0)