Incomplete composer install with error
Closed this issue · 6 comments
kokarat commented
eyecatchup commented
Hmm.. Just tested with dev-master
and had no issues:
C:\xampp\htdocs\seostats-composer-test>composer install
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "C:\ProgramData\Composer\bin\composer.phar self-update" to get
the latest version.
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing seostats/seostats (dev-master 7b539a9)
Cloning 7b539a964f858fd579a9f31fada79f12118404f0
Writing lock file
Generating autoload files
C:\xampp\htdocs\seostats-composer-test>
eyecatchup commented
Checked back. This error message is displayed when you require several libaries in your composer.json where one is not compatible with the other libaries. Not a direct SEOstats issue. Closing the issue.
kokarat commented
eyecatchup commented
Ok, got it. Sorry, that was my fault. The current compser.json
in master doesn't resolve. Haven't looked into composer for a while. You can work-around by simply using the compser.json
as you can find in the readme.md.
Just copy paste the following and it should resolve fine.
{
"require": {
"seostats/seostats": "dev-master"
}
}
I'll have to further read on how to reference versions/tags and provide a fix asap.
eyecatchup commented
eyecatchup commented