Skip to content

Commit 1f2722e

Browse files
authored
Merge pull request #1 from devscast/bernard-ng-patch-1
support symfony 7.0
2 parents c62db9f + eb55d3b commit 1f2722e

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
@@ -25,12 +25,12 @@
2525
"minimum-stability": "stable",
2626
"require-dev": {
2727
"squizlabs/php_codesniffer": "^3.6",
28-
"symfony/var-dumper": "^5.3|^6.0",
28+
"symfony/var-dumper": "^6.0|^7.0",
2929
"phpstan/phpstan": "^1.4"
3030
},
3131
"require": {
3232
"php": ">=8.0",
33-
"symfony/http-client": "^5.3|^6.0"
33+
"symfony/http-client": "^6.0|^7.0"
3434
},
3535
"repositories": [
3636
{

0 commit comments

Comments
 (0)