Skip to content

Commit

Permalink
Expand remaining dependency versions (#40)
Browse files Browse the repository at this point in the history
No material changes here, other than enhanced type information.
  • Loading branch information
Firehed authored Jul 17, 2023
1 parent 3aa43a1 commit 2b774fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^1.10 || ^2.0",
"doctrine/collections": "^1.6.8",
"doctrine/collections": "^1.6.8 || ^2.0",
"doctrine/orm": "^2.9",
"doctrine/persistence": "^1.3 || ^2.0",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"symfony/polyfill-php80": "^1.20"
},
"require-dev": {
Expand Down
2 changes: 2 additions & 0 deletions src/InMemoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ public function getClassName(): string
/**
* Selectable implementation
* {@inheritdoc}
*
* @return Collection<array-key, Entity>
*/
public function matching(Criteria $criteria): Collection
{
Expand Down

0 comments on commit 2b774fe

Please sign in to comment.