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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715
  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": "c51c5065a1667b7cf0dba349ff698eb4",
  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. "time": "2018-09-29T17:23:10+00:00"
  381. },
  382. {
  383. "name": "jakub-onderka/php-console-highlighter",
  384. "version": "v0.3.2",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  388. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  393. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "jakub-onderka/php-console-color": "~0.1",
  398. "php": ">=5.3.0"
  399. },
  400. "require-dev": {
  401. "jakub-onderka/php-code-style": "~1.0",
  402. "jakub-onderka/php-parallel-lint": "~0.5",
  403. "jakub-onderka/php-var-dump-check": "~0.1",
  404. "phpunit/phpunit": "~4.0",
  405. "squizlabs/php_codesniffer": "~1.5"
  406. },
  407. "type": "library",
  408. "autoload": {
  409. "psr-0": {
  410. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  411. }
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "MIT"
  416. ],
  417. "authors": [
  418. {
  419. "name": "Jakub Onderka",
  420. "email": "acci@acci.cz",
  421. "homepage": "http://www.acci.cz/"
  422. }
  423. ],
  424. "time": "2015-04-20T18:58:01+00:00"
  425. },
  426. {
  427. "name": "jakub-onderka/php-parallel-lint",
  428. "version": "v0.9.2",
  429. "source": {
  430. "type": "git",
  431. "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
  432. "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
  433. },
  434. "dist": {
  435. "type": "zip",
  436. "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
  437. "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
  438. "shasum": ""
  439. },
  440. "require": {
  441. "php": ">=5.3.3"
  442. },
  443. "require-dev": {
  444. "jakub-onderka/php-console-highlighter": "~0.3",
  445. "nette/tester": "~1.3"
  446. },
  447. "suggest": {
  448. "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
  449. },
  450. "bin": [
  451. "parallel-lint"
  452. ],
  453. "type": "library",
  454. "autoload": {
  455. "classmap": [
  456. "./"
  457. ]
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "BSD-2-Clause"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Jakub Onderka",
  466. "email": "jakub.onderka@gmail.com"
  467. }
  468. ],
  469. "description": "This tool check syntax of PHP files about 20x faster than serial check.",
  470. "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
  471. "abandoned": "php-parallel-lint/php-parallel-lint",
  472. "time": "2015-12-15T10:42:16+00:00"
  473. },
  474. {
  475. "name": "nextcloud/coding-standard",
  476. "version": "v0.1.0",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/nextcloud/coding-standard.git",
  480. "reference": "62db1739c26115ea565936520db5577e5482a6fe"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/62db1739c26115ea565936520db5577e5482a6fe",
  485. "reference": "62db1739c26115ea565936520db5577e5482a6fe",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "friendsofphp/php-cs-fixer": "^2.16",
  490. "php": "^7.2"
  491. },
  492. "type": "library",
  493. "autoload": {
  494. "psr-4": {
  495. "Nextcloud\\CodingStandard\\": "src"
  496. }
  497. },
  498. "notification-url": "https://packagist.org/downloads/",
  499. "license": [
  500. "MIT"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Christoph Wurst",
  505. "email": "christoph@winzerhof-wurst.at"
  506. }
  507. ],
  508. "description": "Nextcloud coding standards for the php cs fixer",
  509. "time": "2020-03-31T11:39:28+00:00"
  510. },
  511. {
  512. "name": "paragonie/random_compat",
  513. "version": "v9.99.99",
  514. "source": {
  515. "type": "git",
  516. "url": "https://github.com/paragonie/random_compat.git",
  517. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  518. },
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  522. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  523. "shasum": ""
  524. },
  525. "require": {
  526. "php": "^7"
  527. },
  528. "require-dev": {
  529. "phpunit/phpunit": "4.*|5.*",
  530. "vimeo/psalm": "^1"
  531. },
  532. "suggest": {
  533. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  534. },
  535. "type": "library",
  536. "notification-url": "https://packagist.org/downloads/",
  537. "license": [
  538. "MIT"
  539. ],
  540. "authors": [
  541. {
  542. "name": "Paragon Initiative Enterprises",
  543. "email": "security@paragonie.com",
  544. "homepage": "https://paragonie.com"
  545. }
  546. ],
  547. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  548. "keywords": [
  549. "csprng",
  550. "polyfill",
  551. "pseudorandom",
  552. "random"
  553. ],
  554. "time": "2018-07-02T15:55:56+00:00"
  555. },
  556. {
  557. "name": "php-cs-fixer/diff",
  558. "version": "v1.3.0",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  562. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  567. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  568. "shasum": ""
  569. },
  570. "require": {
  571. "php": "^5.6 || ^7.0"
  572. },
  573. "require-dev": {
  574. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  575. "symfony/process": "^3.3"
  576. },
  577. "type": "library",
  578. "autoload": {
  579. "classmap": [
  580. "src/"
  581. ]
  582. },
  583. "notification-url": "https://packagist.org/downloads/",
  584. "license": [
  585. "BSD-3-Clause"
  586. ],
  587. "authors": [
  588. {
  589. "name": "Kore Nordmann",
  590. "email": "mail@kore-nordmann.de"
  591. },
  592. {
  593. "name": "Sebastian Bergmann",
  594. "email": "sebastian@phpunit.de"
  595. },
  596. {
  597. "name": "SpacePossum"
  598. }
  599. ],
  600. "description": "sebastian/diff v2 backport support for PHP5.6",
  601. "homepage": "https://github.com/PHP-CS-Fixer",
  602. "keywords": [
  603. "diff"
  604. ],
  605. "time": "2018-02-15T16:58:55+00:00"
  606. },
  607. {
  608. "name": "psr/container",
  609. "version": "1.0.0",
  610. "source": {
  611. "type": "git",
  612. "url": "https://github.com/php-fig/container.git",
  613. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  614. },
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  618. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "php": ">=5.3.0"
  623. },
  624. "type": "library",
  625. "extra": {
  626. "branch-alias": {
  627. "dev-master": "1.0.x-dev"
  628. }
  629. },
  630. "autoload": {
  631. "psr-4": {
  632. "Psr\\Container\\": "src/"
  633. }
  634. },
  635. "notification-url": "https://packagist.org/downloads/",
  636. "license": [
  637. "MIT"
  638. ],
  639. "authors": [
  640. {
  641. "name": "PHP-FIG",
  642. "homepage": "http://www.php-fig.org/"
  643. }
  644. ],
  645. "description": "Common Container Interface (PHP FIG PSR-11)",
  646. "homepage": "https://github.com/php-fig/container",
  647. "keywords": [
  648. "PSR-11",
  649. "container",
  650. "container-interface",
  651. "container-interop",
  652. "psr"
  653. ],
  654. "time": "2017-02-14T16:28:37+00:00"
  655. },
  656. {
  657. "name": "psr/event-dispatcher",
  658. "version": "1.0.0",
  659. "source": {
  660. "type": "git",
  661. "url": "https://github.com/php-fig/event-dispatcher.git",
  662. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  663. },
  664. "dist": {
  665. "type": "zip",
  666. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  667. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  668. "shasum": ""
  669. },
  670. "require": {
  671. "php": ">=7.2.0"
  672. },
  673. "type": "library",
  674. "extra": {
  675. "branch-alias": {
  676. "dev-master": "1.0.x-dev"
  677. }
  678. },
  679. "autoload": {
  680. "psr-4": {
  681. "Psr\\EventDispatcher\\": "src/"
  682. }
  683. },
  684. "notification-url": "https://packagist.org/downloads/",
  685. "license": [
  686. "MIT"
  687. ],
  688. "authors": [
  689. {
  690. "name": "PHP-FIG",
  691. "homepage": "http://www.php-fig.org/"
  692. }
  693. ],
  694. "description": "Standard interfaces for event handling.",
  695. "keywords": [
  696. "events",
  697. "psr",
  698. "psr-14"
  699. ],
  700. "time": "2019-01-08T18:20:26+00:00"
  701. },
  702. {
  703. "name": "psr/log",
  704. "version": "1.1.3",
  705. "source": {
  706. "type": "git",
  707. "url": "https://github.com/php-fig/log.git",
  708. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  709. },
  710. "dist": {
  711. "type": "zip",
  712. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  713. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  714. "shasum": ""
  715. },
  716. "require": {
  717. "php": ">=5.3.0"
  718. },
  719. "type": "library",
  720. "extra": {
  721. "branch-alias": {
  722. "dev-master": "1.1.x-dev"
  723. }
  724. },
  725. "autoload": {
  726. "psr-4": {
  727. "Psr\\Log\\": "Psr/Log/"
  728. }
  729. },
  730. "notification-url": "https://packagist.org/downloads/",
  731. "license": [
  732. "MIT"
  733. ],
  734. "authors": [
  735. {
  736. "name": "PHP-FIG",
  737. "homepage": "http://www.php-fig.org/"
  738. }
  739. ],
  740. "description": "Common interface for logging libraries",
  741. "homepage": "https://github.com/php-fig/log",
  742. "keywords": [
  743. "log",
  744. "psr",
  745. "psr-3"
  746. ],
  747. "time": "2020-03-23T09:12:05+00:00"
  748. },
  749. {
  750. "name": "symfony/console",
  751. "version": "v5.0.7",
  752. "source": {
  753. "type": "git",
  754. "url": "https://github.com/symfony/console.git",
  755. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
  756. },
  757. "dist": {
  758. "type": "zip",
  759. "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  760. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  761. "shasum": ""
  762. },
  763. "require": {
  764. "php": "^7.2.5",
  765. "symfony/polyfill-mbstring": "~1.0",
  766. "symfony/polyfill-php73": "^1.8",
  767. "symfony/service-contracts": "^1.1|^2"
  768. },
  769. "conflict": {
  770. "symfony/dependency-injection": "<4.4",
  771. "symfony/event-dispatcher": "<4.4",
  772. "symfony/lock": "<4.4",
  773. "symfony/process": "<4.4"
  774. },
  775. "provide": {
  776. "psr/log-implementation": "1.0"
  777. },
  778. "require-dev": {
  779. "psr/log": "~1.0",
  780. "symfony/config": "^4.4|^5.0",
  781. "symfony/dependency-injection": "^4.4|^5.0",
  782. "symfony/event-dispatcher": "^4.4|^5.0",
  783. "symfony/lock": "^4.4|^5.0",
  784. "symfony/process": "^4.4|^5.0",
  785. "symfony/var-dumper": "^4.4|^5.0"
  786. },
  787. "suggest": {
  788. "psr/log": "For using the console logger",
  789. "symfony/event-dispatcher": "",
  790. "symfony/lock": "",
  791. "symfony/process": ""
  792. },
  793. "type": "library",
  794. "extra": {
  795. "branch-alias": {
  796. "dev-master": "5.0-dev"
  797. }
  798. },
  799. "autoload": {
  800. "psr-4": {
  801. "Symfony\\Component\\Console\\": ""
  802. },
  803. "exclude-from-classmap": [
  804. "/Tests/"
  805. ]
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Fabien Potencier",
  814. "email": "fabien@symfony.com"
  815. },
  816. {
  817. "name": "Symfony Community",
  818. "homepage": "https://symfony.com/contributors"
  819. }
  820. ],
  821. "description": "Symfony Console Component",
  822. "homepage": "https://symfony.com",
  823. "funding": [
  824. {
  825. "url": "https://symfony.com/sponsor",
  826. "type": "custom"
  827. },
  828. {
  829. "url": "https://github.com/fabpot",
  830. "type": "github"
  831. },
  832. {
  833. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  834. "type": "tidelift"
  835. }
  836. ],
  837. "time": "2020-03-30T11:42:42+00:00"
  838. },
  839. {
  840. "name": "symfony/event-dispatcher",
  841. "version": "v5.0.7",
  842. "source": {
  843. "type": "git",
  844. "url": "https://github.com/symfony/event-dispatcher.git",
  845. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
  846. },
  847. "dist": {
  848. "type": "zip",
  849. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  850. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  851. "shasum": ""
  852. },
  853. "require": {
  854. "php": "^7.2.5",
  855. "symfony/event-dispatcher-contracts": "^2"
  856. },
  857. "conflict": {
  858. "symfony/dependency-injection": "<4.4"
  859. },
  860. "provide": {
  861. "psr/event-dispatcher-implementation": "1.0",
  862. "symfony/event-dispatcher-implementation": "2.0"
  863. },
  864. "require-dev": {
  865. "psr/log": "~1.0",
  866. "symfony/config": "^4.4|^5.0",
  867. "symfony/dependency-injection": "^4.4|^5.0",
  868. "symfony/expression-language": "^4.4|^5.0",
  869. "symfony/http-foundation": "^4.4|^5.0",
  870. "symfony/service-contracts": "^1.1|^2",
  871. "symfony/stopwatch": "^4.4|^5.0"
  872. },
  873. "suggest": {
  874. "symfony/dependency-injection": "",
  875. "symfony/http-kernel": ""
  876. },
  877. "type": "library",
  878. "extra": {
  879. "branch-alias": {
  880. "dev-master": "5.0-dev"
  881. }
  882. },
  883. "autoload": {
  884. "psr-4": {
  885. "Symfony\\Component\\EventDispatcher\\": ""
  886. },
  887. "exclude-from-classmap": [
  888. "/Tests/"
  889. ]
  890. },
  891. "notification-url": "https://packagist.org/downloads/",
  892. "license": [
  893. "MIT"
  894. ],
  895. "authors": [
  896. {
  897. "name": "Fabien Potencier",
  898. "email": "fabien@symfony.com"
  899. },
  900. {
  901. "name": "Symfony Community",
  902. "homepage": "https://symfony.com/contributors"
  903. }
  904. ],
  905. "description": "Symfony EventDispatcher Component",
  906. "homepage": "https://symfony.com",
  907. "funding": [
  908. {
  909. "url": "https://symfony.com/sponsor",
  910. "type": "custom"
  911. },
  912. {
  913. "url": "https://github.com/fabpot",
  914. "type": "github"
  915. },
  916. {
  917. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  918. "type": "tidelift"
  919. }
  920. ],
  921. "time": "2020-03-27T16:56:45+00:00"
  922. },
  923. {
  924. "name": "symfony/event-dispatcher-contracts",
  925. "version": "v2.0.1",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  929. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
  934. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
  935. "shasum": ""
  936. },
  937. "require": {
  938. "php": "^7.2.5",
  939. "psr/event-dispatcher": "^1"
  940. },
  941. "suggest": {
  942. "symfony/event-dispatcher-implementation": ""
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "2.0-dev"
  948. }
  949. },
  950. "autoload": {
  951. "psr-4": {
  952. "Symfony\\Contracts\\EventDispatcher\\": ""
  953. }
  954. },
  955. "notification-url": "https://packagist.org/downloads/",
  956. "license": [
  957. "MIT"
  958. ],
  959. "authors": [
  960. {
  961. "name": "Nicolas Grekas",
  962. "email": "p@tchwork.com"
  963. },
  964. {
  965. "name": "Symfony Community",
  966. "homepage": "https://symfony.com/contributors"
  967. }
  968. ],
  969. "description": "Generic abstractions related to dispatching event",
  970. "homepage": "https://symfony.com",
  971. "keywords": [
  972. "abstractions",
  973. "contracts",
  974. "decoupling",
  975. "interfaces",
  976. "interoperability",
  977. "standards"
  978. ],
  979. "time": "2019-11-18T17:27:11+00:00"
  980. },
  981. {
  982. "name": "symfony/filesystem",
  983. "version": "v5.0.7",
  984. "source": {
  985. "type": "git",
  986. "url": "https://github.com/symfony/filesystem.git",
  987. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
  988. },
  989. "dist": {
  990. "type": "zip",
  991. "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
  992. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
  993. "shasum": ""
  994. },
  995. "require": {
  996. "php": "^7.2.5",
  997. "symfony/polyfill-ctype": "~1.8"
  998. },
  999. "type": "library",
  1000. "extra": {
  1001. "branch-alias": {
  1002. "dev-master": "5.0-dev"
  1003. }
  1004. },
  1005. "autoload": {
  1006. "psr-4": {
  1007. "Symfony\\Component\\Filesystem\\": ""
  1008. },
  1009. "exclude-from-classmap": [
  1010. "/Tests/"
  1011. ]
  1012. },
  1013. "notification-url": "https://packagist.org/downloads/",
  1014. "license": [
  1015. "MIT"
  1016. ],
  1017. "authors": [
  1018. {
  1019. "name": "Fabien Potencier",
  1020. "email": "fabien@symfony.com"
  1021. },
  1022. {
  1023. "name": "Symfony Community",
  1024. "homepage": "https://symfony.com/contributors"
  1025. }
  1026. ],
  1027. "description": "Symfony Filesystem Component",
  1028. "homepage": "https://symfony.com",
  1029. "funding": [
  1030. {
  1031. "url": "https://symfony.com/sponsor",
  1032. "type": "custom"
  1033. },
  1034. {
  1035. "url": "https://github.com/fabpot",
  1036. "type": "github"
  1037. },
  1038. {
  1039. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1040. "type": "tidelift"
  1041. }
  1042. ],
  1043. "time": "2020-03-27T16:56:45+00:00"
  1044. },
  1045. {
  1046. "name": "symfony/finder",
  1047. "version": "v5.0.7",
  1048. "source": {
  1049. "type": "git",
  1050. "url": "https://github.com/symfony/finder.git",
  1051. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
  1052. },
  1053. "dist": {
  1054. "type": "zip",
  1055. "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1056. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1057. "shasum": ""
  1058. },
  1059. "require": {
  1060. "php": "^7.2.5"
  1061. },
  1062. "type": "library",
  1063. "extra": {
  1064. "branch-alias": {
  1065. "dev-master": "5.0-dev"
  1066. }
  1067. },
  1068. "autoload": {
  1069. "psr-4": {
  1070. "Symfony\\Component\\Finder\\": ""
  1071. },
  1072. "exclude-from-classmap": [
  1073. "/Tests/"
  1074. ]
  1075. },
  1076. "notification-url": "https://packagist.org/downloads/",
  1077. "license": [
  1078. "MIT"
  1079. ],
  1080. "authors": [
  1081. {
  1082. "name": "Fabien Potencier",
  1083. "email": "fabien@symfony.com"
  1084. },
  1085. {
  1086. "name": "Symfony Community",
  1087. "homepage": "https://symfony.com/contributors"
  1088. }
  1089. ],
  1090. "description": "Symfony Finder Component",
  1091. "homepage": "https://symfony.com",
  1092. "funding": [
  1093. {
  1094. "url": "https://symfony.com/sponsor",
  1095. "type": "custom"
  1096. },
  1097. {
  1098. "url": "https://github.com/fabpot",
  1099. "type": "github"
  1100. },
  1101. {
  1102. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1103. "type": "tidelift"
  1104. }
  1105. ],
  1106. "time": "2020-03-27T16:56:45+00:00"
  1107. },
  1108. {
  1109. "name": "symfony/options-resolver",
  1110. "version": "v5.0.7",
  1111. "source": {
  1112. "type": "git",
  1113. "url": "https://github.com/symfony/options-resolver.git",
  1114. "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
  1115. },
  1116. "dist": {
  1117. "type": "zip",
  1118. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
  1119. "reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
  1120. "shasum": ""
  1121. },
  1122. "require": {
  1123. "php": "^7.2.5"
  1124. },
  1125. "type": "library",
  1126. "extra": {
  1127. "branch-alias": {
  1128. "dev-master": "5.0-dev"
  1129. }
  1130. },
  1131. "autoload": {
  1132. "psr-4": {
  1133. "Symfony\\Component\\OptionsResolver\\": ""
  1134. },
  1135. "exclude-from-classmap": [
  1136. "/Tests/"
  1137. ]
  1138. },
  1139. "notification-url": "https://packagist.org/downloads/",
  1140. "license": [
  1141. "MIT"
  1142. ],
  1143. "authors": [
  1144. {
  1145. "name": "Fabien Potencier",
  1146. "email": "fabien@symfony.com"
  1147. },
  1148. {
  1149. "name": "Symfony Community",
  1150. "homepage": "https://symfony.com/contributors"
  1151. }
  1152. ],
  1153. "description": "Symfony OptionsResolver Component",
  1154. "homepage": "https://symfony.com",
  1155. "keywords": [
  1156. "config",
  1157. "configuration",
  1158. "options"
  1159. ],
  1160. "funding": [
  1161. {
  1162. "url": "https://symfony.com/sponsor",
  1163. "type": "custom"
  1164. },
  1165. {
  1166. "url": "https://github.com/fabpot",
  1167. "type": "github"
  1168. },
  1169. {
  1170. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1171. "type": "tidelift"
  1172. }
  1173. ],
  1174. "time": "2020-03-27T16:56:45+00:00"
  1175. },
  1176. {
  1177. "name": "symfony/polyfill-ctype",
  1178. "version": "v1.15.0",
  1179. "source": {
  1180. "type": "git",
  1181. "url": "https://github.com/symfony/polyfill-ctype.git",
  1182. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  1183. },
  1184. "dist": {
  1185. "type": "zip",
  1186. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  1187. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  1188. "shasum": ""
  1189. },
  1190. "require": {
  1191. "php": ">=5.3.3"
  1192. },
  1193. "suggest": {
  1194. "ext-ctype": "For best performance"
  1195. },
  1196. "type": "library",
  1197. "extra": {
  1198. "branch-alias": {
  1199. "dev-master": "1.15-dev"
  1200. }
  1201. },
  1202. "autoload": {
  1203. "psr-4": {
  1204. "Symfony\\Polyfill\\Ctype\\": ""
  1205. },
  1206. "files": [
  1207. "bootstrap.php"
  1208. ]
  1209. },
  1210. "notification-url": "https://packagist.org/downloads/",
  1211. "license": [
  1212. "MIT"
  1213. ],
  1214. "authors": [
  1215. {
  1216. "name": "Gert de Pagter",
  1217. "email": "BackEndTea@gmail.com"
  1218. },
  1219. {
  1220. "name": "Symfony Community",
  1221. "homepage": "https://symfony.com/contributors"
  1222. }
  1223. ],
  1224. "description": "Symfony polyfill for ctype functions",
  1225. "homepage": "https://symfony.com",
  1226. "keywords": [
  1227. "compatibility",
  1228. "ctype",
  1229. "polyfill",
  1230. "portable"
  1231. ],
  1232. "funding": [
  1233. {
  1234. "url": "https://symfony.com/sponsor",
  1235. "type": "custom"
  1236. },
  1237. {
  1238. "url": "https://github.com/fabpot",
  1239. "type": "github"
  1240. },
  1241. {
  1242. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1243. "type": "tidelift"
  1244. }
  1245. ],
  1246. "time": "2020-02-27T09:26:54+00:00"
  1247. },
  1248. {
  1249. "name": "symfony/polyfill-mbstring",
  1250. "version": "v1.15.0",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1254. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1259. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "php": ">=5.3.3"
  1264. },
  1265. "suggest": {
  1266. "ext-mbstring": "For best performance"
  1267. },
  1268. "type": "library",
  1269. "extra": {
  1270. "branch-alias": {
  1271. "dev-master": "1.15-dev"
  1272. }
  1273. },
  1274. "autoload": {
  1275. "psr-4": {
  1276. "Symfony\\Polyfill\\Mbstring\\": ""
  1277. },
  1278. "files": [
  1279. "bootstrap.php"
  1280. ]
  1281. },
  1282. "notification-url": "https://packagist.org/downloads/",
  1283. "license": [
  1284. "MIT"
  1285. ],
  1286. "authors": [
  1287. {
  1288. "name": "Nicolas Grekas",
  1289. "email": "p@tchwork.com"
  1290. },
  1291. {
  1292. "name": "Symfony Community",
  1293. "homepage": "https://symfony.com/contributors"
  1294. }
  1295. ],
  1296. "description": "Symfony polyfill for the Mbstring extension",
  1297. "homepage": "https://symfony.com",
  1298. "keywords": [
  1299. "compatibility",
  1300. "mbstring",
  1301. "polyfill",
  1302. "portable",
  1303. "shim"
  1304. ],
  1305. "funding": [
  1306. {
  1307. "url": "https://symfony.com/sponsor",
  1308. "type": "custom"
  1309. },
  1310. {
  1311. "url": "https://github.com/fabpot",
  1312. "type": "github"
  1313. },
  1314. {
  1315. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1316. "type": "tidelift"
  1317. }
  1318. ],
  1319. "time": "2020-03-09T19:04:49+00:00"
  1320. },
  1321. {
  1322. "name": "symfony/polyfill-php70",
  1323. "version": "v1.15.0",
  1324. "source": {
  1325. "type": "git",
  1326. "url": "https://github.com/symfony/polyfill-php70.git",
  1327. "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
  1328. },
  1329. "dist": {
  1330. "type": "zip",
  1331. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
  1332. "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
  1333. "shasum": ""
  1334. },
  1335. "require": {
  1336. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  1337. "php": ">=5.3.3"
  1338. },
  1339. "type": "library",
  1340. "extra": {
  1341. "branch-alias": {
  1342. "dev-master": "1.15-dev"
  1343. }
  1344. },
  1345. "autoload": {
  1346. "psr-4": {
  1347. "Symfony\\Polyfill\\Php70\\": ""
  1348. },
  1349. "files": [
  1350. "bootstrap.php"
  1351. ],
  1352. "classmap": [
  1353. "Resources/stubs"
  1354. ]
  1355. },
  1356. "notification-url": "https://packagist.org/downloads/",
  1357. "license": [
  1358. "MIT"
  1359. ],
  1360. "authors": [
  1361. {
  1362. "name": "Nicolas Grekas",
  1363. "email": "p@tchwork.com"
  1364. },
  1365. {
  1366. "name": "Symfony Community",
  1367. "homepage": "https://symfony.com/contributors"
  1368. }
  1369. ],
  1370. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  1371. "homepage": "https://symfony.com",
  1372. "keywords": [
  1373. "compatibility",
  1374. "polyfill",
  1375. "portable",
  1376. "shim"
  1377. ],
  1378. "time": "2020-02-27T09:26:54+00:00"
  1379. },
  1380. {
  1381. "name": "symfony/polyfill-php72",
  1382. "version": "v1.15.0",
  1383. "source": {
  1384. "type": "git",
  1385. "url": "https://github.com/symfony/polyfill-php72.git",
  1386. "reference": "37b0976c78b94856543260ce09b460a7bc852747"
  1387. },
  1388. "dist": {
  1389. "type": "zip",
  1390. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
  1391. "reference": "37b0976c78b94856543260ce09b460a7bc852747",
  1392. "shasum": ""
  1393. },
  1394. "require": {
  1395. "php": ">=5.3.3"
  1396. },
  1397. "type": "library",
  1398. "extra": {
  1399. "branch-alias": {
  1400. "dev-master": "1.15-dev"
  1401. }
  1402. },
  1403. "autoload": {
  1404. "psr-4": {
  1405. "Symfony\\Polyfill\\Php72\\": ""
  1406. },
  1407. "files": [
  1408. "bootstrap.php"
  1409. ]
  1410. },
  1411. "notification-url": "https://packagist.org/downloads/",
  1412. "license": [
  1413. "MIT"
  1414. ],
  1415. "authors": [
  1416. {
  1417. "name": "Nicolas Grekas",
  1418. "email": "p@tchwork.com"
  1419. },
  1420. {
  1421. "name": "Symfony Community",
  1422. "homepage": "https://symfony.com/contributors"
  1423. }
  1424. ],
  1425. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1426. "homepage": "https://symfony.com",
  1427. "keywords": [
  1428. "compatibility",
  1429. "polyfill",
  1430. "portable",
  1431. "shim"
  1432. ],
  1433. "funding": [
  1434. {
  1435. "url": "https://symfony.com/sponsor",
  1436. "type": "custom"
  1437. },
  1438. {
  1439. "url": "https://github.com/fabpot",
  1440. "type": "github"
  1441. },
  1442. {
  1443. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1444. "type": "tidelift"
  1445. }
  1446. ],
  1447. "time": "2020-02-27T09:26:54+00:00"
  1448. },
  1449. {
  1450. "name": "symfony/polyfill-php73",
  1451. "version": "v1.15.0",
  1452. "source": {
  1453. "type": "git",
  1454. "url": "https://github.com/symfony/polyfill-php73.git",
  1455. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
  1456. },
  1457. "dist": {
  1458. "type": "zip",
  1459. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1460. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1461. "shasum": ""
  1462. },
  1463. "require": {
  1464. "php": ">=5.3.3"
  1465. },
  1466. "type": "library",
  1467. "extra": {
  1468. "branch-alias": {
  1469. "dev-master": "1.15-dev"
  1470. }
  1471. },
  1472. "autoload": {
  1473. "psr-4": {
  1474. "Symfony\\Polyfill\\Php73\\": ""
  1475. },
  1476. "files": [
  1477. "bootstrap.php"
  1478. ],
  1479. "classmap": [
  1480. "Resources/stubs"
  1481. ]
  1482. },
  1483. "notification-url": "https://packagist.org/downloads/",
  1484. "license": [
  1485. "MIT"
  1486. ],
  1487. "authors": [
  1488. {
  1489. "name": "Nicolas Grekas",
  1490. "email": "p@tchwork.com"
  1491. },
  1492. {
  1493. "name": "Symfony Community",
  1494. "homepage": "https://symfony.com/contributors"
  1495. }
  1496. ],
  1497. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  1498. "homepage": "https://symfony.com",
  1499. "keywords": [
  1500. "compatibility",
  1501. "polyfill",
  1502. "portable",
  1503. "shim"
  1504. ],
  1505. "funding": [
  1506. {
  1507. "url": "https://symfony.com/sponsor",
  1508. "type": "custom"
  1509. },
  1510. {
  1511. "url": "https://github.com/fabpot",
  1512. "type": "github"
  1513. },
  1514. {
  1515. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1516. "type": "tidelift"
  1517. }
  1518. ],
  1519. "time": "2020-02-27T09:26:54+00:00"
  1520. },
  1521. {
  1522. "name": "symfony/process",
  1523. "version": "v5.0.7",
  1524. "source": {
  1525. "type": "git",
  1526. "url": "https://github.com/symfony/process.git",
  1527. "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
  1528. },
  1529. "dist": {
  1530. "type": "zip",
  1531. "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
  1532. "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
  1533. "shasum": ""
  1534. },
  1535. "require": {
  1536. "php": "^7.2.5"
  1537. },
  1538. "type": "library",
  1539. "extra": {
  1540. "branch-alias": {
  1541. "dev-master": "5.0-dev"
  1542. }
  1543. },
  1544. "autoload": {
  1545. "psr-4": {
  1546. "Symfony\\Component\\Process\\": ""
  1547. },
  1548. "exclude-from-classmap": [
  1549. "/Tests/"
  1550. ]
  1551. },
  1552. "notification-url": "https://packagist.org/downloads/",
  1553. "license": [
  1554. "MIT"
  1555. ],
  1556. "authors": [
  1557. {
  1558. "name": "Fabien Potencier",
  1559. "email": "fabien@symfony.com"
  1560. },
  1561. {
  1562. "name": "Symfony Community",
  1563. "homepage": "https://symfony.com/contributors"
  1564. }
  1565. ],
  1566. "description": "Symfony Process Component",
  1567. "homepage": "https://symfony.com",
  1568. "funding": [
  1569. {
  1570. "url": "https://symfony.com/sponsor",
  1571. "type": "custom"
  1572. },
  1573. {
  1574. "url": "https://github.com/fabpot",
  1575. "type": "github"
  1576. },
  1577. {
  1578. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1579. "type": "tidelift"
  1580. }
  1581. ],
  1582. "time": "2020-03-27T16:56:45+00:00"
  1583. },
  1584. {
  1585. "name": "symfony/service-contracts",
  1586. "version": "v2.0.1",
  1587. "source": {
  1588. "type": "git",
  1589. "url": "https://github.com/symfony/service-contracts.git",
  1590. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  1591. },
  1592. "dist": {
  1593. "type": "zip",
  1594. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  1595. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  1596. "shasum": ""
  1597. },
  1598. "require": {
  1599. "php": "^7.2.5",
  1600. "psr/container": "^1.0"
  1601. },
  1602. "suggest": {
  1603. "symfony/service-implementation": ""
  1604. },
  1605. "type": "library",
  1606. "extra": {
  1607. "branch-alias": {
  1608. "dev-master": "2.0-dev"
  1609. }
  1610. },
  1611. "autoload": {
  1612. "psr-4": {
  1613. "Symfony\\Contracts\\Service\\": ""
  1614. }
  1615. },
  1616. "notification-url": "https://packagist.org/downloads/",
  1617. "license": [
  1618. "MIT"
  1619. ],
  1620. "authors": [
  1621. {
  1622. "name": "Nicolas Grekas",
  1623. "email": "p@tchwork.com"
  1624. },
  1625. {
  1626. "name": "Symfony Community",
  1627. "homepage": "https://symfony.com/contributors"
  1628. }
  1629. ],
  1630. "description": "Generic abstractions related to writing services",
  1631. "homepage": "https://symfony.com",
  1632. "keywords": [
  1633. "abstractions",
  1634. "contracts",
  1635. "decoupling",
  1636. "interfaces",
  1637. "interoperability",
  1638. "standards"
  1639. ],
  1640. "time": "2019-11-18T17:27:11+00:00"
  1641. },
  1642. {
  1643. "name": "symfony/stopwatch",
  1644. "version": "v5.0.7",
  1645. "source": {
  1646. "type": "git",
  1647. "url": "https://github.com/symfony/stopwatch.git",
  1648. "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
  1649. },
  1650. "dist": {
  1651. "type": "zip",
  1652. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
  1653. "reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
  1654. "shasum": ""
  1655. },
  1656. "require": {
  1657. "php": "^7.2.5",
  1658. "symfony/service-contracts": "^1.0|^2"
  1659. },
  1660. "type": "library",
  1661. "extra": {
  1662. "branch-alias": {
  1663. "dev-master": "5.0-dev"
  1664. }
  1665. },
  1666. "autoload": {
  1667. "psr-4": {
  1668. "Symfony\\Component\\Stopwatch\\": ""
  1669. },
  1670. "exclude-from-classmap": [
  1671. "/Tests/"
  1672. ]
  1673. },
  1674. "notification-url": "https://packagist.org/downloads/",
  1675. "license": [
  1676. "MIT"
  1677. ],
  1678. "authors": [
  1679. {
  1680. "name": "Fabien Potencier",
  1681. "email": "fabien@symfony.com"
  1682. },
  1683. {
  1684. "name": "Symfony Community",
  1685. "homepage": "https://symfony.com/contributors"
  1686. }
  1687. ],
  1688. "description": "Symfony Stopwatch Component",
  1689. "homepage": "https://symfony.com",
  1690. "funding": [
  1691. {
  1692. "url": "https://symfony.com/sponsor",
  1693. "type": "custom"
  1694. },
  1695. {
  1696. "url": "https://github.com/fabpot",
  1697. "type": "github"
  1698. },
  1699. {
  1700. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1701. "type": "tidelift"
  1702. }
  1703. ],
  1704. "time": "2020-03-27T16:56:45+00:00"
  1705. }
  1706. ],
  1707. "aliases": [],
  1708. "minimum-stability": "stable",
  1709. "stability-flags": [],
  1710. "prefer-stable": false,
  1711. "prefer-lowest": false,
  1712. "platform": [],
  1713. "platform-dev": [],
  1714. "plugin-api-version": "1.1.0"
  1715. }