Skip to content

Commit b9c7365

Browse files
author
Olivier MICHAUD
committed
Upgrade symfony up to ^6.0
1 parent 765fefd commit b9c7365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"ext-json": "*",
2929
"ext-pcntl": "*",
3030
"yosymfony/resource-watcher": "^2.0",
31-
"symfony/console": "^4.3 || ^5.0",
31+
"symfony/console": "^4.3 || ^5.0 || ^6.0",
3232
"react/event-loop": "^1.1",
33-
"symfony/yaml": "^4.3 || ^5.0",
33+
"symfony/yaml": "^4.3 || ^5.0 || ^6.0",
3434
"react/child-process": "^0.6.1",
3535
"react/stream": "^1.0.0",
36-
"symfony/finder": "^4.3 || ^5.0",
36+
"symfony/finder": "^4.3 || ^5.0 || ^6.0",
3737
"alecrabbit/php-cli-snake": "^0.5"
3838
},
3939
"autoload": {

0 commit comments

Comments
 (0)