Skip to content

Commit

Permalink
chore: fix phpunit 9 and 10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 6, 2023
1 parent 631a57f commit 2a62cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"amphp/parallel-functions": "^1",
"doctrine/collections": "^1.8 || ^2",
"drupol/php-conventions": "^5",
"infection/infection": "^0.26.0",
"infection/infection": "^0.26 || ^0.27",
"loophp/phpunit-iterable-assertions": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-code-coverage": "^9.5 || ^10",
"phpunit/phpunit": "^9.5 || ^10",
"phpunit/php-code-coverage": "^9 || ^10",
"phpunit/phpunit": "^9 || ^10",
"psr/cache": "^2.0 || 3.0",
"symfony/cache": "^6",
"vimeo/psalm": "^5.5"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CollectionConstructorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use const INF;

/**
*
* @internal
*
* @coversDefaultClass \loophp\collection
Expand Down

0 comments on commit 2a62cf2

Please sign in to comment.