You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #49963 Update the upgrade guide for t
8000
he deprecation of @required (alexislefebvre)
This PR was merged into the 6.3 branch.
Discussion
----------
Update the upgrade guide for the deprecation of ``@required``
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | yes
| Tickets | .
| License | MIT
| Doc PR | .
Follow-up of #48990
Commits
-------
092d889 UPGRADE-6.3.md: deprecate "`@required`"
Copy file name to clipboardExpand all lines: UPGRADE-6.3.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ DependencyInjection
13
13
* Deprecate `PhpDumper` options `inline_factories_parameter` and `inline_class_loader_parameter`, use `inline_factories` and `inline_class_loader` instead
14
14
* Deprecate undefined and numeric keys with `service_locator` config, use string aliases instead
15
15
* Deprecate `#[MapDecorated]`, use `#[AutowireDecorated]` instead
16
+
* Deprecate the `@required` annotation, use the `Symfony\Contracts\Service\Attribute\Required` attribute instead
0 commit comments