laravel-langman icon indicating copy to clipboard operation
laravel-langman copied to clipboard

Update to Laravel 6 & 7, + PHP 7.4 compatible

Open lauhakari opened this issue 5 years ago • 4 comments

This might be nice to have.

What I could notice no big changes and tests passed.

lauhakari avatar Sep 05 '19 13:09 lauhakari

Addressing #94

ben182 avatar Sep 06 '19 10:09 ben182

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+

mnvx avatar Sep 19 '19 13:09 mnvx

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.

weidmaster avatar Jun 02 '20 14:06 weidmaster

Please help to release it to packagist. I use ben182/laravel-auto-translate, and this package depends on themsaid/laravel-langman. Causing error on php 7.4

ErrorException  : Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

Thank you

vincentkedison avatar Jan 13 '21 08:01 vincentkedison