Skip to content

Commit 2a8c353

Browse files
committed
Allow usage with PHP 5
1 parent d54d18a commit 2a8c353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ easy inclusion in your projects.
1313
## Requirements
1414

1515
- a server with:
16-
- PHP 7.2 or higher
16+
- PHP 5.5.0 or higher
1717
- PHP json and PHP cURL modules
1818
- 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
1919
- direct network connectivity between this server and the host and port (usually TCP port 8443 or port 443 for

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.2",
23+
"php": ">=5.5.0",
2424
"ext-curl": "*",
2525
"ext-json": "*"
2626
},

0 commit comments

Comments
 (0)