Release v0.0.3
fix: DoctrineBundle middleware configuration compatibility
- Changed from using yamlMiddleware to always using middlewares for DoctrineBundle 2.x
- yamlMiddleware is not reliably available across all DoctrineBundle 2.x versions
- Fixes 'Unrecognized option yamlMiddleware' errors when installing the bundle
- Updated documentation (CHANGELOG, UPGRADING, COMPATIBILITY)
- Added tests for middleware configuration methods
Changelog
Fixed
- DoctrineBundle middleware configuration - Fixed compatibility issue with
yamlMiddlewareoption- Changed from using
yamlMiddlewareto always usingmiddlewaresfor DoctrineBundle 2.x yamlMiddlewareis not reliably available across all DoctrineBundle 2.x versionsmiddlewaresis more widely supported and works consistently across all 2.x versions- Fixes "Unrecognized option 'yamlMiddleware'" errors when installing the bundle
- Updated documentation to reflect this change
- Changed from using
Commits
- fix: DoctrineBundle middleware configuration compatibility (8de3d24)