erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Composer.lock out of sync? #119

Closed theycallmepepper closed 6 years ago

theycallmepepper commented 6 years ago

Checked out tag v1.8.0 and upon running composer install I receive:

Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.

Not really an issue but shouldn't this come up clean on a release?

composer update --lock

^ at least clears up the message.

erikdubbelboer commented 6 years ago

Not quite sure why the hash and timestamp format changed as the version stayed exactly the same. But I hope this fixes the issue.