Skip to content

Commit 8913176

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"require-dev": {
1616
"illuminate/http": "^8.48",
17+
"phpunit/phpunit": "^9.5",
1718
"swoole/ide-helper": "^4.6",
1819
"symfony/http-foundation": "^5.3 || ^6.0",
19-
"symfony/http-kernel": "^5.4 || ^6.0",
20-
"symfony/phpunit-bridge": "^5.3"
20+
"symfony/http-kernel": "^5.4 || ^6.0"
2121
},
2222
"conflict": {
2323
"ext-swoole": "<4.6.0"

0 commit comments

Comments
 (0)