Level 75
If you want to update only single package then
composer update league/flysystem
is a correct way.
1 like
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.