From f79d6624013efc771c452b6e9c5c4aa773c5f175 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 30 Jan 2014 03:10:31 +0100 Subject: [PATCH] PHP_Compat is required when the PHP version below 4.3.3 (not above or equal). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9bb5cb4b..d3e9e4cb 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "suggest": { "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", - "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP >= 4.3.3." + "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3." }, "include-path": ["phpseclib/"], "autoload": {