Skip to content

Commit

Permalink
Replace Iterator with iterable.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 31, 2022
1 parent 82fcea1 commit 83405dc
Show file tree
Hide file tree
Showing 143 changed files with 794 additions and 923 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"require": {
"php": ">= 7.4",
"loophp/iterators": "^1.5.13"
"loophp/iterators": "^1.5"
},
"require-dev": {
"amphp/parallel-functions": "^1",
Expand Down
Loading

0 comments on commit 83405dc

Please sign in to comment.