nWidart / DbExporter

Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
378 stars 84 forks source link

This is the output when tried to update composer #25

Open amjithps opened 9 years ago

amjithps commented 9 years ago

composer update 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

jeff1326 commented 9 years ago

Try this

composer require nwidart/db-exporter dev-master

flaird commented 9 years ago

No longer spits out that output, Thanks @jeff1326

giolvani commented 9 years ago

@jeff1326 it works for me, thanks!

But, why doesn't work without specifying the version?

I saw, this error happens with all lib that I try to install... :(

nWidart commented 9 years ago

Pretty simple, and probably should have done it already, but it's because there isn't a tagged version with the, yet.

Edit, I've just tagged this version. You can now use version ~1.1.