package.ini 881 B

1234567891011121314151617181920212223242526272829303132333435
  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 PHP client library for Redis"
  10. homepage = "http://github.com/nrk/predis"
  11. license = "MIT"
  12. version = "0.8.1"
  13. stability = "devel"
  14. channel = "pear.nrk.io"
  15. author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
  16. [require]
  17. php = ">= 5.3.2"
  18. pearinstaller = "1.4.1"
  19. [roles]
  20. *.md = doc
  21. lib = php
  22. [optional phpiredis]
  23. hint = "Add support for faster protocol handling with phpiredis"
  24. extensions[] = socket
  25. extensions[] = phpiredis
  26. [optional webdis]
  27. hint = "Add support for Webdis"
  28. extensions[] = curl
  29. extensions[] = phpiredis