andrewgjohnson/imagettftextblur

Confirm minimum PHP version

Opened this issue · 0 comments

I believe using square bracket method for arrays ($x=[]; rather than $x=array();) requires at least PHP 5.4. Confirm whether or not this is the case & update the repo accordingly. If true, either the composer config needs to be updated or we need to stop using the square bracket method.