Skip to content

Commit a7dcba3

Browse files
committed
build: allow symfony 7.0
1 parent 2e84788 commit a7dcba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=8.0.2",
88
"ext-dom": "*",
99
"ext-libxml": "*",
10-
"symfony/http-client": "^5.4||^6.0"
10+
"symfony/http-client": "^5.4||^6.0||^7.0"
1111
},
1212
"authors": [
1313
{
@@ -16,7 +16,7 @@
1616
],
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.6",
19-
"friendsofphp/php-cs-fixer": "^3.0"
19+
"friendsofphp/php-cs-fixer": "^3.41"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)