Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

w99910's avatar

Update a single dependency of composer package

I wanna update league/flysystem dependency of laravel/framework package while not updating the laravel/framework package.

Should I just use composer update league/flysystem or is there something else for correct use?

0 likes
1 reply
MichalOravec's avatar
Level 75

If you want to update only single package then

composer update league/flysystem 

is a correct way.

1 like

Please or to participate in this conversation.