package.ini 905B

12345678910111213141516171819202122232425262728293031323334353637
  1. ; This file is meant to be used with Onion http://c9s.github.com/Onion/
  2. ; For instructions on how to build a PEAR package of Predis please follow
  3. ; the instructions at this URL:
  4. ;
  5. ; https://github.com/c9s/Onion#a-quick-tutorial-for-building-pear-package
  6. ;
  7. [package]
  8. name = "Predis"
  9. desc = "Flexible and feature-complete Redis client for PHP and HHVM"
  10. homepage = "http://github.com/nrk/predis"
  11. license = "MIT"
  12. version = "1.1.1"
  13. stability = "stable"
  14. channel = "pear.nrk.io"
  15. author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
  16. [require]
  17. php = ">= 5.3.9"
  18. pearinstaller = "1.4.1"
  19. [roles]
  20. *.xml.dist = test
  21. *.md = doc
  22. LICENSE = doc
  23. [optional phpiredis]
  24. hint = "Add support for faster protocol handling with phpiredis"
  25. extensions[] = socket
  26. extensions[] = phpiredis
  27. [optional webdis]
  28. hint = "Add support for Webdis"
  29. extensions[] = curl
  30. extensions[] = phpiredis