Update dependency nelmio/api-doc-bundle to v4.32.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nelmio/api-doc-bundle | require | patch |
4.32.2 -> 4.32.3
|
Release Notes
nelmio/NelmioApiDocBundle (nelmio/api-doc-bundle)
v4.32.3
- Deprecated
Nelmio\ApiDocBundle\Annotation
namespace in favor ofNelmio\ApiDocBundle\Attribute
namespace in preparation for 5.x. Consider upgrading to the new attribute syntax.
- use Nelmio\ApiDocBundle\Annotation\Areas;
- use Nelmio\ApiDocBundle\Annotation\Model;
- use Nelmio\ApiDocBundle\Annotation\Operation;
- use Nelmio\ApiDocBundle\Annotation\Security;
+ use Nelmio\ApiDocBundle\Attribute\Areas;
+ use Nelmio\ApiDocBundle\Attribute\Model;
+ use Nelmio\ApiDocBundle\Attribute\Operation;
+ use Nelmio\ApiDocBundle\Attribute\Security;
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.