Level 75
If you want to update only single package then
composer update league/flysystem
is a correct way.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
If you want to update only single package then
composer update league/flysystem
is a correct way.
Please or to participate in this conversation.