Skip to content

Commit

Permalink
chore: fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 2, 2024
1 parent 389b27a commit b086f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"amphp/parallel-functions": "^1",
"doctrine/collections": "^2",
"drupol/php-conventions": "^5",
"infection/infection": "^0.29",
"infection/infection": "^0.27 || ^0.28 || ^0.29",
"loophp/phpunit-iterable-assertions": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-code-coverage": "^10",
"phpunit/phpunit": "^10",
"psr/cache": "^2.0 || 3.0",
"symfony/cache": "^6",
"vimeo/psalm": "^5.14"
"vimeo/psalm": "^5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b086f6c

Please sign in to comment.