mariusbalcytis / webpack-bundle

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

Symfony 3.2 compatibility #31

Closed jrysig closed 7 years ago

jrysig commented 7 years ago

It is not possible to install maba/webpack-bundle 0.5.1 to Symfony 3.2 directory created with latest installer:

composer require maba/webpack-bundle

Using version ^0.5.1 for maba/webpack-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for maba/webpack-bundle ^0.5.1 -> satisfiable by maba/webpack-bundle[0.5.1].
    - maba/webpack-bundle 0.5.1 requires symfony/monolog-bundle ^2.3 -> satisfiable by symfony/monolog-bundle[2.11.0, 2.11.1, 2.11.3, 2.12.0, 2.3.x-dev, 2.8.1, 2.x-dev, v2.10.0, v2.11.2, v2.3.0, v2.3.0-BETA2, v2.3.0-RC1, v2.4.0, v2.4.1, v2.5.0, v2.5.1, v2.6.0, v2.6.1, v2.7.0, v2.7.1, v2.8.0, v2.8.2, v2.9.0] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.
mariusbalcytis commented 7 years ago

Thanks for noticing, Symfony 3.2 support added. Currently composer require maba/webpack-bundle works fine with 0.5.2 version.