Skip to content

Commit ee46227

Browse files
committed
Err, don't force PHPUnit Bridge 6, since that's PHP 7.1+
1 parent d58062e commit ee46227

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
@@ -19,7 +19,7 @@
1919
"laminas/laminas-dom": "~2.7.2 || ^2.8"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^6.2"
22+
"symfony/phpunit-bridge": "^5.2 || ^6.2"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)