Skip to content

Commit

Permalink
loophp/iterators: 3.1.1 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 18, 2024
1 parent 2cbba52 commit 2bd7292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"require": {
"php": ">= 8.1",
"loophp/iterators": "^3.1.1"
"loophp/iterators": "^3.2.0"
},
"require-dev": {
"ext-pcov": "*",
Expand Down
6 changes: 3 additions & 3 deletions tests/unit/Traits/GenericCollectionProviders.php
Original file line number Diff line number Diff line change
Expand Up @@ -3938,11 +3938,11 @@ public static function shuffleOperationProvider()
[123],
$input,
[
2 => 'c',
1 => 'b',
3 => 'd',
4 => 'e',
0 => 'a',
4 => 'e',
2 => 'c',
1 => 'b',
],
];
}
Expand Down

0 comments on commit 2bd7292

Please sign in to comment.