Skip to content

Commit

Permalink
minor: require zenstruck/collection 0.5.0+ (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Nov 23, 2024
1 parent af92ade commit 8d2e21e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"symfony/framework-bundle": "^6.4.1|^7.0",
"symfony/messenger": "^6.4|^7.0",
"zenstruck/bytes": "^1.0",
"zenstruck/collection": "^0.4"
"zenstruck/collection": "^0.5"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.10",
Expand Down
1 change: 0 additions & 1 deletion src/History/Storage/ORMStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function perMessageTypeMetrics(Specification $specification): Collection
$totalSeconds,
);
})
->eager() // bug in zenstruck/collection: https://github.com/zenstruck/collection/issues/47
;
}

Expand Down

0 comments on commit 8d2e21e

Please sign in to comment.