Skip to content

Commit

Permalink
Add support for symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiefer committed Jul 25, 2024
1 parent 1780672 commit f3be009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
],
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0",
"symfony/http-client": "^4.3 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-client": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/twig-pack": "^1.0",
"symfony/yaml": "^4.3 || ^5.0 || ^6.0",
"symfony/config": "^4.3 || ^5.0 || ^6.0",
"symfony/yaml": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"typesetsh/typesetsh": "^0.26.0"
},
"autoload": {
Expand Down

0 comments on commit f3be009

Please sign in to comment.