Skip to content

How to understand installed.json and why it would differ from composer.lock #9686

Answered by stof
Ddcdom asked this question in Q&A / Support
Discussion options

You must be logged in to vote

installed.json reflects what is actually installed. It also stores additional metadata specific to the installation (the path in which it is installed for instance).

The common case for differing is that another dev in your team ran a composer update changing the lock file, and you haven't run composer install yet after fetching the new commit.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ddcdom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants