Add suggested extensions to composer.json.

[ci skip]
This commit is contained in:
Daniele Alessandri
2012-07-27 16:58:51 +02:00
parent 55a3fd65a2
commit 0f80cb55bb
+4
View File
@@ -15,6 +15,10 @@
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",
"ext-curl": "Allows access to Webdis when paired with phpiredis"
},
"autoload": {
"psr-0": {"Predis": "lib/"}
}