composer.lock 59 KB

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