byjg / php-migration-cli

Command Line Interface for Database Migration
MIT License
8 stars 3 forks source link

installation of version 4.2 #13

Open m1kesk opened 3 years ago

m1kesk commented 3 years ago

I try to run

$ composer require byjg/migration-cli getting this result Using version ^4.2 for byjg/migration-cli ./composer.json has been updated Running composer update byjg/migration-cli Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

byjg commented 3 years ago

I downgrade the Symfony console to make it work.

byjg commented 3 years ago

I created the release 4.2.1

m1kesk commented 3 years ago

resolved, with composer -W

byjg commented 3 years ago

After the changes I made it is just necessary:

composer require byjg/migration-cli