mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Is there a reason to require php version <7.2 @0.6.x? #86

Closed ndyakov closed 6 years ago

ndyakov commented 6 years ago

We have php 7.2.2 on the server and based on composer.json this required <7.2 Is there a reason to require version php prior to 7.2 @ version 0.6.x?

mvrhov commented 6 years ago

Use 1.0 if you need 7.2 supported

ndyakov commented 6 years ago

@mvrhov I saw that, thank you.