Skip to content

Commit e659101

Browse files
Gemorrojicanhazstring
authored andcommitted
Update composer.json (#2)
autoload tests only for dev enviroment
1 parent a3cbc25 commit e659101

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
@@ -14,7 +14,11 @@
1414
},
1515
"autoload": {
1616
"psr-4": {
17-
"SystemCtl\\": "src/",
17+
"SystemCtl\\": "src/"
18+
}
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
1822
"SystemCtl\\Test\\": "tests/"
1923
}
2024
},

0 commit comments

Comments
 (0)