mirror of
https://github.com/predis/predis.git
synced 2026-09-12 03:17:22 +00:00
Add suggested extensions to composer.json.
[ci skip]
This commit is contained in:
@@ -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/"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user