You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: