Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

373 linhas
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": "9ad854c65da76498f6a2af058812e332",
  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/yaml",
  303. "version": "v3.4.28",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/symfony/yaml.git",
  307. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  312. "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "php": "^5.5.9|>=7.0.8",
  317. "symfony/polyfill-ctype": "~1.8"
  318. },
  319. "conflict": {
  320. "symfony/console": "<3.4"
  321. },
  322. "require-dev": {
  323. "symfony/console": "~3.4|~4.0"
  324. },
  325. "suggest": {
  326. "symfony/console": "For validating YAML files using the lint command"
  327. },
  328. "type": "library",
  329. "extra": {
  330. "branch-alias": {
  331. "dev-master": "3.4-dev"
  332. }
  333. },
  334. "autoload": {
  335. "psr-4": {
  336. "Symfony\\Component\\Yaml\\": ""
  337. },
  338. "exclude-from-classmap": [
  339. "/Tests/"
  340. ]
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "MIT"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Fabien Potencier",
  349. "email": "fabien@symfony.com"
  350. },
  351. {
  352. "name": "Symfony Community",
  353. "homepage": "https://symfony.com/contributors"
  354. }
  355. ],
  356. "description": "Symfony Yaml Component",
  357. "homepage": "https://symfony.com",
  358. "time": "2019-03-25T07:48:46+00:00"
  359. }
  360. ],
  361. "packages-dev": [],
  362. "aliases": [],
  363. "minimum-stability": "stable",
  364. "stability-flags": [],
  365. "prefer-stable": false,
  366. "prefer-lowest": false,
  367. "platform": {
  368. "php": ">=7",
  369. "ext-mbstring": "*"
  370. },
  371. "platform-dev": []
  372. }