Skip to content

Commit f7a2bf9

Browse files
committed
Added Symfony v5 depndencies
1 parent 14e4e54 commit f7a2bf9

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,8 +14,8 @@
1414
"php": ">=7.1",
1515
"react/http": "^0.8.0",
1616
"symfony/http-foundation": "^4.0",
17-
"symfony/console": "^4.0",
18-
"symfony/http-kernel": "^4.0",
17+
"symfony/console": "^4.0|^5.0",
18+
"symfony/http-kernel": "^4.0|^5.0",
1919
"ralouphie/mimey": "^2.1"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)