installed.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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": "zendframework/zendxml",
  68. "version": "1.0.2",
  69. "version_normalized": "1.0.2.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/zendframework/ZendXml.git",
  73. "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
  78. "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "php": "^5.3.3 || ^7.0"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "^3.7 || ^4.0",
  86. "squizlabs/php_codesniffer": "^1.5"
  87. },
  88. "time": "2016-02-04T21:02:08+00:00",
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.0-dev"
  93. }
  94. },
  95. "installation-source": "dist",
  96. "autoload": {
  97. "psr-0": {
  98. "ZendXml\\": "library/"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "BSD-3-Clause"
  104. ],
  105. "description": "Utility library for XML usage, best practices, and security in PHP",
  106. "homepage": "http://packages.zendframework.com/",
  107. "keywords": [
  108. "security",
  109. "xml",
  110. "zf2"
  111. ]
  112. },
  113. {
  114. "name": "fguillot/picofeed",
  115. "version": "v0.1.35",
  116. "version_normalized": "0.1.35.0",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/miniflux/picoFeed.git",
  120. "reference": "3a27b47de31eedec075c719f961783c5db7a7b08"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/miniflux/picoFeed/zipball/3a27b47de31eedec075c719f961783c5db7a7b08",
  125. "reference": "3a27b47de31eedec075c719f961783c5db7a7b08",
  126. "shasum": ""
  127. },
  128. "require": {
  129. "ext-dom": "*",
  130. "ext-iconv": "*",
  131. "ext-libxml": "*",
  132. "ext-simplexml": "*",
  133. "ext-xml": "*",
  134. "php": ">=5.3.0",
  135. "zendframework/zendxml": "^1.0"
  136. },
  137. "require-dev": {
  138. "phpdocumentor/reflection-docblock": "2.0.4",
  139. "phpunit/phpunit": "4.8.26",
  140. "symfony/yaml": "2.8.7"
  141. },
  142. "suggest": {
  143. "ext-curl": "PicoFeed will use cURL if present"
  144. },
  145. "time": "2017-06-20T22:54:47+00:00",
  146. "bin": [
  147. "picofeed"
  148. ],
  149. "type": "library",
  150. "installation-source": "dist",
  151. "autoload": {
  152. "psr-0": {
  153. "PicoFeed": "lib/"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "MIT"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Frédéric Guillot"
  163. }
  164. ],
  165. "description": "Modern library to handle RSS/Atom feeds",
  166. "homepage": "https://github.com/miniflux/picoFeed"
  167. },
  168. {
  169. "name": "robthree/twofactorauth",
  170. "version": "1.6",
  171. "version_normalized": "1.6.0.0",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  175. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  180. "reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "php": ">=5.3.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "@stable"
  188. },
  189. "time": "2017-02-17T15:24:54+00:00",
  190. "type": "library",
  191. "installation-source": "dist",
  192. "autoload": {
  193. "psr-4": {
  194. "RobThree\\Auth\\": "lib"
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "Rob Janssen",
  204. "homepage": "http://robiii.me",
  205. "role": "Developer"
  206. }
  207. ],
  208. "description": "Two Factor Authentication",
  209. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  210. "keywords": [
  211. "Authentication",
  212. "MFA",
  213. "Multi Factor Authentication",
  214. "Two Factor Authentication",
  215. "authenticator",
  216. "authy",
  217. "php",
  218. "tfa"
  219. ]
  220. },
  221. {
  222. "name": "bacon/bacon-qr-code",
  223. "version": "1.0.1",
  224. "version_normalized": "1.0.1.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/Bacon/BaconQrCode.git",
  228. "reference": "031a2ce68c5794064b49d11775b2daf45c96e21c"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/031a2ce68c5794064b49d11775b2daf45c96e21c",
  233. "reference": "031a2ce68c5794064b49d11775b2daf45c96e21c",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": ">=5.3.3"
  238. },
  239. "suggest": {
  240. "ext-gd": "to generate QR code images"
  241. },
  242. "time": "2016-01-09T22:55:35+00:00",
  243. "type": "library",
  244. "installation-source": "dist",
  245. "autoload": {
  246. "psr-0": {
  247. "BaconQrCode": "src/"
  248. }
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "BSD-2-Clause"
  253. ],
  254. "authors": [
  255. {
  256. "name": "Ben Scholzen 'DASPRiD'",
  257. "email": "mail@dasprids.de",
  258. "homepage": "http://www.dasprids.de",
  259. "role": "Developer"
  260. }
  261. ],
  262. "description": "BaconQrCode is a QR code generator for PHP.",
  263. "homepage": "https://github.com/Bacon/BaconQrCode"
  264. }
  265. ]