Skip to content

Commit 7a736dd

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "seregazhuk/php-watcher",
2+
"name": "sergeyzhuk/php-watcher",
33
"type": "library",
44
"description": "Automatically restart PHP application once the source code changes",
55
"license": "MIT",
@@ -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)