installed.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. [
  2. {
  3. "name": "sunra/php-simple-html-dom-parser",
  4. "version": "v1.5.0",
  5. "version_normalized": "1.5.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
  9. "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/a0b80ace086c7e09085669205e1b3c2c9c7a453c",
  14. "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.2"
  19. },
  20. "time": "2013-05-04T14:32:03+00:00",
  21. "type": "library",
  22. "installation-source": "dist",
  23. "autoload": {
  24. "psr-0": {
  25. "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
  26. }
  27. },
  28. "notification-url": "http://packagist.cn/downloads/",
  29. "license": [
  30. "MIT"
  31. ],
  32. "authors": [
  33. {
  34. "name": "sunra",
  35. "email": "sunra@yandex.ru",
  36. "homepage": "http://github.com/sunra"
  37. }
  38. ],
  39. "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
  40. "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
  41. "keywords": [
  42. "dom",
  43. "html",
  44. "parser"
  45. ]
  46. },
  47. {
  48. "name": "erusev/parsedown",
  49. "version": "1.6.0",
  50. "version_normalized": "1.6.0.0",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/erusev/parsedown.git",
  54. "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
  59. "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
  60. "shasum": ""
  61. },
  62. "time": "2015-10-04T16:44:32+00:00",
  63. "type": "library",
  64. "installation-source": "dist",
  65. "autoload": {
  66. "psr-0": {
  67. "Parsedown": ""
  68. }
  69. },
  70. "notification-url": "http://packagist.cn/downloads/",
  71. "license": [
  72. "MIT"
  73. ],
  74. "authors": [
  75. {
  76. "name": "Emanuil Rusev",
  77. "email": "hello@erusev.com",
  78. "homepage": "http://erusev.com"
  79. }
  80. ],
  81. "description": "Parser for Markdown.",
  82. "homepage": "http://parsedown.org",
  83. "keywords": [
  84. "markdown",
  85. "parser"
  86. ]
  87. },
  88. {
  89. "name": "filp/whoops",
  90. "version": "2.1.2",
  91. "version_normalized": "2.1.2.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/filp/whoops.git",
  95. "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/filp/whoops/zipball/d13505b240a6f580bc75ba591da30299d6cb0eec",
  100. "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "php": ">=5.5.9"
  105. },
  106. "require-dev": {
  107. "mockery/mockery": "0.9.*",
  108. "phpunit/phpunit": "^4.8 || ^5.0",
  109. "symfony/var-dumper": "~3.0"
  110. },
  111. "suggest": {
  112. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  113. "whoops/soap": "Formats errors as SOAP responses"
  114. },
  115. "time": "2016-04-07T06:16:25+00:00",
  116. "type": "library",
  117. "extra": {
  118. "branch-alias": {
  119. "dev-master": "2.0-dev"
  120. }
  121. },
  122. "installation-source": "dist",
  123. "autoload": {
  124. "psr-4": {
  125. "Whoops\\": "src/Whoops/"
  126. }
  127. },
  128. "notification-url": "http://packagist.cn/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Filipe Dobreira",
  135. "homepage": "https://github.com/filp",
  136. "role": "Developer"
  137. }
  138. ],
  139. "description": "php error handling for cool kids",
  140. "homepage": "https://github.com/filp/whoops",
  141. "keywords": [
  142. "error",
  143. "exception",
  144. "handling",
  145. "library",
  146. "whoops",
  147. "zf2"
  148. ]
  149. },
  150. {
  151. "name": "dever-main/framework",
  152. "version": "dev-master",
  153. "version_normalized": "9999999-dev",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/dever-main/framework.git",
  157. "reference": "b6270fbf2a0cd1e9f847322215cb29ee7eb6ebcc"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/dever-main/framework/zipball/b6270fbf2a0cd1e9f847322215cb29ee7eb6ebcc",
  162. "reference": "b6270fbf2a0cd1e9f847322215cb29ee7eb6ebcc",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": ">=5.0.0"
  167. },
  168. "time": "2017-12-05T08:40:10+00:00",
  169. "type": "framework",
  170. "installation-source": "dist",
  171. "autoload": {
  172. "files": [
  173. "dever.php"
  174. ],
  175. "psr-4": {
  176. "Dever\\": "src/Dever/"
  177. }
  178. },
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Rabin",
  185. "email": "2934170@qq.com"
  186. }
  187. ],
  188. "description": "dever framework",
  189. "homepage": "https://github.com/dever-main/framework",
  190. "keywords": [
  191. "framework",
  192. "library"
  193. ],
  194. "support": {
  195. "source": "https://github.com/dever-main/framework/tree/master",
  196. "issues": "https://github.com/dever-main/framework/issues"
  197. }
  198. }
  199. ]