From 73a45af6f9a2da0712d3d7ae0ce2d9e4873b149a Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 8 Jun 2012 16:57:26 -0400 Subject: [PATCH] Fix the suggest, require and author properties from #6 --- composer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 61723fb2..3e61f76f 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,9 @@ "license": "MIT", "authors": [ { - "name": "terrafrost", - "homepage": "http://frostjedi.com" + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Developer" } ], "support": { @@ -15,6 +16,13 @@ "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib" }, + "require": { + "php": ">=4.3.3" + }, + "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." + }, "autoload": { "psr-0": { "Crypt": "phpseclib/",