We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2e2c commit 84694bcCopy full SHA for 84694bc
bin/doctum.php
@@ -1,7 +1,7 @@
1
#!/usr/bin/env php
2
<?php
3
4
-if (PHP_VERSION_ID <= 70100) {
+if (PHP_VERSION_ID < 70100) {
5
echo 'You need to use PHP 7.1 to run Doctum.' . PHP_EOL;
6
$majorVersion = (int) (PHP_VERSION_ID / 10000);
7
$minorVersion = (int) substr((string) PHP_VERSION_ID, -4, 2);
0 commit comments