laravelMp3
laravelMp3 copied to clipboard
Compatibility with PHP 8.1
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?