Skip to content

Commit f6655ff

Browse files
committed
- updated the composer.json
1 parent d88d892 commit f6655ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"ext-memcached": "For caching in Memcached",
3131
"predis/predis": "For using Redis without ext-redis extension",
3232
"ext-igbinary": "For Redis igbinary support",
33-
"ext-msgpack": "For de/serializing the cache data"
33+
"ext-msgpack": "For de/serializing the cache data",
34+
"ext-shmop": "For shared-memory caching"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)