Skip to content

Commit

Permalink
Merge pull request #42 from pableu/patch-1
Browse files Browse the repository at this point in the history
Support Symfony 7
  • Loading branch information
aflanagan authored Jan 31, 2024
2 parents cb9a279 + c4adc9f commit 1627622
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 @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.6",
"symfony/yaml": "^4.4|^5.2|^6.0"
"symfony/yaml": "^4.4|^5.2|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
Expand Down

0 comments on commit 1627622

Please sign in to comment.