I'm trying to install OpenDocman, and am getting this error:
Parse error: syntax error, unexpected '[' in blablahblah/TemplateRegistry.php on line 156
The line in question reads:
$this->found = [];
Which suggests to me that my version of php (5.3.29) doesn't like this syntax. I'm assuming that the intent is to set 'found' to an empty array.
What's the best way to tackle this please?