Skip to content

Commit 8cd6c67

Browse files
authored
fix: allow symfony 5 or 6 (#142)
1 parent 19ec1cf commit 8cd6c67

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
"php": "^7.2 | ^8.0 | ^8.1",
2020
"clue/stdio-react": "^2.4",
2121
"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"
22+
"symfony/console": "^5 | ^6",
23+
"symfony/finder": "^5.4 | ^6",
24+
"symfony/process": "^5.4 | ^6",
25+
"symfony/yaml": "^5.2 | ^6",
26+
"yosymfony/resource-watcher": "^2.0 | ^3.0"
2727
},
2828
"conflict": {
29-
"yosymfony/resource-watcher": "<2.0"
29+
"yosymfony/resource-watcher": "<2.0",
30+
"symfony/console": "<5.2"
3031
},
3132
"require-dev": {
3233
"phpunit/phpunit": "^8.6 | ^9.0"

0 commit comments

Comments
 (0)