Skip to content

Commit a463c9b

Browse files
authored
Merge pull request #17 from MacFJA/update-yaml-dep
Update version constraint of Symfony/Yaml and Symfony/Console
2 parents 0d0f84a + 229afd3 commit a463c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"require": {
2020
"edgedesign/phpqa": "^1.18",
21-
"symfony/yaml": "^3.4",
21+
"symfony/yaml": "^3.4|^4.0|^5.0",
2222
"wikimedia/relpath": "^2.1",
23-
"symfony/console": "3.*|4.*"
23+
"symfony/console": "3.*|4.*|5.*"
2424
},
2525
"require-dev": {
2626
"povils/phpmnd": "^2.0",

0 commit comments

Comments
 (0)