Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Composer complaining when using with Symfony 3 #134

Closed mhall58 closed 8 years ago

mhall58 commented 8 years ago

Problem 1

..

chadyred commented 8 years ago

It's the require that match until the 2.99999999.99999999 not 3 of Symfony Framework

        "symfony/framework-bundle": "~2.1",

So change it to and test

 "symfony/framework-bundle": "~2.8|~3.0",
 "symfony/process": "~2.8|~3.0",
eidsonator commented 8 years ago

I've made the changes suggested by @chadyred in a fork and tested. It works well.

I've created a pull request.

Spea commented 8 years ago

Solved with #136