Skip to content

Commit

Permalink
Issue #3323741 by andypost, Spokje, catch, longwave: upgrade Symfony …
Browse files Browse the repository at this point in the history
…dependencies to RC1
  • Loading branch information
catch committed Nov 28, 2022
1 parent 37861e2 commit 6a4685a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@
"psr/http-message": "~1.0.1",
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"symfony/console": "~v6.2.0-BETA3",
"symfony/dependency-injection": "~v6.2.0-BETA3",
"symfony/console": "~v6.2.0-RC1",
"symfony/dependency-injection": "~v6.2.0-RC1",
"symfony/deprecation-contracts": "~v3.1.1",
"symfony/error-handler": "~v6.2.0-BETA3",
"symfony/event-dispatcher": "~v6.2.0-BETA3",
"symfony/error-handler": "~v6.2.0-RC1",
"symfony/event-dispatcher": "~v6.2.0-RC1",
"symfony/event-dispatcher-contracts": "~v3.1.1",
"symfony/http-foundation": "~v6.2.0-BETA3",
"symfony/http-kernel": "~v6.2.0-BETA3",
"symfony/mime": "~v6.2.0-BETA3",
"symfony/http-foundation": "~v6.2.0-RC1",
"symfony/http-kernel": "~v6.2.0-RC1",
"symfony/mime": "~v6.2.0-RC1",
"symfony/polyfill-ctype": "~v1.27.0",
"symfony/polyfill-iconv": "~v1.27.0",
"symfony/polyfill-intl-grapheme": "~v1.27.0",
"symfony/polyfill-intl-idn": "~v1.27.0",
"symfony/polyfill-intl-normalizer": "~v1.27.0",
"symfony/polyfill-mbstring": "~v1.27.0",
"symfony/process": "~v6.2.0-BETA3",
"symfony/process": "~v6.2.0-RC1",
"symfony/psr-http-message-bridge": "~v2.1.3",
"symfony/routing": "~v6.2.0-BETA3",
"symfony/serializer": "~v6.2.0-BETA3",
"symfony/routing": "~v6.2.0-RC1",
"symfony/serializer": "~v6.2.0-RC1",
"symfony/service-contracts": "~v3.1.1",
"symfony/string": "~v6.1.7",
"symfony/translation-contracts": "~v3.1.1",
"symfony/validator": "~v6.2.0-BETA3",
"symfony/var-dumper": "~v6.2.0-BETA3",
"symfony/var-exporter": "~v6.2.0-BETA3",
"symfony/yaml": "~v6.2.0-BETA3",
"symfony/validator": "~v6.2.0-RC1",
"symfony/var-dumper": "~v6.2.0-RC1",
"symfony/var-exporter": "~v6.2.0-RC1",
"symfony/yaml": "~v6.2.0-RC1",
"twig/twig": "~v3.4.3"
}
}

0 comments on commit 6a4685a

Please sign in to comment.