Skip to content

Commit 7641666

Browse files
committed
Fix composer autoload paths
1 parent c7c06ea commit 7641666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
},
4040
"autoload": {
4141
"psr-4": {
42-
"Antidot\\Runtime\\": "src"
42+
"Antidot\\Runtime\\": "src/"
4343
}
4444
},
4545
"autoload-dev": {
4646
"psr-4": {
47-
"Antidot\\Test\\Runtime\\": "test"
47+
"Antidot\\Test\\Runtime\\": "test/"
4848
}
4949
},
5050
"scripts": {

0 commit comments

Comments
 (0)