Since this class only works when having PHP 5.4.0, the composer file should be updated: ``` "require": { "php": ">=5.4.0" }, ``` When you need to let this class work with PHP 5.3.0, you should replace all shortcodes **[**, **]** by their long-version **array()**