Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

444 Zeilen
15 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": "64c3cf273c676b0e46ced80106016793",
  8. "packages": [
  9. {
  10. "name": "psr/log",
  11. "version": "1.1.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/log.git",
  15. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  20. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.1.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": "2020-03-23T09:12:05+00:00"
  55. },
  56. {
  57. "name": "symfony/console",
  58. "version": "v3.4.39",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/symfony/console.git",
  62. "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
  67. "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
  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. "funding": [
  127. {
  128. "url": "https://symfony.com/sponsor",
  129. "type": "custom"
  130. },
  131. {
  132. "url": "https://github.com/fabpot",
  133. "type": "github"
  134. },
  135. {
  136. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  137. "type": "tidelift"
  138. }
  139. ],
  140. "time": "2020-03-27T17:07:22+00:00"
  141. },
  142. {
  143. "name": "symfony/debug",
  144. "version": "v3.4.39",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/symfony/debug.git",
  148. "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
  153. "reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "php": "^5.5.9|>=7.0.8",
  158. "psr/log": "~1.0"
  159. },
  160. "conflict": {
  161. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  162. },
  163. "require-dev": {
  164. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  165. },
  166. "type": "library",
  167. "extra": {
  168. "branch-alias": {
  169. "dev-master": "3.4-dev"
  170. }
  171. },
  172. "autoload": {
  173. "psr-4": {
  174. "Symfony\\Component\\Debug\\": ""
  175. },
  176. "exclude-from-classmap": [
  177. "/Tests/"
  178. ]
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Fabien Potencier",
  187. "email": "fabien@symfony.com"
  188. },
  189. {
  190. "name": "Symfony Community",
  191. "homepage": "https://symfony.com/contributors"
  192. }
  193. ],
  194. "description": "Symfony Debug Component",
  195. "homepage": "https://symfony.com",
  196. "funding": [
  197. {
  198. "url": "https://symfony.com/sponsor",
  199. "type": "custom"
  200. },
  201. {
  202. "url": "https://github.com/fabpot",
  203. "type": "github"
  204. },
  205. {
  206. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  207. "type": "tidelift"
  208. }
  209. ],
  210. "time": "2020-03-23T10:22:40+00:00"
  211. },
  212. {
  213. "name": "symfony/polyfill-ctype",
  214. "version": "v1.15.0",
  215. "source": {
  216. "type": "git",
  217. "url": "https://github.com/symfony/polyfill-ctype.git",
  218. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  219. },
  220. "dist": {
  221. "type": "zip",
  222. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  223. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  224. "shasum": ""
  225. },
  226. "require": {
  227. "php": ">=5.3.3"
  228. },
  229. "suggest": {
  230. "ext-ctype": "For best performance"
  231. },
  232. "type": "library",
  233. "extra": {
  234. "branch-alias": {
  235. "dev-master": "1.15-dev"
  236. }
  237. },
  238. "autoload": {
  239. "psr-4": {
  240. "Symfony\\Polyfill\\Ctype\\": ""
  241. },
  242. "files": [
  243. "bootstrap.php"
  244. ]
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "MIT"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Gert de Pagter",
  253. "email": "BackEndTea@gmail.com"
  254. },
  255. {
  256. "name": "Symfony Community",
  257. "homepage": "https://symfony.com/contributors"
  258. }
  259. ],
  260. "description": "Symfony polyfill for ctype functions",
  261. "homepage": "https://symfony.com",
  262. "keywords": [
  263. "compatibility",
  264. "ctype",
  265. "polyfill",
  266. "portable"
  267. ],
  268. "funding": [
  269. {
  270. "url": "https://symfony.com/sponsor",
  271. "type": "custom"
  272. },
  273. {
  274. "url": "https://github.com/fabpot",
  275. "type": "github"
  276. },
  277. {
  278. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  279. "type": "tidelift"
  280. }
  281. ],
  282. "time": "2020-02-27T09:26:54+00:00"
  283. },
  284. {
  285. "name": "symfony/polyfill-mbstring",
  286. "version": "v1.15.0",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/symfony/polyfill-mbstring.git",
  290. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  295. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": ">=5.3.3"
  300. },
  301. "suggest": {
  302. "ext-mbstring": "For best performance"
  303. },
  304. "type": "library",
  305. "extra": {
  306. "branch-alias": {
  307. "dev-master": "1.15-dev"
  308. }
  309. },
  310. "autoload": {
  311. "psr-4": {
  312. "Symfony\\Polyfill\\Mbstring\\": ""
  313. },
  314. "files": [
  315. "bootstrap.php"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Nicolas Grekas",
  325. "email": "p@tchwork.com"
  326. },
  327. {
  328. "name": "Symfony Community",
  329. "homepage": "https://symfony.com/contributors"
  330. }
  331. ],
  332. "description": "Symfony polyfill for the Mbstring extension",
  333. "homepage": "https://symfony.com",
  334. "keywords": [
  335. "compatibility",
  336. "mbstring",
  337. "polyfill",
  338. "portable",
  339. "shim"
  340. ],
  341. "funding": [
  342. {
  343. "url": "https://symfony.com/sponsor",
  344. "type": "custom"
  345. },
  346. {
  347. "url": "https://github.com/fabpot",
  348. "type": "github"
  349. },
  350. {
  351. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  352. "type": "tidelift"
  353. }
  354. ],
  355. "time": "2020-03-09T19:04:49+00:00"
  356. },
  357. {
  358. "name": "symfony/yaml",
  359. "version": "v3.4.39",
  360. "source": {
  361. "type": "git",
  362. "url": "https://github.com/symfony/yaml.git",
  363. "reference": "e701b47e11749970f63803879c4febb520f07b6c"
  364. },
  365. "dist": {
  366. "type": "zip",
  367. "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c",
  368. "reference": "e701b47e11749970f63803879c4febb520f07b6c",
  369. "shasum": ""
  370. },
  371. "require": {
  372. "php": "^5.5.9|>=7.0.8",
  373. "symfony/polyfill-ctype": "~1.8"
  374. },
  375. "conflict": {
  376. "symfony/console": "<3.4"
  377. },
  378. "require-dev": {
  379. "symfony/console": "~3.4|~4.0"
  380. },
  381. "suggest": {
  382. "symfony/console": "For validating YAML files using the lint command"
  383. },
  384. "type": "library",
  385. "extra": {
  386. "branch-alias": {
  387. "dev-master": "3.4-dev"
  388. }
  389. },
  390. "autoload": {
  391. "psr-4": {
  392. "Symfony\\Component\\Yaml\\": ""
  393. },
  394. "exclude-from-classmap": [
  395. "/Tests/"
  396. ]
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Fabien Potencier",
  405. "email": "fabien@symfony.com"
  406. },
  407. {
  408. "name": "Symfony Community",
  409. "homepage": "https://symfony.com/contributors"
  410. }
  411. ],
  412. "description": "Symfony Yaml Component",
  413. "homepage": "https://symfony.com",
  414. "funding": [
  415. {
  416. "url": "https://symfony.com/sponsor",
  417. "type": "custom"
  418. },
  419. {
  420. "url": "https://github.com/fabpot",
  421. "type": "github"
  422. },
  423. {
  424. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  425. "type": "tidelift"
  426. }
  427. ],
  428. "time": "2020-03-25T12:02:26+00:00"
  429. }
  430. ],
  431. "packages-dev": [],
  432. "aliases": [],
  433. "minimum-stability": "stable",
  434. "stability-flags": [],
  435. "prefer-stable": false,
  436. "prefer-lowest": false,
  437. "platform": {
  438. "php": ">=7",
  439. "ext-mbstring": "*"
  440. },
  441. "platform-dev": [],
  442. "plugin-api-version": "1.1.0"
  443. }