Skip to content

Commit

Permalink
Add support for symfony components 7.x (see #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo authored Nov 21, 2024
2 parents b1b622e + 5a4799b commit c14b16d
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 @@ -17,8 +17,8 @@
"homepage": "https://www.oveleon.de",
"require": {
"php": ">=8.1",
"symfony/http-foundation": "^5.0|^6.0",
"symfony/http-client": "^5.0|^6.0"
"symfony/http-foundation": "^5.0|^6.0|^7.0",
"symfony/http-client": "^5.0|^6.0|^7.0"
},
"require-dev": {},
"conflict": {},
Expand Down

0 comments on commit c14b16d

Please sign in to comment.