diff --git a/cli/valet.php b/cli/valet.php index 57402cce0..135f09ed1 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -298,6 +298,7 @@ Nginx::restart(); info(sprintf('Valet is now using %s.', $newVersion)); + info('Note that you might need to run composer global update if your PHP version change affects the dependencies of global packages required by composer.'); })->descriptions('Change the version of PHP used by valet', [ 'phpVersion' => 'The PHP version you want to use, e.g php@7.2', ]);