We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765fefd commit 7a736ddCopy full SHA for 7a736dd
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "seregazhuk/php-watcher",
+ "name": "sergeyzhuk/php-watcher",
3
"type": "library",
4
"description": "Automatically restart PHP application once the source code changes",
5
"license": "MIT",
@@ -28,12 +28,12 @@
28
"ext-json": "*",
29
"ext-pcntl": "*",
30
"yosymfony/resource-watcher": "^2.0",
31
- "symfony/console": "^4.3 || ^5.0",
+ "symfony/console": "^4.3 || ^5.0 || ^6.0",
32
"react/event-loop": "^1.1",
33
- "symfony/yaml": "^4.3 || ^5.0",
+ "symfony/yaml": "^4.3 || ^5.0 || ^6.0",
34
"react/child-process": "^0.6.1",
35
"react/stream": "^1.0.0",
36
- "symfony/finder": "^4.3 || ^5.0",
+ "symfony/finder": "^4.3 || ^5.0 || ^6.0",
37
"alecrabbit/php-cli-snake": "^0.5"
38
},
39
"autoload": {
0 commit comments