acekyd / laravelMp3

A light weight Laravel package for simple operations with mp3 files
21 stars 8 forks source link

Compatibility with PHP 8.1 #10

Open c0ntr-all opened 1 year ago

c0ntr-all commented 1 year ago

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?