Skip to content

Commit

Permalink
Issue #3405696 by longwave, Spokje, andypost, quietone, smustgrave, m…
Browse files Browse the repository at this point in the history
…ondrake: Update composer dependencies for Drupal 10.2.0
  • Loading branch information
catch committed Dec 12, 2023
1 parent b3d5c5e commit 0c41ce5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"doctrine/deprecations": "~1.1.2",
"doctrine/lexer": "~2.1.0",
"egulias/email-validator": "~4.0.2",
"guzzlehttp/guzzle": "~7.8.0",
"guzzlehttp/promises": "~2.0.1",
"guzzlehttp/psr7": "~2.6.1",
"guzzlehttp/guzzle": "~7.8.1",
"guzzlehttp/promises": "~2.0.2",
"guzzlehttp/psr7": "~2.6.2",
"masterminds/html5": "~2.8.1",
"mck89/peast": "~v1.15.4",
"pear/archive_tar": "~1.4.14",
Expand All @@ -31,16 +31,16 @@
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
"symfony/console": "~v6.4.0",
"symfony/dependency-injection": "~v6.4.0",
"symfony/console": "~v6.4.1",
"symfony/dependency-injection": "~v6.4.1",
"symfony/deprecation-contracts": "~v3.4.0",
"symfony/error-handler": "~v6.4.0",
"symfony/event-dispatcher": "~v6.4.0",
"symfony/event-dispatcher-contracts": "~v3.4.0",
"symfony/filesystem": "~v6.4.0",
"symfony/finder": "~v6.4.0",
"symfony/http-foundation": "~v6.4.0",
"symfony/http-kernel": "~v6.4.0",
"symfony/http-kernel": "~v6.4.1",
"symfony/mailer": "~v6.4.0",
"symfony/mime": "~v6.4.0",
"symfony/polyfill-ctype": "~v1.28.0",
Expand All @@ -52,14 +52,14 @@
"symfony/polyfill-php83": "~v1.28.0",
"symfony/process": "~v6.4.0",
"symfony/psr-http-message-bridge": "~v6.4.0",
"symfony/routing": "~v6.4.0",
"symfony/serializer": "~v6.4.0",
"symfony/routing": "~v6.4.1",
"symfony/serializer": "~v6.4.1",
"symfony/service-contracts": "~v3.4.0",
"symfony/string": "~v6.4.0",
"symfony/translation-contracts": "~v3.4.0",
"symfony/validator": "~v6.4.0",
"symfony/var-dumper": "~v6.4.0",
"symfony/var-exporter": "~v6.4.0",
"symfony/var-exporter": "~v6.4.1",
"symfony/yaml": "~v6.4.0",
"twig/twig": "~v3.8.0"
}
Expand Down

0 comments on commit 0c41ce5

Please sign in to comment.