Skip to content

Commit b25fd24

Browse files
committed
Issue #3306946 by xjm, Spokje, andypost, longwave: Update Composer dependencies in 10.0 and 9.5, and increase constraints to require latest minors
1 parent d3f6926 commit b25fd24

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"doctrine/annotations": "~1.13.3",
1414
"doctrine/lexer": "~1.2.3",
1515
"egulias/email-validator": "~3.2.1",
16-
"guzzlehttp/guzzle": "~7.4.5",
17-
"guzzlehttp/promises": "~1.5.1",
18-
"guzzlehttp/psr7": "~2.4.0",
19-
"masterminds/html5": "~2.7.5",
16+
"guzzlehttp/guzzle": "~7.5.0",
17+
"guzzlehttp/promises": "~1.5.2",
18+
"guzzlehttp/psr7": "~2.4.1",
19+
"masterminds/html5": "~2.7.6",
2020
"pear/archive_tar": "~1.4.14",
2121
"pear/console_getopt": "~v1.4.3",
2222
"pear/pear-core-minimal": "~v1.10.11",
@@ -29,15 +29,15 @@
2929
"psr/http-message": "~1.0.1",
3030
"psr/log": "~3.0.0",
3131
"ralouphie/getallheaders": "~3.0.3",
32-
"symfony/console": "~v6.1.3",
32+
"symfony/console": "~v6.1.4",
3333
"symfony/dependency-injection": "~v6.1.3",
3434
"symfony/deprecation-contracts": "~v3.1.1",
3535
"symfony/error-handler": "~v6.1.3",
3636
"symfony/event-dispatcher": "~v6.1.0",
3737
"symfony/event-dispatcher-contracts": "~v3.1.1",
38-
"symfony/http-foundation": "~v6.1.3",
39-
"symfony/http-kernel": "~v6.1.3",
40-
"symfony/mime": "~v6.1.3",
38+
"symfony/http-foundation": "~v6.1.4",
39+
"symfony/http-kernel": "~v6.1.4",
40+
"symfony/mime": "~v6.1.4",
4141
"symfony/polyfill-ctype": "~v1.26.0",
4242
"symfony/polyfill-iconv": "~v1.26.0",
4343
"symfony/polyfill-intl-grapheme": "~v1.26.0",
@@ -48,13 +48,13 @@
4848
"symfony/process": "~v6.1.3",
4949
"symfony/psr-http-message-bridge": "~v2.1.2",
5050
"symfony/routing": "~v6.1.3",
51-
"symfony/serializer": "~v6.1.3",
51+
"symfony/serializer": "~v6.1.4",
5252
"symfony/service-contracts": "~v3.1.1",
53-
"symfony/string": "~v6.1.3",
53+
"symfony/string": "~v6.1.4",
5454
"symfony/translation-contracts": "~v3.1.1",
55-
"symfony/validator": "~v6.1.3",
55+
"symfony/validator": "~v6.1.4",
5656
"symfony/var-dumper": "~v6.1.3",
57-
"symfony/yaml": "~v6.1.3",
58-
"twig/twig": "~v3.4.1"
57+
"symfony/yaml": "~v6.1.4",
58+
"twig/twig": "~v3.4.2"
5959
}
6060
}

0 commit comments

Comments
 (0)