Skip to content

Commit

Permalink
Issue #3401200 by quietone: Update composer dependencies for Drupal 1…
Browse files Browse the repository at this point in the history
…0.2 beta
  • Loading branch information
longwave committed Nov 13, 2023
1 parent 9656162 commit b863e81
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"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-BETA2",
"symfony/console": "~v6.4.0-BETA3",
"symfony/dependency-injection": "~v6.4.0-BETA3",
"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/filesystem": "~v6.4.0-BETA1",
"symfony/finder": "~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/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/polyfill-ctype": "~v1.28.0",
"symfony/polyfill-iconv": "~v1.28.0",
Expand All @@ -50,17 +50,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-BETA2",
"symfony/process": "~v6.4.0-BETA3",
"symfony/psr-http-message-bridge": "~v2.3.1",
"symfony/routing": "~v6.4.0-BETA2",
"symfony/serializer": "~v6.4.0-BETA2",
"symfony/routing": "~v6.4.0-BETA3",
"symfony/serializer": "~v6.4.0-BETA3",
"symfony/service-contracts": "~v3.3.0",
"symfony/string": "~v6.3.5",
"symfony/string": "~v6.3.8",
"symfony/translation-contracts": "~v3.3.0",
"symfony/validator": "~v6.4.0-BETA2",
"symfony/var-dumper": "~v6.4.0-BETA2",
"symfony/validator": "~v6.4.0-BETA3",
"symfony/var-dumper": "~v6.4.0-BETA3",
"symfony/var-exporter": "~v6.3.6",
"symfony/yaml": "~v6.4.0-BETA2",
"symfony/yaml": "~v6.4.0-BETA3",
"twig/twig": "~v3.7.1"
}
}

0 comments on commit b863e81

Please sign in to comment.