3.30.0
What's Changed
- Require PHP 7.4 and Symfony 5.4 by @mbabker in #1528
- build(ci): Add Rector into static analysis. by @scyzoryck in #1530
- Remove min-stability by @scyzoryck in #1535
- Fix serialization of BackedEnum - annotation without name/value by @iKsSs in #1536
- [B/C Break] Make the Annotations package optional in the builder API by @mbabker in #1471
Upgrading
Starting from this release doctrine/annotations is an optional package.
If you still want to use them, please make sure that you require in composer.json
file.
We strongly recommend to start using Attributes with PHP 8.
You can easily migrate annotations to attributes with rector and Rector\Symfony\Set\SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES
rules.
New Contributors
Full Changelog: 3.29.1...3.30.0