Skip to content

Commit

Permalink
Merge pull request #29 from vworldat/allow-symfony7
Browse files Browse the repository at this point in the history
Allowing Symfony 7.x
  • Loading branch information
mnapoli authored Feb 7, 2024
2 parents e0d2e6f + 2d41fd1 commit d42d841
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 @@ -13,7 +13,7 @@
},
"require": {
"php": "^7.4|^8.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
"league/commonmark": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit d42d841

Please sign in to comment.