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.

422 regels
14 KiB

  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": "260e7772b01066cf4e3ce40e4933b07a",
  8. "packages": [
  9. {
  10. "name": "psr/log",
  11. "version": "1.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/log.git",
  15. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  20. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Log\\": "Psr/Log/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "http://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common interface for logging libraries",
  48. "homepage": "https://github.com/php-fig/log",
  49. "keywords": [
  50. "log",
  51. "psr",
  52. "psr-3"
  53. ],
  54. "time": "2018-11-20T15:27:04+00:00"
  55. },
  56. {
  57. "name": "symfony/console",
  58. "version": "v3.4.28",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/symfony/console.git",
  62. "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/symfony/console/zipball/8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6",
  67. "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": "^5.5.9|>=7.0.8",
  72. "symfony/debug": "~2.8|~3.0|~4.0",
  73. "symfony/polyfill-mbstring": "~1.0"
  74. },
  75. "conflict": {
  76. "symfony/dependency-injection": "<3.4",
  77. "symfony/process": "<3.3"
  78. },
  79. "provide": {
  80. "psr/log-implementation": "1.0"
  81. },
  82. "require-dev": {
  83. "psr/log": "~1.0",
  84. "symfony/config": "~3.3|~4.0",
  85. "symfony/dependency-injection": "~3.4|~4.0",
  86. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  87. "symfony/lock": "~3.4|~4.0",
  88. "symfony/process": "~3.3|~4.0"
  89. },
  90. "suggest": {
  91. "psr/log": "For using the console logger",
  92. "symfony/event-dispatcher": "",
  93. "symfony/lock": "",
  94. "symfony/process": ""
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "3.4-dev"
  100. }
  101. },
  102. "autoload": {
  103. "psr-4": {
  104. "Symfony\\Component\\Console\\": ""
  105. },
  106. "exclude-from-classmap": [
  107. "/Tests/"
  108. ]
  109. },
  110. "notification-url": "https://packagist.org/downloads/",
  111. "license": [
  112. "MIT"
  113. ],
  114. "authors": [
  115. {
  116. "name": "Fabien Potencier",
  117. "email": "fabien@symfony.com"
  118. },
  119. {
  120. "name": "Symfony Community",
  121. "homepage": "https://symfony.com/contributors"
  122. }
  123. ],
  124. "description": "Symfony Console Component",
  125. "homepage": "https://symfony.com",
  126. "time": "2019-05-09T08:42:51+00:00"
  127. },
  128. {
  129. "name": "symfony/debug",
  130. "version": "v3.4.28",
  131. "source": {
  132. "type": "git",
  133. "url": "https://github.com/symfony/debug.git",
  134. "reference": "671fc55bd14800668b1d0a3708c3714940e30a8c"
  135. },
  136. "dist": {
  137. "type": "zip",
  138. "url": "https://api.github.com/repos/symfony/debug/zipball/671fc55bd14800668b1d0a3708c3714940e30a8c",
  139. "reference": "671fc55bd14800668b1d0a3708c3714940e30a8c",
  140. "shasum": ""
  141. },
  142. "require": {
  143. "php": "^5.5.9|>=7.0.8",
  144. "psr/log": "~1.0"
  145. },
  146. "conflict": {
  147. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  148. },
  149. "require-dev": {
  150. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  151. },
  152. "type": "library",
  153. "extra": {
  154. "branch-alias": {
  155. "dev-master": "3.4-dev"
  156. }
  157. },
  158. "autoload": {
  159. "psr-4": {
  160. "Symfony\\Component\\Debug\\": ""
  161. },
  162. "exclude-from-classmap": [
  163. "/Tests/"
  164. ]
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Fabien Potencier",
  173. "email": "fabien@symfony.com"
  174. },
  175. {
  176. "name": "Symfony Community",
  177. "homepage": "https://symfony.com/contributors"
  178. }
  179. ],
  180. "description": "Symfony Debug Component",
  181. "homepage": "https://symfony.com",
  182. "time": "2019-05-18T13:32:47+00:00"
  183. },
  184. {
  185. "name": "symfony/polyfill-ctype",
  186. "version": "v1.11.0",
  187. "source": {
  188. "type": "git",
  189. "url": "https://github.com/symfony/polyfill-ctype.git",
  190. "reference": "82ebae02209c21113908c229e9883c419720738a"
  191. },
  192. "dist": {
  193. "type": "zip",
  194. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  195. "reference": "82ebae02209c21113908c229e9883c419720738a",
  196. "shasum": ""
  197. },
  198. "require": {
  199. "php": ">=5.3.3"
  200. },
  201. "suggest": {
  202. "ext-ctype": "For best performance"
  203. },
  204. "type": "library",
  205. "extra": {
  206. "branch-alias": {
  207. "dev-master": "1.11-dev"
  208. }
  209. },
  210. "autoload": {
  211. "psr-4": {
  212. "Symfony\\Polyfill\\Ctype\\": ""
  213. },
  214. "files": [
  215. "bootstrap.php"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Symfony Community",
  225. "homepage": "https://symfony.com/contributors"
  226. },
  227. {
  228. "name": "Gert de Pagter",
  229. "email": "BackEndTea@gmail.com"
  230. }
  231. ],
  232. "description": "Symfony polyfill for ctype functions",
  233. "homepage": "https://symfony.com",
  234. "keywords": [
  235. "compatibility",
  236. "ctype",
  237. "polyfill",
  238. "portable"
  239. ],
  240. "time": "2019-02-06T07:57:58+00:00"
  241. },
  242. {
  243. "name": "symfony/polyfill-mbstring",
  244. "version": "v1.11.0",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/symfony/polyfill-mbstring.git",
  248. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  253. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "php": ">=5.3.3"
  258. },
  259. "suggest": {
  260. "ext-mbstring": "For best performance"
  261. },
  262. "type": "library",
  263. "extra": {
  264. "branch-alias": {
  265. "dev-master": "1.11-dev"
  266. }
  267. },
  268. "autoload": {
  269. "psr-4": {
  270. "Symfony\\Polyfill\\Mbstring\\": ""
  271. },
  272. "files": [
  273. "bootstrap.php"
  274. ]
  275. },
  276. "notification-url": "https://packagist.org/downloads/",
  277. "license": [
  278. "MIT"
  279. ],
  280. "authors": [
  281. {
  282. "name": "Nicolas Grekas",
  283. "email": "p@tchwork.com"
  284. },
  285. {
  286. "name": "Symfony Community",
  287. "homepage": "https://symfony.com/contributors"
  288. }
  289. ],
  290. "description": "Symfony polyfill for the Mbstring extension",
  291. "homepage": "https://symfony.com",
  292. "keywords": [
  293. "compatibility",
  294. "mbstring",
  295. "polyfill",
  296. "portable",
  297. "shim"
  298. ],
  299. "time": "2019-02-06T07:57:58+00:00"
  300. },
  301. {
  302. "name": "symfony/process",
  303. "version": "v3.4.38",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/symfony/process.git",
  307. "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/symfony/process/zipball/b03b02dcea26ba4c65c16a73bab4f00c186b13da",
  312. "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "php": "^5.5.9|>=7.0.8"
  317. },
  318. "type": "library",
  319. "extra": {
  320. "branch-alias": {
  321. "dev-master": "3.4-dev"
  322. }
  323. },
  324. "autoload": {
  325. "psr-4": {
  326. "Symfony\\Component\\Process\\": ""
  327. },
  328. "exclude-from-classmap": [
  329. "/Tests/"
  330. ]
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "Fabien Potencier",
  339. "email": "fabien@symfony.com"
  340. },
  341. {
  342. "name": "Symfony Community",
  343. "homepage": "https://symfony.com/contributors"
  344. }
  345. ],
  346. "description": "Symfony Process Component",
  347. "homepage": "https://symfony.com",
  348. "time": "2020-02-04T08:04:52+00:00"
  349. },
  350. {
  351. "name": "symfony/yaml",
  352. "version": "v3.4.28",
  353. "source": {
  354. "type": "git",
  355. "url": "https://github.com/symfony/yaml.git",
  356. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  357. },
  358. "dist": {
  359. "type": "zip",
  360. "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  361. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  362. "shasum": ""
  363. },
  364. "require": {
  365. "php": "^5.5.9|>=7.0.8",
  366. "symfony/polyfill-ctype": "~1.8"
  367. },
  368. "conflict": {
  369. "symfony/console": "<3.4"
  370. },
  371. "require-dev": {
  372. "symfony/console": "~3.4|~4.0"
  373. },
  374. "suggest": {
  375. "symfony/console": "For validating YAML files using the lint command"
  376. },
  377. "type": "library",
  378. "extra": {
  379. "branch-alias": {
  380. "dev-master": "3.4-dev"
  381. }
  382. },
  383. "autoload": {
  384. "psr-4": {
  385. "Symfony\\Component\\Yaml\\": ""
  386. },
  387. "exclude-from-classmap": [
  388. "/Tests/"
  389. ]
  390. },
  391. "notification-url": "https://packagist.org/downloads/",
  392. "license": [
  393. "MIT"
  394. ],
  395. "authors": [
  396. {
  397. "name": "Fabien Potencier",
  398. "email": "fabien@symfony.com"
  399. },
  400. {
  401. "name": "Symfony Community",
  402. "homepage": "https://symfony.com/contributors"
  403. }
  404. ],
  405. "description": "Symfony Yaml Component",
  406. "homepage": "https://symfony.com",
  407. "time": "2019-03-25T07:48:46+00:00"
  408. }
  409. ],
  410. "packages-dev": [],
  411. "aliases": [],
  412. "minimum-stability": "stable",
  413. "stability-flags": [],
  414. "prefer-stable": false,
  415. "prefer-lowest": false,
  416. "platform": {
  417. "php": ">=7",
  418. "ext-mbstring": "*"
  419. },
  420. "platform-dev": []
  421. }