laravelMp3 icon indicating copy to clipboard operation
laravelMp3 copied to clipboard

Compatibility with PHP 8.1

Open c0ntr-all opened this issue 2 years ago • 0 comments

I've tried to launch this package with project on PHP 8.1 and only trouble i've got is curly bracers in string offsets. Only you should do for compatibility is change {$i} to [$i] and other similar constructions. Maybe, it makes sense to do this?

c0ntr-all avatar Nov 27 '22 17:11 c0ntr-all