mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Merge pull request #849 from drbyte/patch-1
Add comment to consider running composer global update after switching php version
This commit is contained in:
@@ -341,6 +341,7 @@
|
||||
|
||||
Nginx::restart();
|
||||
info(sprintf('Valet is now using %s.', $newVersion));
|
||||
info('Note that you might need to run <comment>composer global update</comment> 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',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user