composer.lock 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737
  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": "f16383587ea8facae044abbad436e2a7",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.0.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "ec21a59414b99501e723b63fd664aa8ead9c5680"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/ec21a59414b99501e723b63fd664aa8ead9c5680",
  20. "reference": "ec21a59414b99501e723b63fd664aa8ead9c5680",
  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-09-04T19:00:06+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": "4.0.0",
  193. "source": {
  194. "type": "git",
  195. "url": "https://github.com/justinrainbow/json-schema.git",
  196. "reference": "31b29546f49524cb0123fb5619107a9306444b60"
  197. },
  198. "dist": {
  199. "type": "zip",
  200. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/31b29546f49524cb0123fb5619107a9306444b60",
  201. "reference": "31b29546f49524cb0123fb5619107a9306444b60",
  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": "3.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": "2016-10-10T12:37:37+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.4.1",
  354. "source": {
  355. "type": "git",
  356. "url": "https://github.com/Seldaek/jsonlint.git",
  357. "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70"
  358. },
  359. "dist": {
  360. "type": "zip",
  361. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e827b5254d3e58c736ea2c5616710983d80b0b70",
  362. "reference": "e827b5254d3e58c736ea2c5616710983d80b0b70",
  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-09-14T15:17:56+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.12",
  444. "source": {
  445. "type": "git",
  446. "url": "https://github.com/symfony/console.git",
  447. "reference": "d7a5a88178f94dcc29531ea4028ea614e35452d4"
  448. },
  449. "dist": {
  450. "type": "zip",
  451. "url": "https://api.github.com/repos/symfony/console/zipball/d7a5a88178f94dcc29531ea4028ea614e35452d4",
  452. "reference": "d7a5a88178f94dcc29531ea4028ea614e35452d4",
  453. "shasum": ""
  454. },
  455. "require": {
  456. "php": ">=5.3.9",
  457. "symfony/debug": "~2.7,>=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": "2016-09-28T00:10:16+00:00"
  501. },
  502. {
  503. "name": "symfony/debug",
  504. "version": "v2.8.12",
  505. "source": {
  506. "type": "git",
  507. "url": "https://github.com/symfony/debug.git",
  508. "reference": "8c29235936a47473af16fb91c7c4b7b193c5693c"
  509. },
  510. "dist": {
  511. "type": "zip",
  512. "url": "https://api.github.com/repos/symfony/debug/zipball/8c29235936a47473af16fb91c7c4b7b193c5693c",
  513. "reference": "8c29235936a47473af16fb91c7c4b7b193c5693c",
  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.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": "2016-09-06T10:55:00+00:00"
  558. },
  559. {
  560. "name": "symfony/filesystem",
  561. "version": "v2.8.12",
  562. "source": {
  563. "type": "git",
  564. "url": "https://github.com/symfony/filesystem.git",
  565. "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf"
  566. },
  567. "dist": {
  568. "type": "zip",
  569. "url": "https://api.github.com/repos/symfony/filesystem/zipball/44b499521defddf2eae17a18c811bbdae4f98bdf",
  570. "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf",
  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": "2016-09-06T10:55:00+00:00"
  607. },
  608. {
  609. "name": "symfony/finder",
  610. "version": "v2.8.12",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/symfony/finder.git",
  614. "reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/symfony/finder/zipball/bc24c8f5674c6f6841f2856b70e5d60784be5691",
  619. "reference": "bc24c8f5674c6f6841f2856b70e5d60784be5691",
  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": "2016-09-28T00:10:16+00:00"
  656. },
  657. {
  658. "name": "symfony/polyfill-mbstring",
  659. "version": "v1.2.0",
  660. "source": {
  661. "type": "git",
  662. "url": "https://github.com/symfony/polyfill-mbstring.git",
  663. "reference": "dff51f72b0706335131b00a7f49606168c582594"
  664. },
  665. "dist": {
  666. "type": "zip",
  667. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  668. "reference": "dff51f72b0706335131b00a7f49606168c582594",
  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.2-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-05-18T14:26:46+00:00"
  715. },
  716. {
  717. "name": "symfony/process",
  718. "version": "v2.8.12",
  719. "source": {
  720. "type": "git",
  721. "url": "https://github.com/symfony/process.git",
  722. "reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f"
  723. },
  724. "dist": {
  725. "type": "zip",
  726. "url": "https://api.github.com/repos/symfony/process/zipball/024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
  727. "reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
  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": "2016-09-29T14:03:54+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.6.1",
  873. "source": {
  874. "type": "git",
  875. "url": "https://github.com/phpspec/prophecy.git",
  876. "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  877. },
  878. "dist": {
  879. "type": "zip",
  880. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  881. "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  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",
  889. "sebastian/recursion-context": "^1.0"
  890. },
  891. "require-dev": {
  892. "phpspec/phpspec": "^2.0"
  893. },
  894. "type": "library",
  895. "extra": {
  896. "branch-alias": {
  897. "dev-master": "1.6.x-dev"
  898. }
  899. },
  900. "autoload": {
  901. "psr-0": {
  902. "Prophecy\\": "src/"
  903. }
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "MIT"
  908. ],
  909. "authors": [
  910. {
  911. "name": "Konstantin Kudryashov",
  912. "email": "ever.zet@gmail.com",
  913. "homepage": "http://everzet.com"
  914. },
  915. {
  916. "name": "Marcello Duarte",
  917. "email": "marcello.duarte@gmail.com"
  918. }
  919. ],
  920. "description": "Highly opinionated mocking framework for PHP 5.3+",
  921. "homepage": "https://github.com/phpspec/prophecy",
  922. "keywords": [
  923. "Double",
  924. "Dummy",
  925. "fake",
  926. "mock",
  927. "spy",
  928. "stub"
  929. ],
  930. "time": "2016-06-07T08:13:47+00:00"
  931. },
  932. {
  933. "name": "phpunit/php-code-coverage",
  934. "version": "2.2.4",
  935. "source": {
  936. "type": "git",
  937. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  938. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  939. },
  940. "dist": {
  941. "type": "zip",
  942. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  943. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  944. "shasum": ""
  945. },
  946. "require": {
  947. "php": ">=5.3.3",
  948. "phpunit/php-file-iterator": "~1.3",
  949. "phpunit/php-text-template": "~1.2",
  950. "phpunit/php-token-stream": "~1.3",
  951. "sebastian/environment": "^1.3.2",
  952. "sebastian/version": "~1.0"
  953. },
  954. "require-dev": {
  955. "ext-xdebug": ">=2.1.4",
  956. "phpunit/phpunit": "~4"
  957. },
  958. "suggest": {
  959. "ext-dom": "*",
  960. "ext-xdebug": ">=2.2.1",
  961. "ext-xmlwriter": "*"
  962. },
  963. "type": "library",
  964. "extra": {
  965. "branch-alias": {
  966. "dev-master": "2.2.x-dev"
  967. }
  968. },
  969. "autoload": {
  970. "classmap": [
  971. "src/"
  972. ]
  973. },
  974. "notification-url": "https://packagist.org/downloads/",
  975. "license": [
  976. "BSD-3-Clause"
  977. ],
  978. "authors": [
  979. {
  980. "name": "Sebastian Bergmann",
  981. "email": "sb@sebastian-bergmann.de",
  982. "role": "lead"
  983. }
  984. ],
  985. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  986. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  987. "keywords": [
  988. "coverage",
  989. "testing",
  990. "xunit"
  991. ],
  992. "time": "2015-10-06T15:47:00+00:00"
  993. },
  994. {
  995. "name": "phpunit/php-file-iterator",
  996. "version": "1.4.1",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1000. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1005. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1006. "shasum": ""
  1007. },
  1008. "require": {
  1009. "php": ">=5.3.3"
  1010. },
  1011. "type": "library",
  1012. "extra": {
  1013. "branch-alias": {
  1014. "dev-master": "1.4.x-dev"
  1015. }
  1016. },
  1017. "autoload": {
  1018. "classmap": [
  1019. "src/"
  1020. ]
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "BSD-3-Clause"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Sebastian Bergmann",
  1029. "email": "sb@sebastian-bergmann.de",
  1030. "role": "lead"
  1031. }
  1032. ],
  1033. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1034. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1035. "keywords": [
  1036. "filesystem",
  1037. "iterator"
  1038. ],
  1039. "time": "2015-06-21T13:08:43+00:00"
  1040. },
  1041. {
  1042. "name": "phpunit/php-text-template",
  1043. "version": "1.2.1",
  1044. "source": {
  1045. "type": "git",
  1046. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1047. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1048. },
  1049. "dist": {
  1050. "type": "zip",
  1051. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1052. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1053. "shasum": ""
  1054. },
  1055. "require": {
  1056. "php": ">=5.3.3"
  1057. },
  1058. "type": "library",
  1059. "autoload": {
  1060. "classmap": [
  1061. "src/"
  1062. ]
  1063. },
  1064. "notification-url": "https://packagist.org/downloads/",
  1065. "license": [
  1066. "BSD-3-Clause"
  1067. ],
  1068. "authors": [
  1069. {
  1070. "name": "Sebastian Bergmann",
  1071. "email": "sebastian@phpunit.de",
  1072. "role": "lead"
  1073. }
  1074. ],
  1075. "description": "Simple template engine.",
  1076. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1077. "keywords": [
  1078. "template"
  1079. ],
  1080. "time": "2015-06-21T13:50:34+00:00"
  1081. },
  1082. {
  1083. "name": "phpunit/php-timer",
  1084. "version": "1.0.8",
  1085. "source": {
  1086. "type": "git",
  1087. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1088. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  1089. },
  1090. "dist": {
  1091. "type": "zip",
  1092. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1093. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1094. "shasum": ""
  1095. },
  1096. "require": {
  1097. "php": ">=5.3.3"
  1098. },
  1099. "require-dev": {
  1100. "phpunit/phpunit": "~4|~5"
  1101. },
  1102. "type": "library",
  1103. "autoload": {
  1104. "classmap": [
  1105. "src/"
  1106. ]
  1107. },
  1108. "notification-url": "https://packagist.org/downloads/",
  1109. "license": [
  1110. "BSD-3-Clause"
  1111. ],
  1112. "authors": [
  1113. {
  1114. "name": "Sebastian Bergmann",
  1115. "email": "sb@sebastian-bergmann.de",
  1116. "role": "lead"
  1117. }
  1118. ],
  1119. "description": "Utility class for timing",
  1120. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1121. "keywords": [
  1122. "timer"
  1123. ],
  1124. "time": "2016-05-12T18:03:57+00:00"
  1125. },
  1126. {
  1127. "name": "phpunit/php-token-stream",
  1128. "version": "1.4.8",
  1129. "source": {
  1130. "type": "git",
  1131. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1132. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1133. },
  1134. "dist": {
  1135. "type": "zip",
  1136. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1137. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1138. "shasum": ""
  1139. },
  1140. "require": {
  1141. "ext-tokenizer": "*",
  1142. "php": ">=5.3.3"
  1143. },
  1144. "require-dev": {
  1145. "phpunit/phpunit": "~4.2"
  1146. },
  1147. "type": "library",
  1148. "extra": {
  1149. "branch-alias": {
  1150. "dev-master": "1.4-dev"
  1151. }
  1152. },
  1153. "autoload": {
  1154. "classmap": [
  1155. "src/"
  1156. ]
  1157. },
  1158. "notification-url": "https://packagist.org/downloads/",
  1159. "license": [
  1160. "BSD-3-Clause"
  1161. ],
  1162. "authors": [
  1163. {
  1164. "name": "Sebastian Bergmann",
  1165. "email": "sebastian@phpunit.de"
  1166. }
  1167. ],
  1168. "description": "Wrapper around PHP's tokenizer extension.",
  1169. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1170. "keywords": [
  1171. "tokenizer"
  1172. ],
  1173. "time": "2015-09-15T10:49:45+00:00"
  1174. },
  1175. {
  1176. "name": "phpunit/phpunit",
  1177. "version": "4.8.27",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1181. "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
  1186. "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "ext-dom": "*",
  1191. "ext-json": "*",
  1192. "ext-pcre": "*",
  1193. "ext-reflection": "*",
  1194. "ext-spl": "*",
  1195. "php": ">=5.3.3",
  1196. "phpspec/prophecy": "^1.3.1",
  1197. "phpunit/php-code-coverage": "~2.1",
  1198. "phpunit/php-file-iterator": "~1.4",
  1199. "phpunit/php-text-template": "~1.2",
  1200. "phpunit/php-timer": "^1.0.6",
  1201. "phpunit/phpunit-mock-objects": "~2.3",
  1202. "sebastian/comparator": "~1.1",
  1203. "sebastian/diff": "~1.2",
  1204. "sebastian/environment": "~1.3",
  1205. "sebastian/exporter": "~1.2",
  1206. "sebastian/global-state": "~1.0",
  1207. "sebastian/version": "~1.0",
  1208. "symfony/yaml": "~2.1|~3.0"
  1209. },
  1210. "suggest": {
  1211. "phpunit/php-invoker": "~1.1"
  1212. },
  1213. "bin": [
  1214. "phpunit"
  1215. ],
  1216. "type": "library",
  1217. "extra": {
  1218. "branch-alias": {
  1219. "dev-master": "4.8.x-dev"
  1220. }
  1221. },
  1222. "autoload": {
  1223. "classmap": [
  1224. "src/"
  1225. ]
  1226. },
  1227. "notification-url": "https://packagist.org/downloads/",
  1228. "license": [
  1229. "BSD-3-Clause"
  1230. ],
  1231. "authors": [
  1232. {
  1233. "name": "Sebastian Bergmann",
  1234. "email": "sebastian@phpunit.de",
  1235. "role": "lead"
  1236. }
  1237. ],
  1238. "description": "The PHP Unit Testing framework.",
  1239. "homepage": "https://phpunit.de/",
  1240. "keywords": [
  1241. "phpunit",
  1242. "testing",
  1243. "xunit"
  1244. ],
  1245. "time": "2016-07-21T06:48:14+00:00"
  1246. },
  1247. {
  1248. "name": "phpunit/phpunit-mock-objects",
  1249. "version": "2.3.8",
  1250. "source": {
  1251. "type": "git",
  1252. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1253. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1254. },
  1255. "dist": {
  1256. "type": "zip",
  1257. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1258. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1259. "shasum": ""
  1260. },
  1261. "require": {
  1262. "doctrine/instantiator": "^1.0.2",
  1263. "php": ">=5.3.3",
  1264. "phpunit/php-text-template": "~1.2",
  1265. "sebastian/exporter": "~1.2"
  1266. },
  1267. "require-dev": {
  1268. "phpunit/phpunit": "~4.4"
  1269. },
  1270. "suggest": {
  1271. "ext-soap": "*"
  1272. },
  1273. "type": "library",
  1274. "extra": {
  1275. "branch-alias": {
  1276. "dev-master": "2.3.x-dev"
  1277. }
  1278. },
  1279. "autoload": {
  1280. "classmap": [
  1281. "src/"
  1282. ]
  1283. },
  1284. "notification-url": "https://packagist.org/downloads/",
  1285. "license": [
  1286. "BSD-3-Clause"
  1287. ],
  1288. "authors": [
  1289. {
  1290. "name": "Sebastian Bergmann",
  1291. "email": "sb@sebastian-bergmann.de",
  1292. "role": "lead"
  1293. }
  1294. ],
  1295. "description": "Mock Object library for PHPUnit",
  1296. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1297. "keywords": [
  1298. "mock",
  1299. "xunit"
  1300. ],
  1301. "time": "2015-10-02T06:51:40+00:00"
  1302. },
  1303. {
  1304. "name": "sebastian/comparator",
  1305. "version": "1.2.0",
  1306. "source": {
  1307. "type": "git",
  1308. "url": "https://github.com/sebastianbergmann/comparator.git",
  1309. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1310. },
  1311. "dist": {
  1312. "type": "zip",
  1313. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1314. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1315. "shasum": ""
  1316. },
  1317. "require": {
  1318. "php": ">=5.3.3",
  1319. "sebastian/diff": "~1.2",
  1320. "sebastian/exporter": "~1.2"
  1321. },
  1322. "require-dev": {
  1323. "phpunit/phpunit": "~4.4"
  1324. },
  1325. "type": "library",
  1326. "extra": {
  1327. "branch-alias": {
  1328. "dev-master": "1.2.x-dev"
  1329. }
  1330. },
  1331. "autoload": {
  1332. "classmap": [
  1333. "src/"
  1334. ]
  1335. },
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "BSD-3-Clause"
  1339. ],
  1340. "authors": [
  1341. {
  1342. "name": "Jeff Welch",
  1343. "email": "whatthejeff@gmail.com"
  1344. },
  1345. {
  1346. "name": "Volker Dusch",
  1347. "email": "github@wallbash.com"
  1348. },
  1349. {
  1350. "name": "Bernhard Schussek",
  1351. "email": "bschussek@2bepublished.at"
  1352. },
  1353. {
  1354. "name": "Sebastian Bergmann",
  1355. "email": "sebastian@phpunit.de"
  1356. }
  1357. ],
  1358. "description": "Provides the functionality to compare PHP values for equality",
  1359. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1360. "keywords": [
  1361. "comparator",
  1362. "compare",
  1363. "equality"
  1364. ],
  1365. "time": "2015-07-26T15:48:44+00:00"
  1366. },
  1367. {
  1368. "name": "sebastian/diff",
  1369. "version": "1.4.1",
  1370. "source": {
  1371. "type": "git",
  1372. "url": "https://github.com/sebastianbergmann/diff.git",
  1373. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1374. },
  1375. "dist": {
  1376. "type": "zip",
  1377. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1378. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1379. "shasum": ""
  1380. },
  1381. "require": {
  1382. "php": ">=5.3.3"
  1383. },
  1384. "require-dev": {
  1385. "phpunit/phpunit": "~4.8"
  1386. },
  1387. "type": "library",
  1388. "extra": {
  1389. "branch-alias": {
  1390. "dev-master": "1.4-dev"
  1391. }
  1392. },
  1393. "autoload": {
  1394. "classmap": [
  1395. "src/"
  1396. ]
  1397. },
  1398. "notification-url": "https://packagist.org/downloads/",
  1399. "license": [
  1400. "BSD-3-Clause"
  1401. ],
  1402. "authors": [
  1403. {
  1404. "name": "Kore Nordmann",
  1405. "email": "mail@kore-nordmann.de"
  1406. },
  1407. {
  1408. "name": "Sebastian Bergmann",
  1409. "email": "sebastian@phpunit.de"
  1410. }
  1411. ],
  1412. "description": "Diff implementation",
  1413. "homepage": "https://github.com/sebastianbergmann/diff",
  1414. "keywords": [
  1415. "diff"
  1416. ],
  1417. "time": "2015-12-08T07:14:41+00:00"
  1418. },
  1419. {
  1420. "name": "sebastian/environment",
  1421. "version": "1.3.8",
  1422. "source": {
  1423. "type": "git",
  1424. "url": "https://github.com/sebastianbergmann/environment.git",
  1425. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  1426. },
  1427. "dist": {
  1428. "type": "zip",
  1429. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1430. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1431. "shasum": ""
  1432. },
  1433. "require": {
  1434. "php": "^5.3.3 || ^7.0"
  1435. },
  1436. "require-dev": {
  1437. "phpunit/phpunit": "^4.8 || ^5.0"
  1438. },
  1439. "type": "library",
  1440. "extra": {
  1441. "branch-alias": {
  1442. "dev-master": "1.3.x-dev"
  1443. }
  1444. },
  1445. "autoload": {
  1446. "classmap": [
  1447. "src/"
  1448. ]
  1449. },
  1450. "notification-url": "https://packagist.org/downloads/",
  1451. "license": [
  1452. "BSD-3-Clause"
  1453. ],
  1454. "authors": [
  1455. {
  1456. "name": "Sebastian Bergmann",
  1457. "email": "sebastian@phpunit.de"
  1458. }
  1459. ],
  1460. "description": "Provides functionality to handle HHVM/PHP environments",
  1461. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1462. "keywords": [
  1463. "Xdebug",
  1464. "environment",
  1465. "hhvm"
  1466. ],
  1467. "time": "2016-08-18T05:49:44+00:00"
  1468. },
  1469. {
  1470. "name": "sebastian/exporter",
  1471. "version": "1.2.2",
  1472. "source": {
  1473. "type": "git",
  1474. "url": "https://github.com/sebastianbergmann/exporter.git",
  1475. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1476. },
  1477. "dist": {
  1478. "type": "zip",
  1479. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1480. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1481. "shasum": ""
  1482. },
  1483. "require": {
  1484. "php": ">=5.3.3",
  1485. "sebastian/recursion-context": "~1.0"
  1486. },
  1487. "require-dev": {
  1488. "ext-mbstring": "*",
  1489. "phpunit/phpunit": "~4.4"
  1490. },
  1491. "type": "library",
  1492. "extra": {
  1493. "branch-alias": {
  1494. "dev-master": "1.3.x-dev"
  1495. }
  1496. },
  1497. "autoload": {
  1498. "classmap": [
  1499. "src/"
  1500. ]
  1501. },
  1502. "notification-url": "https://packagist.org/downloads/",
  1503. "license": [
  1504. "BSD-3-Clause"
  1505. ],
  1506. "authors": [
  1507. {
  1508. "name": "Jeff Welch",
  1509. "email": "whatthejeff@gmail.com"
  1510. },
  1511. {
  1512. "name": "Volker Dusch",
  1513. "email": "github@wallbash.com"
  1514. },
  1515. {
  1516. "name": "Bernhard Schussek",
  1517. "email": "bschussek@2bepublished.at"
  1518. },
  1519. {
  1520. "name": "Sebastian Bergmann",
  1521. "email": "sebastian@phpunit.de"
  1522. },
  1523. {
  1524. "name": "Adam Harvey",
  1525. "email": "aharvey@php.net"
  1526. }
  1527. ],
  1528. "description": "Provides the functionality to export PHP variables for visualization",
  1529. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1530. "keywords": [
  1531. "export",
  1532. "exporter"
  1533. ],
  1534. "time": "2016-06-17T09:04:28+00:00"
  1535. },
  1536. {
  1537. "name": "sebastian/global-state",
  1538. "version": "1.1.1",
  1539. "source": {
  1540. "type": "git",
  1541. "url": "https://github.com/sebastianbergmann/global-state.git",
  1542. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1543. },
  1544. "dist": {
  1545. "type": "zip",
  1546. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1547. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1548. "shasum": ""
  1549. },
  1550. "require": {
  1551. "php": ">=5.3.3"
  1552. },
  1553. "require-dev": {
  1554. "phpunit/phpunit": "~4.2"
  1555. },
  1556. "suggest": {
  1557. "ext-uopz": "*"
  1558. },
  1559. "type": "library",
  1560. "extra": {
  1561. "branch-alias": {
  1562. "dev-master": "1.0-dev"
  1563. }
  1564. },
  1565. "autoload": {
  1566. "classmap": [
  1567. "src/"
  1568. ]
  1569. },
  1570. "notification-url": "https://packagist.org/downloads/",
  1571. "license": [
  1572. "BSD-3-Clause"
  1573. ],
  1574. "authors": [
  1575. {
  1576. "name": "Sebastian Bergmann",
  1577. "email": "sebastian@phpunit.de"
  1578. }
  1579. ],
  1580. "description": "Snapshotting of global state",
  1581. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1582. "keywords": [
  1583. "global state"
  1584. ],
  1585. "time": "2015-10-12T03:26:01+00:00"
  1586. },
  1587. {
  1588. "name": "sebastian/recursion-context",
  1589. "version": "1.0.2",
  1590. "source": {
  1591. "type": "git",
  1592. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1593. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  1594. },
  1595. "dist": {
  1596. "type": "zip",
  1597. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  1598. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  1599. "shasum": ""
  1600. },
  1601. "require": {
  1602. "php": ">=5.3.3"
  1603. },
  1604. "require-dev": {
  1605. "phpunit/phpunit": "~4.4"
  1606. },
  1607. "type": "library",
  1608. "extra": {
  1609. "branch-alias": {
  1610. "dev-master": "1.0.x-dev"
  1611. }
  1612. },
  1613. "autoload": {
  1614. "classmap": [
  1615. "src/"
  1616. ]
  1617. },
  1618. "notification-url": "https://packagist.org/downloads/",
  1619. "license": [
  1620. "BSD-3-Clause"
  1621. ],
  1622. "authors": [
  1623. {
  1624. "name": "Jeff Welch",
  1625. "email": "whatthejeff@gmail.com"
  1626. },
  1627. {
  1628. "name": "Sebastian Bergmann",
  1629. "email": "sebastian@phpunit.de"
  1630. },
  1631. {
  1632. "name": "Adam Harvey",
  1633. "email": "aharvey@php.net"
  1634. }
  1635. ],
  1636. "description": "Provides functionality to recursively process PHP variables",
  1637. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1638. "time": "2015-11-11T19:50:13+00:00"
  1639. },
  1640. {
  1641. "name": "sebastian/version",
  1642. "version": "1.0.6",
  1643. "source": {
  1644. "type": "git",
  1645. "url": "https://github.com/sebastianbergmann/version.git",
  1646. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1647. },
  1648. "dist": {
  1649. "type": "zip",
  1650. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1651. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1652. "shasum": ""
  1653. },
  1654. "type": "library",
  1655. "autoload": {
  1656. "classmap": [
  1657. "src/"
  1658. ]
  1659. },
  1660. "notification-url": "https://packagist.org/downloads/",
  1661. "license": [
  1662. "BSD-3-Clause"
  1663. ],
  1664. "authors": [
  1665. {
  1666. "name": "Sebastian Bergmann",
  1667. "email": "sebastian@phpunit.de",
  1668. "role": "lead"
  1669. }
  1670. ],
  1671. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1672. "homepage": "https://github.com/sebastianbergmann/version",
  1673. "time": "2015-06-21T13:59:46+00:00"
  1674. },
  1675. {
  1676. "name": "symfony/yaml",
  1677. "version": "v2.8.12",
  1678. "source": {
  1679. "type": "git",
  1680. "url": "https://github.com/symfony/yaml.git",
  1681. "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c"
  1682. },
  1683. "dist": {
  1684. "type": "zip",
  1685. "url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
  1686. "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
  1687. "shasum": ""
  1688. },
  1689. "require": {
  1690. "php": ">=5.3.9"
  1691. },
  1692. "type": "library",
  1693. "extra": {
  1694. "branch-alias": {
  1695. "dev-master": "2.8-dev"
  1696. }
  1697. },
  1698. "autoload": {
  1699. "psr-4": {
  1700. "Symfony\\Component\\Yaml\\": ""
  1701. },
  1702. "exclude-from-classmap": [
  1703. "/Tests/"
  1704. ]
  1705. },
  1706. "notification-url": "https://packagist.org/downloads/",
  1707. "license": [
  1708. "MIT"
  1709. ],
  1710. "authors": [
  1711. {
  1712. "name": "Fabien Potencier",
  1713. "email": "fabien@symfony.com"
  1714. },
  1715. {
  1716. "name": "Symfony Community",
  1717. "homepage": "https://symfony.com/contributors"
  1718. }
  1719. ],
  1720. "description": "Symfony Yaml Component",
  1721. "homepage": "https://symfony.com",
  1722. "time": "2016-09-02T01:57:56+00:00"
  1723. }
  1724. ],
  1725. "aliases": [],
  1726. "minimum-stability": "stable",
  1727. "stability-flags": [],
  1728. "prefer-stable": false,
  1729. "prefer-lowest": false,
  1730. "platform": {
  1731. "php": "^5.3.2 || ^7.0"
  1732. },
  1733. "platform-dev": [],
  1734. "platform-overrides": {
  1735. "php": "5.3.9"
  1736. }
  1737. }