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
Hello,
Trying to update to the latest version of Carbon 2 results in error during install results in parse error.
Carbon version: 2.72.4 PHP version: 7.2
The library says Carbon version 2 supports php versions >= 7.1.8 But this piece of code uses php arrow functions which were introduced in php 7.4
Was broken in this commit 117671b
The text was updated successfully, but these errors were encountered:
Fix PHP 7.4 compatibility
afd4658
Fix #3034
Thank you for the report 🙏 2.72.5 patch released with the fix.
Sorry, something went wrong.
thanks for the quick patch
No branches or pull requests
Hello,
Trying to update to the latest version of Carbon 2 results in error during install results in parse error.
Carbon version: 2.72.4
PHP version: 7.2
The library says Carbon version 2 supports php versions >= 7.1.8
But this piece of code uses php arrow functions which were introduced in php 7.4
Was broken in this commit 117671b
The text was updated successfully, but these errors were encountered: