package.ini 919 B

123456789101112131415161718192021222324252627282930313233343536
  1. ; This file is meant to be used with Onion http://c9s.github.com/Onion/
  2. ; In order to be able to build a PEAR package of Predis, open a new terminal
  3. ; session and follow these two easy steps:
  4. ;
  5. ; $ wget https://github.com/c9s/Onion/raw/master/onion.phar
  6. ; $ /usr/bin/env php onion.phar build
  7. ;
  8. [package]
  9. name = "Predis"
  10. desc = "Flexible and feature-complete PHP client library for Redis"
  11. homepage = "http://github.com/nrk/predis"
  12. license = "MIT"
  13. version = "0.8.0"
  14. stability = "devel"
  15. channel = "pear.nrk.io"
  16. author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
  17. [require]
  18. php = ">= 5.3.2"
  19. pearinstaller = "1.4.1"
  20. [roles]
  21. *.md = doc
  22. lib = php
  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