Skip to content

Commit

Permalink
Merge pull request #20 from cs278/update-conflict-rule
Browse files Browse the repository at this point in the history
Amend conflict list to allow fixed versions of symfony/yaml
  • Loading branch information
cs278 authored Jul 29, 2021
2 parents b09e0b4 + 1aa1181 commit 05d5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"symfony/process": "^4.4 || ^5"
},
"conflict": {
"symfony/yaml": "~4.4.27 || ~5.2.12 || ~5.3.4"
"symfony/yaml": "=4.4.27 || =4.4.28 || =5.2.12 || =5.2.13 || =5.3.4 || =5.3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 05d5dc5

Please sign in to comment.