package.xml.tpl 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <package packagerversion="1.8.0" version="2.0"
  3. xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
  5. http://pear.php.net/dtd/tasks-1.0.xsd
  6. http://pear.php.net/dtd/package-2.0
  7. http://pear.php.net/dtd/package-2.0.xsd">
  8. <name>Requests</name>
  9. <channel>pear.ryanmccue.info</channel>
  10. <summary>A HTTP library written in PHP, for human beings.</summary>
  11. <description>
  12. Requests is a HTTP library written in PHP, for human beings. It is
  13. roughly based on the API from the excellent Requests Python library.
  14. Requests is ISC Licensed (similar to the new BSD license) and has
  15. no dependencies.
  16. </description>
  17. <lead>
  18. <name>Ryan McCue</name>
  19. <user>rmccue</user>
  20. <email>me+pear@ryanmccue dot info</email>
  21. <active>yes</active>
  22. </lead>
  23. <date>{{ date }}</date>
  24. <time>{{ time }}</time>
  25. <version>
  26. <release>{{ version }}</release>
  27. <api>{{ api_version }}</api>
  28. </version>
  29. <stability>
  30. <release>{{ stability }}</release>
  31. <api>{{ stability }}</api>
  32. </stability>
  33. <license uri="https://github.com/rmccue/Requests/blob/master/LICENSE" filesource="LICENSE">ISC</license>
  34. <notes>-</notes>
  35. <contents>
  36. <dir name="/">
  37. <file name="CHANGELOG.md" role="doc" />
  38. <file name="LICENSE" role="doc" />
  39. <file name="README.md" role="doc" />
  40. <dir name="library">
  41. <file install-as="Requests.php" name="Requests.php" role="php" />
  42. <dir name="Requests">
  43. {{ files }}
  44. </dir>
  45. </dir>
  46. <file name="library/Requests/Transport/cacert.pem" install-as="library/Requests/Transport/cacert.pem" role="data" />
  47. </dir>
  48. </contents>
  49. <dependencies>
  50. <required>
  51. <php>
  52. <min>5.2.0</min>
  53. </php>
  54. <pearinstaller>
  55. <min>1.4.0</min>
  56. </pearinstaller>
  57. </required>
  58. </dependencies>
  59. <phprelease />
  60. </package>