Skip to content

Commit 2429b0a

Browse files
AmidopeAmidope
andauthored
move autoload tests to autoload-dev (#24)
Co-authored-by: Amidope <[email protected]>
1 parent 938d993 commit 2429b0a

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
@@ -15,7 +15,11 @@
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"Php\\Package\\": "src",
18+
"Php\\Package\\": "src"
19+
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
1923
"Php\\Package\\Tests\\": "tests"
2024
}
2125
},

0 commit comments

Comments
 (0)