laminas-validator
laminas-validator copied to clipboard
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/laminas/laminas-validator). ## Awaiting Schedule The following updates are...
> I believe this validator should either be rewritten or removed entirely as it will return true for the input "foo, bar" > > It expects a string as input...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary It seems like the...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary When #129 goes in,...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary with #129, minimum required...
### Bug Report My upload file validator is configured as below: ```php [ 'type' => FileInput::class, 'name' => 'image_2', 'required' => false, 'validators' => [ [ 'name' => 'FileUploadFile', ],...
When installing laminas-validator composer reports this: ``` Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. ```
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...
| Q | A |-------------- | ------ | QA | yes These are just failing tests for top-level IDN domains that contain uppercase letters. I tried to fix it, but...
### Bug Report | Q | A |------------ | ------ | Version(s) | HEAD (2.15.x) #### Summary Certain file extensions are considered equal by validators in some contexts. For example,...