composer.lock 59 KB

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