Skip to content

Commit 7b0b73c

Browse files
romainnorbergfreekmurze
authored andcommitted
Composer update + symfony 5 compatibility (#99)
1 parent 8b0a00c commit 7b0b73c

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
@@ -19,10 +19,10 @@
1919
"php": "^7.2",
2020
"clue/stdio-react": "^2.0",
2121
"jolicode/jolinotif": "^2.0",
22-
"symfony/console": "^4.0",
23-
"symfony/process": "^4.0",
24-
"symfony/yaml": "^4.0",
25-
"yosymfony/resource-watcher": "^1.2"
22+
"symfony/console": "^4.0|^5.0",
23+
"symfony/process": "^4.0|^5.0",
24+
"symfony/yaml": "^4.0|^5.0",
25+
"yosymfony/resource-watcher": "^2.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)