composer.lock 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "696d16729ae31dafdd42432da4d74aae",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.0.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
  20. "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.5",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0"
  32. },
  33. "suggest": {
  34. "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Composer\\CaBundle\\": "src"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Jordi Boggiano",
  54. "email": "j.boggiano@seld.be",
  55. "homepage": "http://seld.be"
  56. }
  57. ],
  58. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  59. "keywords": [
  60. "cabundle",
  61. "cacert",
  62. "certificate",
  63. "ssl",
  64. "tls"
  65. ],
  66. "time": "2017-09-11T07:24:36+00:00"
  67. },
  68. {
  69. "name": "composer/semver",
  70. "version": "1.4.2",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/composer/semver.git",
  74. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  79. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  80. "shasum": ""
  81. },
  82. "require": {
  83. "php": "^5.3.2 || ^7.0"
  84. },
  85. "require-dev": {
  86. "phpunit/phpunit": "^4.5 || ^5.0.5",
  87. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "Composer\\Semver\\": "src"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Nils Adermann",
  107. "email": "naderman@naderman.de",
  108. "homepage": "http://www.naderman.de"
  109. },
  110. {
  111. "name": "Jordi Boggiano",
  112. "email": "j.boggiano@seld.be",
  113. "homepage": "http://seld.be"
  114. },
  115. {
  116. "name": "Rob Bast",
  117. "email": "rob.bast@gmail.com",
  118. "homepage": "http://robbast.nl"
  119. }
  120. ],
  121. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  122. "keywords": [
  123. "semantic",
  124. "semver",
  125. "validation",
  126. "versioning"
  127. ],
  128. "time": "2016-08-30T16:08:34+00:00"
  129. },
  130. {
  131. "name": "composer/spdx-licenses",
  132. "version": "1.1.6",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/composer/spdx-licenses.git",
  136. "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
  141. "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
  142. "shasum": ""
  143. },
  144. "require": {
  145. "php": "^5.3.2 || ^7.0"
  146. },
  147. "require-dev": {
  148. "phpunit/phpunit": "^4.5 || ^5.0.5",
  149. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  150. },
  151. "type": "library",
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "1.x-dev"
  155. }
  156. },
  157. "autoload": {
  158. "psr-4": {
  159. "Composer\\Spdx\\": "src"
  160. }
  161. },
  162. "notification-url": "https://packagist.org/downloads/",
  163. "license": [
  164. "MIT"
  165. ],
  166. "authors": [
  167. {
  168. "name": "Nils Adermann",
  169. "email": "naderman@naderman.de",
  170. "homepage": "http://www.naderman.de"
  171. },
  172. {
  173. "name": "Jordi Boggiano",
  174. "email": "j.boggiano@seld.be",
  175. "homepage": "http://seld.be"
  176. },
  177. {
  178. "name": "Rob Bast",
  179. "email": "rob.bast@gmail.com",
  180. "homepage": "http://robbast.nl"
  181. }
  182. ],
  183. "description": "SPDX licenses list and validation library.",
  184. "keywords": [
  185. "license",
  186. "spdx",
  187. "validator"
  188. ],
  189. "time": "2017-04-03T19:08:52+00:00"
  190. },
  191. {
  192. "name": "justinrainbow/json-schema",
  193. "version": "5.2.1",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/justinrainbow/json-schema.git",
  197. "reference": "429be236f296ca249d61c65649cdf2652f4a5e80"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/429be236f296ca249d61c65649cdf2652f4a5e80",
  202. "reference": "429be236f296ca249d61c65649cdf2652f4a5e80",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": ">=5.3.3"
  207. },
  208. "require-dev": {
  209. "friendsofphp/php-cs-fixer": "^2.1",
  210. "json-schema/json-schema-test-suite": "1.2.0",
  211. "phpdocumentor/phpdocumentor": "^2.7",
  212. "phpunit/phpunit": "^4.8.22"
  213. },
  214. "bin": [
  215. "bin/validate-json"
  216. ],
  217. "type": "library",
  218. "extra": {
  219. "branch-alias": {
  220. "dev-master": "5.0.x-dev"
  221. }
  222. },
  223. "autoload": {
  224. "psr-4": {
  225. "JsonSchema\\": "src/JsonSchema/"
  226. }
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "license": [
  230. "MIT"
  231. ],
  232. "authors": [
  233. {
  234. "name": "Bruno Prieto Reis",
  235. "email": "bruno.p.reis@gmail.com"
  236. },
  237. {
  238. "name": "Justin Rainbow",
  239. "email": "justin.rainbow@gmail.com"
  240. },
  241. {
  242. "name": "Igor Wiedler",
  243. "email": "igor@wiedler.ch"
  244. },
  245. {
  246. "name": "Robert Schönthal",
  247. "email": "seroscho@googlemail.com"
  248. }
  249. ],
  250. "description": "A library to validate a json schema.",
  251. "homepage": "https://github.com/justinrainbow/json-schema",
  252. "keywords": [
  253. "json",
  254. "schema"
  255. ],
  256. "time": "2017-05-16T21:06:09+00:00"
  257. },
  258. {
  259. "name": "psr/log",
  260. "version": "1.0.2",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/php-fig/log.git",
  264. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  269. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  270. "shasum": ""
  271. },
  272. "require": {
  273. "php": ">=5.3.0"
  274. },
  275. "type": "library",
  276. "extra": {
  277. "branch-alias": {
  278. "dev-master": "1.0.x-dev"
  279. }
  280. },
  281. "autoload": {
  282. "psr-4": {
  283. "Psr\\Log\\": "Psr/Log/"
  284. }
  285. },
  286. "notification-url": "https://packagist.org/downloads/",
  287. "license": [
  288. "MIT"
  289. ],
  290. "authors": [
  291. {
  292. "name": "PHP-FIG",
  293. "homepage": "http://www.php-fig.org/"
  294. }
  295. ],
  296. "description": "Common interface for logging libraries",
  297. "homepage": "https://github.com/php-fig/log",
  298. "keywords": [
  299. "log",
  300. "psr",
  301. "psr-3"
  302. ],
  303. "time": "2016-10-10T12:19:37+00:00"
  304. },
  305. {
  306. "name": "seld/cli-prompt",
  307. "version": "1.0.3",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/Seldaek/cli-prompt.git",
  311. "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  316. "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "php": ">=5.3"
  321. },
  322. "type": "library",
  323. "extra": {
  324. "branch-alias": {
  325. "dev-master": "1.x-dev"
  326. }
  327. },
  328. "autoload": {
  329. "psr-4": {
  330. "Seld\\CliPrompt\\": "src/"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Jordi Boggiano",
  340. "email": "j.boggiano@seld.be"
  341. }
  342. ],
  343. "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
  344. "keywords": [
  345. "cli",
  346. "console",
  347. "hidden",
  348. "input",
  349. "prompt"
  350. ],
  351. "time": "2017-03-18T11:32:45+00:00"
  352. },
  353. {
  354. "name": "seld/jsonlint",
  355. "version": "1.6.1",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/Seldaek/jsonlint.git",
  359. "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
  364. "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "php": "^5.3 || ^7.0"
  369. },
  370. "require-dev": {
  371. "phpunit/phpunit": "^4.5"
  372. },
  373. "bin": [
  374. "bin/jsonlint"
  375. ],
  376. "type": "library",
  377. "autoload": {
  378. "psr-4": {
  379. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  380. }
  381. },
  382. "notification-url": "https://packagist.org/downloads/",
  383. "license": [
  384. "MIT"
  385. ],
  386. "authors": [
  387. {
  388. "name": "Jordi Boggiano",
  389. "email": "j.boggiano@seld.be",
  390. "homepage": "http://seld.be"
  391. }
  392. ],
  393. "description": "JSON Linter",
  394. "keywords": [
  395. "json",
  396. "linter",
  397. "parser",
  398. "validator"
  399. ],
  400. "time": "2017-06-18T15:11:04+00:00"
  401. },
  402. {
  403. "name": "seld/phar-utils",
  404. "version": "1.0.1",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/Seldaek/phar-utils.git",
  408. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
  413. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  414. "shasum": ""
  415. },
  416. "require": {
  417. "php": ">=5.3"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "1.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Seld\\PharUtils\\": "src/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "Jordi Boggiano",
  437. "email": "j.boggiano@seld.be"
  438. }
  439. ],
  440. "description": "PHAR file format utilities, for when PHP phars you up",
  441. "keywords": [
  442. "phra"
  443. ],
  444. "time": "2015-10-13T18:44:15+00:00"
  445. },
  446. {
  447. "name": "symfony/console",
  448. "version": "v2.8.26",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/symfony/console.git",
  452. "reference": "32a3c6b3398de5db8ed381f4ef92970c59c2fcdd"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/symfony/console/zipball/32a3c6b3398de5db8ed381f4ef92970c59c2fcdd",
  457. "reference": "32a3c6b3398de5db8ed381f4ef92970c59c2fcdd",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "php": ">=5.3.9",
  462. "symfony/debug": "^2.7.2|~3.0.0",
  463. "symfony/polyfill-mbstring": "~1.0"
  464. },
  465. "require-dev": {
  466. "psr/log": "~1.0",
  467. "symfony/event-dispatcher": "~2.1|~3.0.0",
  468. "symfony/process": "~2.1|~3.0.0"
  469. },
  470. "suggest": {
  471. "psr/log": "For using the console logger",
  472. "symfony/event-dispatcher": "",
  473. "symfony/process": ""
  474. },
  475. "type": "library",
  476. "extra": {
  477. "branch-alias": {
  478. "dev-master": "2.8-dev"
  479. }
  480. },
  481. "autoload": {
  482. "psr-4": {
  483. "Symfony\\Component\\Console\\": ""
  484. },
  485. "exclude-from-classmap": [
  486. "/Tests/"
  487. ]
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Fabien Potencier",
  496. "email": "fabien@symfony.com"
  497. },
  498. {
  499. "name": "Symfony Community",
  500. "homepage": "https://symfony.com/contributors"
  501. }
  502. ],
  503. "description": "Symfony Console Component",
  504. "homepage": "https://symfony.com",
  505. "time": "2017-07-29T21:26:04+00:00"
  506. },
  507. {
  508. "name": "symfony/debug",
  509. "version": "v2.8.26",
  510. "source": {
  511. "type": "git",
  512. "url": "https://github.com/symfony/debug.git",
  513. "reference": "236ca98a425758cc8c2ff2db423bfe4d1a736b8c"
  514. },
  515. "dist": {
  516. "type": "zip",
  517. "url": "https://api.github.com/repos/symfony/debug/zipball/236ca98a425758cc8c2ff2db423bfe4d1a736b8c",
  518. "reference": "236ca98a425758cc8c2ff2db423bfe4d1a736b8c",
  519. "shasum": ""
  520. },
  521. "require": {
  522. "php": ">=5.3.9",
  523. "psr/log": "~1.0"
  524. },
  525. "conflict": {
  526. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  527. },
  528. "require-dev": {
  529. "symfony/class-loader": "~2.2|~3.0.0",
  530. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  531. },
  532. "type": "library",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "2.8-dev"
  536. }
  537. },
  538. "autoload": {
  539. "psr-4": {
  540. "Symfony\\Component\\Debug\\": ""
  541. },
  542. "exclude-from-classmap": [
  543. "/Tests/"
  544. ]
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "MIT"
  549. ],
  550. "authors": [
  551. {
  552. "name": "Fabien Potencier",
  553. "email": "fabien@symfony.com"
  554. },
  555. {
  556. "name": "Symfony Community",
  557. "homepage": "https://symfony.com/contributors"
  558. }
  559. ],
  560. "description": "Symfony Debug Component",
  561. "homepage": "https://symfony.com",
  562. "time": "2017-07-28T15:21:22+00:00"
  563. },
  564. {
  565. "name": "symfony/filesystem",
  566. "version": "v2.8.26",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/symfony/filesystem.git",
  570. "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/symfony/filesystem/zipball/714b1036010c354ae2b25d7f9ca27e14e265e9f2",
  575. "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2",
  576. "shasum": ""
  577. },
  578. "require": {
  579. "php": ">=5.3.9"
  580. },
  581. "type": "library",
  582. "extra": {
  583. "branch-alias": {
  584. "dev-master": "2.8-dev"
  585. }
  586. },
  587. "autoload": {
  588. "psr-4": {
  589. "Symfony\\Component\\Filesystem\\": ""
  590. },
  591. "exclude-from-classmap": [
  592. "/Tests/"
  593. ]
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Fabien Potencier",
  602. "email": "fabien@symfony.com"
  603. },
  604. {
  605. "name": "Symfony Community",
  606. "homepage": "https://symfony.com/contributors"
  607. }
  608. ],
  609. "description": "Symfony Filesystem Component",
  610. "homepage": "https://symfony.com",
  611. "time": "2017-07-11T07:12:11+00:00"
  612. },
  613. {
  614. "name": "symfony/finder",
  615. "version": "v2.8.26",
  616. "source": {
  617. "type": "git",
  618. "url": "https://github.com/symfony/finder.git",
  619. "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
  620. },
  621. "dist": {
  622. "type": "zip",
  623. "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
  624. "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
  625. "shasum": ""
  626. },
  627. "require": {
  628. "php": ">=5.3.9"
  629. },
  630. "type": "library",
  631. "extra": {
  632. "branch-alias": {
  633. "dev-master": "2.8-dev"
  634. }
  635. },
  636. "autoload": {
  637. "psr-4": {
  638. "Symfony\\Component\\Finder\\": ""
  639. },
  640. "exclude-from-classmap": [
  641. "/Tests/"
  642. ]
  643. },
  644. "notification-url": "https://packagist.org/downloads/",
  645. "license": [
  646. "MIT"
  647. ],
  648. "authors": [
  649. {
  650. "name": "Fabien Potencier",
  651. "email": "fabien@symfony.com"
  652. },
  653. {
  654. "name": "Symfony Community",
  655. "homepage": "https://symfony.com/contributors"
  656. }
  657. ],
  658. "description": "Symfony Finder Component",
  659. "homepage": "https://symfony.com",
  660. "time": "2017-06-01T20:52:29+00:00"
  661. },
  662. {
  663. "name": "symfony/polyfill-mbstring",
  664. "version": "v1.4.0",
  665. "source": {
  666. "type": "git",
  667. "url": "https://github.com/symfony/polyfill-mbstring.git",
  668. "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
  669. },
  670. "dist": {
  671. "type": "zip",
  672. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
  673. "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
  674. "shasum": ""
  675. },
  676. "require": {
  677. "php": ">=5.3.3"
  678. },
  679. "suggest": {
  680. "ext-mbstring": "For best performance"
  681. },
  682. "type": "library",
  683. "extra": {
  684. "branch-alias": {
  685. "dev-master": "1.4-dev"
  686. }
  687. },
  688. "autoload": {
  689. "psr-4": {
  690. "Symfony\\Polyfill\\Mbstring\\": ""
  691. },
  692. "files": [
  693. "bootstrap.php"
  694. ]
  695. },
  696. "notification-url": "https://packagist.org/downloads/",
  697. "license": [
  698. "MIT"
  699. ],
  700. "authors": [
  701. {
  702. "name": "Nicolas Grekas",
  703. "email": "p@tchwork.com"
  704. },
  705. {
  706. "name": "Symfony Community",
  707. "homepage": "https://symfony.com/contributors"
  708. }
  709. ],
  710. "description": "Symfony polyfill for the Mbstring extension",
  711. "homepage": "https://symfony.com",
  712. "keywords": [
  713. "compatibility",
  714. "mbstring",
  715. "polyfill",
  716. "portable",
  717. "shim"
  718. ],
  719. "time": "2017-06-09T14:24:12+00:00"
  720. },
  721. {
  722. "name": "symfony/process",
  723. "version": "v2.8.26",
  724. "source": {
  725. "type": "git",
  726. "url": "https://github.com/symfony/process.git",
  727. "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8"
  728. },
  729. "dist": {
  730. "type": "zip",
  731. "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
  732. "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
  733. "shasum": ""
  734. },
  735. "require": {
  736. "php": ">=5.3.9"
  737. },
  738. "type": "library",
  739. "extra": {
  740. "branch-alias": {
  741. "dev-master": "2.8-dev"
  742. }
  743. },
  744. "autoload": {
  745. "psr-4": {
  746. "Symfony\\Component\\Process\\": ""
  747. },
  748. "exclude-from-classmap": [
  749. "/Tests/"
  750. ]
  751. },
  752. "notification-url": "https://packagist.org/downloads/",
  753. "license": [
  754. "MIT"
  755. ],
  756. "authors": [
  757. {
  758. "name": "Fabien Potencier",
  759. "email": "fabien@symfony.com"
  760. },
  761. {
  762. "name": "Symfony Community",
  763. "homepage": "https://symfony.com/contributors"
  764. }
  765. ],
  766. "description": "Symfony Process Component",
  767. "homepage": "https://symfony.com",
  768. "time": "2017-07-03T08:04:30+00:00"
  769. }
  770. ],
  771. "packages-dev": [
  772. {
  773. "name": "doctrine/instantiator",
  774. "version": "1.0.5",
  775. "source": {
  776. "type": "git",
  777. "url": "https://github.com/doctrine/instantiator.git",
  778. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  779. },
  780. "dist": {
  781. "type": "zip",
  782. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  783. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  784. "shasum": ""
  785. },
  786. "require": {
  787. "php": ">=5.3,<8.0-DEV"
  788. },
  789. "require-dev": {
  790. "athletic/athletic": "~0.1.8",
  791. "ext-pdo": "*",
  792. "ext-phar": "*",
  793. "phpunit/phpunit": "~4.0",
  794. "squizlabs/php_codesniffer": "~2.0"
  795. },
  796. "type": "library",
  797. "extra": {
  798. "branch-alias": {
  799. "dev-master": "1.0.x-dev"
  800. }
  801. },
  802. "autoload": {
  803. "psr-4": {
  804. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Marco Pivetta",
  814. "email": "ocramius@gmail.com",
  815. "homepage": "http://ocramius.github.com/"
  816. }
  817. ],
  818. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  819. "homepage": "https://github.com/doctrine/instantiator",
  820. "keywords": [
  821. "constructor",
  822. "instantiate"
  823. ],
  824. "time": "2015-06-14T21:17:01+00:00"
  825. },
  826. {
  827. "name": "phpdocumentor/reflection-docblock",
  828. "version": "2.0.5",
  829. "source": {
  830. "type": "git",
  831. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  832. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  833. },
  834. "dist": {
  835. "type": "zip",
  836. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  837. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  838. "shasum": ""
  839. },
  840. "require": {
  841. "php": ">=5.3.3"
  842. },
  843. "require-dev": {
  844. "phpunit/phpunit": "~4.0"
  845. },
  846. "suggest": {
  847. "dflydev/markdown": "~1.0",
  848. "erusev/parsedown": "~1.0"
  849. },
  850. "type": "library",
  851. "extra": {
  852. "branch-alias": {
  853. "dev-master": "2.0.x-dev"
  854. }
  855. },
  856. "autoload": {
  857. "psr-0": {
  858. "phpDocumentor": [
  859. "src/"
  860. ]
  861. }
  862. },
  863. "notification-url": "https://packagist.org/downloads/",
  864. "license": [
  865. "MIT"
  866. ],
  867. "authors": [
  868. {
  869. "name": "Mike van Riel",
  870. "email": "mike.vanriel@naenius.com"
  871. }
  872. ],
  873. "time": "2016-01-25T08:17:30+00:00"
  874. },
  875. {
  876. "name": "phpspec/prophecy",
  877. "version": "v1.7.0",
  878. "source": {
  879. "type": "git",
  880. "url": "https://github.com/phpspec/prophecy.git",
  881. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  882. },
  883. "dist": {
  884. "type": "zip",
  885. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  886. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  887. "shasum": ""
  888. },
  889. "require": {
  890. "doctrine/instantiator": "^1.0.2",
  891. "php": "^5.3|^7.0",
  892. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  893. "sebastian/comparator": "^1.1|^2.0",
  894. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  895. },
  896. "require-dev": {
  897. "phpspec/phpspec": "^2.5|^3.2",
  898. "phpunit/phpunit": "^4.8 || ^5.6.5"
  899. },
  900. "type": "library",
  901. "extra": {
  902. "branch-alias": {
  903. "dev-master": "1.6.x-dev"
  904. }
  905. },
  906. "autoload": {
  907. "psr-0": {
  908. "Prophecy\\": "src/"
  909. }
  910. },
  911. "notification-url": "https://packagist.org/downloads/",
  912. "license": [
  913. "MIT"
  914. ],
  915. "authors": [
  916. {
  917. "name": "Konstantin Kudryashov",
  918. "email": "ever.zet@gmail.com",
  919. "homepage": "http://everzet.com"
  920. },
  921. {
  922. "name": "Marcello Duarte",
  923. "email": "marcello.duarte@gmail.com"
  924. }
  925. ],
  926. "description": "Highly opinionated mocking framework for PHP 5.3+",
  927. "homepage": "https://github.com/phpspec/prophecy",
  928. "keywords": [
  929. "Double",
  930. "Dummy",
  931. "fake",
  932. "mock",
  933. "spy",
  934. "stub"
  935. ],
  936. "time": "2017-03-02T20:05:34+00:00"
  937. },
  938. {
  939. "name": "phpunit/php-code-coverage",
  940. "version": "2.2.4",
  941. "source": {
  942. "type": "git",
  943. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  944. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  945. },
  946. "dist": {
  947. "type": "zip",
  948. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  949. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  950. "shasum": ""
  951. },
  952. "require": {
  953. "php": ">=5.3.3",
  954. "phpunit/php-file-iterator": "~1.3",
  955. "phpunit/php-text-template": "~1.2",
  956. "phpunit/php-token-stream": "~1.3",
  957. "sebastian/environment": "^1.3.2",
  958. "sebastian/version": "~1.0"
  959. },
  960. "require-dev": {
  961. "ext-xdebug": ">=2.1.4",
  962. "phpunit/phpunit": "~4"
  963. },
  964. "suggest": {
  965. "ext-dom": "*",
  966. "ext-xdebug": ">=2.2.1",
  967. "ext-xmlwriter": "*"
  968. },
  969. "type": "library",
  970. "extra": {
  971. "branch-alias": {
  972. "dev-master": "2.2.x-dev"
  973. }
  974. },
  975. "autoload": {
  976. "classmap": [
  977. "src/"
  978. ]
  979. },
  980. "notification-url": "https://packagist.org/downloads/",
  981. "license": [
  982. "BSD-3-Clause"
  983. ],
  984. "authors": [
  985. {
  986. "name": "Sebastian Bergmann",
  987. "email": "sb@sebastian-bergmann.de",
  988. "role": "lead"
  989. }
  990. ],
  991. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  992. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  993. "keywords": [
  994. "coverage",
  995. "testing",
  996. "xunit"
  997. ],
  998. "time": "2015-10-06T15:47:00+00:00"
  999. },
  1000. {
  1001. "name": "phpunit/php-file-iterator",
  1002. "version": "1.4.2",
  1003. "source": {
  1004. "type": "git",
  1005. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1006. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  1007. },
  1008. "dist": {
  1009. "type": "zip",
  1010. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  1011. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  1012. "shasum": ""
  1013. },
  1014. "require": {
  1015. "php": ">=5.3.3"
  1016. },
  1017. "type": "library",
  1018. "extra": {
  1019. "branch-alias": {
  1020. "dev-master": "1.4.x-dev"
  1021. }
  1022. },
  1023. "autoload": {
  1024. "classmap": [
  1025. "src/"
  1026. ]
  1027. },
  1028. "notification-url": "https://packagist.org/downloads/",
  1029. "license": [
  1030. "BSD-3-Clause"
  1031. ],
  1032. "authors": [
  1033. {
  1034. "name": "Sebastian Bergmann",
  1035. "email": "sb@sebastian-bergmann.de",
  1036. "role": "lead"
  1037. }
  1038. ],
  1039. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1040. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1041. "keywords": [
  1042. "filesystem",
  1043. "iterator"
  1044. ],
  1045. "time": "2016-10-03T07:40:28+00:00"
  1046. },
  1047. {
  1048. "name": "phpunit/php-text-template",
  1049. "version": "1.2.1",
  1050. "source": {
  1051. "type": "git",
  1052. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1053. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1054. },
  1055. "dist": {
  1056. "type": "zip",
  1057. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1058. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1059. "shasum": ""
  1060. },
  1061. "require": {
  1062. "php": ">=5.3.3"
  1063. },
  1064. "type": "library",
  1065. "autoload": {
  1066. "classmap": [
  1067. "src/"
  1068. ]
  1069. },
  1070. "notification-url": "https://packagist.org/downloads/",
  1071. "license": [
  1072. "BSD-3-Clause"
  1073. ],
  1074. "authors": [
  1075. {
  1076. "name": "Sebastian Bergmann",
  1077. "email": "sebastian@phpunit.de",
  1078. "role": "lead"
  1079. }
  1080. ],
  1081. "description": "Simple template engine.",
  1082. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1083. "keywords": [
  1084. "template"
  1085. ],
  1086. "time": "2015-06-21T13:50:34+00:00"
  1087. },
  1088. {
  1089. "name": "phpunit/php-timer",
  1090. "version": "1.0.9",
  1091. "source": {
  1092. "type": "git",
  1093. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1094. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1095. },
  1096. "dist": {
  1097. "type": "zip",
  1098. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1099. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1100. "shasum": ""
  1101. },
  1102. "require": {
  1103. "php": "^5.3.3 || ^7.0"
  1104. },
  1105. "require-dev": {
  1106. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1107. },
  1108. "type": "library",
  1109. "extra": {
  1110. "branch-alias": {
  1111. "dev-master": "1.0-dev"
  1112. }
  1113. },
  1114. "autoload": {
  1115. "classmap": [
  1116. "src/"
  1117. ]
  1118. },
  1119. "notification-url": "https://packagist.org/downloads/",
  1120. "license": [
  1121. "BSD-3-Clause"
  1122. ],
  1123. "authors": [
  1124. {
  1125. "name": "Sebastian Bergmann",
  1126. "email": "sb@sebastian-bergmann.de",
  1127. "role": "lead"
  1128. }
  1129. ],
  1130. "description": "Utility class for timing",
  1131. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1132. "keywords": [
  1133. "timer"
  1134. ],
  1135. "time": "2017-02-26T11:10:40+00:00"
  1136. },
  1137. {
  1138. "name": "phpunit/php-token-stream",
  1139. "version": "1.4.11",
  1140. "source": {
  1141. "type": "git",
  1142. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1143. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  1144. },
  1145. "dist": {
  1146. "type": "zip",
  1147. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1148. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1149. "shasum": ""
  1150. },
  1151. "require": {
  1152. "ext-tokenizer": "*",
  1153. "php": ">=5.3.3"
  1154. },
  1155. "require-dev": {
  1156. "phpunit/phpunit": "~4.2"
  1157. },
  1158. "type": "library",
  1159. "extra": {
  1160. "branch-alias": {
  1161. "dev-master": "1.4-dev"
  1162. }
  1163. },
  1164. "autoload": {
  1165. "classmap": [
  1166. "src/"
  1167. ]
  1168. },
  1169. "notification-url": "https://packagist.org/downloads/",
  1170. "license": [
  1171. "BSD-3-Clause"
  1172. ],
  1173. "authors": [
  1174. {
  1175. "name": "Sebastian Bergmann",
  1176. "email": "sebastian@phpunit.de"
  1177. }
  1178. ],
  1179. "description": "Wrapper around PHP's tokenizer extension.",
  1180. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1181. "keywords": [
  1182. "tokenizer"
  1183. ],
  1184. "time": "2017-02-27T10:12:30+00:00"
  1185. },
  1186. {
  1187. "name": "phpunit/phpunit",
  1188. "version": "4.8.36",
  1189. "source": {
  1190. "type": "git",
  1191. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1192. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  1193. },
  1194. "dist": {
  1195. "type": "zip",
  1196. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  1197. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  1198. "shasum": ""
  1199. },
  1200. "require": {
  1201. "ext-dom": "*",
  1202. "ext-json": "*",
  1203. "ext-pcre": "*",
  1204. "ext-reflection": "*",
  1205. "ext-spl": "*",
  1206. "php": ">=5.3.3",
  1207. "phpspec/prophecy": "^1.3.1",
  1208. "phpunit/php-code-coverage": "~2.1",
  1209. "phpunit/php-file-iterator": "~1.4",
  1210. "phpunit/php-text-template": "~1.2",
  1211. "phpunit/php-timer": "^1.0.6",
  1212. "phpunit/phpunit-mock-objects": "~2.3",
  1213. "sebastian/comparator": "~1.2.2",
  1214. "sebastian/diff": "~1.2",
  1215. "sebastian/environment": "~1.3",
  1216. "sebastian/exporter": "~1.2",
  1217. "sebastian/global-state": "~1.0",
  1218. "sebastian/version": "~1.0",
  1219. "symfony/yaml": "~2.1|~3.0"
  1220. },
  1221. "suggest": {
  1222. "phpunit/php-invoker": "~1.1"
  1223. },
  1224. "bin": [
  1225. "phpunit"
  1226. ],
  1227. "type": "library",
  1228. "extra": {
  1229. "branch-alias": {
  1230. "dev-master": "4.8.x-dev"
  1231. }
  1232. },
  1233. "autoload": {
  1234. "classmap": [
  1235. "src/"
  1236. ]
  1237. },
  1238. "notification-url": "https://packagist.org/downloads/",
  1239. "license": [
  1240. "BSD-3-Clause"
  1241. ],
  1242. "authors": [
  1243. {
  1244. "name": "Sebastian Bergmann",
  1245. "email": "sebastian@phpunit.de",
  1246. "role": "lead"
  1247. }
  1248. ],
  1249. "description": "The PHP Unit Testing framework.",
  1250. "homepage": "https://phpunit.de/",
  1251. "keywords": [
  1252. "phpunit",
  1253. "testing",
  1254. "xunit"
  1255. ],
  1256. "time": "2017-06-21T08:07:12+00:00"
  1257. },
  1258. {
  1259. "name": "phpunit/phpunit-mock-objects",
  1260. "version": "2.3.8",
  1261. "source": {
  1262. "type": "git",
  1263. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1264. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1265. },
  1266. "dist": {
  1267. "type": "zip",
  1268. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1269. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1270. "shasum": ""
  1271. },
  1272. "require": {
  1273. "doctrine/instantiator": "^1.0.2",
  1274. "php": ">=5.3.3",
  1275. "phpunit/php-text-template": "~1.2",
  1276. "sebastian/exporter": "~1.2"
  1277. },
  1278. "require-dev": {
  1279. "phpunit/phpunit": "~4.4"
  1280. },
  1281. "suggest": {
  1282. "ext-soap": "*"
  1283. },
  1284. "type": "library",
  1285. "extra": {
  1286. "branch-alias": {
  1287. "dev-master": "2.3.x-dev"
  1288. }
  1289. },
  1290. "autoload": {
  1291. "classmap": [
  1292. "src/"
  1293. ]
  1294. },
  1295. "notification-url": "https://packagist.org/downloads/",
  1296. "license": [
  1297. "BSD-3-Clause"
  1298. ],
  1299. "authors": [
  1300. {
  1301. "name": "Sebastian Bergmann",
  1302. "email": "sb@sebastian-bergmann.de",
  1303. "role": "lead"
  1304. }
  1305. ],
  1306. "description": "Mock Object library for PHPUnit",
  1307. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1308. "keywords": [
  1309. "mock",
  1310. "xunit"
  1311. ],
  1312. "time": "2015-10-02T06:51:40+00:00"
  1313. },
  1314. {
  1315. "name": "sebastian/comparator",
  1316. "version": "1.2.4",
  1317. "source": {
  1318. "type": "git",
  1319. "url": "https://github.com/sebastianbergmann/comparator.git",
  1320. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1321. },
  1322. "dist": {
  1323. "type": "zip",
  1324. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1325. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1326. "shasum": ""
  1327. },
  1328. "require": {
  1329. "php": ">=5.3.3",
  1330. "sebastian/diff": "~1.2",
  1331. "sebastian/exporter": "~1.2 || ~2.0"
  1332. },
  1333. "require-dev": {
  1334. "phpunit/phpunit": "~4.4"
  1335. },
  1336. "type": "library",
  1337. "extra": {
  1338. "branch-alias": {
  1339. "dev-master": "1.2.x-dev"
  1340. }
  1341. },
  1342. "autoload": {
  1343. "classmap": [
  1344. "src/"
  1345. ]
  1346. },
  1347. "notification-url": "https://packagist.org/downloads/",
  1348. "license": [
  1349. "BSD-3-Clause"
  1350. ],
  1351. "authors": [
  1352. {
  1353. "name": "Jeff Welch",
  1354. "email": "whatthejeff@gmail.com"
  1355. },
  1356. {
  1357. "name": "Volker Dusch",
  1358. "email": "github@wallbash.com"
  1359. },
  1360. {
  1361. "name": "Bernhard Schussek",
  1362. "email": "bschussek@2bepublished.at"
  1363. },
  1364. {
  1365. "name": "Sebastian Bergmann",
  1366. "email": "sebastian@phpunit.de"
  1367. }
  1368. ],
  1369. "description": "Provides the functionality to compare PHP values for equality",
  1370. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1371. "keywords": [
  1372. "comparator",
  1373. "compare",
  1374. "equality"
  1375. ],
  1376. "time": "2017-01-29T09:50:25+00:00"
  1377. },
  1378. {
  1379. "name": "sebastian/diff",
  1380. "version": "1.4.3",
  1381. "source": {
  1382. "type": "git",
  1383. "url": "https://github.com/sebastianbergmann/diff.git",
  1384. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1385. },
  1386. "dist": {
  1387. "type": "zip",
  1388. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1389. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1390. "shasum": ""
  1391. },
  1392. "require": {
  1393. "php": "^5.3.3 || ^7.0"
  1394. },
  1395. "require-dev": {
  1396. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1397. },
  1398. "type": "library",
  1399. "extra": {
  1400. "branch-alias": {
  1401. "dev-master": "1.4-dev"
  1402. }
  1403. },
  1404. "autoload": {
  1405. "classmap": [
  1406. "src/"
  1407. ]
  1408. },
  1409. "notification-url": "https://packagist.org/downloads/",
  1410. "license": [
  1411. "BSD-3-Clause"
  1412. ],
  1413. "authors": [
  1414. {
  1415. "name": "Kore Nordmann",
  1416. "email": "mail@kore-nordmann.de"
  1417. },
  1418. {
  1419. "name": "Sebastian Bergmann",
  1420. "email": "sebastian@phpunit.de"
  1421. }
  1422. ],
  1423. "description": "Diff implementation",
  1424. "homepage": "https://github.com/sebastianbergmann/diff",
  1425. "keywords": [
  1426. "diff"
  1427. ],
  1428. "time": "2017-05-22T07:24:03+00:00"
  1429. },
  1430. {
  1431. "name": "sebastian/environment",
  1432. "version": "1.3.8",
  1433. "source": {
  1434. "type": "git",
  1435. "url": "https://github.com/sebastianbergmann/environment.git",
  1436. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  1437. },
  1438. "dist": {
  1439. "type": "zip",
  1440. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1441. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1442. "shasum": ""
  1443. },
  1444. "require": {
  1445. "php": "^5.3.3 || ^7.0"
  1446. },
  1447. "require-dev": {
  1448. "phpunit/phpunit": "^4.8 || ^5.0"
  1449. },
  1450. "type": "library",
  1451. "extra": {
  1452. "branch-alias": {
  1453. "dev-master": "1.3.x-dev"
  1454. }
  1455. },
  1456. "autoload": {
  1457. "classmap": [
  1458. "src/"
  1459. ]
  1460. },
  1461. "notification-url": "https://packagist.org/downloads/",
  1462. "license": [
  1463. "BSD-3-Clause"
  1464. ],
  1465. "authors": [
  1466. {
  1467. "name": "Sebastian Bergmann",
  1468. "email": "sebastian@phpunit.de"
  1469. }
  1470. ],
  1471. "description": "Provides functionality to handle HHVM/PHP environments",
  1472. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1473. "keywords": [
  1474. "Xdebug",
  1475. "environment",
  1476. "hhvm"
  1477. ],
  1478. "time": "2016-08-18T05:49:44+00:00"
  1479. },
  1480. {
  1481. "name": "sebastian/exporter",
  1482. "version": "1.2.2",
  1483. "source": {
  1484. "type": "git",
  1485. "url": "https://github.com/sebastianbergmann/exporter.git",
  1486. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1487. },
  1488. "dist": {
  1489. "type": "zip",
  1490. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1491. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1492. "shasum": ""
  1493. },
  1494. "require": {
  1495. "php": ">=5.3.3",
  1496. "sebastian/recursion-context": "~1.0"
  1497. },
  1498. "require-dev": {
  1499. "ext-mbstring": "*",
  1500. "phpunit/phpunit": "~4.4"
  1501. },
  1502. "type": "library",
  1503. "extra": {
  1504. "branch-alias": {
  1505. "dev-master": "1.3.x-dev"
  1506. }
  1507. },
  1508. "autoload": {
  1509. "classmap": [
  1510. "src/"
  1511. ]
  1512. },
  1513. "notification-url": "https://packagist.org/downloads/",
  1514. "license": [
  1515. "BSD-3-Clause"
  1516. ],
  1517. "authors": [
  1518. {
  1519. "name": "Jeff Welch",
  1520. "email": "whatthejeff@gmail.com"
  1521. },
  1522. {
  1523. "name": "Volker Dusch",
  1524. "email": "github@wallbash.com"
  1525. },
  1526. {
  1527. "name": "Bernhard Schussek",
  1528. "email": "bschussek@2bepublished.at"
  1529. },
  1530. {
  1531. "name": "Sebastian Bergmann",
  1532. "email": "sebastian@phpunit.de"
  1533. },
  1534. {
  1535. "name": "Adam Harvey",
  1536. "email": "aharvey@php.net"
  1537. }
  1538. ],
  1539. "description": "Provides the functionality to export PHP variables for visualization",
  1540. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1541. "keywords": [
  1542. "export",
  1543. "exporter"
  1544. ],
  1545. "time": "2016-06-17T09:04:28+00:00"
  1546. },
  1547. {
  1548. "name": "sebastian/global-state",
  1549. "version": "1.1.1",
  1550. "source": {
  1551. "type": "git",
  1552. "url": "https://github.com/sebastianbergmann/global-state.git",
  1553. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1554. },
  1555. "dist": {
  1556. "type": "zip",
  1557. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1558. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1559. "shasum": ""
  1560. },
  1561. "require": {
  1562. "php": ">=5.3.3"
  1563. },
  1564. "require-dev": {
  1565. "phpunit/phpunit": "~4.2"
  1566. },
  1567. "suggest": {
  1568. "ext-uopz": "*"
  1569. },
  1570. "type": "library",
  1571. "extra": {
  1572. "branch-alias": {
  1573. "dev-master": "1.0-dev"
  1574. }
  1575. },
  1576. "autoload": {
  1577. "classmap": [
  1578. "src/"
  1579. ]
  1580. },
  1581. "notification-url": "https://packagist.org/downloads/",
  1582. "license": [
  1583. "BSD-3-Clause"
  1584. ],
  1585. "authors": [
  1586. {
  1587. "name": "Sebastian Bergmann",
  1588. "email": "sebastian@phpunit.de"
  1589. }
  1590. ],
  1591. "description": "Snapshotting of global state",
  1592. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1593. "keywords": [
  1594. "global state"
  1595. ],
  1596. "time": "2015-10-12T03:26:01+00:00"
  1597. },
  1598. {
  1599. "name": "sebastian/recursion-context",
  1600. "version": "1.0.5",
  1601. "source": {
  1602. "type": "git",
  1603. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1604. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1605. },
  1606. "dist": {
  1607. "type": "zip",
  1608. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1609. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1610. "shasum": ""
  1611. },
  1612. "require": {
  1613. "php": ">=5.3.3"
  1614. },
  1615. "require-dev": {
  1616. "phpunit/phpunit": "~4.4"
  1617. },
  1618. "type": "library",
  1619. "extra": {
  1620. "branch-alias": {
  1621. "dev-master": "1.0.x-dev"
  1622. }
  1623. },
  1624. "autoload": {
  1625. "classmap": [
  1626. "src/"
  1627. ]
  1628. },
  1629. "notification-url": "https://packagist.org/downloads/",
  1630. "license": [
  1631. "BSD-3-Clause"
  1632. ],
  1633. "authors": [
  1634. {
  1635. "name": "Jeff Welch",
  1636. "email": "whatthejeff@gmail.com"
  1637. },
  1638. {
  1639. "name": "Sebastian Bergmann",
  1640. "email": "sebastian@phpunit.de"
  1641. },
  1642. {
  1643. "name": "Adam Harvey",
  1644. "email": "aharvey@php.net"
  1645. }
  1646. ],
  1647. "description": "Provides functionality to recursively process PHP variables",
  1648. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1649. "time": "2016-10-03T07:41:43+00:00"
  1650. },
  1651. {
  1652. "name": "sebastian/version",
  1653. "version": "1.0.6",
  1654. "source": {
  1655. "type": "git",
  1656. "url": "https://github.com/sebastianbergmann/version.git",
  1657. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1658. },
  1659. "dist": {
  1660. "type": "zip",
  1661. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1662. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1663. "shasum": ""
  1664. },
  1665. "type": "library",
  1666. "autoload": {
  1667. "classmap": [
  1668. "src/"
  1669. ]
  1670. },
  1671. "notification-url": "https://packagist.org/downloads/",
  1672. "license": [
  1673. "BSD-3-Clause"
  1674. ],
  1675. "authors": [
  1676. {
  1677. "name": "Sebastian Bergmann",
  1678. "email": "sebastian@phpunit.de",
  1679. "role": "lead"
  1680. }
  1681. ],
  1682. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1683. "homepage": "https://github.com/sebastianbergmann/version",
  1684. "time": "2015-06-21T13:59:46+00:00"
  1685. },
  1686. {
  1687. "name": "symfony/yaml",
  1688. "version": "v2.8.26",
  1689. "source": {
  1690. "type": "git",
  1691. "url": "https://github.com/symfony/yaml.git",
  1692. "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
  1693. },
  1694. "dist": {
  1695. "type": "zip",
  1696. "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
  1697. "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
  1698. "shasum": ""
  1699. },
  1700. "require": {
  1701. "php": ">=5.3.9"
  1702. },
  1703. "type": "library",
  1704. "extra": {
  1705. "branch-alias": {
  1706. "dev-master": "2.8-dev"
  1707. }
  1708. },
  1709. "autoload": {
  1710. "psr-4": {
  1711. "Symfony\\Component\\Yaml\\": ""
  1712. },
  1713. "exclude-from-classmap": [
  1714. "/Tests/"
  1715. ]
  1716. },
  1717. "notification-url": "https://packagist.org/downloads/",
  1718. "license": [
  1719. "MIT"
  1720. ],
  1721. "authors": [
  1722. {
  1723. "name": "Fabien Potencier",
  1724. "email": "fabien@symfony.com"
  1725. },
  1726. {
  1727. "name": "Symfony Community",
  1728. "homepage": "https://symfony.com/contributors"
  1729. }
  1730. ],
  1731. "description": "Symfony Yaml Component",
  1732. "homepage": "https://symfony.com",
  1733. "time": "2017-06-01T20:52:29+00:00"
  1734. }
  1735. ],
  1736. "aliases": [],
  1737. "minimum-stability": "stable",
  1738. "stability-flags": [],
  1739. "prefer-stable": false,
  1740. "prefer-lowest": false,
  1741. "platform": {
  1742. "php": "^5.3.2 || ^7.0"
  1743. },
  1744. "platform-dev": [],
  1745. "platform-overrides": {
  1746. "php": "5.3.9"
  1747. }
  1748. }