starfruitjsc / validator-bundle
validate values
Installs: 443
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-02-18 09:04:01 UTC
README
composer require starfruitjsc/validator-bundle
add config/bundles.php
return [
...
ValidatorBundle\ValidatorBundle::class => ['all' => true],
];