tuupola / slim-basic-auth

PSR-7 and PSR-15 HTTP Basic Authentication Middleware
MIT License
440 stars 66 forks source link

Parse error: syntax error, unexpected ':', expecting ';' or '{' HttpBasicAuthentication.php on line 89 #70

Closed ali-imanpour closed 6 years ago

ali-imanpour commented 6 years ago

why I get above error?

tuupola commented 6 years ago

You are probably using PHP 5.x. PHP 7.1 is required.