Skip to content

Commit 72af164

Browse files
committedMar 15, 2025·
composer: Allow phpunit-bridge 7.0
1 parent 92ae023 commit 72af164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev" : {
1212
"friendsofphp/php-cs-fixer": "^3.0",
1313
"php-parallel-lint/php-parallel-lint": "^1.0",
14-
"symfony/phpunit-bridge": "^6.2"
14+
"symfony/phpunit-bridge": "^6.2 || ^7.2"
1515
},
1616
"autoload": {
1717
"psr-4": { "Fossar\\GuzzleTranscoder\\": "src/" }

0 commit comments

Comments
 (0)
Please sign in to comment.