1
0
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:
James Barnard
2019-01-22 08:31:18 +00:00
committed by Matt Stauffer
parent 0bf3078220
commit 290c22a1f7

View File

@@ -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
)
);
}