Skip to content

Commit 4dc6738

Browse files
authored
Update composer.json
1 parent ff94f45 commit 4dc6738

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"pagerfanta/pagerfanta": "^2.4 || ^3.0 || ^4.0",
3535
"psr/log": "^1.0 || ^2.0 || ^3.0",
3636
"ruflin/elastica": "^7.1",
37-
"symfony/console": "^5.4 || ^6.4 || ^7.0",
38-
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
39-
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
40-
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
41-
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
37+
"symfony/console": "^5.4 || ^6.4 || ^7.1",
38+
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.1",
39+
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.1",
40+
"symfony/property-access": "^5.4 || ^6.4 || ^7.1",
41+
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.1"
4242
},
4343
"require-dev": {
4444
"doctrine/doctrine-bundle": "^2.1.1",
@@ -56,12 +56,12 @@
5656
"phpstan/phpstan-phpunit": "^1.1",
5757
"phpstan/phpstan-symfony": "^1.2",
5858
"phpunit/phpunit": "^9.5",
59-
"symfony/expression-language": "^5.4 || ^6.4 || ^7.0",
60-
"symfony/messenger": "^5.4 || ^6.4 || ^7.0",
61-
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
62-
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0",
63-
"symfony/web-profiler-bundle": "^5.4 || ^6.4 || ^7.0",
64-
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
59+
"symfony/expression-language": "^5.4 || ^6.4 || ^7.1",
60+
"symfony/messenger": "^5.4 || ^6.4 || ^7.1",
61+
"symfony/serializer": "^5.4 || ^6.4 || ^7.1",
62+
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.1",
63+
"symfony/web-profiler-bundle": "^5.4 || ^6.4 || ^7.1",
64+
"symfony/yaml": "^5.4 || ^6.4 || ^7.1"
6565
},
6666
"suggest": {
6767
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",

0 commit comments

Comments
 (0)