Skip to content

Commit

Permalink
Downgrade PHPUnit to avoid infection error
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jun 4, 2023
1 parent e50c214 commit 575e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/php-code-coverage": "^10.0",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "~10.1.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"shlinkio/shlink-test-utils": "^3.6",
Expand Down

0 comments on commit 575e6bf

Please sign in to comment.