Skip to content

Commit 5b8bb8f

Browse files
committed
fix composer.json
1 parent 4fab45d commit 5b8bb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"bupy7\\xml\\constructor\\": "src"
29+
"bupy7\\xml\\constructor\\": "src/"
3030
}
3131
},
3232
"autoload-dev": {
3333
"psr-4": {
34-
"bupy7\\xml\\constructor\\tests\\": "tests"
34+
"bupy7\\xml\\constructor\\tests\\": "tests/"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)