mrjgreen/db-sync

symfony/console issue with Laravel 5.2.*

vamsweth opened this issue · 3 comments

Hello,

Can you provide the installation procedure to use this library in laravel?

Tried to install using composer but failed due to symfony/console version issue.

Hi, I've updated the composer.json to allow wider version ranges: #33

Please could you try installing again from the v3 branch (put v3.x-dev in your composer file) and see if your problem has resolved?

I have updated the below code in my composer.json and it's working good now.

But using v3.3 itself causes issues for installation.

"require": {
"symfony/console": "^2.7",
"mrjgreen/db-sync": "^3.1"
},

But anyway thanks for the quick response.

Your library is cool to work on it.

Closing issue as it is resolved but not the version thing is resolved