mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-14 18:59:51 +00:00
Merge pull request #185 from mpscholten/patch-1
Removed Php_Compat note in composer.json because we dropped php4 support * mpscholten/patch-1: Removed Php_Compat note in composer.json because we dropped php4 support
This commit is contained in:
commit
d09c6c3e6f
@ -33,8 +33,7 @@
|
|||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
"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.",
|
"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."
|
|
||||||
},
|
},
|
||||||
"include-path": ["phpseclib/"],
|
"include-path": ["phpseclib/"],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
Reference in New Issue
Block a user