Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
dependencies: update symfony package constraints and ci workflow matrix (#5) (6cc55e6)
2.0.1
⚠ BREAKING CHANGES
The DTO lifecycle is now split between resolution and validation phases. DTO properties are no longer hydrated during the resolution phase but after the kernel.controller_arguments event.
complete rework to support type-safe request DTOs (#3) (32069d0)
Moves validation logic from value resolver into event subscriber to prevent validation of values before all arguments and security has been resolved completely. (2a5b29b)