Skip to content

Commit

Permalink
build: allow symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 22, 2023
1 parent 23ff733 commit 14ec580
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 @@ -5,7 +5,7 @@
"license": "LGPL-3.0-or-later",
"require": {
"php": ">=8.0.2",
"symfony/http-client": "^5.4||^6.0"
"symfony/http-client": "^5.4||^6.0||^7.0"
},
"authors": [
{
Expand All @@ -14,7 +14,7 @@
],
"require-dev": {
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.0"
"friendsofphp/php-cs-fixer": "^3.41"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 14ec580

Please sign in to comment.