Skip to content

Commit

Permalink
Issue #3393151 by Spokje, quietone: Update composer dependencies for …
Browse files Browse the repository at this point in the history
…Drupal 10.2
  • Loading branch information
alexpott committed Nov 3, 2023
1 parent f4c9ff8 commit 64ebac4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"require": {
"drupal/core": "11.x-dev",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
"doctrine/deprecations": "~v1.1.1",
"doctrine/deprecations": "~1.1.2",
"doctrine/lexer": "~2.1.0",
"egulias/email-validator": "~4.0.1",
"guzzlehttp/guzzle": "~7.7.0",
"guzzlehttp/promises": "~2.0.0",
"guzzlehttp/psr7": "~2.5.0",
"masterminds/html5": "~2.8.0",
"egulias/email-validator": "~4.0.2",
"guzzlehttp/guzzle": "~7.8.0",
"guzzlehttp/promises": "~2.0.1",
"guzzlehttp/psr7": "~2.6.1",
"masterminds/html5": "~2.8.1",
"mck89/peast": "~v1.15.4",
"pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3",
Expand All @@ -26,19 +26,19 @@
"psr/cache": "~3.0.0",
"psr/container": "~2.0.2",
"psr/event-dispatcher": "~1.0.0",
"psr/http-client": "~1.0.2",
"psr/http-client": "~1.0.3",
"psr/http-factory": "~1.0.2",
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
"symfony/console": "~v6.4.0-BETA1",
"symfony/dependency-injection": "~v6.4.0-BETA1",
"symfony/dependency-injection": "~v6.4.0-BETA2",
"symfony/deprecation-contracts": "~v3.3.0",
"symfony/error-handler": "~v6.4.0-BETA1",
"symfony/event-dispatcher": "~v6.4.0-BETA1",
"symfony/event-dispatcher-contracts": "~v3.3.0",
"symfony/http-foundation": "~v6.4.0-BETA1",
"symfony/http-kernel": "~v6.4.0-BETA1",
"symfony/http-foundation": "~v6.4.0-BETA2",
"symfony/http-kernel": "~v6.4.0-BETA2",
"symfony/mailer": "~v6.4.0-BETA1",
"symfony/mime": "~v6.4.0-BETA1",
"symfony/polyfill-ctype": "~v1.28.0",
Expand All @@ -48,17 +48,17 @@
"symfony/polyfill-intl-normalizer": "~v1.28.0",
"symfony/polyfill-mbstring": "~v1.28.0",
"symfony/polyfill-php83": "~v1.28.0",
"symfony/process": "~v6.4.0-BETA1",
"symfony/process": "~v6.4.0-BETA2",
"symfony/psr-http-message-bridge": "~v2.3.1",
"symfony/routing": "~v6.4.0-BETA1",
"symfony/serializer": "~v6.4.0-BETA1",
"symfony/routing": "~v6.4.0-BETA2",
"symfony/serializer": "~v6.4.0-BETA2",
"symfony/service-contracts": "~v3.3.0",
"symfony/string": "~v6.3.5",
"symfony/translation-contracts": "~v3.3.0",
"symfony/validator": "~v6.4.0-BETA1",
"symfony/var-dumper": "~v6.4.0-BETA1",
"symfony/validator": "~v6.4.0-BETA2",
"symfony/var-dumper": "~v6.4.0-BETA2",
"symfony/var-exporter": "~v6.3.6",
"symfony/yaml": "~v6.4.0-BETA1",
"twig/twig": "~v3.6.0"
"symfony/yaml": "~v6.4.0-BETA2",
"twig/twig": "~v3.7.1"
}
}

0 comments on commit 64ebac4

Please sign in to comment.