installed.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. [
  2. {
  3. "name": "composer/semver",
  4. "version": "1.7.1",
  5. "version_normalized": "1.7.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/composer/semver.git",
  9. "reference": "38276325bd896f90dfcfe30029aa5db40df387a7"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7",
  14. "reference": "38276325bd896f90dfcfe30029aa5db40df387a7",
  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-09-27T13:13:07+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": "laminas/laminas-xml",
  67. "version": "1.2.0",
  68. "version_normalized": "1.2.0.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/laminas/laminas-xml.git",
  72. "reference": "879cc66d1bba6a37705e98074f52a6960c220020"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/879cc66d1bba6a37705e98074f52a6960c220020",
  77. "reference": "879cc66d1bba6a37705e98074f52a6960c220020",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "laminas/laminas-zendframework-bridge": "^1.0",
  82. "php": "^5.6 || ^7.0"
  83. },
  84. "replace": {
  85. "zendframework/zendxml": "self.version"
  86. },
  87. "require-dev": {
  88. "laminas/laminas-coding-standard": "~1.0.0",
  89. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
  90. },
  91. "time": "2019-12-31T18:05:42+00:00",
  92. "type": "library",
  93. "extra": {
  94. "branch-alias": {
  95. "dev-master": "1.2.x-dev",
  96. "dev-develop": "1.3.x-dev"
  97. }
  98. },
  99. "installation-source": "dist",
  100. "autoload": {
  101. "psr-4": {
  102. "Laminas\\Xml\\": "src/"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "BSD-3-Clause"
  108. ],
  109. "description": "Utility library for XML usage, best practices, and security in PHP",
  110. "homepage": "https://laminas.dev",
  111. "keywords": [
  112. "laminas",
  113. "security",
  114. "xml"
  115. ]
  116. },
  117. {
  118. "name": "laminas/laminas-zendframework-bridge",
  119. "version": "1.1.1",
  120. "version_normalized": "1.1.1.0",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  124. "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
  129. "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "php": "^5.6 || ^7.0 || ^8.0"
  134. },
  135. "require-dev": {
  136. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
  137. "squizlabs/php_codesniffer": "^3.5"
  138. },
  139. "time": "2020-09-14T14:23:00+00:00",
  140. "type": "library",
  141. "extra": {
  142. "laminas": {
  143. "module": "Laminas\\ZendFrameworkBridge"
  144. }
  145. },
  146. "installation-source": "dist",
  147. "autoload": {
  148. "files": [
  149. "src/autoload.php"
  150. ],
  151. "psr-4": {
  152. "Laminas\\ZendFrameworkBridge\\": "src//"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "BSD-3-Clause"
  158. ],
  159. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  160. "keywords": [
  161. "ZendFramework",
  162. "autoloading",
  163. "laminas",
  164. "zf"
  165. ]
  166. },
  167. {
  168. "name": "p3k/picofeed",
  169. "version": "v0.1.40",
  170. "version_normalized": "0.1.40.0",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/aaronpk/picofeed.git",
  174. "reference": "356fd66d48779193b10ac28532cb4a4e11bb801c"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/aaronpk/picofeed/zipball/356fd66d48779193b10ac28532cb4a4e11bb801c",
  179. "reference": "356fd66d48779193b10ac28532cb4a4e11bb801c",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "ext-dom": "*",
  184. "ext-iconv": "*",
  185. "ext-libxml": "*",
  186. "ext-simplexml": "*",
  187. "ext-xml": "*",
  188. "laminas/laminas-xml": "^1.2",
  189. "php": ">=5.3.0"
  190. },
  191. "replace": {
  192. "miniflux/picofeed": "0.1.35"
  193. },
  194. "require-dev": {
  195. "phpdocumentor/reflection-docblock": "2.0.4",
  196. "phpunit/phpunit": "4.8.26",
  197. "symfony/yaml": "2.8.7"
  198. },
  199. "suggest": {
  200. "ext-curl": "PicoFeed will use cURL if present"
  201. },
  202. "time": "2020-04-25T17:48:36+00:00",
  203. "bin": [
  204. "picofeed"
  205. ],
  206. "type": "library",
  207. "installation-source": "dist",
  208. "autoload": {
  209. "psr-0": {
  210. "PicoFeed": "lib/"
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "Frédéric Guillot"
  220. }
  221. ],
  222. "description": "Modern library to handle RSS/Atom feeds",
  223. "homepage": "https://github.com/aaronpk/picoFeed"
  224. }
  225. ]