composer.lock 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  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": "aaa28d3c716a6b5d973347f4046f4931",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.2.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  20. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Composer\\CaBundle\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Jordi Boggiano",
  51. "email": "j.boggiano@seld.be",
  52. "homepage": "http://seld.be"
  53. }
  54. ],
  55. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  56. "keywords": [
  57. "cabundle",
  58. "cacert",
  59. "certificate",
  60. "ssl",
  61. "tls"
  62. ],
  63. "support": {
  64. "irc": "irc://irc.freenode.org/composer",
  65. "issues": "https://github.com/composer/ca-bundle/issues",
  66. "source": "https://github.com/composer/ca-bundle/tree/1.2.7"
  67. },
  68. "funding": [
  69. {
  70. "url": "https://packagist.com",
  71. "type": "custom"
  72. },
  73. {
  74. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  75. "type": "tidelift"
  76. }
  77. ],
  78. "time": "2020-04-08T08:27:21+00:00"
  79. },
  80. {
  81. "name": "composer/semver",
  82. "version": "dev-master",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/composer/semver.git",
  86. "reference": "7401fc3628694736b1cac8ec8d5c7dfdcfe54ea6"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/composer/semver/zipball/7401fc3628694736b1cac8ec8d5c7dfdcfe54ea6",
  91. "reference": "7401fc3628694736b1cac8ec8d5c7dfdcfe54ea6",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "php": "^5.3.2 || ^7.0 || ^8.0"
  96. },
  97. "require-dev": {
  98. "phpstan/phpstan": "^0.12.19",
  99. "symfony/phpunit-bridge": "^4.2 || ^5"
  100. },
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "2.x-dev"
  105. }
  106. },
  107. "autoload": {
  108. "psr-4": {
  109. "Composer\\Semver\\": "src"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Nils Adermann",
  119. "email": "naderman@naderman.de",
  120. "homepage": "http://www.naderman.de"
  121. },
  122. {
  123. "name": "Jordi Boggiano",
  124. "email": "j.boggiano@seld.be",
  125. "homepage": "http://seld.be"
  126. },
  127. {
  128. "name": "Rob Bast",
  129. "email": "rob.bast@gmail.com",
  130. "homepage": "http://robbast.nl"
  131. }
  132. ],
  133. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  134. "keywords": [
  135. "semantic",
  136. "semver",
  137. "validation",
  138. "versioning"
  139. ],
  140. "support": {
  141. "irc": "irc://irc.freenode.org/composer",
  142. "issues": "https://github.com/composer/semver/issues",
  143. "source": "https://github.com/composer/semver/tree/master"
  144. },
  145. "funding": [
  146. {
  147. "url": "https://packagist.com",
  148. "type": "custom"
  149. },
  150. {
  151. "url": "https://github.com/composer",
  152. "type": "github"
  153. },
  154. {
  155. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  156. "type": "tidelift"
  157. }
  158. ],
  159. "time": "2020-05-21T14:08:19+00:00"
  160. },
  161. {
  162. "name": "composer/spdx-licenses",
  163. "version": "1.5.3",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/composer/spdx-licenses.git",
  167. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
  172. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "php": "^5.3.2 || ^7.0 || ^8.0"
  177. },
  178. "require-dev": {
  179. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  180. },
  181. "type": "library",
  182. "extra": {
  183. "branch-alias": {
  184. "dev-master": "1.x-dev"
  185. }
  186. },
  187. "autoload": {
  188. "psr-4": {
  189. "Composer\\Spdx\\": "src"
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Nils Adermann",
  199. "email": "naderman@naderman.de",
  200. "homepage": "http://www.naderman.de"
  201. },
  202. {
  203. "name": "Jordi Boggiano",
  204. "email": "j.boggiano@seld.be",
  205. "homepage": "http://seld.be"
  206. },
  207. {
  208. "name": "Rob Bast",
  209. "email": "rob.bast@gmail.com",
  210. "homepage": "http://robbast.nl"
  211. }
  212. ],
  213. "description": "SPDX licenses list and validation library.",
  214. "keywords": [
  215. "license",
  216. "spdx",
  217. "validator"
  218. ],
  219. "support": {
  220. "irc": "irc://irc.freenode.org/composer",
  221. "issues": "https://github.com/composer/spdx-licenses/issues",
  222. "source": "https://github.com/composer/spdx-licenses/tree/1.5.3"
  223. },
  224. "time": "2020-02-14T07:44:31+00:00"
  225. },
  226. {
  227. "name": "composer/xdebug-handler",
  228. "version": "1.4.1",
  229. "source": {
  230. "type": "git",
  231. "url": "https://github.com/composer/xdebug-handler.git",
  232. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
  233. },
  234. "dist": {
  235. "type": "zip",
  236. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  237. "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  238. "shasum": ""
  239. },
  240. "require": {
  241. "php": "^5.3.2 || ^7.0 || ^8.0",
  242. "psr/log": "^1.0"
  243. },
  244. "require-dev": {
  245. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  246. },
  247. "type": "library",
  248. "autoload": {
  249. "psr-4": {
  250. "Composer\\XdebugHandler\\": "src"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "John Stevenson",
  260. "email": "john-stevenson@blueyonder.co.uk"
  261. }
  262. ],
  263. "description": "Restarts a process without Xdebug.",
  264. "keywords": [
  265. "Xdebug",
  266. "performance"
  267. ],
  268. "support": {
  269. "irc": "irc://irc.freenode.org/composer",
  270. "issues": "https://github.com/composer/xdebug-handler/issues",
  271. "source": "https://github.com/composer/xdebug-handler/tree/master"
  272. },
  273. "funding": [
  274. {
  275. "url": "https://packagist.com",
  276. "type": "custom"
  277. }
  278. ],
  279. "time": "2020-03-01T12:26:26+00:00"
  280. },
  281. {
  282. "name": "justinrainbow/json-schema",
  283. "version": "5.2.9",
  284. "source": {
  285. "type": "git",
  286. "url": "https://github.com/justinrainbow/json-schema.git",
  287. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  288. },
  289. "dist": {
  290. "type": "zip",
  291. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  292. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  293. "shasum": ""
  294. },
  295. "require": {
  296. "php": ">=5.3.3"
  297. },
  298. "require-dev": {
  299. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  300. "json-schema/json-schema-test-suite": "1.2.0",
  301. "phpunit/phpunit": "^4.8.35"
  302. },
  303. "bin": [
  304. "bin/validate-json"
  305. ],
  306. "type": "library",
  307. "extra": {
  308. "branch-alias": {
  309. "dev-master": "5.0.x-dev"
  310. }
  311. },
  312. "autoload": {
  313. "psr-4": {
  314. "JsonSchema\\": "src/JsonSchema/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "Bruno Prieto Reis",
  324. "email": "bruno.p.reis@gmail.com"
  325. },
  326. {
  327. "name": "Justin Rainbow",
  328. "email": "justin.rainbow@gmail.com"
  329. },
  330. {
  331. "name": "Igor Wiedler",
  332. "email": "igor@wiedler.ch"
  333. },
  334. {
  335. "name": "Robert Schönthal",
  336. "email": "seroscho@googlemail.com"
  337. }
  338. ],
  339. "description": "A library to validate a json schema.",
  340. "homepage": "https://github.com/justinrainbow/json-schema",
  341. "keywords": [
  342. "json",
  343. "schema"
  344. ],
  345. "support": {
  346. "issues": "https://github.com/justinrainbow/json-schema/issues",
  347. "source": "https://github.com/justinrainbow/json-schema/tree/5.2.9"
  348. },
  349. "time": "2019-09-25T14:49:45+00:00"
  350. },
  351. {
  352. "name": "psr/log",
  353. "version": "1.1.3",
  354. "source": {
  355. "type": "git",
  356. "url": "https://github.com/php-fig/log.git",
  357. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  358. },
  359. "dist": {
  360. "type": "zip",
  361. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  362. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  363. "shasum": ""
  364. },
  365. "require": {
  366. "php": ">=5.3.0"
  367. },
  368. "type": "library",
  369. "extra": {
  370. "branch-alias": {
  371. "dev-master": "1.1.x-dev"
  372. }
  373. },
  374. "autoload": {
  375. "psr-4": {
  376. "Psr\\Log\\": "Psr/Log/"
  377. }
  378. },
  379. "notification-url": "https://packagist.org/downloads/",
  380. "license": [
  381. "MIT"
  382. ],
  383. "authors": [
  384. {
  385. "name": "PHP-FIG",
  386. "homepage": "http://www.php-fig.org/"
  387. }
  388. ],
  389. "description": "Common interface for logging libraries",
  390. "homepage": "https://github.com/php-fig/log",
  391. "keywords": [
  392. "log",
  393. "psr",
  394. "psr-3"
  395. ],
  396. "support": {
  397. "source": "https://github.com/php-fig/log/tree/1.1.3"
  398. },
  399. "time": "2020-03-23T09:12:05+00:00"
  400. },
  401. {
  402. "name": "react/promise",
  403. "version": "v1.2.1",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/reactphp/promise.git",
  407. "reference": "eefff597e67ff66b719f8171480add3c91474a1e"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/reactphp/promise/zipball/eefff597e67ff66b719f8171480add3c91474a1e",
  412. "reference": "eefff597e67ff66b719f8171480add3c91474a1e",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "php": ">=5.3.3"
  417. },
  418. "type": "library",
  419. "extra": {
  420. "branch-alias": {
  421. "dev-master": "1.1-dev"
  422. }
  423. },
  424. "autoload": {
  425. "psr-0": {
  426. "React\\Promise": "src/"
  427. },
  428. "files": [
  429. "src/React/Promise/functions_include.php"
  430. ]
  431. },
  432. "notification-url": "https://packagist.org/downloads/",
  433. "license": [
  434. "MIT"
  435. ],
  436. "authors": [
  437. {
  438. "name": "Jan Sorgalla",
  439. "email": "jsorgalla@gmail.com"
  440. }
  441. ],
  442. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  443. "support": {
  444. "issues": "https://github.com/reactphp/promise/issues",
  445. "source": "https://github.com/reactphp/promise/tree/1.0"
  446. },
  447. "time": "2016-03-07T13:46:50+00:00"
  448. },
  449. {
  450. "name": "seld/jsonlint",
  451. "version": "1.8.0",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/Seldaek/jsonlint.git",
  455. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  460. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  461. "shasum": ""
  462. },
  463. "require": {
  464. "php": "^5.3 || ^7.0 || ^8.0"
  465. },
  466. "require-dev": {
  467. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  468. },
  469. "bin": [
  470. "bin/jsonlint"
  471. ],
  472. "type": "library",
  473. "autoload": {
  474. "psr-4": {
  475. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  476. }
  477. },
  478. "notification-url": "https://packagist.org/downloads/",
  479. "license": [
  480. "MIT"
  481. ],
  482. "authors": [
  483. {
  484. "name": "Jordi Boggiano",
  485. "email": "j.boggiano@seld.be",
  486. "homepage": "http://seld.be"
  487. }
  488. ],
  489. "description": "JSON Linter",
  490. "keywords": [
  491. "json",
  492. "linter",
  493. "parser",
  494. "validator"
  495. ],
  496. "support": {
  497. "issues": "https://github.com/Seldaek/jsonlint/issues",
  498. "source": "https://github.com/Seldaek/jsonlint/tree/master"
  499. },
  500. "funding": [
  501. {
  502. "url": "https://github.com/Seldaek",
  503. "type": "github"
  504. },
  505. {
  506. "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
  507. "type": "tidelift"
  508. }
  509. ],
  510. "time": "2020-04-30T19:05:18+00:00"
  511. },
  512. {
  513. "name": "seld/phar-utils",
  514. "version": "1.1.0",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/Seldaek/phar-utils.git",
  518. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
  523. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "php": ">=5.3"
  528. },
  529. "type": "library",
  530. "extra": {
  531. "branch-alias": {
  532. "dev-master": "1.x-dev"
  533. }
  534. },
  535. "autoload": {
  536. "psr-4": {
  537. "Seld\\PharUtils\\": "src/"
  538. }
  539. },
  540. "notification-url": "https://packagist.org/downloads/",
  541. "license": [
  542. "MIT"
  543. ],
  544. "authors": [
  545. {
  546. "name": "Jordi Boggiano",
  547. "email": "j.boggiano@seld.be"
  548. }
  549. ],
  550. "description": "PHAR file format utilities, for when PHP phars you up",
  551. "keywords": [
  552. "phar"
  553. ],
  554. "support": {
  555. "issues": "https://github.com/Seldaek/phar-utils/issues",
  556. "source": "https://github.com/Seldaek/phar-utils/tree/1.1.0"
  557. },
  558. "time": "2020-02-14T15:25:33+00:00"
  559. },
  560. {
  561. "name": "symfony/console",
  562. "version": "v2.8.52",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/symfony/console.git",
  566. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  571. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": ">=5.3.9",
  576. "symfony/debug": "^2.7.2|~3.0.0",
  577. "symfony/polyfill-mbstring": "~1.0"
  578. },
  579. "require-dev": {
  580. "psr/log": "~1.0",
  581. "symfony/event-dispatcher": "~2.1|~3.0.0",
  582. "symfony/process": "~2.1|~3.0.0"
  583. },
  584. "suggest": {
  585. "psr/log-implementation": "For using the console logger",
  586. "symfony/event-dispatcher": "",
  587. "symfony/process": ""
  588. },
  589. "type": "library",
  590. "extra": {
  591. "branch-alias": {
  592. "dev-master": "2.8-dev"
  593. }
  594. },
  595. "autoload": {
  596. "psr-4": {
  597. "Symfony\\Component\\Console\\": ""
  598. },
  599. "exclude-from-classmap": [
  600. "/Tests/"
  601. ]
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "MIT"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Fabien Potencier",
  610. "email": "fabien@symfony.com"
  611. },
  612. {
  613. "name": "Symfony Community",
  614. "homepage": "https://symfony.com/contributors"
  615. }
  616. ],
  617. "description": "Symfony Console Component",
  618. "homepage": "https://symfony.com",
  619. "support": {
  620. "source": "https://github.com/symfony/console/tree/v2.8.52"
  621. },
  622. "time": "2018-11-20T15:55:20+00:00"
  623. },
  624. {
  625. "name": "symfony/debug",
  626. "version": "v2.8.52",
  627. "source": {
  628. "type": "git",
  629. "url": "https://github.com/symfony/debug.git",
  630. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
  631. },
  632. "dist": {
  633. "type": "zip",
  634. "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  635. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  636. "shasum": ""
  637. },
  638. "require": {
  639. "php": ">=5.3.9",
  640. "psr/log": "~1.0"
  641. },
  642. "conflict": {
  643. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  644. },
  645. "require-dev": {
  646. "symfony/class-loader": "~2.2|~3.0.0",
  647. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  648. },
  649. "type": "library",
  650. "extra": {
  651. "branch-alias": {
  652. "dev-master": "2.8-dev"
  653. }
  654. },
  655. "autoload": {
  656. "psr-4": {
  657. "Symfony\\Component\\Debug\\": ""
  658. },
  659. "exclude-from-classmap": [
  660. "/Tests/"
  661. ]
  662. },
  663. "notification-url": "https://packagist.org/downloads/",
  664. "license": [
  665. "MIT"
  666. ],
  667. "authors": [
  668. {
  669. "name": "Fabien Potencier",
  670. "email": "fabien@symfony.com"
  671. },
  672. {
  673. "name": "Symfony Community",
  674. "homepage": "https://symfony.com/contributors"
  675. }
  676. ],
  677. "description": "Symfony Debug Component",
  678. "homepage": "https://symfony.com",
  679. "support": {
  680. "source": "https://github.com/symfony/debug/tree/v2.8.50"
  681. },
  682. "time": "2018-11-11T11:18:13+00:00"
  683. },
  684. {
  685. "name": "symfony/filesystem",
  686. "version": "v2.8.52",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/symfony/filesystem.git",
  690. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
  695. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "php": ">=5.3.9",
  700. "symfony/polyfill-ctype": "~1.8"
  701. },
  702. "type": "library",
  703. "extra": {
  704. "branch-alias": {
  705. "dev-master": "2.8-dev"
  706. }
  707. },
  708. "autoload": {
  709. "psr-4": {
  710. "Symfony\\Component\\Filesystem\\": ""
  711. },
  712. "exclude-from-classmap": [
  713. "/Tests/"
  714. ]
  715. },
  716. "notification-url": "https://packagist.org/downloads/",
  717. "license": [
  718. "MIT"
  719. ],
  720. "authors": [
  721. {
  722. "name": "Fabien Potencier",
  723. "email": "fabien@symfony.com"
  724. },
  725. {
  726. "name": "Symfony Community",
  727. "homepage": "https://symfony.com/contributors"
  728. }
  729. ],
  730. "description": "Symfony Filesystem Component",
  731. "homepage": "https://symfony.com",
  732. "support": {
  733. "source": "https://github.com/symfony/filesystem/tree/v2.8.52"
  734. },
  735. "time": "2018-11-11T11:18:13+00:00"
  736. },
  737. {
  738. "name": "symfony/finder",
  739. "version": "v2.8.52",
  740. "source": {
  741. "type": "git",
  742. "url": "https://github.com/symfony/finder.git",
  743. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  744. },
  745. "dist": {
  746. "type": "zip",
  747. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  748. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  749. "shasum": ""
  750. },
  751. "require": {
  752. "php": ">=5.3.9"
  753. },
  754. "type": "library",
  755. "extra": {
  756. "branch-alias": {
  757. "dev-master": "2.8-dev"
  758. }
  759. },
  760. "autoload": {
  761. "psr-4": {
  762. "Symfony\\Component\\Finder\\": ""
  763. },
  764. "exclude-from-classmap": [
  765. "/Tests/"
  766. ]
  767. },
  768. "notification-url": "https://packagist.org/downloads/",
  769. "license": [
  770. "MIT"
  771. ],
  772. "authors": [
  773. {
  774. "name": "Fabien Potencier",
  775. "email": "fabien@symfony.com"
  776. },
  777. {
  778. "name": "Symfony Community",
  779. "homepage": "https://symfony.com/contributors"
  780. }
  781. ],
  782. "description": "Symfony Finder Component",
  783. "homepage": "https://symfony.com",
  784. "support": {
  785. "source": "https://github.com/symfony/finder/tree/v2.8.50"
  786. },
  787. "time": "2018-11-11T11:18:13+00:00"
  788. },
  789. {
  790. "name": "symfony/polyfill-ctype",
  791. "version": "v1.17.0",
  792. "source": {
  793. "type": "git",
  794. "url": "https://github.com/symfony/polyfill-ctype.git",
  795. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
  796. },
  797. "dist": {
  798. "type": "zip",
  799. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  800. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  801. "shasum": ""
  802. },
  803. "require": {
  804. "php": ">=5.3.3"
  805. },
  806. "suggest": {
  807. "ext-ctype": "For best performance"
  808. },
  809. "type": "library",
  810. "extra": {
  811. "branch-alias": {
  812. "dev-master": "1.17-dev"
  813. }
  814. },
  815. "autoload": {
  816. "psr-4": {
  817. "Symfony\\Polyfill\\Ctype\\": ""
  818. },
  819. "files": [
  820. "bootstrap.php"
  821. ]
  822. },
  823. "notification-url": "https://packagist.org/downloads/",
  824. "license": [
  825. "MIT"
  826. ],
  827. "authors": [
  828. {
  829. "name": "Gert de Pagter",
  830. "email": "BackEndTea@gmail.com"
  831. },
  832. {
  833. "name": "Symfony Community",
  834. "homepage": "https://symfony.com/contributors"
  835. }
  836. ],
  837. "description": "Symfony polyfill for ctype functions",
  838. "homepage": "https://symfony.com",
  839. "keywords": [
  840. "compatibility",
  841. "ctype",
  842. "polyfill",
  843. "portable"
  844. ],
  845. "support": {
  846. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.17.0"
  847. },
  848. "funding": [
  849. {
  850. "url": "https://symfony.com/sponsor",
  851. "type": "custom"
  852. },
  853. {
  854. "url": "https://github.com/fabpot",
  855. "type": "github"
  856. },
  857. {
  858. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  859. "type": "tidelift"
  860. }
  861. ],
  862. "time": "2020-05-12T16:14:59+00:00"
  863. },
  864. {
  865. "name": "symfony/polyfill-mbstring",
  866. "version": "v1.17.0",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/symfony/polyfill-mbstring.git",
  870. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  875. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  876. "shasum": ""
  877. },
  878. "require": {
  879. "php": ">=5.3.3"
  880. },
  881. "suggest": {
  882. "ext-mbstring": "For best performance"
  883. },
  884. "type": "library",
  885. "extra": {
  886. "branch-alias": {
  887. "dev-master": "1.17-dev"
  888. }
  889. },
  890. "autoload": {
  891. "psr-4": {
  892. "Symfony\\Polyfill\\Mbstring\\": ""
  893. },
  894. "files": [
  895. "bootstrap.php"
  896. ]
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Nicolas Grekas",
  905. "email": "p@tchwork.com"
  906. },
  907. {
  908. "name": "Symfony Community",
  909. "homepage": "https://symfony.com/contributors"
  910. }
  911. ],
  912. "description": "Symfony polyfill for the Mbstring extension",
  913. "homepage": "https://symfony.com",
  914. "keywords": [
  915. "compatibility",
  916. "mbstring",
  917. "polyfill",
  918. "portable",
  919. "shim"
  920. ],
  921. "support": {
  922. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.17.0"
  923. },
  924. "funding": [
  925. {
  926. "url": "https://symfony.com/sponsor",
  927. "type": "custom"
  928. },
  929. {
  930. "url": "https://github.com/fabpot",
  931. "type": "github"
  932. },
  933. {
  934. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  935. "type": "tidelift"
  936. }
  937. ],
  938. "time": "2020-05-12T16:47:27+00:00"
  939. },
  940. {
  941. "name": "symfony/process",
  942. "version": "v2.8.52",
  943. "source": {
  944. "type": "git",
  945. "url": "https://github.com/symfony/process.git",
  946. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
  947. },
  948. "dist": {
  949. "type": "zip",
  950. "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
  951. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
  952. "shasum": ""
  953. },
  954. "require": {
  955. "php": ">=5.3.9"
  956. },
  957. "type": "library",
  958. "extra": {
  959. "branch-alias": {
  960. "dev-master": "2.8-dev"
  961. }
  962. },
  963. "autoload": {
  964. "psr-4": {
  965. "Symfony\\Component\\Process\\": ""
  966. },
  967. "exclude-from-classmap": [
  968. "/Tests/"
  969. ]
  970. },
  971. "notification-url": "https://packagist.org/downloads/",
  972. "license": [
  973. "MIT"
  974. ],
  975. "authors": [
  976. {
  977. "name": "Fabien Potencier",
  978. "email": "fabien@symfony.com"
  979. },
  980. {
  981. "name": "Symfony Community",
  982. "homepage": "https://symfony.com/contributors"
  983. }
  984. ],
  985. "description": "Symfony Process Component",
  986. "homepage": "https://symfony.com",
  987. "support": {
  988. "source": "https://github.com/symfony/process/tree/v2.8.50"
  989. },
  990. "time": "2018-11-11T11:18:13+00:00"
  991. }
  992. ],
  993. "packages-dev": [
  994. {
  995. "name": "doctrine/instantiator",
  996. "version": "1.0.5",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/doctrine/instantiator.git",
  1000. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1005. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1006. "shasum": ""
  1007. },
  1008. "require": {
  1009. "php": ">=5.3,<8.0-DEV"
  1010. },
  1011. "require-dev": {
  1012. "athletic/athletic": "~0.1.8",
  1013. "ext-pdo": "*",
  1014. "ext-phar": "*",
  1015. "phpunit/phpunit": "~4.0",
  1016. "squizlabs/php_codesniffer": "~2.0"
  1017. },
  1018. "type": "library",
  1019. "extra": {
  1020. "branch-alias": {
  1021. "dev-master": "1.0.x-dev"
  1022. }
  1023. },
  1024. "autoload": {
  1025. "psr-4": {
  1026. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1027. }
  1028. },
  1029. "notification-url": "https://packagist.org/downloads/",
  1030. "license": [
  1031. "MIT"
  1032. ],
  1033. "authors": [
  1034. {
  1035. "name": "Marco Pivetta",
  1036. "email": "ocramius@gmail.com",
  1037. "homepage": "http://ocramius.github.com/"
  1038. }
  1039. ],
  1040. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1041. "homepage": "https://github.com/doctrine/instantiator",
  1042. "keywords": [
  1043. "constructor",
  1044. "instantiate"
  1045. ],
  1046. "support": {
  1047. "issues": "https://github.com/doctrine/instantiator/issues",
  1048. "source": "https://github.com/doctrine/instantiator/tree/master"
  1049. },
  1050. "time": "2015-06-14T21:17:01+00:00"
  1051. },
  1052. {
  1053. "name": "phpdocumentor/reflection-docblock",
  1054. "version": "2.0.5",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1058. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  1063. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  1064. "shasum": ""
  1065. },
  1066. "require": {
  1067. "php": ">=5.3.3"
  1068. },
  1069. "require-dev": {
  1070. "phpunit/phpunit": "~4.0"
  1071. },
  1072. "suggest": {
  1073. "dflydev/markdown": "~1.0",
  1074. "erusev/parsedown": "~1.0"
  1075. },
  1076. "type": "library",
  1077. "extra": {
  1078. "branch-alias": {
  1079. "dev-master": "2.0.x-dev"
  1080. }
  1081. },
  1082. "autoload": {
  1083. "psr-0": {
  1084. "phpDocumentor": [
  1085. "src/"
  1086. ]
  1087. }
  1088. },
  1089. "notification-url": "https://packagist.org/downloads/",
  1090. "license": [
  1091. "MIT"
  1092. ],
  1093. "authors": [
  1094. {
  1095. "name": "Mike van Riel",
  1096. "email": "mike.vanriel@naenius.com"
  1097. }
  1098. ],
  1099. "support": {
  1100. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1101. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x"
  1102. },
  1103. "time": "2016-01-25T08:17:30+00:00"
  1104. },
  1105. {
  1106. "name": "phpspec/prophecy",
  1107. "version": "v1.10.3",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/phpspec/prophecy.git",
  1111. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  1116. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  1117. "shasum": ""
  1118. },
  1119. "require": {
  1120. "doctrine/instantiator": "^1.0.2",
  1121. "php": "^5.3|^7.0",
  1122. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1123. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1124. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1125. },
  1126. "require-dev": {
  1127. "phpspec/phpspec": "^2.5 || ^3.2",
  1128. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1129. },
  1130. "type": "library",
  1131. "extra": {
  1132. "branch-alias": {
  1133. "dev-master": "1.10.x-dev"
  1134. }
  1135. },
  1136. "autoload": {
  1137. "psr-4": {
  1138. "Prophecy\\": "src/Prophecy"
  1139. }
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "MIT"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Konstantin Kudryashov",
  1148. "email": "ever.zet@gmail.com",
  1149. "homepage": "http://everzet.com"
  1150. },
  1151. {
  1152. "name": "Marcello Duarte",
  1153. "email": "marcello.duarte@gmail.com"
  1154. }
  1155. ],
  1156. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1157. "homepage": "https://github.com/phpspec/prophecy",
  1158. "keywords": [
  1159. "Double",
  1160. "Dummy",
  1161. "fake",
  1162. "mock",
  1163. "spy",
  1164. "stub"
  1165. ],
  1166. "support": {
  1167. "issues": "https://github.com/phpspec/prophecy/issues",
  1168. "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
  1169. },
  1170. "time": "2020-03-05T15:02:03+00:00"
  1171. },
  1172. {
  1173. "name": "sebastian/comparator",
  1174. "version": "1.2.4",
  1175. "source": {
  1176. "type": "git",
  1177. "url": "https://github.com/sebastianbergmann/comparator.git",
  1178. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1179. },
  1180. "dist": {
  1181. "type": "zip",
  1182. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1183. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1184. "shasum": ""
  1185. },
  1186. "require": {
  1187. "php": ">=5.3.3",
  1188. "sebastian/diff": "~1.2",
  1189. "sebastian/exporter": "~1.2 || ~2.0"
  1190. },
  1191. "require-dev": {
  1192. "phpunit/phpunit": "~4.4"
  1193. },
  1194. "type": "library",
  1195. "extra": {
  1196. "branch-alias": {
  1197. "dev-master": "1.2.x-dev"
  1198. }
  1199. },
  1200. "autoload": {
  1201. "classmap": [
  1202. "src/"
  1203. ]
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "BSD-3-Clause"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "Jeff Welch",
  1212. "email": "whatthejeff@gmail.com"
  1213. },
  1214. {
  1215. "name": "Volker Dusch",
  1216. "email": "github@wallbash.com"
  1217. },
  1218. {
  1219. "name": "Bernhard Schussek",
  1220. "email": "bschussek@2bepublished.at"
  1221. },
  1222. {
  1223. "name": "Sebastian Bergmann",
  1224. "email": "sebastian@phpunit.de"
  1225. }
  1226. ],
  1227. "description": "Provides the functionality to compare PHP values for equality",
  1228. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1229. "keywords": [
  1230. "comparator",
  1231. "compare",
  1232. "equality"
  1233. ],
  1234. "support": {
  1235. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  1236. "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
  1237. },
  1238. "time": "2017-01-29T09:50:25+00:00"
  1239. },
  1240. {
  1241. "name": "sebastian/diff",
  1242. "version": "1.4.3",
  1243. "source": {
  1244. "type": "git",
  1245. "url": "https://github.com/sebastianbergmann/diff.git",
  1246. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1247. },
  1248. "dist": {
  1249. "type": "zip",
  1250. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1251. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1252. "shasum": ""
  1253. },
  1254. "require": {
  1255. "php": "^5.3.3 || ^7.0"
  1256. },
  1257. "require-dev": {
  1258. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1259. },
  1260. "type": "library",
  1261. "extra": {
  1262. "branch-alias": {
  1263. "dev-master": "1.4-dev"
  1264. }
  1265. },
  1266. "autoload": {
  1267. "classmap": [
  1268. "src/"
  1269. ]
  1270. },
  1271. "notification-url": "https://packagist.org/downloads/",
  1272. "license": [
  1273. "BSD-3-Clause"
  1274. ],
  1275. "authors": [
  1276. {
  1277. "name": "Kore Nordmann",
  1278. "email": "mail@kore-nordmann.de"
  1279. },
  1280. {
  1281. "name": "Sebastian Bergmann",
  1282. "email": "sebastian@phpunit.de"
  1283. }
  1284. ],
  1285. "description": "Diff implementation",
  1286. "homepage": "https://github.com/sebastianbergmann/diff",
  1287. "keywords": [
  1288. "diff"
  1289. ],
  1290. "support": {
  1291. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1292. "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
  1293. },
  1294. "time": "2017-05-22T07:24:03+00:00"
  1295. },
  1296. {
  1297. "name": "sebastian/exporter",
  1298. "version": "2.0.0",
  1299. "source": {
  1300. "type": "git",
  1301. "url": "https://github.com/sebastianbergmann/exporter.git",
  1302. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1303. },
  1304. "dist": {
  1305. "type": "zip",
  1306. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1307. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1308. "shasum": ""
  1309. },
  1310. "require": {
  1311. "php": ">=5.3.3",
  1312. "sebastian/recursion-context": "~2.0"
  1313. },
  1314. "require-dev": {
  1315. "ext-mbstring": "*",
  1316. "phpunit/phpunit": "~4.4"
  1317. },
  1318. "type": "library",
  1319. "extra": {
  1320. "branch-alias": {
  1321. "dev-master": "2.0.x-dev"
  1322. }
  1323. },
  1324. "autoload": {
  1325. "classmap": [
  1326. "src/"
  1327. ]
  1328. },
  1329. "notification-url": "https://packagist.org/downloads/",
  1330. "license": [
  1331. "BSD-3-Clause"
  1332. ],
  1333. "authors": [
  1334. {
  1335. "name": "Jeff Welch",
  1336. "email": "whatthejeff@gmail.com"
  1337. },
  1338. {
  1339. "name": "Volker Dusch",
  1340. "email": "github@wallbash.com"
  1341. },
  1342. {
  1343. "name": "Bernhard Schussek",
  1344. "email": "bschussek@2bepublished.at"
  1345. },
  1346. {
  1347. "name": "Sebastian Bergmann",
  1348. "email": "sebastian@phpunit.de"
  1349. },
  1350. {
  1351. "name": "Adam Harvey",
  1352. "email": "aharvey@php.net"
  1353. }
  1354. ],
  1355. "description": "Provides the functionality to export PHP variables for visualization",
  1356. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1357. "keywords": [
  1358. "export",
  1359. "exporter"
  1360. ],
  1361. "support": {
  1362. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1363. "source": "https://github.com/sebastianbergmann/exporter/tree/master"
  1364. },
  1365. "time": "2016-11-19T08:54:04+00:00"
  1366. },
  1367. {
  1368. "name": "sebastian/recursion-context",
  1369. "version": "2.0.0",
  1370. "source": {
  1371. "type": "git",
  1372. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1373. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1374. },
  1375. "dist": {
  1376. "type": "zip",
  1377. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1378. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1379. "shasum": ""
  1380. },
  1381. "require": {
  1382. "php": ">=5.3.3"
  1383. },
  1384. "require-dev": {
  1385. "phpunit/phpunit": "~4.4"
  1386. },
  1387. "type": "library",
  1388. "extra": {
  1389. "branch-alias": {
  1390. "dev-master": "2.0.x-dev"
  1391. }
  1392. },
  1393. "autoload": {
  1394. "classmap": [
  1395. "src/"
  1396. ]
  1397. },
  1398. "notification-url": "https://packagist.org/downloads/",
  1399. "license": [
  1400. "BSD-3-Clause"
  1401. ],
  1402. "authors": [
  1403. {
  1404. "name": "Jeff Welch",
  1405. "email": "whatthejeff@gmail.com"
  1406. },
  1407. {
  1408. "name": "Sebastian Bergmann",
  1409. "email": "sebastian@phpunit.de"
  1410. },
  1411. {
  1412. "name": "Adam Harvey",
  1413. "email": "aharvey@php.net"
  1414. }
  1415. ],
  1416. "description": "Provides functionality to recursively process PHP variables",
  1417. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1418. "support": {
  1419. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1420. "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
  1421. },
  1422. "time": "2016-11-19T07:33:16+00:00"
  1423. },
  1424. {
  1425. "name": "symfony/phpunit-bridge",
  1426. "version": "v4.2.12",
  1427. "source": {
  1428. "type": "git",
  1429. "url": "https://github.com/symfony/phpunit-bridge.git",
  1430. "reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7"
  1431. },
  1432. "dist": {
  1433. "type": "zip",
  1434. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
  1435. "reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
  1436. "shasum": ""
  1437. },
  1438. "require": {
  1439. "php": ">=5.3.3"
  1440. },
  1441. "conflict": {
  1442. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1443. },
  1444. "suggest": {
  1445. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1446. },
  1447. "bin": [
  1448. "bin/simple-phpunit"
  1449. ],
  1450. "type": "symfony-bridge",
  1451. "extra": {
  1452. "branch-alias": {
  1453. "dev-master": "4.2-dev"
  1454. },
  1455. "thanks": {
  1456. "name": "phpunit/phpunit",
  1457. "url": "https://github.com/sebastianbergmann/phpunit"
  1458. }
  1459. },
  1460. "autoload": {
  1461. "files": [
  1462. "bootstrap.php"
  1463. ],
  1464. "psr-4": {
  1465. "Symfony\\Bridge\\PhpUnit\\": ""
  1466. },
  1467. "exclude-from-classmap": [
  1468. "/Tests/"
  1469. ]
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "MIT"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "Nicolas Grekas",
  1478. "email": "p@tchwork.com"
  1479. },
  1480. {
  1481. "name": "Symfony Community",
  1482. "homepage": "https://symfony.com/contributors"
  1483. }
  1484. ],
  1485. "description": "Symfony PHPUnit Bridge",
  1486. "homepage": "https://symfony.com",
  1487. "support": {
  1488. "source": "https://github.com/symfony/phpunit-bridge/tree/4.2"
  1489. },
  1490. "time": "2019-07-05T06:33:37+00:00"
  1491. }
  1492. ],
  1493. "aliases": [],
  1494. "minimum-stability": "stable",
  1495. "stability-flags": {
  1496. "composer/semver": 20
  1497. },
  1498. "prefer-stable": false,
  1499. "prefer-lowest": false,
  1500. "platform": {
  1501. "php": "^5.3.2 || ^7.0"
  1502. },
  1503. "platform-dev": [],
  1504. "platform-overrides": {
  1505. "php": "5.3.9"
  1506. },
  1507. "plugin-api-version": "2.0.0"
  1508. }