search

Home  >  Q&A  >  body text

php - How does composer record the installation log?

The company has built a static satis library internally. Now it wants to record which version of that library the company's project depends on. What can I do about this?
If a certain library version is upgraded (if there is a security problem, the library is upgraded), it is easy for me to know which project depends on this library and which version of the library it depends on. I can find the relevant project leader to promote the upgrade.
Addition:
Finally, when executing update or install, the log can be reported to an executing server

PHP中文网PHP中文网2738 days ago667

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-06-27 09:19:51

    composer.lock Isn’t that what it does

    reply
    0
  • Cancelreply