Skip to content

Commit 57b8d4f

Browse files
committed
Update autoload.php
1 parent 9919726 commit 57b8d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* You only need this file if you are not using composer.
55
*/
66

7-
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
8-
throw new Exception('The Parse SDK requires PHP version 5.4 or higher.');
7+
if (version_compare(PHP_VERSION, '8.1.0', '<')) {
8+
throw new Exception('The Parse SDK requires PHP version 8.1 or higher.');
99
}
1010

1111
/*

0 commit comments

Comments
 (0)