Skip to content

Commit 824cd8b

Browse files
committed
Add dependency to composer.
1 parent d9db57b commit 824cd8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"keywords": ["iteration", "iterator", "generator", "loop", "looping", "traversable", "stream", "functional", "zip", "infinite", "random", "accumulate", "itertools"],
66
"homepage": "https://github.com/markrogoyski/itertools-php/",
77
"require": {
8-
"php": ">=8.2.0"
8+
"php": ">=8.2.0",
9+
"ext-mbstring": "*"
910
},
1011
"autoload": {
1112
"psr-4": { "IterTools\\": "src/" }

0 commit comments

Comments
 (0)