DavidePastore / Slim-Validation

A validation library for the Slim Framework. It internally uses Respect/Validation.
170 stars 30 forks source link

Support for PHP 8.1 #73

Open sal39 opened 1 year ago

sal39 commented 1 year ago

It appears that the composer.json specifies that only PHP 7.2 is supported by version 4.0.0. If Slim-Validation works with other version such as 8.0 or 8.1 this should be updated to allow other php versions. If the software does not support PHP 8, perhaps that can be added to the release notes or readme.

"require": { "php": "^7.2"

Thanks for making this code available.