Skip to content

Commit 450183b

Browse files
authored
Merge pull request #1909 from FriendsOfSymfony/XWB-patch-1
Drop unsupported Symfony support
2 parents d446267 + 09843c3 commit 450183b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"pagerfanta/core": "^2.4 || ^3.0",
3535
"psr/log": "^1.0 || ^2.0 || ^3.0",
3636
"ruflin/elastica": "^7.1",
37-
"symfony/console": "^4.4 || ^5.4 || ^6.0",
38-
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
39-
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
40-
"symfony/property-access": "^4.4 || ^5.4 || ^6.0"
37+
"symfony/console": "^4.4 || ^5.4 || ^6.2",
38+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.2",
39+
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.2",
40+
"symfony/property-access": "^4.4 || ^5.4 || ^6.2"
4141
},
4242
"require-dev": {
4343
"doctrine/doctrine-bundle": "^2.1.1",
@@ -58,12 +58,12 @@
5858
"phpstan/phpstan-phpunit": "^1.1",
5959
"phpstan/phpstan-symfony": "^1.2",
6060
"phpunit/phpunit": "^9.5",
61-
"symfony/expression-language": "^4.4 || ^5.4 || ^6.0",
62-
"symfony/messenger": "^4.4 || ^5.4 || ^6.0",
63-
"symfony/serializer": "^4.4 || ^5.4 || ^6.0",
64-
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0",
65-
"symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.0",
66-
"symfony/yaml": "^4.4 || ^5.4 || ^6.0"
61+
"symfony/expression-language": "^4.4 || ^5.4 || ^6.2",
62+
"symfony/messenger": "^4.4 || ^5.4 || ^6.2",
63+
"symfony/serializer": "^4.4 || ^5.4 || ^6.2",
64+
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.2",
65+
"symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.2",
66+
"symfony/yaml": "^4.4 || ^5.4 || ^6.2"
6767
},
6868
"suggest": {
6969
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",

0 commit comments

Comments
 (0)