Skip to content

Commit

Permalink
Issue #3404694 by Spokje, longwave, mglaman, andypost: Update depende…
Browse files Browse the repository at this point in the history
…ncies for Drupal 10.2
  • Loading branch information
alexpott committed Nov 30, 2023
1 parent f87dbd1 commit ca6e213
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require": {
"drupal/core": "11.x-dev",
"asm89/stack-cors": "~v2.1.1",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
"doctrine/deprecations": "~1.1.2",
Expand All @@ -21,7 +21,7 @@
"mck89/peast": "~v1.15.4",
"pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3",
"pear/pear-core-minimal": "~v1.10.13",
"pear/pear-core-minimal": "~v1.10.14",
"pear/pear_exception": "~v1.0.2",
"psr/cache": "~3.0.0",
"psr/container": "~2.0.2",
Expand All @@ -31,36 +31,36 @@
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
"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-RC1",
"symfony/event-dispatcher": "~v6.4.0-RC1",
"symfony/event-dispatcher-contracts": "~v3.3.0",
"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/console": "~v6.4.0",
"symfony/dependency-injection": "~v6.4.0",
"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/mailer": "~v6.4.0",
"symfony/mime": "~v6.4.0",
"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-RC1",
"symfony/process": "~v6.4.0",
"symfony/psr-http-message-bridge": "~v2.3.1",
"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-RC1",
"symfony/var-dumper": "~v6.4.0-RC1",
"symfony/var-exporter": "~v6.3.6",
"symfony/yaml": "~v6.4.0-RC1",
"twig/twig": "~v3.7.1"
"symfony/routing": "~v6.4.0",
"symfony/serializer": "~v6.4.0",
"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/yaml": "~v6.4.0",
"twig/twig": "~v3.8.0"
}
}

0 comments on commit ca6e213

Please sign in to comment.