Skip to content

Commit e269031

Browse files
committed
composer: Allow phpunit-bridge 6.0
This is required for PHP 8.4 support. On master this was done in 66215a6.
1 parent 84220bf commit e269031

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
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^2.14",
3434
"monolog/monolog": "^1.24|^2.1",
35-
"symfony/phpunit-bridge": "^4.4|^5.3"
35+
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0"
3636
},
3737
"suggest": {
3838
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."

0 commit comments

Comments
 (0)