Closed solazs closed 7 years ago
Sorry but why did you close this issue since I just encountered the issue today with this requirement "willdurand/hateoas-bundle": "^1.0",
that passed under PHP 5.4.40? Did you fix anything matching version ~1.0?
Thx anyway :wink:
Line 36 of https://github.com/willdurand/BazingaHateoasBundle/blob/master/DependencyInjection/Compiler/ExtensionDriverPass.php results in the following syntax error:
PHP 5.4.45-0+deb7u5
Solution is either to correct the required PHP version (5.5 according to php.net) in composer.json, or just provide the interface name as a string.