From 10d76f790f3fef2640987b185201aa4b7fcbe0a5 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 15 Mar 2024 20:17:55 +0100 Subject: [PATCH 1/2] Correct minimum required PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe985ce..de37412 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-openssl": "*", "ext-curl": "*", "ext-mbstring": "*", - "php": ">=5.2.0" + "php": ">=5.3.0" }, "autoload": { "files": ["Trustly.php"] From 50808d8f81c829f1abc2c0613195c41a8e0ec6ab Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 15 Mar 2024 20:30:21 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d4870..d12688f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ directly into your own project and use it. If you find problem in the code or want to extend it feel free to fork it and send us a pull request. -This code should work with PHP 5 (>= 5.2.0). PHP modules needed are: bcmath, +This code should work with PHP 5 (>= 5.3.0). PHP modules needed are: bcmath, openssl, curl, mbstring and json. Overview