Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
Update compatibility.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcher authored Mar 6, 2017
1 parent 1e899a0 commit 18d29a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/includes/compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
exit(1);
}

if (version_compare(PHP_VERSION, '5.5.9', '<')) {
echo 'Valet requires PHP 5.5.9 or later.';
if (version_compare(PHP_VERSION, '7.0', '<')) {
echo 'Valet requires PHP 7.0 or later.';

exit(1);
}

0 comments on commit 18d29a5

Please sign in to comment.