Skip to content

Commit ff970fb

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

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
@@ -15,7 +15,7 @@
1515
"symfony/runtime": "^5.3 || ^6.0"
1616
},
1717
"require-dev": {
18-
"symfony/phpunit-bridge": "^5.3"
18+
"phpunit/phpunit": "^9.5"
1919
},
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,

0 commit comments

Comments
 (0)