From 092d8896f30b4059443f74362da9fc8d6935b95e Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 6 Apr 2023 17:57:49 +0200 Subject: [PATCH] UPGRADE-6.3.md: deprecate "@required" --- UPGRADE-6.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-6.3.md b/UPGRADE-6.3.md index 8b44f06e2fb1b..4162bc23047ff 100644 --- a/UPGRADE-6.3.md +++ b/UPGRADE-6.3.md @@ -13,6 +13,7 @@ DependencyInjection * Deprecate `PhpDumper` options `inline_factories_parameter` and `inline_class_loader_parameter`, use `inline_factories` and `inline_class_loader` instead * Deprecate undefined and numeric keys with `service_locator` config, use string aliases instead * Deprecate `#[MapDecorated]`, use `#[AutowireDecorated]` instead + * Deprecate the `@required` annotation, use the `Symfony\Contracts\Service\Attribute\Required` attribute instead DoctrineBridge --------------