-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing PHP version constraint #27
Comments
I actually need the minimum version, as we're currently stuck on an older version of PHP (7.0.x). |
Do you know what the targeted PHP version is, or would we need to run something like PHPCompatibility in order to determine the minimum supported version? |
php7 should work fine. I have used it with 7.2.5 and this blog post talks about working with 7+. If it doesn't work with 7.0, please let us know as we'd like to support backward compatibility in this repo. |
The
composer.json
file is missing aphp
version constraint, so it's unclear which versions of PHP are supported by this library.Please add this information.
The text was updated successfully, but these errors were encountered: