Skip to content

Commit

Permalink
support symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pableu authored Jan 24, 2024
1 parent cb9a279 commit c4adc9f
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 c4adc9f

Please sign in to comment.