Skip to content

Commit e551485

Browse files
committed
Merge branch '1.0' of https://github.com/icanhazstring/systemctl-php into 1.0
2 parents 8150385 + e659101 commit e551485

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)