Skip to content

Commit

Permalink
Allow Symfony 7 (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored May 16, 2024
1 parent 0c04e38 commit c155e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"ext-simplexml": "*",
"ext-xml": "*",
"sebastian/version": "^3.0|^4.0",
"symfony/console": "^5.3.10|^6.0",
"symfony/yaml": "^5.0|^6.0"
"symfony/console": "^5.3.10|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0"
},
"require-dev": {
"ext-curl": "*",
Expand Down

0 comments on commit c155e6e

Please sign in to comment.