1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

remove path check

This commit is contained in:
Taylor Otwell
2016-05-04 15:40:24 -05:00
parent 0f4cf203c0
commit df43ab41f5

View File

@@ -48,12 +48,6 @@ function should_be_compatible()
exit(1);
}
if (exec('which php') != '/usr/local/bin/php') {
echo "Valet requires PHP to be installed at [/usr/local/bin/php].";
exit(1);
}
if (PHP_MAJOR_VERSION < 7) {
echo "Valet requires PHP 7.0 or later.";