Skip to content
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

Open
glen-84 opened this issue Apr 8, 2022 · 4 comments
Open

Missing PHP version constraint #27

glen-84 opened this issue Apr 8, 2022 · 4 comments

Comments

@glen-84
Copy link

glen-84 commented Apr 8, 2022

The composer.json file is missing a php version constraint, so it's unclear which versions of PHP are supported by this library.

Please add this information.

@mooreds
Copy link
Contributor

mooreds commented Apr 8, 2022

Thanks @glen-84 we'll look at doing that. For your info, it seems like versions < 8.1 work, but 8.1+ don't (at least from this community filed issue: #26 )

@glen-84
Copy link
Author

glen-84 commented Apr 9, 2022

I actually need the minimum version, as we're currently stuck on an older version of PHP (7.0.x).

@glen-84
Copy link
Author

glen-84 commented Apr 24, 2022

@robotdan

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?

@mooreds
Copy link
Contributor

mooreds commented Apr 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants