composer.json 529 B

1234567891011121314151617181920
  1. {
  2. "name":"colinmollenhour/cache-backend-redis",
  3. "type":"magento-module",
  4. "license":"BSD-3-Clause",
  5. "homepage":"https://github.com/colinmollenhour/Cm_Cache_Backend_Redis",
  6. "description":"Zend_Cache backend using Redis with full support for tags.",
  7. "authors":[
  8. {
  9. "name":"Colin Mollenhour"
  10. }
  11. ],
  12. "require":{
  13. "magento-hackathon/magento-composer-installer":"*"
  14. },
  15. "autoload": {
  16. "classmap": [
  17. "Cm/Cache/Backend/Redis.php"
  18. ]
  19. }
  20. }