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 d54d18a commit 2a8c353Copy full SHA for 2a8c353
README.md
@@ -13,7 +13,7 @@ easy inclusion in your projects.
13
## Requirements
14
15
- a server with:
16
- - PHP 7.2 or higher
+ - PHP 5.5.0 or higher
17
- PHP json and PHP cURL modules
18
- tested on Apache 2.4 with PHP 5.6.1 and cURL 7.42.1 and with PHP 7.4.9 and cURL 7.68.0
19
- direct network connectivity between this server and the host and port (usually TCP port 8443 or port 443 for
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.2",
+ "php": ">=5.5.0",
24
"ext-curl": "*",
25
"ext-json": "*"
26
},
0 commit comments