Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update version constraint of Symfony/Yaml and Symfony/Console
Close #12
  • Loading branch information
MacFJA committed Feb 19, 2020
commit 229afd3e1354be7004bbfc6ab9cb3270e6c647bf
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"require": {
"edgedesign/phpqa": "^1.18",
"symfony/yaml": "^3.4",
"symfony/yaml": "^3.4|^4.0|^5.0",
"wikimedia/relpath": "^2.1",
"symfony/console": "3.*|4.*"
"symfony/console": "3.*|4.*|5.*"
},
"require-dev": {
"povils/phpmnd": "^2.0",
Expand Down