Skip to content

Commit 4fab45d

Browse files
committed
fix composer.json
1 parent 3b01e32 commit 4fab45d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"bupy7\\xml\\constructor\\": "src",
29+
"bupy7\\xml\\constructor\\": "src"
30+
}
31+
},
32+
"autoload-dev": {
33+
"psr-4": {
3034
"bupy7\\xml\\constructor\\tests\\": "tests"
3135
}
3236
}

0 commit comments

Comments
 (0)