Home >Backend Development >PHP Tutorial >composer only updates automatic loading without updating dependencies

composer only updates automatic loading without updating dependencies

WBOY
WBOYOriginal
2016-09-23 11:31:031868browse

Added psr-4autoload in composer.json
Then execute composer update to load the added directory
When executing update, dependency packages will always be updated

How to do it Only update automatic loading without updating dependencies

--Supplement--

composer dump-autoload

Reply content:

Added psr-4autoload in composer.json
Then execute composer update to load the added directory
When executing update, dependency packages will always be updated

How to do it Only update automatic loading without updating dependencies

--Supplement--

composer dump-autoload

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn