Skip to content

Commit

Permalink
Leftover from 6459e98
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 19, 2016
1 parent c2165be commit 7e48a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/binary-phar-autoload.php.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env php
<?php
if (version_compare('5.6.0', PHP_VERSION, '>')) {
if (PHP_MAJOR_VERSION < 7) {
fwrite(
STDERR,
'This version of PHPUnit requires PHP 5.6; using the latest version of PHP is highly recommended.' . PHP_EOL
'This version of PHPUnit requires PHP 7; using the latest version of PHP is highly recommended.' . PHP_EOL
);

die(1);
Expand Down

0 comments on commit 7e48a0b

Please sign in to comment.