Skip to content

Commit

Permalink
Issue #3295520 by andypost, xjm, longwave: Update dependencies for Dr…
Browse files Browse the repository at this point in the history
…upal 10.0 and 9.5
  • Loading branch information
alexpott committed Aug 10, 2022
1 parent 77f7b0e commit 3f38d2f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"drupal/core": "9.5.x-dev",
"asm89/stack-cors": "~1.3.0",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.2",
"doctrine/annotations": "~1.13.3",
"doctrine/lexer": "~1.2.3",
"doctrine/reflection": "~1.2.3",
"egulias/email-validator": "~3.2.1",
Expand All @@ -20,7 +20,7 @@
"laminas/laminas-diactoros": "~2.14.0",
"laminas/laminas-escaper": "~2.9.0",
"laminas/laminas-feed": "~2.17.0",
"laminas/laminas-stdlib": "~3.7.1",
"laminas/laminas-stdlib": "~3.11.0",
"masterminds/html5": "~2.7.5",
"pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3",
Expand All @@ -34,33 +34,33 @@
"ralouphie/getallheaders": "~3.0.3",
"stack/builder": "~v1.0.6",
"symfony-cmf/routing": "~2.3.4",
"symfony/console": "~v4.4.42",
"symfony/debug": "~v4.4.41",
"symfony/dependency-injection": "~v4.4.42",
"symfony/deprecation-contracts": "~v2.5.1",
"symfony/error-handler": "~v4.4.41",
"symfony/event-dispatcher": "~v4.4.42",
"symfony/event-dispatcher-contracts": "~v1.1.12",
"symfony/http-client-contracts": "~v2.5.1",
"symfony/console": "~v4.4.44",
"symfony/debug": "~v4.4.44",
"symfony/dependency-injection": "~v4.4.44",
"symfony/deprecation-contracts": "~v2.5.2",
"symfony/error-handler": "~v4.4.44",
"symfony/event-dispatcher": "~v4.4.44",
"symfony/event-dispatcher-contracts": "~v1.1.13",
"symfony/http-client-contracts": "~v2.5.2",
"symfony/http-foundation": "~v4.4.44",
"symfony/http-kernel": "~v4.4.42",
"symfony/mime": "~v5.4.9",
"symfony/polyfill-ctype": "~v1.25.0",
"symfony/polyfill-iconv": "~v1.25.0",
"symfony/polyfill-intl-idn": "~v1.25.0",
"symfony/polyfill-intl-normalizer": "~v1.25.0",
"symfony/polyfill-mbstring": "~v1.25.0",
"symfony/polyfill-php80": "~v1.25.0",
"symfony/process": "~v4.4.41",
"symfony/http-kernel": "~v4.4.44",
"symfony/mime": "~v5.4.11",
"symfony/polyfill-ctype": "~v1.26.0",
"symfony/polyfill-iconv": "~v1.26.0",
"symfony/polyfill-intl-idn": "~v1.26.0",
"symfony/polyfill-intl-normalizer": "~v1.26.0",
"symfony/polyfill-mbstring": "~v1.26.0",
"symfony/polyfill-php80": "~v1.26.0",
"symfony/process": "~v4.4.44",
"symfony/psr-http-message-bridge": "~v2.1.2",
"symfony/routing": "~v4.4.41",
"symfony/serializer": "~v4.4.42",
"symfony/service-contracts": "~v2.5.1",
"symfony/translation": "~v4.4.41",
"symfony/translation-contracts": "~v2.5.1",
"symfony/validator": "~v4.4.41",
"symfony/var-dumper": "~v5.4.9",
"symfony/yaml": "~v4.4.37",
"symfony/routing": "~v4.4.44",
"symfony/serializer": "~v4.4.44",
"symfony/service-contracts": "~v2.5.2",
"symfony/translation": "~v4.4.44",
"symfony/translation-contracts": "~v2.5.2",
"symfony/validator": "~v4.4.44",
"symfony/var-dumper": "~v5.4.11",
"symfony/yaml": "~v4.4.44",
"twig/twig": "~v2.15.1",
"typo3/phar-stream-wrapper": "~v3.1.7"
}
Expand Down

0 comments on commit 3f38d2f

Please sign in to comment.