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 9919726 commit 57b8d4fCopy full SHA for 57b8d4f
autoload.php
@@ -4,8 +4,8 @@
4
* You only need this file if you are not using composer.
5
*/
6
7
-if (version_compare(PHP_VERSION, '5.4.0', '<')) {
8
- throw new Exception('The Parse SDK requires PHP version 5.4 or higher.');
+if (version_compare(PHP_VERSION, '8.1.0', '<')) {
+ throw new Exception('The Parse SDK requires PHP version 8.1 or higher.');
9
}
10
11
/*
0 commit comments