mariusbalcytis / webpack-bundle

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

Support for PHP 7.3.2 #94

Closed matthew-gill closed 4 years ago

matthew-gill commented 5 years ago

Hey, I'm upgrading our envs to use PHP 7.3.2 but webpack-bundle has the following limit:

requires php ^5.3.2 || >=7.0 <7.2 -> your PHP version (7.3.2)

Is it possible to add support for 7.3.2?

aalwash commented 4 years ago

@mariusbalcytis any update on this? We could make PR, if you approve it?

mariusbalcytis commented 4 years ago

Released in 1.1.3.

aalwash commented 4 years ago

Thanks! This also helps us upgrade to 7.4 now ;)