Przeglądaj źródła

Add suggested extensions to composer.json.

[ci skip]
Daniele Alessandri 12 lat temu
rodzic
commit
0f80cb55bb
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      composer.json

+ 4 - 0
composer.json

@@ -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/"}
     }