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
Now that php 7.4 is officially EOL, what do you think of dropping support for the older versions?
That would allow for upgrading the library to return typehints, etc.
Or, at a minimum what do you think of requiring ^7.4|^8.0 in composer.json, and tighten/collect:^8.0|^9.0
I can make a PR if you're okay with that. My preference would be for PHP 8.0+, but maybe you'd want that to be a new release.
The text was updated successfully, but these errors were encountered:
OK, now collect has been deprecated, it should be replaced with composer require illuminate/collections
Sorry, something went wrong.
No branches or pull requests
Now that php 7.4 is officially EOL, what do you think of dropping support for the older versions?
That would allow for upgrading the library to return typehints, etc.
Or, at a minimum what do you think of requiring ^7.4|^8.0 in composer.json, and tighten/collect:^8.0|^9.0
I can make a PR if you're okay with that. My preference would be for PHP 8.0+, but maybe you'd want that to be a new release.
The text was updated successfully, but these errors were encountered: