jmikola / mongoqp

A frontend for MongoDB's query profiler collection.
MIT License
170 stars 25 forks source link

unexpected '[' in ......./src/app.php on line 18 #3

Closed alessiof-mopapp closed 11 years ago

alessiof-mopapp commented 11 years ago

PHP Parse error: syntax error, unexpected '[' in ......./src/app.php on line 18

PHP 5.3.10 on linux

jmikola commented 11 years ago

That's the short array syntax of PHP 5.4+. The requirement is mentioned in composer.json file.