generated from spatie/package-skeleton-laravel
-
-
Couldn't load subscription status.
- Fork 0
Releases: danilopolani/laravel-json-validation-testing
Releases · danilopolani/laravel-json-validation-testing
v2.0.0
🔥 Added
- Support for Laravel 11
🩹 Fixed
- Support for
Enumrule
♻️ Changed
- Minimum PHP version is now 8.2
- Minimum Laravel version is now 10.0
- Custom rules must now implement the
DaniloPolani\JsonValidation\Contracts\HasRuleMessageinterface
Assets 2
v1.0.3
Added
- Support for Laravel 10
Assets 2
v1.0.2
Fixed
- Handle dynamic rules such as
size.array,max.stringetc.
Assets 2
v1.0.1
What's Changed
- Preserve original attribute name for nested fields by @danilopolani in #3
Full Changelog: v1.0.0...v1.0.1
Assets 2
v1.0.0
Hello!