composer.lock 51 KB

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