-
Notifications
You must be signed in to change notification settings - Fork 167
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
Update to Laravel 6 & 7, + PHP 7.4 compatible #93
base: master
Are you sure you want to change the base?
Conversation
Addressing #94 |
Travis fails on PHP 5.6. Maybe will be better to just remove 5.6 from Travis config, because Laravel 6 supports PHP 7.2+ |
Updated php-versions.
Fixed PHP 7.4 compatibility, for: ErrorException: Unparenthesized `a ? b : c ? d : e` is deprecated
Added Travis CI badge.
Added Travis CI badge.
Merging this does fix the issue, as it is only a parenthesis error in the ternary condition. Please accept it so we can update in our composer json. Thank you. |
Please help to release it to packagist.
Thank you |
This might be nice to have.
What I could notice no big changes and tests passed.