Skip to content

Commit

Permalink
fix: allow symfony 5 or 6 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu authored Jan 31, 2022
1 parent 19ec1cf commit 8cd6c67
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"php": "^7.2 | ^8.0 | ^8.1",
"clue/stdio-react": "^2.4",
"jolicode/jolinotif": "^2.2",
"symfony/console": "^5.2",
"symfony/finder": "^5.4",
"symfony/process": "^6",
"symfony/yaml": "^5.2",
"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"
},
"conflict": {
"yosymfony/resource-watcher": "<2.0"
"yosymfony/resource-watcher": "<2.0",
"symfony/console": "<5.2"
},
"require-dev": {
"phpunit/phpunit": "^8.6 | ^9.0"
Expand Down

0 comments on commit 8cd6c67

Please sign in to comment.