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.

composer.lock 59KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719
  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": "c6266c06daad42dd49f2bd3d5288467d",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "composer/semver",
  12. "version": "1.5.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/composer/semver.git",
  16. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  21. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": "^5.3.2 || ^7.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.5 || ^5.0.5"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "1.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Composer\\Semver\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Nils Adermann",
  48. "email": "naderman@naderman.de",
  49. "homepage": "http://www.naderman.de"
  50. },
  51. {
  52. "name": "Jordi Boggiano",
  53. "email": "j.boggiano@seld.be",
  54. "homepage": "http://seld.be"
  55. },
  56. {
  57. "name": "Rob Bast",
  58. "email": "rob.bast@gmail.com",
  59. "homepage": "http://robbast.nl"
  60. }
  61. ],
  62. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  63. "keywords": [
  64. "semantic",
  65. "semver",
  66. "validation",
  67. "versioning"
  68. ],
  69. "time": "2020-01-13T12:06:48+00:00"
  70. },
  71. {
  72. "name": "composer/xdebug-handler",
  73. "version": "1.4.1",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/composer/xdebug-handler.git",
  77. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  82. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": "^5.3.2 || ^7.0 || ^8.0",
  87. "psr/log": "^1.0"
  88. },
  89. "require-dev": {
  90. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  91. },
  92. "type": "library",
  93. "autoload": {
  94. "psr-4": {
  95. "Composer\\XdebugHandler\\": "src"
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "John Stevenson",
  105. "email": "john-stevenson@blueyonder.co.uk"
  106. }
  107. ],
  108. "description": "Restarts a process without Xdebug.",
  109. "keywords": [
  110. "Xdebug",
  111. "performance"
  112. ],
  113. "funding": [
  114. {
  115. "url": "https://packagist.com",
  116. "type": "custom"
  117. }
  118. ],
  119. "time": "2020-03-01T12:26:26+00:00"
  120. },
  121. {
  122. "name": "doctrine/annotations",
  123. "version": "v1.8.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/doctrine/annotations.git",
  127. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
  132. "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "doctrine/lexer": "1.*",
  137. "php": "^7.1"
  138. },
  139. "require-dev": {
  140. "doctrine/cache": "1.*",
  141. "phpunit/phpunit": "^7.5"
  142. },
  143. "type": "library",
  144. "extra": {
  145. "branch-alias": {
  146. "dev-master": "1.7.x-dev"
  147. }
  148. },
  149. "autoload": {
  150. "psr-4": {
  151. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  152. }
  153. },
  154. "notification-url": "https://packagist.org/downloads/",
  155. "license": [
  156. "MIT"
  157. ],
  158. "authors": [
  159. {
  160. "name": "Guilherme Blanco",
  161. "email": "guilhermeblanco@gmail.com"
  162. },
  163. {
  164. "name": "Roman Borschel",
  165. "email": "roman@code-factory.org"
  166. },
  167. {
  168. "name": "Benjamin Eberlei",
  169. "email": "kontakt@beberlei.de"
  170. },
  171. {
  172. "name": "Jonathan Wage",
  173. "email": "jonwage@gmail.com"
  174. },
  175. {
  176. "name": "Johannes Schmitt",
  177. "email": "schmittjoh@gmail.com"
  178. }
  179. ],
  180. "description": "Docblock Annotations Parser",
  181. "homepage": "http://www.doctrine-project.org",
  182. "keywords": [
  183. "annotations",
  184. "docblock",
  185. "parser"
  186. ],
  187. "time": "2019-10-01T18:55:10+00:00"
  188. },
  189. {
  190. "name": "doctrine/lexer",
  191. "version": "1.2.0",
  192. "source": {
  193. "type": "git",
  194. "url": "https://github.com/doctrine/lexer.git",
  195. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
  196. },
  197. "dist": {
  198. "type": "zip",
  199. "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  200. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  201. "shasum": ""
  202. },
  203. "require": {
  204. "php": "^7.2"
  205. },
  206. "require-dev": {
  207. "doctrine/coding-standard": "^6.0",
  208. "phpstan/phpstan": "^0.11.8",
  209. "phpunit/phpunit": "^8.2"
  210. },
  211. "type": "library",
  212. "extra": {
  213. "branch-alias": {
  214. "dev-master": "1.2.x-dev"
  215. }
  216. },
  217. "autoload": {
  218. "psr-4": {
  219. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  220. }
  221. },
  222. "notification-url": "https://packagist.org/downloads/",
  223. "license": [
  224. "MIT"
  225. ],
  226. "authors": [
  227. {
  228. "name": "Guilherme Blanco",
  229. "email": "guilhermeblanco@gmail.com"
  230. },
  231. {
  232. "name": "Roman Borschel",
  233. "email": "roman@code-factory.org"
  234. },
  235. {
  236. "name": "Johannes Schmitt",
  237. "email": "schmittjoh@gmail.com"
  238. }
  239. ],
  240. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  241. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  242. "keywords": [
  243. "annotations",
  244. "docblock",
  245. "lexer",
  246. "parser",
  247. "php"
  248. ],
  249. "time": "2019-10-30T14:39:59+00:00"
  250. },
  251. {
  252. "name": "friendsofphp/php-cs-fixer",
  253. "version": "v2.16.1",
  254. "source": {
  255. "type": "git",
  256. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  257. "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
  258. },
  259. "dist": {
  260. "type": "zip",
  261. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
  262. "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
  263. "shasum": ""
  264. },
  265. "require": {
  266. "composer/semver": "^1.4",
  267. "composer/xdebug-handler": "^1.2",
  268. "doctrine/annotations": "^1.2",
  269. "ext-json": "*",
  270. "ext-tokenizer": "*",
  271. "php": "^5.6 || ^7.0",
  272. "php-cs-fixer/diff": "^1.3",
  273. "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
  274. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  275. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  276. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  277. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  278. "symfony/polyfill-php70": "^1.0",
  279. "symfony/polyfill-php72": "^1.4",
  280. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  281. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  282. },
  283. "require-dev": {
  284. "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
  285. "justinrainbow/json-schema": "^5.0",
  286. "keradus/cli-executor": "^1.2",
  287. "mikey179/vfsstream": "^1.6",
  288. "php-coveralls/php-coveralls": "^2.1",
  289. "php-cs-fixer/accessible-object": "^1.0",
  290. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
  291. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
  292. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
  293. "phpunitgoodpractices/traits": "^1.8",
  294. "symfony/phpunit-bridge": "^4.3 || ^5.0",
  295. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  296. },
  297. "suggest": {
  298. "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
  299. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  300. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  301. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  302. },
  303. "bin": [
  304. "php-cs-fixer"
  305. ],
  306. "type": "application",
  307. "autoload": {
  308. "psr-4": {
  309. "PhpCsFixer\\": "src/"
  310. },
  311. "classmap": [
  312. "tests/Test/AbstractFixerTestCase.php",
  313. "tests/Test/AbstractIntegrationCaseFactory.php",
  314. "tests/Test/AbstractIntegrationTestCase.php",
  315. "tests/Test/Assert/AssertTokensTrait.php",
  316. "tests/Test/IntegrationCase.php",
  317. "tests/Test/IntegrationCaseFactory.php",
  318. "tests/Test/IntegrationCaseFactoryInterface.php",
  319. "tests/Test/InternalIntegrationCaseFactory.php",
  320. "tests/TestCase.php"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Fabien Potencier",
  330. "email": "fabien@symfony.com"
  331. },
  332. {
  333. "name": "Dariusz Rumiński",
  334. "email": "dariusz.ruminski@gmail.com"
  335. }
  336. ],
  337. "description": "A tool to automatically fix PHP code style",
  338. "time": "2019-11-25T22:10:32+00:00"
  339. },
  340. {
  341. "name": "jakub-onderka/php-console-color",
  342. "version": "v0.2",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  346. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  351. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": ">=5.4.0"
  356. },
  357. "require-dev": {
  358. "jakub-onderka/php-code-style": "1.0",
  359. "jakub-onderka/php-parallel-lint": "1.0",
  360. "jakub-onderka/php-var-dump-check": "0.*",
  361. "phpunit/phpunit": "~4.3",
  362. "squizlabs/php_codesniffer": "1.*"
  363. },
  364. "type": "library",
  365. "autoload": {
  366. "psr-4": {
  367. "JakubOnderka\\PhpConsoleColor\\": "src/"
  368. }
  369. },
  370. "notification-url": "https://packagist.org/downloads/",
  371. "license": [
  372. "BSD-2-Clause"
  373. ],
  374. "authors": [
  375. {
  376. "name": "Jakub Onderka",
  377. "email": "jakub.onderka@gmail.com"
  378. }
  379. ],
  380. "abandoned": "php-parallel-lint/php-console-color",
  381. "time": "2018-09-29T17:23:10+00:00"
  382. },
  383. {
  384. "name": "jakub-onderka/php-console-highlighter",
  385. "version": "v0.3.2",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  389. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  394. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "jakub-onderka/php-console-color": "~0.1",
  399. "php": ">=5.3.0"
  400. },
  401. "require-dev": {
  402. "jakub-onderka/php-code-style": "~1.0",
  403. "jakub-onderka/php-parallel-lint": "~0.5",
  404. "jakub-onderka/php-var-dump-check": "~0.1",
  405. "phpunit/phpunit": "~4.0",
  406. "squizlabs/php_codesniffer": "~1.5"
  407. },
  408. "type": "library",
  409. "autoload": {
  410. "psr-0": {
  411. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Jakub Onderka",
  421. "email": "acci@acci.cz",
  422. "homepage": "http://www.acci.cz/"
  423. }
  424. ],
  425. "abandoned": "php-parallel-lint/php-console-highlighter",
  426. "time": "2015-04-20T18:58:01+00:00"
  427. },
  428. {
  429. "name": "jakub-onderka/php-parallel-lint",
  430. "version": "v0.9.2",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
  434. "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
  439. "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "php": ">=5.3.3"
  444. },
  445. "require-dev": {
  446. "jakub-onderka/php-console-highlighter": "~0.3",
  447. "nette/tester": "~1.3"
  448. },
  449. "suggest": {
  450. "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
  451. },
  452. "bin": [
  453. "parallel-lint"
  454. ],
  455. "type": "library",
  456. "autoload": {
  457. "classmap": [
  458. "./"
  459. ]
  460. },
  461. "notification-url": "https://packagist.org/downloads/",
  462. "license": [
  463. "BSD-2-Clause"
  464. ],
  465. "authors": [
  466. {
  467. "name": "Jakub Onderka",
  468. "email": "jakub.onderka@gmail.com"
  469. }
  470. ],
  471. "description": "This tool check syntax of PHP files about 20x faster than serial check.",
  472. "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
  473. "abandoned": "php-parallel-lint/php-parallel-lint",
  474. "time": "2015-12-15T10:42:16+00:00"
  475. },
  476. {
  477. "name": "nextcloud/coding-standard",
  478. "version": "v0.3.0",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/nextcloud/coding-standard.git",
  482. "reference": "4f5cd012760f8293e19e602651a0ecaa265e4db9"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/4f5cd012760f8293e19e602651a0ecaa265e4db9",
  487. "reference": "4f5cd012760f8293e19e602651a0ecaa265e4db9",
  488. "shasum": ""
  489. },
  490. "require": {
  491. "friendsofphp/php-cs-fixer": "^2.16",
  492. "php": "^7.2"
  493. },
  494. "type": "library",
  495. "autoload": {
  496. "psr-4": {
  497. "Nextcloud\\CodingStandard\\": "src"
  498. }
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "MIT"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Christoph Wurst",
  507. "email": "christoph@winzerhof-wurst.at"
  508. }
  509. ],
  510. "description": "Nextcloud coding standards for the php cs fixer",
  511. "time": "2020-04-10T14:57:18+00:00"
  512. },
  513. {
  514. "name": "paragonie/random_compat",
  515. "version": "v9.99.99",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/paragonie/random_compat.git",
  519. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  524. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "php": "^7"
  529. },
  530. "require-dev": {
  531. "phpunit/phpunit": "4.*|5.*",
  532. "vimeo/psalm": "^1"
  533. },
  534. "suggest": {
  535. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  536. },
  537. "type": "library",
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "MIT"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Paragon Initiative Enterprises",
  545. "email": "security@paragonie.com",
  546. "homepage": "https://paragonie.com"
  547. }
  548. ],
  549. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  550. "keywords": [
  551. "csprng",
  552. "polyfill",
  553. "pseudorandom",
  554. "random"
  555. ],
  556. "time": "2018-07-02T15:55:56+00:00"
  557. },
  558. {
  559. "name": "php-cs-fixer/diff",
  560. "version": "v1.3.0",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  564. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  565. },
  566. "dist": {
  567. "type": "zip",
  568. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  569. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  570. "shasum": ""
  571. },
  572. "require": {
  573. "php": "^5.6 || ^7.0"
  574. },
  575. "require-dev": {
  576. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  577. "symfony/process": "^3.3"
  578. },
  579. "type": "library",
  580. "autoload": {
  581. "classmap": [
  582. "src/"
  583. ]
  584. },
  585. "notification-url": "https://packagist.org/downloads/",
  586. "license": [
  587. "BSD-3-Clause"
  588. ],
  589. "authors": [
  590. {
  591. "name": "Kore Nordmann",
  592. "email": "mail@kore-nordmann.de"
  593. },
  594. {
  595. "name": "Sebastian Bergmann",
  596. "email": "sebastian@phpunit.de"
  597. },
  598. {
  599. "name": "SpacePossum"
  600. }
  601. ],
  602. "description": "sebastian/diff v2 backport support for PHP5.6",
  603. "homepage": "https://github.com/PHP-CS-Fixer",
  604. "keywords": [
  605. "diff"
  606. ],
  607. "time": "2018-02-15T16:58:55+00:00"
  608. },
  609. {
  610. "name": "psr/container",
  611. "version": "1.0.0",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/php-fig/container.git",
  615. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  620. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": ">=5.3.0"
  625. },
  626. "type": "library",
  627. "extra": {
  628. "branch-alias": {
  629. "dev-master": "1.0.x-dev"
  630. }
  631. },
  632. "autoload": {
  633. "psr-4": {
  634. "Psr\\Container\\": "src/"
  635. }
  636. },
  637. "notification-url": "https://packagist.org/downloads/",
  638. "license": [
  639. "MIT"
  640. ],
  641. "authors": [
  642. {
  643. "name": "PHP-FIG",
  644. "homepage": "http://www.php-fig.org/"
  645. }
  646. ],
  647. "description": "Common Container Interface (PHP FIG PSR-11)",
  648. "homepage": "https://github.com/php-fig/container",
  649. "keywords": [
  650. "PSR-11",
  651. "container",
  652. "container-interface",
  653. "container-interop",
  654. "psr"
  655. ],
  656. "time": "2017-02-14T16:28:37+00:00"
  657. },
  658. {
  659. "name": "psr/event-dispatcher",
  660. "version": "1.0.0",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/php-fig/event-dispatcher.git",
  664. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  669. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  670. "shasum": ""
  671. },
  672. "require": {
  673. "php": ">=7.2.0"
  674. },
  675. "type": "library",
  676. "extra": {
  677. "branch-alias": {
  678. "dev-master": "1.0.x-dev"
  679. }
  680. },
  681. "autoload": {
  682. "psr-4": {
  683. "Psr\\EventDispatcher\\": "src/"
  684. }
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "MIT"
  689. ],
  690. "authors": [
  691. {
  692. "name": "PHP-FIG",
  693. "homepage": "http://www.php-fig.org/"
  694. }
  695. ],
  696. "description": "Standard interfaces for event handling.",
  697. "keywords": [
  698. "events",
  699. "psr",
  700. "psr-14"
  701. ],
  702. "time": "2019-01-08T18:20:26+00:00"
  703. },
  704. {
  705. "name": "psr/log",
  706. "version": "1.1.3",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/php-fig/log.git",
  710. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  715. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  716. "shasum": ""
  717. },
  718. "require": {
  719. "php": ">=5.3.0"
  720. },
  721. "type": "library",
  722. "extra": {
  723. "branch-alias": {
  724. "dev-master": "1.1.x-dev"
  725. }
  726. },
  727. "autoload": {
  728. "psr-4": {
  729. "Psr\\Log\\": "Psr/Log/"
  730. }
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "MIT"
  735. ],
  736. "authors": [
  737. {
  738. "name": "PHP-FIG",
  739. "homepage": "http://www.php-fig.org/"
  740. }
  741. ],
  742. "description": "Common interface for logging libraries",
  743. "homepage": "https://github.com/php-fig/log",
  744. "keywords": [
  745. "log",
  746. "psr",
  747. "psr-3"
  748. ],
  749. "time": "2020-03-23T09:12:05+00:00"
  750. },
  751. {
  752. "name": "symfony/console",
  753. "version": "v5.0.7",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/symfony/console.git",
  757. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  762. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "php": "^7.2.5",
  767. "symfony/polyfill-mbstring": "~1.0",
  768. "symfony/polyfill-php73": "^1.8",
  769. "symfony/service-contracts": "^1.1|^2"
  770. },
  771. "conflict": {
  772. "symfony/dependency-injection": "<4.4",
  773. "symfony/event-dispatcher": "<4.4",
  774. "symfony/lock": "<4.4",
  775. "symfony/process": "<4.4"
  776. },
  777. "provide": {
  778. "psr/log-implementation": "1.0"
  779. },
  780. "require-dev": {
  781. "psr/log": "~1.0",
  782. "symfony/config": "^4.4|^5.0",
  783. "symfony/dependency-injection": "^4.4|^5.0",
  784. "symfony/event-dispatcher": "^4.4|^5.0",
  785. "symfony/lock": "^4.4|^5.0",
  786. "symfony/process": "^4.4|^5.0",
  787. "symfony/var-dumper": "^4.4|^5.0"
  788. },
  789. "suggest": {
  790. "psr/log": "For using the console logger",
  791. "symfony/event-dispatcher": "",
  792. "symfony/lock": "",
  793. "symfony/process": ""
  794. },
  795. "type": "library",
  796. "extra": {
  797. "branch-alias": {
  798. "dev-master": "5.0-dev"
  799. }
  800. },
  801. "autoload": {
  802. "psr-4": {
  803. "Symfony\\Component\\Console\\": ""
  804. },
  805. "exclude-from-classmap": [
  806. "/Tests/"
  807. ]
  808. },
  809. "notification-url": "https://packagist.org/downloads/",
  810. "license": [
  811. "MIT"
  812. ],
  813. "authors": [
  814. {
  815. "name": "Fabien Potencier",
  816. "email": "fabien@symfony.com"
  817. },
  818. {
  819. "name": "Symfony Community",
  820. "homepage": "https://symfony.com/contributors"
  821. }
  822. ],
  823. "description": "Symfony Console Component",
  824. "homepage": "https://symfony.com",
  825. "funding": [
  826. {
  827. "url": "https://symfony.com/sponsor",
  828. "type": "custom"
  829. },
  830. {
  831. "url": "https://github.com/fabpot",
  832. "type": "github"
  833. },
  834. {
  835. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  836. "type": "tidelift"
  837. }
  838. ],
  839. "time": "2020-03-30T11:42:42+00:00"
  840. },
  841. {
  842. "name": "symfony/event-dispatcher",
  843. "version": "v5.0.7",
  844. "source": {
  845. "type": "git",
  846. "url": "https://github.com/symfony/event-dispatcher.git",
  847. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
  848. },
  849. "dist": {
  850. "type": "zip",
  851. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  852. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  853. "shasum": ""
  854. },
  855. "require": {
  856. "php": "^7.2.5",
  857. "symfony/event-dispatcher-contracts": "^2"
  858. },
  859. "conflict": {
  860. "symfony/dependency-injection": "<4.4"
  861. },
  862. "provide": {
  863. "psr/event-dispatcher-implementation": "1.0",
  864. "symfony/event-dispatcher-implementation": "2.0"
  865. },
  866. "require-dev": {
  867. "psr/log": "~1.0",
  868. "symfony/config": "^4.4|^5.0",
  869. "symfony/dependency-injection": "^4.4|^5.0",
  870. "symfony/expression-language": "^4.4|^5.0",
  871. "symfony/http-foundation": "^4.4|^5.0",
  872. "symfony/service-contracts": "^1.1|^2",
  873. "symfony/stopwatch": "^4.4|^5.0"
  874. },
  875. "suggest": {
  876. "symfony/dependency-injection": "",
  877. "symfony/http-kernel": ""
  878. },
  879. "type": "library",
  880. "extra": {
  881. "branch-alias": {
  882. "dev-master": "5.0-dev"
  883. }
  884. },
  885. "autoload": {
  886. "psr-4": {
  887. "Symfony\\Component\\EventDispatcher\\": ""
  888. },
  889. "exclude-from-classmap": [
  890. "/Tests/"
  891. ]
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "MIT"
  896. ],
  897. "authors": [
  898. {
  899. "name": "Fabien Potencier",
  900. "email": "fabien@symfony.com"
  901. },
  902. {
  903. "name": "Symfony Community",
  904. "homepage": "https://symfony.com/contributors"
  905. }
  906. ],
  907. "description": "Symfony EventDispatcher Component",
  908. "homepage": "https://symfony.com",
  909. "funding": [
  910. {
  911. "url": "https://symfony.com/sponsor",
  912. "type": "custom"
  913. },
  914. {
  915. "url": "https://github.com/fabpot",
  916. "type": "github"
  917. },
  918. {
  919. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  920. "type": "tidelift"
  921. }
  922. ],
  923. "time": "2020-03-27T16:56:45+00:00"
  924. },
  925. {
  926. "name": "symfony/event-dispatcher-contracts",
  927. "version": "v2.0.1",
  928. "source": {
  929. "type": "git",
  930. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  931. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
  932. },
  933. "dist": {
  934. "type": "zip",
  935. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
  936. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
  937. "shasum": ""
  938. },
  939. "require": {
  940. "php": "^7.2.5",
  941. "psr/event-dispatcher": "^1"
  942. },
  943. "suggest": {
  944. "symfony/event-dispatcher-implementation": ""
  945. },
  946. "type": "library",
  947. "extra": {
  948. "branch-alias": {
  949. "dev-master": "2.0-dev"
  950. }
  951. },
  952. "autoload": {
  953. "psr-4": {
  954. "Symfony\\Contracts\\EventDispatcher\\": ""
  955. }
  956. },
  957. "notification-url": "https://packagist.org/downloads/",
  958. "license": [
  959. "MIT"
  960. ],
  961. "authors": [
  962. {
  963. "name": "Nicolas Grekas",
  964. "email": "p@tchwork.com"
  965. },
  966. {
  967. "name": "Symfony Community",
  968. "homepage": "https://symfony.com/contributors"
  969. }
  970. ],
  971. "description": "Generic abstractions related to dispatching event",
  972. "homepage": "https://symfony.com",
  973. "keywords": [
  974. "abstractions",
  975. "contracts",
  976. "decoupling",
  977. "interfaces",
  978. "interoperability",
  979. "standards"
  980. ],
  981. "time": "2019-11-18T17:27:11+00:00"
  982. },
  983. {
  984. "name": "symfony/filesystem",
  985. "version": "v5.0.7",
  986. "source": {
  987. "type": "git",
  988. "url": "https://github.com/symfony/filesystem.git",
  989. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
  990. },
  991. "dist": {
  992. "type": "zip",
  993. "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
  994. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
  995. "shasum": ""
  996. },
  997. "require": {
  998. "php": "^7.2.5",
  999. "symfony/polyfill-ctype": "~1.8"
  1000. },
  1001. "type": "library",
  1002. "extra": {
  1003. "branch-alias": {
  1004. "dev-master": "5.0-dev"
  1005. }
  1006. },
  1007. "autoload": {
  1008. "psr-4": {
  1009. "Symfony\\Component\\Filesystem\\": ""
  1010. },
  1011. "exclude-from-classmap": [
  1012. "/Tests/"
  1013. ]
  1014. },
  1015. "notification-url": "https://packagist.org/downloads/",
  1016. "license": [
  1017. "MIT"
  1018. ],
  1019. "authors": [
  1020. {
  1021. "name": "Fabien Potencier",
  1022. "email": "fabien@symfony.com"
  1023. },
  1024. {
  1025. "name": "Symfony Community",
  1026. "homepage": "https://symfony.com/contributors"
  1027. }
  1028. ],
  1029. "description": "Symfony Filesystem Component",
  1030. "homepage": "https://symfony.com",
  1031. "funding": [
  1032. {
  1033. "url": "https://symfony.com/sponsor",
  1034. "type": "custom"
  1035. },
  1036. {
  1037. "url": "https://github.com/fabpot",
  1038. "type": "github"
  1039. },
  1040. {
  1041. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1042. "type": "tidelift"
  1043. }
  1044. ],
  1045. "time": "2020-03-27T16:56:45+00:00"
  1046. },
  1047. {
  1048. "name": "symfony/finder",
  1049. "version": "v5.0.7",
  1050. "source": {
  1051. "type": "git",
  1052. "url": "https://github.com/symfony/finder.git",
  1053. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
  1054. },
  1055. "dist": {
  1056. "type": "zip",
  1057. "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1058. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1059. "shasum": ""
  1060. },
  1061. "require": {
  1062. "php": "^7.2.5"
  1063. },
  1064. "type": "library",
  1065. "extra": {
  1066. "branch-alias": {
  1067. "dev-master": "5.0-dev"
  1068. }
  1069. },
  1070. "autoload": {
  1071. "psr-4": {
  1072. "Symfony\\Component\\Finder\\": ""
  1073. },
  1074. "exclude-from-classmap": [
  1075. "/Tests/"
  1076. ]
  1077. },
  1078. "notification-url": "https://packagist.org/downloads/",
  1079. "license": [
  1080. "MIT"
  1081. ],
  1082. "authors": [
  1083. {
  1084. "name": "Fabien Potencier",
  1085. "email": "fabien@symfony.com"
  1086. },
  1087. {
  1088. "name": "Symfony Community",
  1089. "homepage": "https://symfony.com/contributors"
  1090. }
  1091. ],
  1092. "description": "Symfony Finder Component",
  1093. "homepage": "https://symfony.com",
  1094. "funding": [
  1095. {
  1096. "url": "https://symfony.com/sponsor",
  1097. "type": "custom"
  1098. },
  1099. {
  1100. "url": "https://github.com/fabpot",
  1101. "type": "github"
  1102. },
  1103. {
  1104. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1105. "type": "tidelift"
  1106. }
  1107. ],
  1108. "time": "2020-03-27T16:56:45+00:00"
  1109. },
  1110. {
  1111. "name": "symfony/options-resolver",
  1112. "version": "v5.0.7",
  1113. "source": {
  1114. "type": "git",
  1115. "url": "https://github.com/symfony/options-resolver.git",
  1116. "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
  1117. },
  1118. "dist": {
  1119. "type": "zip",
  1120. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
  1121. "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
  1122. "shasum": ""
  1123. },
  1124. "require": {
  1125. "php": "^7.2.5"
  1126. },
  1127. "type": "library",
  1128. "extra": {
  1129. "branch-alias": {
  1130. "dev-master": "5.0-dev"
  1131. }
  1132. },
  1133. "autoload": {
  1134. "psr-4": {
  1135. "Symfony\\Component\\OptionsResolver\\": ""
  1136. },
  1137. "exclude-from-classmap": [
  1138. "/Tests/"
  1139. ]
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "MIT"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Fabien Potencier",
  1148. "email": "fabien@symfony.com"
  1149. },
  1150. {
  1151. "name": "Symfony Community",
  1152. "homepage": "https://symfony.com/contributors"
  1153. }
  1154. ],
  1155. "description": "Symfony OptionsResolver Component",
  1156. "homepage": "https://symfony.com",
  1157. "keywords": [
  1158. "config",
  1159. "configuration",
  1160. "options"
  1161. ],
  1162. "funding": [
  1163. {
  1164. "url": "https://symfony.com/sponsor",
  1165. "type": "custom"
  1166. },
  1167. {
  1168. "url": "https://github.com/fabpot",
  1169. "type": "github"
  1170. },
  1171. {
  1172. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1173. "type": "tidelift"
  1174. }
  1175. ],
  1176. "time": "2020-03-27T16:56:45+00:00"
  1177. },
  1178. {
  1179. "name": "symfony/polyfill-ctype",
  1180. "version": "v1.15.0",
  1181. "source": {
  1182. "type": "git",
  1183. "url": "https://github.com/symfony/polyfill-ctype.git",
  1184. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  1185. },
  1186. "dist": {
  1187. "type": "zip",
  1188. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  1189. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  1190. "shasum": ""
  1191. },
  1192. "require": {
  1193. "php": ">=5.3.3"
  1194. },
  1195. "suggest": {
  1196. "ext-ctype": "For best performance"
  1197. },
  1198. "type": "library",
  1199. "extra": {
  1200. "branch-alias": {
  1201. "dev-master": "1.15-dev"
  1202. }
  1203. },
  1204. "autoload": {
  1205. "psr-4": {
  1206. "Symfony\\Polyfill\\Ctype\\": ""
  1207. },
  1208. "files": [
  1209. "bootstrap.php"
  1210. ]
  1211. },
  1212. "notification-url": "https://packagist.org/downloads/",
  1213. "license": [
  1214. "MIT"
  1215. ],
  1216. "authors": [
  1217. {
  1218. "name": "Gert de Pagter",
  1219. "email": "BackEndTea@gmail.com"
  1220. },
  1221. {
  1222. "name": "Symfony Community",
  1223. "homepage": "https://symfony.com/contributors"
  1224. }
  1225. ],
  1226. "description": "Symfony polyfill for ctype functions",
  1227. "homepage": "https://symfony.com",
  1228. "keywords": [
  1229. "compatibility",
  1230. "ctype",
  1231. "polyfill",
  1232. "portable"
  1233. ],
  1234. "funding": [
  1235. {
  1236. "url": "https://symfony.com/sponsor",
  1237. "type": "custom"
  1238. },
  1239. {
  1240. "url": "https://github.com/fabpot",
  1241. "type": "github"
  1242. },
  1243. {
  1244. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1245. "type": "tidelift"
  1246. }
  1247. ],
  1248. "time": "2020-02-27T09:26:54+00:00"
  1249. },
  1250. {
  1251. "name": "symfony/polyfill-mbstring",
  1252. "version": "v1.15.0",
  1253. "source": {
  1254. "type": "git",
  1255. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1256. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  1257. },
  1258. "dist": {
  1259. "type": "zip",
  1260. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1261. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1262. "shasum": ""
  1263. },
  1264. "require": {
  1265. "php": ">=5.3.3"
  1266. },
  1267. "suggest": {
  1268. "ext-mbstring": "For best performance"
  1269. },
  1270. "type": "library",
  1271. "extra": {
  1272. "branch-alias": {
  1273. "dev-master": "1.15-dev"
  1274. }
  1275. },
  1276. "autoload": {
  1277. "psr-4": {
  1278. "Symfony\\Polyfill\\Mbstring\\": ""
  1279. },
  1280. "files": [
  1281. "bootstrap.php"
  1282. ]
  1283. },
  1284. "notification-url": "https://packagist.org/downloads/",
  1285. "license": [
  1286. "MIT"
  1287. ],
  1288. "authors": [
  1289. {
  1290. "name": "Nicolas Grekas",
  1291. "email": "p@tchwork.com"
  1292. },
  1293. {
  1294. "name": "Symfony Community",
  1295. "homepage": "https://symfony.com/contributors"
  1296. }
  1297. ],
  1298. "description": "Symfony polyfill for the Mbstring extension",
  1299. "homepage": "https://symfony.com",
  1300. "keywords": [
  1301. "compatibility",
  1302. "mbstring",
  1303. "polyfill",
  1304. "portable",
  1305. "shim"
  1306. ],
  1307. "funding": [
  1308. {
  1309. "url": "https://symfony.com/sponsor",
  1310. "type": "custom"
  1311. },
  1312. {
  1313. "url": "https://github.com/fabpot",
  1314. "type": "github"
  1315. },
  1316. {
  1317. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1318. "type": "tidelift"
  1319. }
  1320. ],
  1321. "time": "2020-03-09T19:04:49+00:00"
  1322. },
  1323. {
  1324. "name": "symfony/polyfill-php70",
  1325. "version": "v1.15.0",
  1326. "source": {
  1327. "type": "git",
  1328. "url": "https://github.com/symfony/polyfill-php70.git",
  1329. "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
  1330. },
  1331. "dist": {
  1332. "type": "zip",
  1333. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
  1334. "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
  1335. "shasum": ""
  1336. },
  1337. "require": {
  1338. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  1339. "php": ">=5.3.3"
  1340. },
  1341. "type": "library",
  1342. "extra": {
  1343. "branch-alias": {
  1344. "dev-master": "1.15-dev"
  1345. }
  1346. },
  1347. "autoload": {
  1348. "psr-4": {
  1349. "Symfony\\Polyfill\\Php70\\": ""
  1350. },
  1351. "files": [
  1352. "bootstrap.php"
  1353. ],
  1354. "classmap": [
  1355. "Resources/stubs"
  1356. ]
  1357. },
  1358. "notification-url": "https://packagist.org/downloads/",
  1359. "license": [
  1360. "MIT"
  1361. ],
  1362. "authors": [
  1363. {
  1364. "name": "Nicolas Grekas",
  1365. "email": "p@tchwork.com"
  1366. },
  1367. {
  1368. "name": "Symfony Community",
  1369. "homepage": "https://symfony.com/contributors"
  1370. }
  1371. ],
  1372. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  1373. "homepage": "https://symfony.com",
  1374. "keywords": [
  1375. "compatibility",
  1376. "polyfill",
  1377. "portable",
  1378. "shim"
  1379. ],
  1380. "time": "2020-02-27T09:26:54+00:00"
  1381. },
  1382. {
  1383. "name": "symfony/polyfill-php72",
  1384. "version": "v1.15.0",
  1385. "source": {
  1386. "type": "git",
  1387. "url": "https://github.com/symfony/polyfill-php72.git",
  1388. "reference": "37b0976c78b94856543260ce09b460a7bc852747"
  1389. },
  1390. "dist": {
  1391. "type": "zip",
  1392. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
  1393. "reference": "37b0976c78b94856543260ce09b460a7bc852747",
  1394. "shasum": ""
  1395. },
  1396. "require": {
  1397. "php": ">=5.3.3"
  1398. },
  1399. "type": "library",
  1400. "extra": {
  1401. "branch-alias": {
  1402. "dev-master": "1.15-dev"
  1403. }
  1404. },
  1405. "autoload": {
  1406. "psr-4": {
  1407. "Symfony\\Polyfill\\Php72\\": ""
  1408. },
  1409. "files": [
  1410. "bootstrap.php"
  1411. ]
  1412. },
  1413. "notification-url": "https://packagist.org/downloads/",
  1414. "license": [
  1415. "MIT"
  1416. ],
  1417. "authors": [
  1418. {
  1419. "name": "Nicolas Grekas",
  1420. "email": "p@tchwork.com"
  1421. },
  1422. {
  1423. "name": "Symfony Community",
  1424. "homepage": "https://symfony.com/contributors"
  1425. }
  1426. ],
  1427. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1428. "homepage": "https://symfony.com",
  1429. "keywords": [
  1430. "compatibility",
  1431. "polyfill",
  1432. "portable",
  1433. "shim"
  1434. ],
  1435. "funding": [
  1436. {
  1437. "url": "https://symfony.com/sponsor",
  1438. "type": "custom"
  1439. },
  1440. {
  1441. "url": "https://github.com/fabpot",
  1442. "type": "github"
  1443. },
  1444. {
  1445. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1446. "type": "tidelift"
  1447. }
  1448. ],
  1449. "time": "2020-02-27T09:26:54+00:00"
  1450. },
  1451. {
  1452. "name": "symfony/polyfill-php73",
  1453. "version": "v1.15.0",
  1454. "source": {
  1455. "type": "git",
  1456. "url": "https://github.com/symfony/polyfill-php73.git",
  1457. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
  1458. },
  1459. "dist": {
  1460. "type": "zip",
  1461. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1462. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1463. "shasum": ""
  1464. },
  1465. "require": {
  1466. "php": ">=5.3.3"
  1467. },
  1468. "type": "library",
  1469. "extra": {
  1470. "branch-alias": {
  1471. "dev-master": "1.15-dev"
  1472. }
  1473. },
  1474. "autoload": {
  1475. "psr-4": {
  1476. "Symfony\\Polyfill\\Php73\\": ""
  1477. },
  1478. "files": [
  1479. "bootstrap.php"
  1480. ],
  1481. "classmap": [
  1482. "Resources/stubs"
  1483. ]
  1484. },
  1485. "notification-url": "https://packagist.org/downloads/",
  1486. "license": [
  1487. "MIT"
  1488. ],
  1489. "authors": [
  1490. {
  1491. "name": "Nicolas Grekas",
  1492. "email": "p@tchwork.com"
  1493. },
  1494. {
  1495. "name": "Symfony Community",
  1496. "homepage": "https://symfony.com/contributors"
  1497. }
  1498. ],
  1499. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  1500. "homepage": "https://symfony.com",
  1501. "keywords": [
  1502. "compatibility",
  1503. "polyfill",
  1504. "portable",
  1505. "shim"
  1506. ],
  1507. "funding": [
  1508. {
  1509. "url": "https://symfony.com/sponsor",
  1510. "type": "custom"
  1511. },
  1512. {
  1513. "url": "https://github.com/fabpot",
  1514. "type": "github"
  1515. },
  1516. {
  1517. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1518. "type": "tidelift"
  1519. }
  1520. ],
  1521. "time": "2020-02-27T09:26:54+00:00"
  1522. },
  1523. {
  1524. "name": "symfony/process",
  1525. "version": "v5.0.7",
  1526. "source": {
  1527. "type": "git",
  1528. "url": "https://github.com/symfony/process.git",
  1529. "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
  1530. },
  1531. "dist": {
  1532. "type": "zip",
  1533. "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
  1534. "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
  1535. "shasum": ""
  1536. },
  1537. "require": {
  1538. "php": "^7.2.5"
  1539. },
  1540. "type": "library",
  1541. "extra": {
  1542. "branch-alias": {
  1543. "dev-master": "5.0-dev"
  1544. }
  1545. },
  1546. "autoload": {
  1547. "psr-4": {
  1548. "Symfony\\Component\\Process\\": ""
  1549. },
  1550. "exclude-from-classmap": [
  1551. "/Tests/"
  1552. ]
  1553. },
  1554. "notification-url": "https://packagist.org/downloads/",
  1555. "license": [
  1556. "MIT"
  1557. ],
  1558. "authors": [
  1559. {
  1560. "name": "Fabien Potencier",
  1561. "email": "fabien@symfony.com"
  1562. },
  1563. {
  1564. "name": "Symfony Community",
  1565. "homepage": "https://symfony.com/contributors"
  1566. }
  1567. ],
  1568. "description": "Symfony Process Component",
  1569. "homepage": "https://symfony.com",
  1570. "funding": [
  1571. {
  1572. "url": "https://symfony.com/sponsor",
  1573. "type": "custom"
  1574. },
  1575. {
  1576. "url": "https://github.com/fabpot",
  1577. "type": "github"
  1578. },
  1579. {
  1580. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1581. "type": "tidelift"
  1582. }
  1583. ],
  1584. "time": "2020-03-27T16:56:45+00:00"
  1585. },
  1586. {
  1587. "name": "symfony/service-contracts",
  1588. "version": "v2.0.1",
  1589. "source": {
  1590. "type": "git",
  1591. "url": "https://github.com/symfony/service-contracts.git",
  1592. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  1593. },
  1594. "dist": {
  1595. "type": "zip",
  1596. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  1597. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  1598. "shasum": ""
  1599. },
  1600. "require": {
  1601. "php": "^7.2.5",
  1602. "psr/container": "^1.0"
  1603. },
  1604. "suggest": {
  1605. "symfony/service-implementation": ""
  1606. },
  1607. "type": "library",
  1608. "extra": {
  1609. "branch-alias": {
  1610. "dev-master": "2.0-dev"
  1611. }
  1612. },
  1613. "autoload": {
  1614. "psr-4": {
  1615. "Symfony\\Contracts\\Service\\": ""
  1616. }
  1617. },
  1618. "notification-url": "https://packagist.org/downloads/",
  1619. "license": [
  1620. "MIT"
  1621. ],
  1622. "authors": [
  1623. {
  1624. "name": "Nicolas Grekas",
  1625. "email": "p@tchwork.com"
  1626. },
  1627. {
  1628. "name": "Symfony Community",
  1629. "homepage": "https://symfony.com/contributors"
  1630. }
  1631. ],
  1632. "description": "Generic abstractions related to writing services",
  1633. "homepage": "https://symfony.com",
  1634. "keywords": [
  1635. "abstractions",
  1636. "contracts",
  1637. "decoupling",
  1638. "interfaces",
  1639. "interoperability",
  1640. "standards"
  1641. ],
  1642. "time": "2019-11-18T17:27:11+00:00"
  1643. },
  1644. {
  1645. "name": "symfony/stopwatch",
  1646. "version": "v5.0.7",
  1647. "source": {
  1648. "type": "git",
  1649. "url": "https://github.com/symfony/stopwatch.git",
  1650. "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
  1651. },
  1652. "dist": {
  1653. "type": "zip",
  1654. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
  1655. "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
  1656. "shasum": ""
  1657. },
  1658. "require": {
  1659. "php": "^7.2.5",
  1660. "symfony/service-contracts": "^1.0|^2"
  1661. },
  1662. "type": "library",
  1663. "extra": {
  1664. "branch-alias": {
  1665. "dev-master": "5.0-dev"
  1666. }
  1667. },
  1668. "autoload": {
  1669. "psr-4": {
  1670. "Symfony\\Component\\Stopwatch\\": ""
  1671. },
  1672. "exclude-from-classmap": [
  1673. "/Tests/"
  1674. ]
  1675. },
  1676. "notification-url": "https://packagist.org/downloads/",
  1677. "license": [
  1678. "MIT"
  1679. ],
  1680. "authors": [
  1681. {
  1682. "name": "Fabien Potencier",
  1683. "email": "fabien@symfony.com"
  1684. },
  1685. {
  1686. "name": "Symfony Community",
  1687. "homepage": "https://symfony.com/contributors"
  1688. }
  1689. ],
  1690. "description": "Symfony Stopwatch Component",
  1691. "homepage": "https://symfony.com",
  1692. "funding": [
  1693. {
  1694. "url": "https://symfony.com/sponsor",
  1695. "type": "custom"
  1696. },
  1697. {
  1698. "url": "https://github.com/fabpot",
  1699. "type": "github"
  1700. },
  1701. {
  1702. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1703. "type": "tidelift"
  1704. }
  1705. ],
  1706. "time": "2020-03-27T16:56:45+00:00"
  1707. }
  1708. ],
  1709. "aliases": [],
  1710. "minimum-stability": "stable",
  1711. "stability-flags": [],
  1712. "prefer-stable": false,
  1713. "prefer-lowest": false,
  1714. "platform": {
  1715. "ext-json": "*"
  1716. },
  1717. "platform-dev": [],
  1718. "plugin-api-version": "1.1.0"
  1719. }