Skip to content

Commit 18fd4b8

Browse files
author
Nico Oelgart
authored
Fix autoloader issues
1 parent 99d27d2 commit 18fd4b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
"homepage": "https://nicoswd.com"
1313
}
1414
],
15-
"psr-4": {
16-
"nicoSWD\\Rules": "src/nicoSWD/Rules"
15+
"autoload": {
16+
"psr-4": {
17+
"nicoSWD\\Rules\\": "src"
18+
}
1719
},
1820
"require": {
1921
"php": "^7.0"

0 commit comments

Comments
 (0)