-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
Description
Minimum PHP version is 5.3.2:
"require": {
"php": ">=5.3.2",
"mustangostang/spyc": "*"
},
Current version uses short array syntax thus needs PHP/5.4:
if (empty($this->brand) && in_array($osShortName, ['ATV', 'IOS', 'MAC'])) {
$this->brand = 'AP';
}
PHP Parse error: syntax error, unexpected '[' in /.../vendor/piwik/device-detector/DeviceDetector.php on line 682