installed.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. [
  2. {
  3. "name": "composer/semver",
  4. "version": "1.5.1",
  5. "version_normalized": "1.5.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/composer/semver.git",
  9. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  14. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": "^5.3.2 || ^7.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^4.5 || ^5.0.5"
  22. },
  23. "time": "2020-01-13T12:06:48+00:00",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.x-dev"
  28. }
  29. },
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "Composer\\Semver\\": "src"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Nils Adermann",
  43. "email": "naderman@naderman.de",
  44. "homepage": "http://www.naderman.de"
  45. },
  46. {
  47. "name": "Jordi Boggiano",
  48. "email": "j.boggiano@seld.be",
  49. "homepage": "http://seld.be"
  50. },
  51. {
  52. "name": "Rob Bast",
  53. "email": "rob.bast@gmail.com",
  54. "homepage": "http://robbast.nl"
  55. }
  56. ],
  57. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  58. "keywords": [
  59. "semantic",
  60. "semver",
  61. "validation",
  62. "versioning"
  63. ]
  64. },
  65. {
  66. "name": "p3k/picofeed",
  67. "version": "v0.1.38",
  68. "version_normalized": "0.1.38.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/aaronpk/picoFeed.git",
  72. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
  77. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "ext-dom": "*",
  82. "ext-iconv": "*",
  83. "ext-libxml": "*",
  84. "ext-simplexml": "*",
  85. "ext-xml": "*",
  86. "php": ">=5.3.0",
  87. "zendframework/zendxml": "^1.0"
  88. },
  89. "require-dev": {
  90. "phpdocumentor/reflection-docblock": "2.0.4",
  91. "phpunit/phpunit": "4.8.26",
  92. "symfony/yaml": "2.8.7"
  93. },
  94. "suggest": {
  95. "ext-curl": "PicoFeed will use cURL if present"
  96. },
  97. "time": "2017-11-30T00:16:58+00:00",
  98. "bin": [
  99. "picofeed"
  100. ],
  101. "type": "library",
  102. "installation-source": "dist",
  103. "autoload": {
  104. "psr-0": {
  105. "PicoFeed": "lib/"
  106. }
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Frédéric Guillot"
  115. }
  116. ],
  117. "description": "Modern library to handle RSS/Atom feeds",
  118. "homepage": "https://github.com/miniflux/picoFeed"
  119. },
  120. {
  121. "name": "zendframework/zendxml",
  122. "version": "1.2.0",
  123. "version_normalized": "1.2.0.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/zendframework/ZendXml.git",
  127. "reference": "eceab37a591c9e140772a1470338258857339e00"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00",
  132. "reference": "eceab37a591c9e140772a1470338258857339e00",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "php": "^5.6 || ^7.0"
  137. },
  138. "require-dev": {
  139. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
  140. "zendframework/zend-coding-standard": "~1.0.0"
  141. },
  142. "time": "2019-01-22T19:42:14+00:00",
  143. "type": "library",
  144. "extra": {
  145. "branch-alias": {
  146. "dev-master": "1.2.x-dev",
  147. "dev-develop": "1.3.x-dev"
  148. }
  149. },
  150. "installation-source": "dist",
  151. "autoload": {
  152. "psr-4": {
  153. "ZendXml\\": "src/"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "BSD-3-Clause"
  159. ],
  160. "description": "Utility library for XML usage, best practices, and security in PHP",
  161. "keywords": [
  162. "ZendFramework",
  163. "security",
  164. "xml",
  165. "zf"
  166. ],
  167. "abandoned": "laminas/laminas-xml"
  168. }
  169. ]