Skip to content

Commit 0b44d5b

Browse files
author
Nico Oelgart
authored
Fix autoloading issue
1 parent 71ccc08 commit 0b44d5b

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
@@ -16,8 +16,8 @@
1616
"php": ">=5.4"
1717
},
1818
"autoload": {
19-
"classmap": [
20-
"src/"
21-
]
19+
"psr-4": {
20+
"nicoSWD\\Rules\\": "src/nicoSWD/Rules"
21+
}
2222
}
2323
}

0 commit comments

Comments
 (0)