Skip to content

Commit 85544c0

Browse files
committed
Update infection dependency version in composer.json
The infection dependency version in composer.json has been updated. It previously supported versions ^0.27 and ^0.28, now it strictly requires version ^0.28. This should ensure compatibility and prevent potential issues with the older 0.27 version.
1 parent 6a1afa9 commit 85544c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"ext-gmp": "*",
6767
"ext-sodium": "*",
6868
"ekino/phpstan-banned-code": "^1.0",
69-
"infection/infection": "^0.27|^0.28",
69+
"infection/infection": "^0.28",
7070
"matthiasnoback/symfony-config-test": "^5.0",
7171
"paragonie/sodium_compat": "^1.20",
7272
"php-parallel-lint/php-parallel-lint": "^1.3",

0 commit comments

Comments
 (0)