composer.lock 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523
  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": "b5a413cdd8d859668c17366387b57c14",
  8. "packages": [
  9. {
  10. "name": "symfony/yaml",
  11. "version": "v3.3.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/symfony/yaml.git",
  15. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  20. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5.9"
  25. },
  26. "require-dev": {
  27. "symfony/console": "~2.8|~3.0"
  28. },
  29. "suggest": {
  30. "symfony/console": "For validating YAML files using the lint command"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "3.3-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-4": {
  40. "Symfony\\Component\\Yaml\\": ""
  41. },
  42. "exclude-from-classmap": [
  43. "/Tests/"
  44. ]
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Fabien Potencier",
  53. "email": "fabien@symfony.com"
  54. },
  55. {
  56. "name": "Symfony Community",
  57. "homepage": "https://symfony.com/contributors"
  58. }
  59. ],
  60. "description": "Symfony Yaml Component",
  61. "homepage": "https://symfony.com",
  62. "time": "2017-06-02T22:05:06+00:00"
  63. }
  64. ],
  65. "packages-dev": [
  66. {
  67. "name": "doctrine/instantiator",
  68. "version": "1.0.5",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/doctrine/instantiator.git",
  72. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  77. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "php": ">=5.3,<8.0-DEV"
  82. },
  83. "require-dev": {
  84. "athletic/athletic": "~0.1.8",
  85. "ext-pdo": "*",
  86. "ext-phar": "*",
  87. "phpunit/phpunit": "~4.0",
  88. "squizlabs/php_codesniffer": "~2.0"
  89. },
  90. "type": "library",
  91. "extra": {
  92. "branch-alias": {
  93. "dev-master": "1.0.x-dev"
  94. }
  95. },
  96. "autoload": {
  97. "psr-4": {
  98. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "MIT"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Marco Pivetta",
  108. "email": "ocramius@gmail.com",
  109. "homepage": "http://ocramius.github.com/"
  110. }
  111. ],
  112. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  113. "homepage": "https://github.com/doctrine/instantiator",
  114. "keywords": [
  115. "constructor",
  116. "instantiate"
  117. ],
  118. "time": "2015-06-14T21:17:01+00:00"
  119. },
  120. {
  121. "name": "myclabs/deep-copy",
  122. "version": "1.6.1",
  123. "source": {
  124. "type": "git",
  125. "url": "https://github.com/myclabs/DeepCopy.git",
  126. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  127. },
  128. "dist": {
  129. "type": "zip",
  130. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  131. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  132. "shasum": ""
  133. },
  134. "require": {
  135. "php": ">=5.4.0"
  136. },
  137. "require-dev": {
  138. "doctrine/collections": "1.*",
  139. "phpunit/phpunit": "~4.1"
  140. },
  141. "type": "library",
  142. "autoload": {
  143. "psr-4": {
  144. "DeepCopy\\": "src/DeepCopy/"
  145. }
  146. },
  147. "notification-url": "https://packagist.org/downloads/",
  148. "license": [
  149. "MIT"
  150. ],
  151. "description": "Create deep copies (clones) of your objects",
  152. "homepage": "https://github.com/myclabs/DeepCopy",
  153. "keywords": [
  154. "clone",
  155. "copy",
  156. "duplicate",
  157. "object",
  158. "object graph"
  159. ],
  160. "time": "2017-04-12T18:52:22+00:00"
  161. },
  162. {
  163. "name": "phar-io/manifest",
  164. "version": "1.0.1",
  165. "source": {
  166. "type": "git",
  167. "url": "https://github.com/phar-io/manifest.git",
  168. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  173. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "ext-dom": "*",
  178. "ext-phar": "*",
  179. "phar-io/version": "^1.0.1",
  180. "php": "^5.6 || ^7.0"
  181. },
  182. "type": "library",
  183. "extra": {
  184. "branch-alias": {
  185. "dev-master": "1.0.x-dev"
  186. }
  187. },
  188. "autoload": {
  189. "classmap": [
  190. "src/"
  191. ]
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "BSD-3-Clause"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Arne Blankerts",
  200. "email": "arne@blankerts.de",
  201. "role": "Developer"
  202. },
  203. {
  204. "name": "Sebastian Heuer",
  205. "email": "sebastian@phpeople.de",
  206. "role": "Developer"
  207. },
  208. {
  209. "name": "Sebastian Bergmann",
  210. "email": "sebastian@phpunit.de",
  211. "role": "Developer"
  212. }
  213. ],
  214. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  215. "time": "2017-03-05T18:14:27+00:00"
  216. },
  217. {
  218. "name": "phar-io/version",
  219. "version": "1.0.1",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/phar-io/version.git",
  223. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  228. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "php": "^5.6 || ^7.0"
  233. },
  234. "type": "library",
  235. "autoload": {
  236. "classmap": [
  237. "src/"
  238. ]
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "BSD-3-Clause"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Arne Blankerts",
  247. "email": "arne@blankerts.de",
  248. "role": "Developer"
  249. },
  250. {
  251. "name": "Sebastian Heuer",
  252. "email": "sebastian@phpeople.de",
  253. "role": "Developer"
  254. },
  255. {
  256. "name": "Sebastian Bergmann",
  257. "email": "sebastian@phpunit.de",
  258. "role": "Developer"
  259. }
  260. ],
  261. "description": "Library for handling version information and constraints",
  262. "time": "2017-03-05T17:38:23+00:00"
  263. },
  264. {
  265. "name": "phpdocumentor/reflection-common",
  266. "version": "1.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  270. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  275. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.5"
  280. },
  281. "require-dev": {
  282. "phpunit/phpunit": "^4.6"
  283. },
  284. "type": "library",
  285. "extra": {
  286. "branch-alias": {
  287. "dev-master": "1.0.x-dev"
  288. }
  289. },
  290. "autoload": {
  291. "psr-4": {
  292. "phpDocumentor\\Reflection\\": [
  293. "src"
  294. ]
  295. }
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "license": [
  299. "MIT"
  300. ],
  301. "authors": [
  302. {
  303. "name": "Jaap van Otterdijk",
  304. "email": "opensource@ijaap.nl"
  305. }
  306. ],
  307. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  308. "homepage": "http://www.phpdoc.org",
  309. "keywords": [
  310. "FQSEN",
  311. "phpDocumentor",
  312. "phpdoc",
  313. "reflection",
  314. "static analysis"
  315. ],
  316. "time": "2015-12-27T11:43:31+00:00"
  317. },
  318. {
  319. "name": "phpdocumentor/reflection-docblock",
  320. "version": "3.1.1",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  324. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  329. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "php": ">=5.5",
  334. "phpdocumentor/reflection-common": "^1.0@dev",
  335. "phpdocumentor/type-resolver": "^0.2.0",
  336. "webmozart/assert": "^1.0"
  337. },
  338. "require-dev": {
  339. "mockery/mockery": "^0.9.4",
  340. "phpunit/phpunit": "^4.4"
  341. },
  342. "type": "library",
  343. "autoload": {
  344. "psr-4": {
  345. "phpDocumentor\\Reflection\\": [
  346. "src/"
  347. ]
  348. }
  349. },
  350. "notification-url": "https://packagist.org/downloads/",
  351. "license": [
  352. "MIT"
  353. ],
  354. "authors": [
  355. {
  356. "name": "Mike van Riel",
  357. "email": "me@mikevanriel.com"
  358. }
  359. ],
  360. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  361. "time": "2016-09-30T07:12:33+00:00"
  362. },
  363. {
  364. "name": "phpdocumentor/type-resolver",
  365. "version": "0.2.1",
  366. "source": {
  367. "type": "git",
  368. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  369. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  370. },
  371. "dist": {
  372. "type": "zip",
  373. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  374. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  375. "shasum": ""
  376. },
  377. "require": {
  378. "php": ">=5.5",
  379. "phpdocumentor/reflection-common": "^1.0"
  380. },
  381. "require-dev": {
  382. "mockery/mockery": "^0.9.4",
  383. "phpunit/phpunit": "^5.2||^4.8.24"
  384. },
  385. "type": "library",
  386. "extra": {
  387. "branch-alias": {
  388. "dev-master": "1.0.x-dev"
  389. }
  390. },
  391. "autoload": {
  392. "psr-4": {
  393. "phpDocumentor\\Reflection\\": [
  394. "src/"
  395. ]
  396. }
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Mike van Riel",
  405. "email": "me@mikevanriel.com"
  406. }
  407. ],
  408. "time": "2016-11-25T06:54:22+00:00"
  409. },
  410. {
  411. "name": "phpspec/prophecy",
  412. "version": "v1.7.0",
  413. "source": {
  414. "type": "git",
  415. "url": "https://github.com/phpspec/prophecy.git",
  416. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  417. },
  418. "dist": {
  419. "type": "zip",
  420. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  421. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  422. "shasum": ""
  423. },
  424. "require": {
  425. "doctrine/instantiator": "^1.0.2",
  426. "php": "^5.3|^7.0",
  427. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  428. "sebastian/comparator": "^1.1|^2.0",
  429. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  430. },
  431. "require-dev": {
  432. "phpspec/phpspec": "^2.5|^3.2",
  433. "phpunit/phpunit": "^4.8 || ^5.6.5"
  434. },
  435. "type": "library",
  436. "extra": {
  437. "branch-alias": {
  438. "dev-master": "1.6.x-dev"
  439. }
  440. },
  441. "autoload": {
  442. "psr-0": {
  443. "Prophecy\\": "src/"
  444. }
  445. },
  446. "notification-url": "https://packagist.org/downloads/",
  447. "license": [
  448. "MIT"
  449. ],
  450. "authors": [
  451. {
  452. "name": "Konstantin Kudryashov",
  453. "email": "ever.zet@gmail.com",
  454. "homepage": "http://everzet.com"
  455. },
  456. {
  457. "name": "Marcello Duarte",
  458. "email": "marcello.duarte@gmail.com"
  459. }
  460. ],
  461. "description": "Highly opinionated mocking framework for PHP 5.3+",
  462. "homepage": "https://github.com/phpspec/prophecy",
  463. "keywords": [
  464. "Double",
  465. "Dummy",
  466. "fake",
  467. "mock",
  468. "spy",
  469. "stub"
  470. ],
  471. "time": "2017-03-02T20:05:34+00:00"
  472. },
  473. {
  474. "name": "phpunit/php-code-coverage",
  475. "version": "5.2.1",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  479. "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/dc421f9ca5082a0c0cb04afb171c765f79add85b",
  484. "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "ext-dom": "*",
  489. "ext-xmlwriter": "*",
  490. "php": "^7.0",
  491. "phpunit/php-file-iterator": "^1.3",
  492. "phpunit/php-text-template": "^1.2",
  493. "phpunit/php-token-stream": "^1.4.11 || ^2.0",
  494. "sebastian/code-unit-reverse-lookup": "^1.0",
  495. "sebastian/environment": "^3.0",
  496. "sebastian/version": "^2.0",
  497. "theseer/tokenizer": "^1.1"
  498. },
  499. "require-dev": {
  500. "ext-xdebug": "^2.5",
  501. "phpunit/phpunit": "^6.0"
  502. },
  503. "suggest": {
  504. "ext-xdebug": "^2.5.3"
  505. },
  506. "type": "library",
  507. "extra": {
  508. "branch-alias": {
  509. "dev-master": "5.2.x-dev"
  510. }
  511. },
  512. "autoload": {
  513. "classmap": [
  514. "src/"
  515. ]
  516. },
  517. "notification-url": "https://packagist.org/downloads/",
  518. "license": [
  519. "BSD-3-Clause"
  520. ],
  521. "authors": [
  522. {
  523. "name": "Sebastian Bergmann",
  524. "email": "sb@sebastian-bergmann.de",
  525. "role": "lead"
  526. }
  527. ],
  528. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  529. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  530. "keywords": [
  531. "coverage",
  532. "testing",
  533. "xunit"
  534. ],
  535. "time": "2017-04-21T08:03:57+00:00"
  536. },
  537. {
  538. "name": "phpunit/php-file-iterator",
  539. "version": "1.4.2",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  543. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  548. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "php": ">=5.3.3"
  553. },
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-master": "1.4.x-dev"
  558. }
  559. },
  560. "autoload": {
  561. "classmap": [
  562. "src/"
  563. ]
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "BSD-3-Clause"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Sebastian Bergmann",
  572. "email": "sb@sebastian-bergmann.de",
  573. "role": "lead"
  574. }
  575. ],
  576. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  577. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  578. "keywords": [
  579. "filesystem",
  580. "iterator"
  581. ],
  582. "time": "2016-10-03T07:40:28+00:00"
  583. },
  584. {
  585. "name": "phpunit/php-text-template",
  586. "version": "1.2.1",
  587. "source": {
  588. "type": "git",
  589. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  590. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  591. },
  592. "dist": {
  593. "type": "zip",
  594. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  595. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  596. "shasum": ""
  597. },
  598. "require": {
  599. "php": ">=5.3.3"
  600. },
  601. "type": "library",
  602. "autoload": {
  603. "classmap": [
  604. "src/"
  605. ]
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "BSD-3-Clause"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Sebastian Bergmann",
  614. "email": "sebastian@phpunit.de",
  615. "role": "lead"
  616. }
  617. ],
  618. "description": "Simple template engine.",
  619. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  620. "keywords": [
  621. "template"
  622. ],
  623. "time": "2015-06-21T13:50:34+00:00"
  624. },
  625. {
  626. "name": "phpunit/php-timer",
  627. "version": "1.0.9",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/sebastianbergmann/php-timer.git",
  631. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  636. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": "^5.3.3 || ^7.0"
  641. },
  642. "require-dev": {
  643. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "1.0-dev"
  649. }
  650. },
  651. "autoload": {
  652. "classmap": [
  653. "src/"
  654. ]
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "BSD-3-Clause"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Sebastian Bergmann",
  663. "email": "sb@sebastian-bergmann.de",
  664. "role": "lead"
  665. }
  666. ],
  667. "description": "Utility class for timing",
  668. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  669. "keywords": [
  670. "timer"
  671. ],
  672. "time": "2017-02-26T11:10:40+00:00"
  673. },
  674. {
  675. "name": "phpunit/php-token-stream",
  676. "version": "1.4.11",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  680. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  685. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "ext-tokenizer": "*",
  690. "php": ">=5.3.3"
  691. },
  692. "require-dev": {
  693. "phpunit/phpunit": "~4.2"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "1.4-dev"
  699. }
  700. },
  701. "autoload": {
  702. "classmap": [
  703. "src/"
  704. ]
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "BSD-3-Clause"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Sebastian Bergmann",
  713. "email": "sebastian@phpunit.de"
  714. }
  715. ],
  716. "description": "Wrapper around PHP's tokenizer extension.",
  717. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  718. "keywords": [
  719. "tokenizer"
  720. ],
  721. "time": "2017-02-27T10:12:30+00:00"
  722. },
  723. {
  724. "name": "phpunit/phpunit",
  725. "version": "6.2.2",
  726. "source": {
  727. "type": "git",
  728. "url": "https://github.com/sebastianbergmann/phpunit.git",
  729. "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e"
  730. },
  731. "dist": {
  732. "type": "zip",
  733. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f2786490399836d2a544a34785c4a8d3ab32cf0e",
  734. "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e",
  735. "shasum": ""
  736. },
  737. "require": {
  738. "ext-dom": "*",
  739. "ext-json": "*",
  740. "ext-libxml": "*",
  741. "ext-mbstring": "*",
  742. "ext-xml": "*",
  743. "myclabs/deep-copy": "^1.3",
  744. "phar-io/manifest": "^1.0.1",
  745. "phar-io/version": "^1.0",
  746. "php": "^7.0",
  747. "phpspec/prophecy": "^1.7",
  748. "phpunit/php-code-coverage": "^5.2",
  749. "phpunit/php-file-iterator": "^1.4",
  750. "phpunit/php-text-template": "^1.2",
  751. "phpunit/php-timer": "^1.0.6",
  752. "phpunit/phpunit-mock-objects": "^4.0",
  753. "sebastian/comparator": "^2.0",
  754. "sebastian/diff": "^1.4.3 || ^2.0",
  755. "sebastian/environment": "^3.0.2",
  756. "sebastian/exporter": "^3.1",
  757. "sebastian/global-state": "^1.1 || ^2.0",
  758. "sebastian/object-enumerator": "^3.0.2",
  759. "sebastian/resource-operations": "^1.0",
  760. "sebastian/version": "^2.0"
  761. },
  762. "conflict": {
  763. "phpdocumentor/reflection-docblock": "3.0.2",
  764. "phpunit/dbunit": "<3.0"
  765. },
  766. "require-dev": {
  767. "ext-pdo": "*"
  768. },
  769. "suggest": {
  770. "ext-xdebug": "*",
  771. "phpunit/php-invoker": "^1.1"
  772. },
  773. "bin": [
  774. "phpunit"
  775. ],
  776. "type": "library",
  777. "extra": {
  778. "branch-alias": {
  779. "dev-master": "6.2.x-dev"
  780. }
  781. },
  782. "autoload": {
  783. "classmap": [
  784. "src/"
  785. ]
  786. },
  787. "notification-url": "https://packagist.org/downloads/",
  788. "license": [
  789. "BSD-3-Clause"
  790. ],
  791. "authors": [
  792. {
  793. "name": "Sebastian Bergmann",
  794. "email": "sebastian@phpunit.de",
  795. "role": "lead"
  796. }
  797. ],
  798. "description": "The PHP Unit Testing framework.",
  799. "homepage": "https://phpunit.de/",
  800. "keywords": [
  801. "phpunit",
  802. "testing",
  803. "xunit"
  804. ],
  805. "time": "2017-06-13T14:07:07+00:00"
  806. },
  807. {
  808. "name": "phpunit/phpunit-mock-objects",
  809. "version": "4.0.1",
  810. "source": {
  811. "type": "git",
  812. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  813. "reference": "eabce450df194817a7d7e27e19013569a903a2bf"
  814. },
  815. "dist": {
  816. "type": "zip",
  817. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/eabce450df194817a7d7e27e19013569a903a2bf",
  818. "reference": "eabce450df194817a7d7e27e19013569a903a2bf",
  819. "shasum": ""
  820. },
  821. "require": {
  822. "doctrine/instantiator": "^1.0.2",
  823. "php": "^7.0",
  824. "phpunit/php-text-template": "^1.2",
  825. "sebastian/exporter": "^3.0"
  826. },
  827. "conflict": {
  828. "phpunit/phpunit": "<6.0"
  829. },
  830. "require-dev": {
  831. "phpunit/phpunit": "^6.0"
  832. },
  833. "suggest": {
  834. "ext-soap": "*"
  835. },
  836. "type": "library",
  837. "extra": {
  838. "branch-alias": {
  839. "dev-master": "4.0.x-dev"
  840. }
  841. },
  842. "autoload": {
  843. "classmap": [
  844. "src/"
  845. ]
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "BSD-3-Clause"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Sebastian Bergmann",
  854. "email": "sb@sebastian-bergmann.de",
  855. "role": "lead"
  856. }
  857. ],
  858. "description": "Mock Object library for PHPUnit",
  859. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  860. "keywords": [
  861. "mock",
  862. "xunit"
  863. ],
  864. "time": "2017-03-03T06:30:20+00:00"
  865. },
  866. {
  867. "name": "sebastian/code-unit-reverse-lookup",
  868. "version": "1.0.1",
  869. "source": {
  870. "type": "git",
  871. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  872. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  873. },
  874. "dist": {
  875. "type": "zip",
  876. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  877. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  878. "shasum": ""
  879. },
  880. "require": {
  881. "php": "^5.6 || ^7.0"
  882. },
  883. "require-dev": {
  884. "phpunit/phpunit": "^5.7 || ^6.0"
  885. },
  886. "type": "library",
  887. "extra": {
  888. "branch-alias": {
  889. "dev-master": "1.0.x-dev"
  890. }
  891. },
  892. "autoload": {
  893. "classmap": [
  894. "src/"
  895. ]
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "BSD-3-Clause"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Sebastian Bergmann",
  904. "email": "sebastian@phpunit.de"
  905. }
  906. ],
  907. "description": "Looks up which function or method a line of code belongs to",
  908. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  909. "time": "2017-03-04T06:30:41+00:00"
  910. },
  911. {
  912. "name": "sebastian/comparator",
  913. "version": "2.0.0",
  914. "source": {
  915. "type": "git",
  916. "url": "https://github.com/sebastianbergmann/comparator.git",
  917. "reference": "20f84f468cb67efee293246e6a09619b891f55f0"
  918. },
  919. "dist": {
  920. "type": "zip",
  921. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/20f84f468cb67efee293246e6a09619b891f55f0",
  922. "reference": "20f84f468cb67efee293246e6a09619b891f55f0",
  923. "shasum": ""
  924. },
  925. "require": {
  926. "php": "^7.0",
  927. "sebastian/diff": "^1.2",
  928. "sebastian/exporter": "^3.0"
  929. },
  930. "require-dev": {
  931. "phpunit/phpunit": "^6.0"
  932. },
  933. "type": "library",
  934. "extra": {
  935. "branch-alias": {
  936. "dev-master": "2.0.x-dev"
  937. }
  938. },
  939. "autoload": {
  940. "classmap": [
  941. "src/"
  942. ]
  943. },
  944. "notification-url": "https://packagist.org/downloads/",
  945. "license": [
  946. "BSD-3-Clause"
  947. ],
  948. "authors": [
  949. {
  950. "name": "Jeff Welch",
  951. "email": "whatthejeff@gmail.com"
  952. },
  953. {
  954. "name": "Volker Dusch",
  955. "email": "github@wallbash.com"
  956. },
  957. {
  958. "name": "Bernhard Schussek",
  959. "email": "bschussek@2bepublished.at"
  960. },
  961. {
  962. "name": "Sebastian Bergmann",
  963. "email": "sebastian@phpunit.de"
  964. }
  965. ],
  966. "description": "Provides the functionality to compare PHP values for equality",
  967. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  968. "keywords": [
  969. "comparator",
  970. "compare",
  971. "equality"
  972. ],
  973. "time": "2017-03-03T06:26:08+00:00"
  974. },
  975. {
  976. "name": "sebastian/diff",
  977. "version": "1.4.3",
  978. "source": {
  979. "type": "git",
  980. "url": "https://github.com/sebastianbergmann/diff.git",
  981. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  982. },
  983. "dist": {
  984. "type": "zip",
  985. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  986. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  987. "shasum": ""
  988. },
  989. "require": {
  990. "php": "^5.3.3 || ^7.0"
  991. },
  992. "require-dev": {
  993. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  994. },
  995. "type": "library",
  996. "extra": {
  997. "branch-alias": {
  998. "dev-master": "1.4-dev"
  999. }
  1000. },
  1001. "autoload": {
  1002. "classmap": [
  1003. "src/"
  1004. ]
  1005. },
  1006. "notification-url": "https://packagist.org/downloads/",
  1007. "license": [
  1008. "BSD-3-Clause"
  1009. ],
  1010. "authors": [
  1011. {
  1012. "name": "Kore Nordmann",
  1013. "email": "mail@kore-nordmann.de"
  1014. },
  1015. {
  1016. "name": "Sebastian Bergmann",
  1017. "email": "sebastian@phpunit.de"
  1018. }
  1019. ],
  1020. "description": "Diff implementation",
  1021. "homepage": "https://github.com/sebastianbergmann/diff",
  1022. "keywords": [
  1023. "diff"
  1024. ],
  1025. "time": "2017-05-22T07:24:03+00:00"
  1026. },
  1027. {
  1028. "name": "sebastian/environment",
  1029. "version": "3.0.4",
  1030. "source": {
  1031. "type": "git",
  1032. "url": "https://github.com/sebastianbergmann/environment.git",
  1033. "reference": "74776f8dbc081cab9287c2a601c0c1d842568744"
  1034. },
  1035. "dist": {
  1036. "type": "zip",
  1037. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/74776f8dbc081cab9287c2a601c0c1d842568744",
  1038. "reference": "74776f8dbc081cab9287c2a601c0c1d842568744",
  1039. "shasum": ""
  1040. },
  1041. "require": {
  1042. "php": "^7.0"
  1043. },
  1044. "require-dev": {
  1045. "phpunit/phpunit": "^6.1"
  1046. },
  1047. "type": "library",
  1048. "extra": {
  1049. "branch-alias": {
  1050. "dev-master": "3.0.x-dev"
  1051. }
  1052. },
  1053. "autoload": {
  1054. "classmap": [
  1055. "src/"
  1056. ]
  1057. },
  1058. "notification-url": "https://packagist.org/downloads/",
  1059. "license": [
  1060. "BSD-3-Clause"
  1061. ],
  1062. "authors": [
  1063. {
  1064. "name": "Sebastian Bergmann",
  1065. "email": "sebastian@phpunit.de"
  1066. }
  1067. ],
  1068. "description": "Provides functionality to handle HHVM/PHP environments",
  1069. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1070. "keywords": [
  1071. "Xdebug",
  1072. "environment",
  1073. "hhvm"
  1074. ],
  1075. "time": "2017-06-20T16:25:05+00:00"
  1076. },
  1077. {
  1078. "name": "sebastian/exporter",
  1079. "version": "3.1.0",
  1080. "source": {
  1081. "type": "git",
  1082. "url": "https://github.com/sebastianbergmann/exporter.git",
  1083. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  1084. },
  1085. "dist": {
  1086. "type": "zip",
  1087. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  1088. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  1089. "shasum": ""
  1090. },
  1091. "require": {
  1092. "php": "^7.0",
  1093. "sebastian/recursion-context": "^3.0"
  1094. },
  1095. "require-dev": {
  1096. "ext-mbstring": "*",
  1097. "phpunit/phpunit": "^6.0"
  1098. },
  1099. "type": "library",
  1100. "extra": {
  1101. "branch-alias": {
  1102. "dev-master": "3.1.x-dev"
  1103. }
  1104. },
  1105. "autoload": {
  1106. "classmap": [
  1107. "src/"
  1108. ]
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "BSD-3-Clause"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "Jeff Welch",
  1117. "email": "whatthejeff@gmail.com"
  1118. },
  1119. {
  1120. "name": "Volker Dusch",
  1121. "email": "github@wallbash.com"
  1122. },
  1123. {
  1124. "name": "Bernhard Schussek",
  1125. "email": "bschussek@2bepublished.at"
  1126. },
  1127. {
  1128. "name": "Sebastian Bergmann",
  1129. "email": "sebastian@phpunit.de"
  1130. },
  1131. {
  1132. "name": "Adam Harvey",
  1133. "email": "aharvey@php.net"
  1134. }
  1135. ],
  1136. "description": "Provides the functionality to export PHP variables for visualization",
  1137. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1138. "keywords": [
  1139. "export",
  1140. "exporter"
  1141. ],
  1142. "time": "2017-04-03T13:19:02+00:00"
  1143. },
  1144. {
  1145. "name": "sebastian/global-state",
  1146. "version": "2.0.0",
  1147. "source": {
  1148. "type": "git",
  1149. "url": "https://github.com/sebastianbergmann/global-state.git",
  1150. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  1151. },
  1152. "dist": {
  1153. "type": "zip",
  1154. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  1155. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  1156. "shasum": ""
  1157. },
  1158. "require": {
  1159. "php": "^7.0"
  1160. },
  1161. "require-dev": {
  1162. "phpunit/phpunit": "^6.0"
  1163. },
  1164. "suggest": {
  1165. "ext-uopz": "*"
  1166. },
  1167. "type": "library",
  1168. "extra": {
  1169. "branch-alias": {
  1170. "dev-master": "2.0-dev"
  1171. }
  1172. },
  1173. "autoload": {
  1174. "classmap": [
  1175. "src/"
  1176. ]
  1177. },
  1178. "notification-url": "https://packagist.org/downloads/",
  1179. "license": [
  1180. "BSD-3-Clause"
  1181. ],
  1182. "authors": [
  1183. {
  1184. "name": "Sebastian Bergmann",
  1185. "email": "sebastian@phpunit.de"
  1186. }
  1187. ],
  1188. "description": "Snapshotting of global state",
  1189. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1190. "keywords": [
  1191. "global state"
  1192. ],
  1193. "time": "2017-04-27T15:39:26+00:00"
  1194. },
  1195. {
  1196. "name": "sebastian/object-enumerator",
  1197. "version": "3.0.2",
  1198. "source": {
  1199. "type": "git",
  1200. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1201. "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8"
  1202. },
  1203. "dist": {
  1204. "type": "zip",
  1205. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/31dd3379d16446c5d86dec32ab1ad1f378581ad8",
  1206. "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8",
  1207. "shasum": ""
  1208. },
  1209. "require": {
  1210. "php": "^7.0",
  1211. "sebastian/object-reflector": "^1.0",
  1212. "sebastian/recursion-context": "^3.0"
  1213. },
  1214. "require-dev": {
  1215. "phpunit/phpunit": "^6.0"
  1216. },
  1217. "type": "library",
  1218. "extra": {
  1219. "branch-alias": {
  1220. "dev-master": "3.0.x-dev"
  1221. }
  1222. },
  1223. "autoload": {
  1224. "classmap": [
  1225. "src/"
  1226. ]
  1227. },
  1228. "notification-url": "https://packagist.org/downloads/",
  1229. "license": [
  1230. "BSD-3-Clause"
  1231. ],
  1232. "authors": [
  1233. {
  1234. "name": "Sebastian Bergmann",
  1235. "email": "sebastian@phpunit.de"
  1236. }
  1237. ],
  1238. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1239. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1240. "time": "2017-03-12T15:17:29+00:00"
  1241. },
  1242. {
  1243. "name": "sebastian/object-reflector",
  1244. "version": "1.1.1",
  1245. "source": {
  1246. "type": "git",
  1247. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  1248. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  1249. },
  1250. "dist": {
  1251. "type": "zip",
  1252. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  1253. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  1254. "shasum": ""
  1255. },
  1256. "require": {
  1257. "php": "^7.0"
  1258. },
  1259. "require-dev": {
  1260. "phpunit/phpunit": "^6.0"
  1261. },
  1262. "type": "library",
  1263. "extra": {
  1264. "branch-alias": {
  1265. "dev-master": "1.1-dev"
  1266. }
  1267. },
  1268. "autoload": {
  1269. "classmap": [
  1270. "src/"
  1271. ]
  1272. },
  1273. "notification-url": "https://packagist.org/downloads/",
  1274. "license": [
  1275. "BSD-3-Clause"
  1276. ],
  1277. "authors": [
  1278. {
  1279. "name": "Sebastian Bergmann",
  1280. "email": "sebastian@phpunit.de"
  1281. }
  1282. ],
  1283. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  1284. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  1285. "time": "2017-03-29T09:07:27+00:00"
  1286. },
  1287. {
  1288. "name": "sebastian/recursion-context",
  1289. "version": "3.0.0",
  1290. "source": {
  1291. "type": "git",
  1292. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1293. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  1294. },
  1295. "dist": {
  1296. "type": "zip",
  1297. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1298. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1299. "shasum": ""
  1300. },
  1301. "require": {
  1302. "php": "^7.0"
  1303. },
  1304. "require-dev": {
  1305. "phpunit/phpunit": "^6.0"
  1306. },
  1307. "type": "library",
  1308. "extra": {
  1309. "branch-alias": {
  1310. "dev-master": "3.0.x-dev"
  1311. }
  1312. },
  1313. "autoload": {
  1314. "classmap": [
  1315. "src/"
  1316. ]
  1317. },
  1318. "notification-url": "https://packagist.org/downloads/",
  1319. "license": [
  1320. "BSD-3-Clause"
  1321. ],
  1322. "authors": [
  1323. {
  1324. "name": "Jeff Welch",
  1325. "email": "whatthejeff@gmail.com"
  1326. },
  1327. {
  1328. "name": "Sebastian Bergmann",
  1329. "email": "sebastian@phpunit.de"
  1330. },
  1331. {
  1332. "name": "Adam Harvey",
  1333. "email": "aharvey@php.net"
  1334. }
  1335. ],
  1336. "description": "Provides functionality to recursively process PHP variables",
  1337. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1338. "time": "2017-03-03T06:23:57+00:00"
  1339. },
  1340. {
  1341. "name": "sebastian/resource-operations",
  1342. "version": "1.0.0",
  1343. "source": {
  1344. "type": "git",
  1345. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1346. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1347. },
  1348. "dist": {
  1349. "type": "zip",
  1350. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1351. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1352. "shasum": ""
  1353. },
  1354. "require": {
  1355. "php": ">=5.6.0"
  1356. },
  1357. "type": "library",
  1358. "extra": {
  1359. "branch-alias": {
  1360. "dev-master": "1.0.x-dev"
  1361. }
  1362. },
  1363. "autoload": {
  1364. "classmap": [
  1365. "src/"
  1366. ]
  1367. },
  1368. "notification-url": "https://packagist.org/downloads/",
  1369. "license": [
  1370. "BSD-3-Clause"
  1371. ],
  1372. "authors": [
  1373. {
  1374. "name": "Sebastian Bergmann",
  1375. "email": "sebastian@phpunit.de"
  1376. }
  1377. ],
  1378. "description": "Provides a list of PHP built-in functions that operate on resources",
  1379. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1380. "time": "2015-07-28T20:34:47+00:00"
  1381. },
  1382. {
  1383. "name": "sebastian/version",
  1384. "version": "2.0.1",
  1385. "source": {
  1386. "type": "git",
  1387. "url": "https://github.com/sebastianbergmann/version.git",
  1388. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1389. },
  1390. "dist": {
  1391. "type": "zip",
  1392. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1393. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1394. "shasum": ""
  1395. },
  1396. "require": {
  1397. "php": ">=5.6"
  1398. },
  1399. "type": "library",
  1400. "extra": {
  1401. "branch-alias": {
  1402. "dev-master": "2.0.x-dev"
  1403. }
  1404. },
  1405. "autoload": {
  1406. "classmap": [
  1407. "src/"
  1408. ]
  1409. },
  1410. "notification-url": "https://packagist.org/downloads/",
  1411. "license": [
  1412. "BSD-3-Clause"
  1413. ],
  1414. "authors": [
  1415. {
  1416. "name": "Sebastian Bergmann",
  1417. "email": "sebastian@phpunit.de",
  1418. "role": "lead"
  1419. }
  1420. ],
  1421. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1422. "homepage": "https://github.com/sebastianbergmann/version",
  1423. "time": "2016-10-03T07:35:21+00:00"
  1424. },
  1425. {
  1426. "name": "theseer/tokenizer",
  1427. "version": "1.1.0",
  1428. "source": {
  1429. "type": "git",
  1430. "url": "https://github.com/theseer/tokenizer.git",
  1431. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  1432. },
  1433. "dist": {
  1434. "type": "zip",
  1435. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1436. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1437. "shasum": ""
  1438. },
  1439. "require": {
  1440. "ext-dom": "*",
  1441. "ext-tokenizer": "*",
  1442. "ext-xmlwriter": "*",
  1443. "php": "^7.0"
  1444. },
  1445. "type": "library",
  1446. "autoload": {
  1447. "classmap": [
  1448. "src/"
  1449. ]
  1450. },
  1451. "notification-url": "https://packagist.org/downloads/",
  1452. "license": [
  1453. "BSD-3-Clause"
  1454. ],
  1455. "authors": [
  1456. {
  1457. "name": "Arne Blankerts",
  1458. "email": "arne@blankerts.de",
  1459. "role": "Developer"
  1460. }
  1461. ],
  1462. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  1463. "time": "2017-04-07T12:08:54+00:00"
  1464. },
  1465. {
  1466. "name": "webmozart/assert",
  1467. "version": "1.2.0",
  1468. "source": {
  1469. "type": "git",
  1470. "url": "https://github.com/webmozart/assert.git",
  1471. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1472. },
  1473. "dist": {
  1474. "type": "zip",
  1475. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1476. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1477. "shasum": ""
  1478. },
  1479. "require": {
  1480. "php": "^5.3.3 || ^7.0"
  1481. },
  1482. "require-dev": {
  1483. "phpunit/phpunit": "^4.6",
  1484. "sebastian/version": "^1.0.1"
  1485. },
  1486. "type": "library",
  1487. "extra": {
  1488. "branch-alias": {
  1489. "dev-master": "1.3-dev"
  1490. }
  1491. },
  1492. "autoload": {
  1493. "psr-4": {
  1494. "Webmozart\\Assert\\": "src/"
  1495. }
  1496. },
  1497. "notification-url": "https://packagist.org/downloads/",
  1498. "license": [
  1499. "MIT"
  1500. ],
  1501. "authors": [
  1502. {
  1503. "name": "Bernhard Schussek",
  1504. "email": "bschussek@gmail.com"
  1505. }
  1506. ],
  1507. "description": "Assertions to validate method input/output with nice error messages.",
  1508. "keywords": [
  1509. "assert",
  1510. "check",
  1511. "validate"
  1512. ],
  1513. "time": "2016-11-23T20:04:58+00:00"
  1514. }
  1515. ],
  1516. "aliases": [],
  1517. "minimum-stability": "stable",
  1518. "stability-flags": [],
  1519. "prefer-stable": false,
  1520. "prefer-lowest": false,
  1521. "platform": [],
  1522. "platform-dev": []
  1523. }