Skip to content

Commit 14ec580

Browse files
committed
build: allow symfony 7.0
1 parent 23ff733 commit 14ec580

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "LGPL-3.0-or-later",
66
"require": {
77
"php": ">=8.0.2",
8-
"symfony/http-client": "^5.4||^6.0"
8+
"symfony/http-client": "^5.4||^6.0||^7.0"
99
},
1010
"authors": [
1111
{
@@ -14,7 +14,7 @@
1414
],
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.6",
17-
"friendsofphp/php-cs-fixer": "^3.0"
17+
"friendsofphp/php-cs-fixer": "^3.41"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)