We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88d892 commit f6655ffCopy full SHA for f6655ff
1 file changed
composer.json
@@ -30,7 +30,8 @@
30
"ext-memcached": "For caching in Memcached",
31
"predis/predis": "For using Redis without ext-redis extension",
32
"ext-igbinary": "For Redis igbinary support",
33
- "ext-msgpack": "For de/serializing the cache data"
+ "ext-msgpack": "For de/serializing the cache data",
34
+ "ext-shmop": "For shared-memory caching"
35
},
36
"autoload": {
37
"psr-4": {
0 commit comments