Skip to content

Commit

Permalink
move autoload tests to autoload-dev (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Amidope <[email protected]>
Amidope and Amidope authored Nov 27, 2023
1 parent 938d993 commit 2429b0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,11 @@
},
"autoload": {
"psr-4": {
"Php\\Package\\": "src",
"Php\\Package\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Php\\Package\\Tests\\": "tests"
}
},

0 comments on commit 2429b0a

Please sign in to comment.