installed.json 5.1 KB

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