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 19ec1cf commit 8cd6c67Copy full SHA for 8cd6c67
composer.json
@@ -19,14 +19,15 @@
19
"php": "^7.2 | ^8.0 | ^8.1",
20
"clue/stdio-react": "^2.4",
21
"jolicode/jolinotif": "^2.2",
22
- "symfony/console": "^5.2",
23
- "symfony/finder": "^5.4",
24
- "symfony/process": "^6",
25
- "symfony/yaml": "^5.2",
26
- "yosymfony/resource-watcher": "^2.0"
+ "symfony/console": "^5 | ^6",
+ "symfony/finder": "^5.4 | ^6",
+ "symfony/process": "^5.4 | ^6",
+ "symfony/yaml": "^5.2 | ^6",
+ "yosymfony/resource-watcher": "^2.0 | ^3.0"
27
},
28
"conflict": {
29
- "yosymfony/resource-watcher": "<2.0"
+ "yosymfony/resource-watcher": "<2.0",
30
+ "symfony/console": "<5.2"
31
32
"require-dev": {
33
"phpunit/phpunit": "^8.6 | ^9.0"
0 commit comments