mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
added suggested 7.2 and fix doesn't typo
This commit is contained in:
committed by
Matt Stauffer
parent
0bf3078220
commit
290c22a1f7
@@ -146,7 +146,10 @@ function useVersion($version)
|
||||
|
||||
if (!$this->brew->supportedPhpVersions()->contains($version)) {
|
||||
throw new DomainException(
|
||||
sprintf('Valet doesnn\'t support PHP version: %s', $version)
|
||||
sprintf(
|
||||
'Valet doesn\'t support PHP version: %s (try something like \'php7.2\' instead)',
|
||||
$version
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user