Skip to content

Commit

Permalink
Allow symfony/yaml v7
Browse files Browse the repository at this point in the history
https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md#70

Breaking change limited to how php constants can be used.
  • Loading branch information
jbreton authored Apr 15, 2024
1 parent ffacf6f commit 4968713
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 @@ -25,7 +25,7 @@
"php": ">=7.3",
"psr/log": "1 - 3",
"predis/predis": "^2.0",
"symfony/yaml": "^5.3|^6.0"
"symfony/yaml": "^5.3|^6.0|^7.0"
},

"require-dev": {
Expand Down

0 comments on commit 4968713

Please sign in to comment.