php - How does composer record the installation log?
PHP中文网
PHP中文网 2017-06-27 09:17:51
0
1
682

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中文网

认证0级讲师

reply all(1)
淡淡烟草味

composer.lock Isn’t that what it does

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template