Skip to content

Commit 3c0e713

Browse files
authored
Dont use symfony phpunit-bridge (#120)
* Dont use symfony phpunit-bridge * Fixed road runner lowest * normalize cmposer
1 parent 1edb2d7 commit 3c0e713

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
"symfony/runtime": "^5.3 || ^6.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^5.3"
22+
"phpunit/phpunit": "^9.5"
2323
},
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,

0 commit comments

Comments
 (0)