Skip to content

Commit 07635b8

Browse files
committed
Update dependency versions in composer.json
The "infection/infection" package version range has been expanded to include "^0.28", offering support for newer versions of this testing tool. Moreover, the "symfony/phpunit-bridge" package has been removed from the project dependencies.
1 parent c0aecbd commit 07635b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
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",
69+
"infection/infection": "^0.27|^0.28",
7070
"matthiasnoback/symfony-config-test": "^5.0",
7171
"nikic/php-parser": "^4.18",
7272
"paragonie/sodium_compat": "^1.20",
@@ -86,7 +86,6 @@
8686
"symfony/clock": "^7.0",
8787
"symfony/finder": "^7.0",
8888
"symfony/framework-bundle": "^7.0",
89-
"symfony/phpunit-bridge": "^7.0",
9089
"symfony/serializer": "^7.0",
9190
"symfony/var-dumper": "^7.0",
9291
"symfony/yaml": "^7.0",

0 commit comments

Comments
 (0)