Compare commits
No commits in common. "e3a9fb14544a74348e556e7de50c2766637c6ce6" and "ab55fd9abb8e2b2990b9ed472fb4c72dd9b37a27" have entirely different histories.
e3a9fb1454
...
ab55fd9abb
|
@ -33,7 +33,7 @@ class UpdateController
|
|||
exit(1);
|
||||
}
|
||||
|
||||
if (PHP_VERSION_ID < 80000) {
|
||||
if (PHP_VERSION_ID < 80100) {
|
||||
echo 'You need at least php version 8.1.0';
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env php
|
||||
#!/usr/bin/keyhelp-php81 -d apc.enable_cli=1
|
||||
<?php
|
||||
|
||||
use App\UpdateController;
|
||||
|
|
Loading…
Reference in New Issue