tomschlick / laravel-http2-server-push

A middleware package for Laravel to enable server push for your script, style, and image assets.
MIT License
167 stars 20 forks source link

PHP 7.0 required? #10

Closed strebl closed 7 years ago

strebl commented 8 years ago

Hi @tomschlick

Thanks for your Middleware! Is there a reason that PHP >= 7.0 is required?

Regards

tomschlick commented 8 years ago

It's basically the ability to do return type hints and only have to test on something modern. What version did you have in mind?

5.6?

strebl commented 7 years ago

Sorry for not answering. I missed the email. Yeah I'm using 5.6. But I'll update. I think it's great to move forward!