Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

Don't install laravel 5.5.14 #149

Closed viandanteoscuro closed 6 years ago

viandanteoscuro commented 6 years ago

Hi, the composer fails:

C:\xampp\htdocs\api\cruscotto>composer require --dev "xethron/migrations-generator:~1.3.0" ./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

How cai i fix this?

Thanks

Xethron commented 6 years ago

Hello.

Version 1 isn't compatible with Laravel 5. When adding new dependencies with composer, it is recommended that you leave out the version number so that you can get the latest version available.

Try running: composer require --dev "xethron/migrations-generator"