Skip to content

Commit

Permalink
Issue #3401901 by Spokje, smustgrave, longwave: Update composer depen…
Browse files Browse the repository at this point in the history
…dencies for Drupal 10.2 beta
  • Loading branch information
xjm committed Nov 15, 2023
1 parent b863e81 commit f87dbd1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
"symfony/console": "~v6.4.0-BETA3",
"symfony/dependency-injection": "~v6.4.0-BETA3",
"symfony/console": "~v6.4.0-RC1",
"symfony/dependency-injection": "~v6.4.0-RC1",
"symfony/deprecation-contracts": "~v3.3.0",
"symfony/error-handler": "~v6.4.0-BETA1",
"symfony/event-dispatcher": "~v6.4.0-BETA1",
"symfony/error-handler": "~v6.4.0-RC1",
"symfony/event-dispatcher": "~v6.4.0-RC1",
"symfony/event-dispatcher-contracts": "~v3.3.0",
"symfony/filesystem": "~v6.4.0-BETA1",
"symfony/finder": "~v6.4.0-BETA3",
"symfony/http-foundation": "~v6.4.0-BETA3",
"symfony/http-kernel": "~v6.4.0-BETA3",
"symfony/mailer": "~v6.4.0-BETA3",
"symfony/mime": "~v6.4.0-BETA1",
"symfony/filesystem": "~v6.4.0-RC1",
"symfony/finder": "~v6.4.0-RC1",
"symfony/http-foundation": "~v6.4.0-RC1",
"symfony/http-kernel": "~v6.4.0-RC1",
"symfony/mailer": "~v6.4.0-RC1",
"symfony/mime": "~v6.4.0-RC1",
"symfony/polyfill-ctype": "~v1.28.0",
"symfony/polyfill-iconv": "~v1.28.0",
"symfony/polyfill-intl-grapheme": "~v1.28.0",
"symfony/polyfill-intl-idn": "~v1.28.0",
"symfony/polyfill-intl-normalizer": "~v1.28.0",
"symfony/polyfill-mbstring": "~v1.28.0",
"symfony/polyfill-php83": "~v1.28.0",
"symfony/process": "~v6.4.0-BETA3",
"symfony/process": "~v6.4.0-RC1",
"symfony/psr-http-message-bridge": "~v2.3.1",
"symfony/routing": "~v6.4.0-BETA3",
"symfony/serializer": "~v6.4.0-BETA3",
"symfony/routing": "~v6.4.0-RC1",
"symfony/serializer": "~v6.4.0-RC1",
"symfony/service-contracts": "~v3.3.0",
"symfony/string": "~v6.3.8",
"symfony/translation-contracts": "~v3.3.0",
"symfony/validator": "~v6.4.0-BETA3",
"symfony/var-dumper": "~v6.4.0-BETA3",
"symfony/validator": "~v6.4.0-RC1",
"symfony/var-dumper": "~v6.4.0-RC1",
"symfony/var-exporter": "~v6.3.6",
"symfony/yaml": "~v6.4.0-BETA3",
"symfony/yaml": "~v6.4.0-RC1",
"twig/twig": "~v3.7.1"
}
}

0 comments on commit f87dbd1

Please sign in to comment.