You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

476 lines
16 KiB

4 years ago
  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": "04cbcc938ac71579c75a6ca70e0a613c",
  8. "packages": [
  9. {
  10. "name": "cebe/markdown",
  11. "version": "1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cebe/markdown.git",
  15. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  20. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "lib-pcre": "*",
  31. "php": ">=5.4.0"
  32. },
  33. "require-dev": {
  34. "cebe/indent": "*",
  35. "facebook/xhprof": "*@dev",
  36. "phpunit/phpunit": "4.1.*"
  37. },
  38. "bin": [
  39. "bin/markdown"
  40. ],
  41. "type": "library",
  42. "extra": {
  43. "branch-alias": {
  44. "dev-master": "1.1.x-dev"
  45. }
  46. },
  47. "autoload": {
  48. "psr-4": {
  49. "cebe\\markdown\\": ""
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "MIT"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Carsten Brandt",
  59. "email": "mail@cebe.cc",
  60. "homepage": "http://cebe.cc/",
  61. "role": "Creator"
  62. }
  63. ],
  64. "description": "A super fast, highly extensible markdown parser for PHP",
  65. "homepage": "https://github.com/cebe/markdown#readme",
  66. "keywords": [
  67. "extensible",
  68. "fast",
  69. "gfm",
  70. "markdown",
  71. "markdown-extra"
  72. ],
  73. "time": "2017-07-16T21:13:23+00:00"
  74. },
  75. {
  76. "name": "psr/http-message",
  77. "version": "dev-master",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/php-fig/http-message.git",
  81. "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
  86. "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
  87. "shasum": "",
  88. "mirrors": [
  89. {
  90. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  91. "preferred": true
  92. }
  93. ]
  94. },
  95. "require": {
  96. "php": ">=5.3.0"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "1.0.x-dev"
  102. }
  103. },
  104. "autoload": {
  105. "psr-4": {
  106. "Psr\\Http\\Message\\": "src/"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "PHP-FIG",
  116. "homepage": "http://www.php-fig.org/"
  117. }
  118. ],
  119. "description": "Common interface for HTTP messages",
  120. "homepage": "https://github.com/php-fig/http-message",
  121. "keywords": [
  122. "http",
  123. "http-message",
  124. "psr",
  125. "psr-7",
  126. "request",
  127. "response"
  128. ],
  129. "time": "2019-08-29T13:16:46+00:00"
  130. },
  131. {
  132. "name": "psr/log",
  133. "version": "1.0.2",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/php-fig/log.git",
  137. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  142. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  143. "shasum": "",
  144. "mirrors": [
  145. {
  146. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  147. "preferred": true
  148. }
  149. ]
  150. },
  151. "require": {
  152. "php": ">=5.3.0"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "1.0.x-dev"
  158. }
  159. },
  160. "autoload": {
  161. "psr-4": {
  162. "Psr\\Log\\": "Psr/Log/"
  163. }
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "PHP-FIG",
  172. "homepage": "http://www.php-fig.org/"
  173. }
  174. ],
  175. "description": "Common interface for logging libraries",
  176. "homepage": "https://github.com/php-fig/log",
  177. "keywords": [
  178. "log",
  179. "psr",
  180. "psr-3"
  181. ],
  182. "time": "2016-10-10T12:19:37+00:00"
  183. },
  184. {
  185. "name": "psr/simple-cache",
  186. "version": "dev-master",
  187. "source": {
  188. "type": "git",
  189. "url": "https://github.com/php-fig/simple-cache.git",
  190. "reference": "5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474"
  191. },
  192. "dist": {
  193. "type": "zip",
  194. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474",
  195. "reference": "5a7b96b1dda5d957e01bc1bfe77dcca09c5a7474",
  196. "shasum": "",
  197. "mirrors": [
  198. {
  199. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  200. "preferred": true
  201. }
  202. ]
  203. },
  204. "require": {
  205. "php": ">=5.3.0"
  206. },
  207. "type": "library",
  208. "extra": {
  209. "branch-alias": {
  210. "dev-master": "1.0.x-dev"
  211. }
  212. },
  213. "autoload": {
  214. "psr-4": {
  215. "Psr\\SimpleCache\\": "src/"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "PHP-FIG",
  225. "homepage": "http://www.php-fig.org/"
  226. }
  227. ],
  228. "description": "Common interfaces for simple caching",
  229. "keywords": [
  230. "cache",
  231. "caching",
  232. "psr",
  233. "psr-16",
  234. "simple-cache"
  235. ],
  236. "time": "2020-04-21T06:43:17+00:00"
  237. },
  238. {
  239. "name": "swoole/ide-helper",
  240. "version": "dev-master",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/swoole/ide-helper.git",
  244. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/e45892fb913204fc776bdec019ca8b723e7249b1",
  249. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1",
  250. "shasum": "",
  251. "mirrors": [
  252. {
  253. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  254. "preferred": true
  255. }
  256. ]
  257. },
  258. "require-dev": {
  259. "guzzlehttp/guzzle": "~6.5.0",
  260. "laminas/laminas-code": "~3.4.0",
  261. "squizlabs/php_codesniffer": "~3.5.0",
  262. "symfony/filesystem": "~4.0"
  263. },
  264. "type": "library",
  265. "notification-url": "https://packagist.org/downloads/",
  266. "license": [
  267. "Apache-2.0"
  268. ],
  269. "authors": [
  270. {
  271. "name": "Team Swoole",
  272. "email": "team@swoole.com"
  273. }
  274. ],
  275. "description": "IDE help files for Swoole.",
  276. "time": "2020-05-28T19:17:49+00:00"
  277. },
  278. {
  279. "name": "yiisoft/yii2",
  280. "version": "2.1.x-dev",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/yiisoft/yii2-framework.git",
  284. "reference": "86f1bfd7016524a6988005f3cdf9d01528df39fb"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/86f1bfd7016524a6988005f3cdf9d01528df39fb",
  289. "reference": "86f1bfd7016524a6988005f3cdf9d01528df39fb",
  290. "shasum": "",
  291. "mirrors": [
  292. {
  293. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  294. "preferred": true
  295. }
  296. ]
  297. },
  298. "require": {
  299. "cebe/markdown": "~1.0.0 | ~1.1.0",
  300. "ext-ctype": "*",
  301. "ext-mbstring": "*",
  302. "lib-pcre": "*",
  303. "php": ">=7.1.0",
  304. "psr/http-message": "~1.0.0",
  305. "psr/log": "~1.0.2",
  306. "psr/simple-cache": "~1.0.0",
  307. "yiisoft/yii2-composer": "~2.0.4"
  308. },
  309. "suggest": {
  310. "ezyang/htmlpurifier": "version '~4.6' required at 'yii\\helpers\\HtmlPurifier' for 'html' data format support (e.g. 'yii\\i18n\\Formatter:asHtml()' and 'yii\\helpers\\StringHelper::truncateHtml()')"
  311. },
  312. "bin": [
  313. "yii"
  314. ],
  315. "type": "library",
  316. "extra": {
  317. "branch-alias": {
  318. "dev-master": "2.0.x-dev"
  319. }
  320. },
  321. "autoload": {
  322. "psr-4": {
  323. "yii\\": ""
  324. },
  325. "classmap": [
  326. "Yii.php"
  327. ]
  328. },
  329. "notification-url": "https://packagist.org/downloads/",
  330. "license": [
  331. "BSD-3-Clause"
  332. ],
  333. "authors": [
  334. {
  335. "name": "Qiang Xue",
  336. "email": "qiang.xue@gmail.com",
  337. "homepage": "http://www.yiiframework.com/",
  338. "role": "Founder and project lead"
  339. },
  340. {
  341. "name": "Alexander Makarov",
  342. "email": "sam@rmcreative.ru",
  343. "homepage": "http://rmcreative.ru/",
  344. "role": "Core framework development"
  345. },
  346. {
  347. "name": "Maurizio Domba",
  348. "homepage": "http://mdomba.info/",
  349. "role": "Core framework development"
  350. },
  351. {
  352. "name": "Carsten Brandt",
  353. "email": "mail@cebe.cc",
  354. "homepage": "http://cebe.cc/",
  355. "role": "Core framework development"
  356. },
  357. {
  358. "name": "Timur Ruziev",
  359. "email": "resurtm@gmail.com",
  360. "homepage": "http://resurtm.com/",
  361. "role": "Core framework development"
  362. },
  363. {
  364. "name": "Paul Klimov",
  365. "email": "klimov.paul@gmail.com",
  366. "role": "Core framework development"
  367. },
  368. {
  369. "name": "Dmitry Naumenko",
  370. "email": "d.naumenko.a@gmail.com",
  371. "role": "Core framework development"
  372. },
  373. {
  374. "name": "Boudewijn Vahrmeijer",
  375. "email": "info@dynasource.eu",
  376. "homepage": "http://dynasource.eu",
  377. "role": "Core framework development"
  378. }
  379. ],
  380. "description": "Yii PHP Framework Version 2",
  381. "homepage": "http://www.yiiframework.com/",
  382. "keywords": [
  383. "framework",
  384. "yii2"
  385. ],
  386. "time": "2018-06-12T19:38:40+00:00"
  387. },
  388. {
  389. "name": "yiisoft/yii2-composer",
  390. "version": "dev-master",
  391. "source": {
  392. "type": "git",
  393. "url": "https://github.com/yiisoft/yii2-composer.git",
  394. "reference": "c372400aa6b6f2c52a82764496b37eb50d6e479f"
  395. },
  396. "dist": {
  397. "type": "zip",
  398. "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/c372400aa6b6f2c52a82764496b37eb50d6e479f",
  399. "reference": "c372400aa6b6f2c52a82764496b37eb50d6e479f",
  400. "shasum": "",
  401. "mirrors": [
  402. {
  403. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  404. "preferred": true
  405. }
  406. ]
  407. },
  408. "require": {
  409. "composer-plugin-api": "^1.0 | ^2.0"
  410. },
  411. "require-dev": {
  412. "composer/composer": "^1.0 | ^2.0@dev",
  413. "phpunit/phpunit": "<7"
  414. },
  415. "type": "composer-plugin",
  416. "extra": {
  417. "class": "yii\\composer\\Plugin",
  418. "branch-alias": {
  419. "dev-master": "2.0.x-dev"
  420. }
  421. },
  422. "autoload": {
  423. "psr-4": {
  424. "yii\\composer\\": ""
  425. }
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "BSD-3-Clause"
  430. ],
  431. "authors": [
  432. {
  433. "name": "Qiang Xue",
  434. "email": "qiang.xue@gmail.com"
  435. },
  436. {
  437. "name": "Carsten Brandt",
  438. "email": "mail@cebe.cc"
  439. }
  440. ],
  441. "description": "The composer plugin for Yii extension installer",
  442. "keywords": [
  443. "composer",
  444. "extension installer",
  445. "yii2"
  446. ],
  447. "funding": [
  448. {
  449. "url": "https://github.com/yiisoft",
  450. "type": "github"
  451. },
  452. {
  453. "url": "https://opencollective.com/yiisoft",
  454. "type": "open_collective"
  455. },
  456. {
  457. "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-composer",
  458. "type": "tidelift"
  459. }
  460. ],
  461. "time": "2020-06-24T00:04:19+00:00"
  462. }
  463. ],
  464. "packages-dev": [],
  465. "aliases": [],
  466. "minimum-stability": "dev",
  467. "stability-flags": {
  468. "yiisoft/yii2": 20,
  469. "swoole/ide-helper": 20
  470. },
  471. "prefer-stable": false,
  472. "prefer-lowest": false,
  473. "platform": [],
  474. "platform-dev": [],
  475. "plugin-api-version": "1.1.0"
  476. }