Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 7ce940c

Browse files
committed
Require hoa/test.
1 parent c086c61 commit 7ce940c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"hoa/stream": "~0.0"
2626
},
2727
"require-dev": {
28-
"hoa/file": "~0.0"
28+
"hoa/file": "~0.0",
29+
"hoa/test": "~1.0"
2930
},
3031
"target-dir": "Hoa/Mime",
3132
"autoload" : { "psr-0": { "Hoa\\Mime": "." } },

0 commit comments

Comments
 (0)