Skip to content

Commit 985e117

Browse files
author
catch
committed
Issue #3325648 by Spokje: Upgrade Symfony dependencies to 6.2.1
1 parent 42730e7 commit 985e117

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"psr/http-message": "~1.0.1",
3131
"psr/log": "~3.0.0",
3232
"ralouphie/getallheaders": "~3.0.3",
33-
"symfony/console": "~v6.2.0",
34-
"symfony/dependency-injection": "~v6.2.0",
33+
"symfony/console": "~v6.2.1",
34+
"symfony/dependency-injection": "~v6.2.1",
3535
"symfony/deprecation-contracts": "~v3.1.1",
36-
"symfony/error-handler": "~v6.2.0",
36+
"symfony/error-handler": "~v6.2.1",
3737
"symfony/event-dispatcher": "~v6.2.0",
3838
"symfony/event-dispatcher-contracts": "~v3.1.1",
39-
"symfony/http-foundation": "~v6.2.0",
40-
"symfony/http-kernel": "~v6.2.0",
39+
"symfony/http-foundation": "~v6.2.1",
40+
"symfony/http-kernel": "~v6.2.1",
4141
"symfony/mime": "~v6.2.0",
4242
"symfony/polyfill-ctype": "~v1.27.0",
4343
"symfony/polyfill-iconv": "~v1.27.0",
@@ -48,13 +48,13 @@
4848
"symfony/process": "~v6.2.0",
4949
"symfony/psr-http-message-bridge": "~v2.1.4",
5050
"symfony/routing": "~v6.2.0",
51-
"symfony/serializer": "~v6.2.0",
51+
"symfony/serializer": "~v6.2.1",
5252
"symfony/service-contracts": "~v3.1.1",
5353
"symfony/string": "~v6.2.0",
5454
"symfony/translation-contracts": "~v3.1.1",
5555
"symfony/validator": "~v6.2.0",
56-
"symfony/var-dumper": "~v6.2.0",
57-
"symfony/var-exporter": "~v6.2.0",
56+
"symfony/var-dumper": "~v6.2.1",
57+
"symfony/var-exporter": "~v6.2.1",
5858
"symfony/yaml": "~v6.2.0",
5959
"twig/twig": "~v3.4.3"
6060
}

0 commit comments

Comments
 (0)