Spots - error in controller

When I went to spots I got the following error

Parse error: syntax error, unexpected ‘[’ in /var/www/html/sugar/sc_dev/modules/Spots/controller.php on line 145

This was down to my version of PHP (5.3.3) not liking $returnArray = [];

I changed it to $returnArray = array(); and it seems OK

What version of PHP supports the syntax $returnArray = [];?