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

Enable PHP 7.4 compatibility

Open cschalenborgh opened this issue 4 years ago • 3 comments

Fixes this error: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

cschalenborgh avatar Jun 23 '20 21:06 cschalenborgh

@zanysoft Please merge this pull request.

ajayfroiden avatar Aug 18 '20 07:08 ajayfroiden

composer require macellan/laravel-zip in this package has been fixed.

faytekin avatar Sep 15 '20 07:09 faytekin

why it is still not merged???

n-osennij avatar Oct 20 '20 18:10 n-osennij

Fixed check v2.0.x

zanysoft avatar Aug 22 '22 14:08 zanysoft