Skip to content

Commit 6319878

Browse files
committed
Add paths to psr-4 autoload config, autoload-dev is root only
1 parent 04bf7fc commit 6319878

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
],
1818
"autoload": {
1919
"psr-4": {
20-
"Codem\\Utilities\\HTML5\\": "src/"
21-
}
22-
},
23-
"autoload-dev": {
24-
"psr-4": {
20+
"Codem\\Utilities\\HTML5\\": [
21+
"src/Forms/",
22+
"src/Traits/"
23+
],
2524
"Codem\\Utilities\\HTML5\\Tests\\": "tests/"
2625
}
2726
},

0 commit comments

Comments
 (0)