Skip to content

Commit

Permalink
Support Symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 22, 2023
1 parent 3da23e0 commit 6182ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"php": "^8.1",
"endroid/installer": "^1.3.1",
"symfony/cache-contracts": "^2.0||^3.0",
"symfony/http-client": "^5.4||^6.0",
"symfony/http-kernel": "^5.4||^6.0",
"symfony/options-resolver": "^5.4||^6.0",
"symfony/http-client": "^5.4||^6.0||^7.0",
"symfony/http-kernel": "^5.4||^6.0||^7.0",
"symfony/options-resolver": "^5.4||^6.0||^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 6182ef4

Please sign in to comment.