Skip to content

Commit 4279787

Browse files
committed
fix: bin/docs.php minimum required version
1 parent 9391294 commit 4279787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
require __DIR__ . '/../vendor/autoload.php';
1717

18-
if (version_compare(PHP_VERSION, '8.3', '>=')) {
18+
if (version_compare(PHP_VERSION, '8.4', '>=')) {
1919
print PHP_EOL . 'This app can be run only on PHP 8.3+' . PHP_EOL;
2020

2121
exit(1);

0 commit comments

Comments
 (0)