composer.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "9a54116619bf45fa0405305cf9abddbe",
  8. "packages": [
  9. {
  10. "name": "cebe/markdown",
  11. "version": "1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cebe/markdown.git",
  15. "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
  20. "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "lib-pcre": "*",
  25. "php": ">=5.4.0"
  26. },
  27. "require-dev": {
  28. "cebe/indent": "*",
  29. "facebook/xhprof": "*@dev",
  30. "phpunit/phpunit": "4.1.*"
  31. },
  32. "bin": [
  33. "bin/markdown"
  34. ],
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.2.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "cebe\\markdown\\": ""
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Carsten Brandt",
  53. "email": "[email protected]",
  54. "homepage": "http://cebe.cc/",
  55. "role": "Creator"
  56. }
  57. ],
  58. "description": "A super fast, highly extensible markdown parser for PHP",
  59. "homepage": "https://github.com/cebe/markdown#readme",
  60. "keywords": [
  61. "extensible",
  62. "fast",
  63. "gfm",
  64. "markdown",
  65. "markdown-extra"
  66. ],
  67. "time": "2018-03-26T11:24:36+00:00"
  68. },
  69. {
  70. "name": "ezyang/htmlpurifier",
  71. "version": "v4.10.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/ezyang/htmlpurifier.git",
  75. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  80. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": ">=5.2"
  85. },
  86. "require-dev": {
  87. "simpletest/simpletest": "^1.1"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-0": {
  92. "HTMLPurifier": "library/"
  93. },
  94. "files": [
  95. "library/HTMLPurifier.composer.php"
  96. ]
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "LGPL"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Edward Z. Yang",
  105. "email": "[email protected]",
  106. "homepage": "http://ezyang.com"
  107. }
  108. ],
  109. "description": "Standards compliant HTML filter written in PHP",
  110. "homepage": "http://htmlpurifier.org/",
  111. "keywords": [
  112. "html"
  113. ],
  114. "time": "2018-02-23T01:58:20+00:00"
  115. },
  116. {
  117. "name": "yidas/yii2-composer-bower-skip",
  118. "version": "2.0.13",
  119. "source": {
  120. "type": "git",
  121. "url": "https://github.com/yidas/yii2-composer-bower-skip.git",
  122. "reference": "1156ed4dc2ddca811bd2582d09e8885585fbd0cb"
  123. },
  124. "dist": {
  125. "type": "zip",
  126. "url": "https://api.github.com/repos/yidas/yii2-composer-bower-skip/zipball/1156ed4dc2ddca811bd2582d09e8885585fbd0cb",
  127. "reference": "1156ed4dc2ddca811bd2582d09e8885585fbd0cb",
  128. "shasum": ""
  129. },
  130. "provide": {
  131. "bower-asset/bootstrap": "*",
  132. "bower-asset/inputmask": "*",
  133. "bower-asset/jquery": "*",
  134. "bower-asset/punycode": "*",
  135. "bower-asset/typeahead.js": "*",
  136. "bower-asset/yii2-pjax": "*"
  137. },
  138. "type": "yii2-extension",
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "description": "A Composer package that allows you to install or update Yii2 without Bower-Asset",
  144. "keywords": [
  145. "bower",
  146. "bower asset",
  147. "framework",
  148. "yii2"
  149. ],
  150. "time": "2017-11-03T06:28:14+00:00"
  151. },
  152. {
  153. "name": "yiisoft/yii2",
  154. "version": "2.0.17",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/yiisoft/yii2-framework.git",
  158. "reference": "b56159228c3b4990e38cf41ddd69af27ab015bea"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/b56159228c3b4990e38cf41ddd69af27ab015bea",
  163. "reference": "b56159228c3b4990e38cf41ddd69af27ab015bea",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
  168. "bower-asset/jquery": "3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
  169. "bower-asset/punycode": "1.3.*",
  170. "bower-asset/yii2-pjax": "~2.0.1",
  171. "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
  172. "ext-ctype": "*",
  173. "ext-mbstring": "*",
  174. "ezyang/htmlpurifier": "~4.6",
  175. "lib-pcre": "*",
  176. "php": ">=5.4.0",
  177. "yiisoft/yii2-composer": "~2.0.4"
  178. },
  179. "bin": [
  180. "yii"
  181. ],
  182. "type": "library",
  183. "extra": {
  184. "branch-alias": {
  185. "dev-master": "2.0.x-dev"
  186. }
  187. },
  188. "autoload": {
  189. "psr-4": {
  190. "yii\\": ""
  191. }
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "BSD-3-Clause"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Qiang Xue",
  200. "email": "[email protected]",
  201. "homepage": "http://www.yiiframework.com/",
  202. "role": "Founder and project lead"
  203. },
  204. {
  205. "name": "Alexander Makarov",
  206. "email": "[email protected]",
  207. "homepage": "http://rmcreative.ru/",
  208. "role": "Core framework development"
  209. },
  210. {
  211. "name": "Maurizio Domba",
  212. "homepage": "http://mdomba.info/",
  213. "role": "Core framework development"
  214. },
  215. {
  216. "name": "Carsten Brandt",
  217. "email": "[email protected]",
  218. "homepage": "http://cebe.cc/",
  219. "role": "Core framework development"
  220. },
  221. {
  222. "name": "Timur Ruziev",
  223. "email": "[email protected]",
  224. "homepage": "http://resurtm.com/",
  225. "role": "Core framework development"
  226. },
  227. {
  228. "name": "Paul Klimov",
  229. "email": "[email protected]",
  230. "role": "Core framework development"
  231. },
  232. {
  233. "name": "Dmitry Naumenko",
  234. "email": "[email protected]",
  235. "role": "Core framework development"
  236. },
  237. {
  238. "name": "Boudewijn Vahrmeijer",
  239. "email": "[email protected]",
  240. "homepage": "http://dynasource.eu",
  241. "role": "Core framework development"
  242. }
  243. ],
  244. "description": "Yii PHP Framework Version 2",
  245. "homepage": "http://www.yiiframework.com/",
  246. "keywords": [
  247. "framework",
  248. "yii2"
  249. ],
  250. "time": "2019-03-22T21:26:26+00:00"
  251. },
  252. {
  253. "name": "yiisoft/yii2-composer",
  254. "version": "2.0.7",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/yiisoft/yii2-composer.git",
  258. "reference": "1439e78be1218c492e6cde251ed87d3f128b9534"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/1439e78be1218c492e6cde251ed87d3f128b9534",
  263. "reference": "1439e78be1218c492e6cde251ed87d3f128b9534",
  264. "shasum": ""
  265. },
  266. "require": {
  267. "composer-plugin-api": "^1.0"
  268. },
  269. "require-dev": {
  270. "composer/composer": "^1.0"
  271. },
  272. "type": "composer-plugin",
  273. "extra": {
  274. "class": "yii\\composer\\Plugin",
  275. "branch-alias": {
  276. "dev-master": "2.0.x-dev"
  277. }
  278. },
  279. "autoload": {
  280. "psr-4": {
  281. "yii\\composer\\": ""
  282. }
  283. },
  284. "notification-url": "https://packagist.org/downloads/",
  285. "license": [
  286. "BSD-3-Clause"
  287. ],
  288. "authors": [
  289. {
  290. "name": "Qiang Xue",
  291. "email": "[email protected]"
  292. },
  293. {
  294. "name": "Carsten Brandt",
  295. "email": "[email protected]"
  296. }
  297. ],
  298. "description": "The composer plugin for Yii extension installer",
  299. "keywords": [
  300. "composer",
  301. "extension installer",
  302. "yii2"
  303. ],
  304. "time": "2018-07-05T15:44:47+00:00"
  305. }
  306. ],
  307. "packages-dev": [],
  308. "aliases": [],
  309. "minimum-stability": "stable",
  310. "stability-flags": [],
  311. "prefer-stable": false,
  312. "prefer-lowest": false,
  313. "platform": [],
  314. "platform-dev": []
  315. }