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

Commit a4ad34f

Browse files
committed
Use hoa/iterator ~1.0.
1 parent a39f62a commit a4ad34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"hoa/core" : "~2.0",
2626
"hoa/stream" : "~0.0",
27-
"hoa/iterator": "~0.0"
27+
"hoa/iterator": "~1.0"
2828
},
2929
"target-dir": "Hoa/File",
3030
"autoload" : { "psr-0": { "Hoa\\File": "." } },

0 commit comments

Comments
 (0)