1
0
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:
Matt Stauffer
2019-12-01 22:03:42 -05:00
committed by GitHub

View File

@@ -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',
]);