We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please consider adding support for thecodingmachine/safe:^2.0.
thecodingmachine/safe:^2.0
Currently this package only supports ^1.3. Not only has 1.3 not been updated in two years, it's also missing support for PHP 8.
It's possible to support both since the 2.0 interfaces are backwards compatible AFAIK.
This can be done simply by changing the composer dependency to:
"require": { "thecodingmachine/safe": "^1.1 || ^2", ... }
The text was updated successfully, but these errors were encountered:
LGTM, happy to accept a PR!
Sorry, something went wrong.
Fixed with #961 and released as 8.5.0
No branches or pull requests
Summary
Please consider adding support for
thecodingmachine/safe:^2.0
.Currently this package only supports ^1.3. Not only has 1.3 not been updated in two years, it's also missing support for PHP 8.
It's possible to support both since the 2.0 interfaces are backwards compatible AFAIK.
This can be done simply by changing the composer dependency to:
The text was updated successfully, but these errors were encountered: