starfruitjsc / validator-bundle
validate values
Installs: 442
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:pimcore-bundle
pkg:composer/starfruitjsc/validator-bundle
Requires
- php: >=8.1
- symfony/validator: >=6.0
This package is not auto-updated.
Last update: 2026-01-21 08:40:15 UTC
README
composer require starfruitjsc/validator-bundle
add config/bundles.php
return [
...
ValidatorBundle\ValidatorBundle::class => ['all' => true],
];