Skip to content

Commit 8bdbcd0

Browse files
authored
Merge pull request #110 from ubirak/feature/supports-sf-7.x
supports Symfony 7.x
2 parents 877ae68 + f9e8feb commit 8bdbcd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"php-http/message": "^1.11",
3131
"tolerance/tolerance": "^0.4.2",
3232
"mtdowling/jmespath.php": "^2.3",
33-
"symfony/config": "^4.4.12 | ~5.0 | ~6.0",
34-
"symfony/dependency-injection": "^4.4.12 | ~5.0 | ~6.0",
35-
"symfony/property-access": "^4.4.12 | ~5.0 | ~6.0"
33+
"symfony/config": "^4.4.12 | ~5.0 | ~6.0 | ~7.0",
34+
"symfony/dependency-injection": "^4.4.12 | ~5.0 | ~6.0 | ~7.0",
35+
"symfony/property-access": "^4.4.12 | ~5.0 | ~6.0 | ~7.0"
3636
},
3737
"require-dev": {
3838
"silex/silex": "~2.0",

0 commit comments

Comments
 (0)