nelmio / NelmioApiDocBundle

Generates documentation for your REST API from annotations
MIT License
2.23k stars 833 forks source link

fix: Unknown Constraint class when not using symfony/validator #2276

Closed DjordyKoert closed 5 months ago

DjordyKoert commented 5 months ago
Q A
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #2275

https://github.com/nelmio/NelmioApiDocBundle/pull/2259 accidentally removed the class_exists check for symfony/validator Constraint. This currently causes applications using this bundle to fail because of the missing symfony/validator dependency