laminas-validator icon indicating copy to clipboard operation
laminas-validator copied to clipboard

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria

Results 79 laminas-validator issues
Sort by recently updated
recently updated
newest added

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...

Bug

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary It seems like the...

Bug
Documentation

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary When #129 goes in,...

BC Break
Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary with #129, minimum required...

Enhancement

### Bug Report My upload file validator is configured as below: ```php [ 'type' => FileInput::class, 'name' => 'image_2', 'required' => false, 'validators' => [ [ 'name' => 'FileUploadFile', ],...

Awaiting Author Updates
Question

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...

Enhancement
Help Wanted

### Bug Report | Q | A |------------ | ------ | Version(s) | HEAD (2.15.x) #### Summary Certain file extensions are considered equal by validators in some contexts. For example,...

Bug