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.

371 line
12 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": "16f9f1b41df5e24d17703651ea707cb5",
  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.19",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/symfony/console.git",
  62. "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
  67. "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
  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. "require-dev": {
  80. "psr/log": "~1.0",
  81. "symfony/config": "~3.3|~4.0",
  82. "symfony/dependency-injection": "~3.4|~4.0",
  83. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  84. "symfony/lock": "~3.4|~4.0",
  85. "symfony/process": "~3.3|~4.0"
  86. },
  87. "suggest": {
  88. "psr/log-implementation": "For using the console logger",
  89. "symfony/event-dispatcher": "",
  90. "symfony/lock": "",
  91. "symfony/process": ""
  92. },
  93. "type": "library",
  94. "extra": {
  95. "branch-alias": {
  96. "dev-master": "3.4-dev"
  97. }
  98. },
  99. "autoload": {
  100. "psr-4": {
  101. "Symfony\\Component\\Console\\": ""
  102. },
  103. "exclude-from-classmap": [
  104. "/Tests/"
  105. ]
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Fabien Potencier",
  114. "email": "fabien@symfony.com"
  115. },
  116. {
  117. "name": "Symfony Community",
  118. "homepage": "https://symfony.com/contributors"
  119. }
  120. ],
  121. "description": "Symfony Console Component",
  122. "homepage": "https://symfony.com",
  123. "time": "2018-11-26T12:48:07+00:00"
  124. },
  125. {
  126. "name": "symfony/debug",
  127. "version": "v4.1.8",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/symfony/debug.git",
  131. "reference": "f9eea0cff99d14f97d69b24b17164098ece3fd32"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/symfony/debug/zipball/f9eea0cff99d14f97d69b24b17164098ece3fd32",
  136. "reference": "f9eea0cff99d14f97d69b24b17164098ece3fd32",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": "^7.1.3",
  141. "psr/log": "~1.0"
  142. },
  143. "conflict": {
  144. "symfony/http-kernel": "<3.4"
  145. },
  146. "require-dev": {
  147. "symfony/http-kernel": "~3.4|~4.0"
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "4.1-dev"
  153. }
  154. },
  155. "autoload": {
  156. "psr-4": {
  157. "Symfony\\Component\\Debug\\": ""
  158. },
  159. "exclude-from-classmap": [
  160. "/Tests/"
  161. ]
  162. },
  163. "notification-url": "https://packagist.org/downloads/",
  164. "license": [
  165. "MIT"
  166. ],
  167. "authors": [
  168. {
  169. "name": "Fabien Potencier",
  170. "email": "fabien@symfony.com"
  171. },
  172. {
  173. "name": "Symfony Community",
  174. "homepage": "https://symfony.com/contributors"
  175. }
  176. ],
  177. "description": "Symfony Debug Component",
  178. "homepage": "https://symfony.com",
  179. "time": "2018-11-11T19:51:29+00:00"
  180. },
  181. {
  182. "name": "symfony/polyfill-ctype",
  183. "version": "v1.10.0",
  184. "source": {
  185. "type": "git",
  186. "url": "https://github.com/symfony/polyfill-ctype.git",
  187. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
  188. },
  189. "dist": {
  190. "type": "zip",
  191. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
  192. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
  193. "shasum": ""
  194. },
  195. "require": {
  196. "php": ">=5.3.3"
  197. },
  198. "suggest": {
  199. "ext-ctype": "For best performance"
  200. },
  201. "type": "library",
  202. "extra": {
  203. "branch-alias": {
  204. "dev-master": "1.9-dev"
  205. }
  206. },
  207. "autoload": {
  208. "psr-4": {
  209. "Symfony\\Polyfill\\Ctype\\": ""
  210. },
  211. "files": [
  212. "bootstrap.php"
  213. ]
  214. },
  215. "notification-url": "https://packagist.org/downloads/",
  216. "license": [
  217. "MIT"
  218. ],
  219. "authors": [
  220. {
  221. "name": "Symfony Community",
  222. "homepage": "https://symfony.com/contributors"
  223. },
  224. {
  225. "name": "Gert de Pagter",
  226. "email": "BackEndTea@gmail.com"
  227. }
  228. ],
  229. "description": "Symfony polyfill for ctype functions",
  230. "homepage": "https://symfony.com",
  231. "keywords": [
  232. "compatibility",
  233. "ctype",
  234. "polyfill",
  235. "portable"
  236. ],
  237. "time": "2018-08-06T14:22:27+00:00"
  238. },
  239. {
  240. "name": "symfony/polyfill-mbstring",
  241. "version": "v1.10.0",
  242. "source": {
  243. "type": "git",
  244. "url": "https://github.com/symfony/polyfill-mbstring.git",
  245. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  246. },
  247. "dist": {
  248. "type": "zip",
  249. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  250. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  251. "shasum": ""
  252. },
  253. "require": {
  254. "php": ">=5.3.3"
  255. },
  256. "suggest": {
  257. "ext-mbstring": "For best performance"
  258. },
  259. "type": "library",
  260. "extra": {
  261. "branch-alias": {
  262. "dev-master": "1.9-dev"
  263. }
  264. },
  265. "autoload": {
  266. "psr-4": {
  267. "Symfony\\Polyfill\\Mbstring\\": ""
  268. },
  269. "files": [
  270. "bootstrap.php"
  271. ]
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "MIT"
  276. ],
  277. "authors": [
  278. {
  279. "name": "Nicolas Grekas",
  280. "email": "p@tchwork.com"
  281. },
  282. {
  283. "name": "Symfony Community",
  284. "homepage": "https://symfony.com/contributors"
  285. }
  286. ],
  287. "description": "Symfony polyfill for the Mbstring extension",
  288. "homepage": "https://symfony.com",
  289. "keywords": [
  290. "compatibility",
  291. "mbstring",
  292. "polyfill",
  293. "portable",
  294. "shim"
  295. ],
  296. "time": "2018-09-21T13:07:52+00:00"
  297. },
  298. {
  299. "name": "symfony/yaml",
  300. "version": "v3.4.19",
  301. "source": {
  302. "type": "git",
  303. "url": "https://github.com/symfony/yaml.git",
  304. "reference": "291e13d808bec481eab83f301f7bff3e699ef603"
  305. },
  306. "dist": {
  307. "type": "zip",
  308. "url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603",
  309. "reference": "291e13d808bec481eab83f301f7bff3e699ef603",
  310. "shasum": ""
  311. },
  312. "require": {
  313. "php": "^5.5.9|>=7.0.8",
  314. "symfony/polyfill-ctype": "~1.8"
  315. },
  316. "conflict": {
  317. "symfony/console": "<3.4"
  318. },
  319. "require-dev": {
  320. "symfony/console": "~3.4|~4.0"
  321. },
  322. "suggest": {
  323. "symfony/console": "For validating YAML files using the lint command"
  324. },
  325. "type": "library",
  326. "extra": {
  327. "branch-alias": {
  328. "dev-master": "3.4-dev"
  329. }
  330. },
  331. "autoload": {
  332. "psr-4": {
  333. "Symfony\\Component\\Yaml\\": ""
  334. },
  335. "exclude-from-classmap": [
  336. "/Tests/"
  337. ]
  338. },
  339. "notification-url": "https://packagist.org/downloads/",
  340. "license": [
  341. "MIT"
  342. ],
  343. "authors": [
  344. {
  345. "name": "Fabien Potencier",
  346. "email": "fabien@symfony.com"
  347. },
  348. {
  349. "name": "Symfony Community",
  350. "homepage": "https://symfony.com/contributors"
  351. }
  352. ],
  353. "description": "Symfony Yaml Component",
  354. "homepage": "https://symfony.com",
  355. "time": "2018-11-11T19:48:54+00:00"
  356. }
  357. ],
  358. "packages-dev": [],
  359. "aliases": [],
  360. "minimum-stability": "stable",
  361. "stability-flags": [],
  362. "prefer-stable": false,
  363. "prefer-lowest": false,
  364. "platform": {
  365. "php": ">=7",
  366. "ext-mbstring": "*",
  367. "ext-yaml": "*"
  368. },
  369. "platform-dev": []
  370. }