composer.lock 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136
  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": "5ef1df116ccd041806bca4c25eb36d8f",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "doctrine/instantiator",
  12. "version": "1.0.5",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/doctrine/instantiator.git",
  16. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  21. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3,<8.0-DEV"
  26. },
  27. "require-dev": {
  28. "athletic/athletic": "~0.1.8",
  29. "ext-pdo": "*",
  30. "ext-phar": "*",
  31. "phpunit/phpunit": "~4.0",
  32. "squizlabs/php_codesniffer": "~2.0"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.0.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Marco Pivetta",
  52. "email": "ocramius@gmail.com",
  53. "homepage": "http://ocramius.github.com/"
  54. }
  55. ],
  56. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  57. "homepage": "https://github.com/doctrine/instantiator",
  58. "keywords": [
  59. "constructor",
  60. "instantiate"
  61. ],
  62. "time": "2015-06-14T21:17:01+00:00"
  63. },
  64. {
  65. "name": "phpdocumentor/reflection-common",
  66. "version": "1.0",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  70. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  75. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.5"
  80. },
  81. "require-dev": {
  82. "phpunit/phpunit": "^4.6"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "1.0.x-dev"
  88. }
  89. },
  90. "autoload": {
  91. "psr-4": {
  92. "phpDocumentor\\Reflection\\": [
  93. "src"
  94. ]
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Jaap van Otterdijk",
  104. "email": "opensource@ijaap.nl"
  105. }
  106. ],
  107. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  108. "homepage": "http://www.phpdoc.org",
  109. "keywords": [
  110. "FQSEN",
  111. "phpDocumentor",
  112. "phpdoc",
  113. "reflection",
  114. "static analysis"
  115. ],
  116. "time": "2015-12-27T11:43:31+00:00"
  117. },
  118. {
  119. "name": "phpdocumentor/reflection-docblock",
  120. "version": "3.2.0",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  124. "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
  129. "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "php": ">=5.5",
  134. "phpdocumentor/reflection-common": "^1.0@dev",
  135. "phpdocumentor/type-resolver": "^0.4.0",
  136. "webmozart/assert": "^1.0"
  137. },
  138. "require-dev": {
  139. "mockery/mockery": "^0.9.4",
  140. "phpunit/phpunit": "^4.4"
  141. },
  142. "type": "library",
  143. "autoload": {
  144. "psr-4": {
  145. "phpDocumentor\\Reflection\\": [
  146. "src/"
  147. ]
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Mike van Riel",
  157. "email": "me@mikevanriel.com"
  158. }
  159. ],
  160. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  161. "time": "2017-07-15T11:38:20+00:00"
  162. },
  163. {
  164. "name": "phpdocumentor/type-resolver",
  165. "version": "0.4.0",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  169. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  174. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "php": "^5.5 || ^7.0",
  179. "phpdocumentor/reflection-common": "^1.0"
  180. },
  181. "require-dev": {
  182. "mockery/mockery": "^0.9.4",
  183. "phpunit/phpunit": "^5.2||^4.8.24"
  184. },
  185. "type": "library",
  186. "extra": {
  187. "branch-alias": {
  188. "dev-master": "1.0.x-dev"
  189. }
  190. },
  191. "autoload": {
  192. "psr-4": {
  193. "phpDocumentor\\Reflection\\": [
  194. "src/"
  195. ]
  196. }
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "MIT"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Mike van Riel",
  205. "email": "me@mikevanriel.com"
  206. }
  207. ],
  208. "time": "2017-07-14T14:27:02+00:00"
  209. },
  210. {
  211. "name": "phpspec/prophecy",
  212. "version": "v1.7.0",
  213. "source": {
  214. "type": "git",
  215. "url": "https://github.com/phpspec/prophecy.git",
  216. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  217. },
  218. "dist": {
  219. "type": "zip",
  220. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  221. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  222. "shasum": ""
  223. },
  224. "require": {
  225. "doctrine/instantiator": "^1.0.2",
  226. "php": "^5.3|^7.0",
  227. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  228. "sebastian/comparator": "^1.1|^2.0",
  229. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  230. },
  231. "require-dev": {
  232. "phpspec/phpspec": "^2.5|^3.2",
  233. "phpunit/phpunit": "^4.8 || ^5.6.5"
  234. },
  235. "type": "library",
  236. "extra": {
  237. "branch-alias": {
  238. "dev-master": "1.6.x-dev"
  239. }
  240. },
  241. "autoload": {
  242. "psr-0": {
  243. "Prophecy\\": "src/"
  244. }
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "MIT"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Konstantin Kudryashov",
  253. "email": "ever.zet@gmail.com",
  254. "homepage": "http://everzet.com"
  255. },
  256. {
  257. "name": "Marcello Duarte",
  258. "email": "marcello.duarte@gmail.com"
  259. }
  260. ],
  261. "description": "Highly opinionated mocking framework for PHP 5.3+",
  262. "homepage": "https://github.com/phpspec/prophecy",
  263. "keywords": [
  264. "Double",
  265. "Dummy",
  266. "fake",
  267. "mock",
  268. "spy",
  269. "stub"
  270. ],
  271. "time": "2017-03-02T20:05:34+00:00"
  272. },
  273. {
  274. "name": "phpunit/php-code-coverage",
  275. "version": "2.2.4",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  279. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  284. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": ">=5.3.3",
  289. "phpunit/php-file-iterator": "~1.3",
  290. "phpunit/php-text-template": "~1.2",
  291. "phpunit/php-token-stream": "~1.3",
  292. "sebastian/environment": "^1.3.2",
  293. "sebastian/version": "~1.0"
  294. },
  295. "require-dev": {
  296. "ext-xdebug": ">=2.1.4",
  297. "phpunit/phpunit": "~4"
  298. },
  299. "suggest": {
  300. "ext-dom": "*",
  301. "ext-xdebug": ">=2.2.1",
  302. "ext-xmlwriter": "*"
  303. },
  304. "type": "library",
  305. "extra": {
  306. "branch-alias": {
  307. "dev-master": "2.2.x-dev"
  308. }
  309. },
  310. "autoload": {
  311. "classmap": [
  312. "src/"
  313. ]
  314. },
  315. "notification-url": "https://packagist.org/downloads/",
  316. "license": [
  317. "BSD-3-Clause"
  318. ],
  319. "authors": [
  320. {
  321. "name": "Sebastian Bergmann",
  322. "email": "sb@sebastian-bergmann.de",
  323. "role": "lead"
  324. }
  325. ],
  326. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  327. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  328. "keywords": [
  329. "coverage",
  330. "testing",
  331. "xunit"
  332. ],
  333. "time": "2015-10-06T15:47:00+00:00"
  334. },
  335. {
  336. "name": "phpunit/php-file-iterator",
  337. "version": "1.4.2",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  341. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  346. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  347. "shasum": ""
  348. },
  349. "require": {
  350. "php": ">=5.3.3"
  351. },
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "1.4.x-dev"
  356. }
  357. },
  358. "autoload": {
  359. "classmap": [
  360. "src/"
  361. ]
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "BSD-3-Clause"
  366. ],
  367. "authors": [
  368. {
  369. "name": "Sebastian Bergmann",
  370. "email": "sb@sebastian-bergmann.de",
  371. "role": "lead"
  372. }
  373. ],
  374. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  375. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  376. "keywords": [
  377. "filesystem",
  378. "iterator"
  379. ],
  380. "time": "2016-10-03T07:40:28+00:00"
  381. },
  382. {
  383. "name": "phpunit/php-text-template",
  384. "version": "1.2.1",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  388. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  393. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "php": ">=5.3.3"
  398. },
  399. "type": "library",
  400. "autoload": {
  401. "classmap": [
  402. "src/"
  403. ]
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "BSD-3-Clause"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Sebastian Bergmann",
  412. "email": "sebastian@phpunit.de",
  413. "role": "lead"
  414. }
  415. ],
  416. "description": "Simple template engine.",
  417. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  418. "keywords": [
  419. "template"
  420. ],
  421. "time": "2015-06-21T13:50:34+00:00"
  422. },
  423. {
  424. "name": "phpunit/php-timer",
  425. "version": "1.0.9",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/sebastianbergmann/php-timer.git",
  429. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  434. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": "^5.3.3 || ^7.0"
  439. },
  440. "require-dev": {
  441. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  442. },
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "1.0-dev"
  447. }
  448. },
  449. "autoload": {
  450. "classmap": [
  451. "src/"
  452. ]
  453. },
  454. "notification-url": "https://packagist.org/downloads/",
  455. "license": [
  456. "BSD-3-Clause"
  457. ],
  458. "authors": [
  459. {
  460. "name": "Sebastian Bergmann",
  461. "email": "sb@sebastian-bergmann.de",
  462. "role": "lead"
  463. }
  464. ],
  465. "description": "Utility class for timing",
  466. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  467. "keywords": [
  468. "timer"
  469. ],
  470. "time": "2017-02-26T11:10:40+00:00"
  471. },
  472. {
  473. "name": "phpunit/php-token-stream",
  474. "version": "1.4.11",
  475. "source": {
  476. "type": "git",
  477. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  478. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  479. },
  480. "dist": {
  481. "type": "zip",
  482. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  483. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  484. "shasum": ""
  485. },
  486. "require": {
  487. "ext-tokenizer": "*",
  488. "php": ">=5.3.3"
  489. },
  490. "require-dev": {
  491. "phpunit/phpunit": "~4.2"
  492. },
  493. "type": "library",
  494. "extra": {
  495. "branch-alias": {
  496. "dev-master": "1.4-dev"
  497. }
  498. },
  499. "autoload": {
  500. "classmap": [
  501. "src/"
  502. ]
  503. },
  504. "notification-url": "https://packagist.org/downloads/",
  505. "license": [
  506. "BSD-3-Clause"
  507. ],
  508. "authors": [
  509. {
  510. "name": "Sebastian Bergmann",
  511. "email": "sebastian@phpunit.de"
  512. }
  513. ],
  514. "description": "Wrapper around PHP's tokenizer extension.",
  515. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  516. "keywords": [
  517. "tokenizer"
  518. ],
  519. "time": "2017-02-27T10:12:30+00:00"
  520. },
  521. {
  522. "name": "phpunit/phpunit",
  523. "version": "4.8.36",
  524. "source": {
  525. "type": "git",
  526. "url": "https://github.com/sebastianbergmann/phpunit.git",
  527. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  528. },
  529. "dist": {
  530. "type": "zip",
  531. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  532. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  533. "shasum": ""
  534. },
  535. "require": {
  536. "ext-dom": "*",
  537. "ext-json": "*",
  538. "ext-pcre": "*",
  539. "ext-reflection": "*",
  540. "ext-spl": "*",
  541. "php": ">=5.3.3",
  542. "phpspec/prophecy": "^1.3.1",
  543. "phpunit/php-code-coverage": "~2.1",
  544. "phpunit/php-file-iterator": "~1.4",
  545. "phpunit/php-text-template": "~1.2",
  546. "phpunit/php-timer": "^1.0.6",
  547. "phpunit/phpunit-mock-objects": "~2.3",
  548. "sebastian/comparator": "~1.2.2",
  549. "sebastian/diff": "~1.2",
  550. "sebastian/environment": "~1.3",
  551. "sebastian/exporter": "~1.2",
  552. "sebastian/global-state": "~1.0",
  553. "sebastian/version": "~1.0",
  554. "symfony/yaml": "~2.1|~3.0"
  555. },
  556. "suggest": {
  557. "phpunit/php-invoker": "~1.1"
  558. },
  559. "bin": [
  560. "phpunit"
  561. ],
  562. "type": "library",
  563. "extra": {
  564. "branch-alias": {
  565. "dev-master": "4.8.x-dev"
  566. }
  567. },
  568. "autoload": {
  569. "classmap": [
  570. "src/"
  571. ]
  572. },
  573. "notification-url": "https://packagist.org/downloads/",
  574. "license": [
  575. "BSD-3-Clause"
  576. ],
  577. "authors": [
  578. {
  579. "name": "Sebastian Bergmann",
  580. "email": "sebastian@phpunit.de",
  581. "role": "lead"
  582. }
  583. ],
  584. "description": "The PHP Unit Testing framework.",
  585. "homepage": "https://phpunit.de/",
  586. "keywords": [
  587. "phpunit",
  588. "testing",
  589. "xunit"
  590. ],
  591. "time": "2017-06-21T08:07:12+00:00"
  592. },
  593. {
  594. "name": "phpunit/phpunit-mock-objects",
  595. "version": "2.3.8",
  596. "source": {
  597. "type": "git",
  598. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  599. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  600. },
  601. "dist": {
  602. "type": "zip",
  603. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  604. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  605. "shasum": ""
  606. },
  607. "require": {
  608. "doctrine/instantiator": "^1.0.2",
  609. "php": ">=5.3.3",
  610. "phpunit/php-text-template": "~1.2",
  611. "sebastian/exporter": "~1.2"
  612. },
  613. "require-dev": {
  614. "phpunit/phpunit": "~4.4"
  615. },
  616. "suggest": {
  617. "ext-soap": "*"
  618. },
  619. "type": "library",
  620. "extra": {
  621. "branch-alias": {
  622. "dev-master": "2.3.x-dev"
  623. }
  624. },
  625. "autoload": {
  626. "classmap": [
  627. "src/"
  628. ]
  629. },
  630. "notification-url": "https://packagist.org/downloads/",
  631. "license": [
  632. "BSD-3-Clause"
  633. ],
  634. "authors": [
  635. {
  636. "name": "Sebastian Bergmann",
  637. "email": "sb@sebastian-bergmann.de",
  638. "role": "lead"
  639. }
  640. ],
  641. "description": "Mock Object library for PHPUnit",
  642. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  643. "keywords": [
  644. "mock",
  645. "xunit"
  646. ],
  647. "time": "2015-10-02T06:51:40+00:00"
  648. },
  649. {
  650. "name": "sebastian/comparator",
  651. "version": "1.2.4",
  652. "source": {
  653. "type": "git",
  654. "url": "https://github.com/sebastianbergmann/comparator.git",
  655. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  656. },
  657. "dist": {
  658. "type": "zip",
  659. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  660. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  661. "shasum": ""
  662. },
  663. "require": {
  664. "php": ">=5.3.3",
  665. "sebastian/diff": "~1.2",
  666. "sebastian/exporter": "~1.2 || ~2.0"
  667. },
  668. "require-dev": {
  669. "phpunit/phpunit": "~4.4"
  670. },
  671. "type": "library",
  672. "extra": {
  673. "branch-alias": {
  674. "dev-master": "1.2.x-dev"
  675. }
  676. },
  677. "autoload": {
  678. "classmap": [
  679. "src/"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "BSD-3-Clause"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Jeff Welch",
  689. "email": "whatthejeff@gmail.com"
  690. },
  691. {
  692. "name": "Volker Dusch",
  693. "email": "github@wallbash.com"
  694. },
  695. {
  696. "name": "Bernhard Schussek",
  697. "email": "bschussek@2bepublished.at"
  698. },
  699. {
  700. "name": "Sebastian Bergmann",
  701. "email": "sebastian@phpunit.de"
  702. }
  703. ],
  704. "description": "Provides the functionality to compare PHP values for equality",
  705. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  706. "keywords": [
  707. "comparator",
  708. "compare",
  709. "equality"
  710. ],
  711. "time": "2017-01-29T09:50:25+00:00"
  712. },
  713. {
  714. "name": "sebastian/diff",
  715. "version": "1.4.3",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/sebastianbergmann/diff.git",
  719. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  724. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  725. "shasum": ""
  726. },
  727. "require": {
  728. "php": "^5.3.3 || ^7.0"
  729. },
  730. "require-dev": {
  731. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  732. },
  733. "type": "library",
  734. "extra": {
  735. "branch-alias": {
  736. "dev-master": "1.4-dev"
  737. }
  738. },
  739. "autoload": {
  740. "classmap": [
  741. "src/"
  742. ]
  743. },
  744. "notification-url": "https://packagist.org/downloads/",
  745. "license": [
  746. "BSD-3-Clause"
  747. ],
  748. "authors": [
  749. {
  750. "name": "Kore Nordmann",
  751. "email": "mail@kore-nordmann.de"
  752. },
  753. {
  754. "name": "Sebastian Bergmann",
  755. "email": "sebastian@phpunit.de"
  756. }
  757. ],
  758. "description": "Diff implementation",
  759. "homepage": "https://github.com/sebastianbergmann/diff",
  760. "keywords": [
  761. "diff"
  762. ],
  763. "time": "2017-05-22T07:24:03+00:00"
  764. },
  765. {
  766. "name": "sebastian/environment",
  767. "version": "1.3.8",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/sebastianbergmann/environment.git",
  771. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  776. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  777. "shasum": ""
  778. },
  779. "require": {
  780. "php": "^5.3.3 || ^7.0"
  781. },
  782. "require-dev": {
  783. "phpunit/phpunit": "^4.8 || ^5.0"
  784. },
  785. "type": "library",
  786. "extra": {
  787. "branch-alias": {
  788. "dev-master": "1.3.x-dev"
  789. }
  790. },
  791. "autoload": {
  792. "classmap": [
  793. "src/"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "BSD-3-Clause"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Sebastian Bergmann",
  803. "email": "sebastian@phpunit.de"
  804. }
  805. ],
  806. "description": "Provides functionality to handle HHVM/PHP environments",
  807. "homepage": "http://www.github.com/sebastianbergmann/environment",
  808. "keywords": [
  809. "Xdebug",
  810. "environment",
  811. "hhvm"
  812. ],
  813. "time": "2016-08-18T05:49:44+00:00"
  814. },
  815. {
  816. "name": "sebastian/exporter",
  817. "version": "1.2.2",
  818. "source": {
  819. "type": "git",
  820. "url": "https://github.com/sebastianbergmann/exporter.git",
  821. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  822. },
  823. "dist": {
  824. "type": "zip",
  825. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  826. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  827. "shasum": ""
  828. },
  829. "require": {
  830. "php": ">=5.3.3",
  831. "sebastian/recursion-context": "~1.0"
  832. },
  833. "require-dev": {
  834. "ext-mbstring": "*",
  835. "phpunit/phpunit": "~4.4"
  836. },
  837. "type": "library",
  838. "extra": {
  839. "branch-alias": {
  840. "dev-master": "1.3.x-dev"
  841. }
  842. },
  843. "autoload": {
  844. "classmap": [
  845. "src/"
  846. ]
  847. },
  848. "notification-url": "https://packagist.org/downloads/",
  849. "license": [
  850. "BSD-3-Clause"
  851. ],
  852. "authors": [
  853. {
  854. "name": "Jeff Welch",
  855. "email": "whatthejeff@gmail.com"
  856. },
  857. {
  858. "name": "Volker Dusch",
  859. "email": "github@wallbash.com"
  860. },
  861. {
  862. "name": "Bernhard Schussek",
  863. "email": "bschussek@2bepublished.at"
  864. },
  865. {
  866. "name": "Sebastian Bergmann",
  867. "email": "sebastian@phpunit.de"
  868. },
  869. {
  870. "name": "Adam Harvey",
  871. "email": "aharvey@php.net"
  872. }
  873. ],
  874. "description": "Provides the functionality to export PHP variables for visualization",
  875. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  876. "keywords": [
  877. "export",
  878. "exporter"
  879. ],
  880. "time": "2016-06-17T09:04:28+00:00"
  881. },
  882. {
  883. "name": "sebastian/global-state",
  884. "version": "1.1.1",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/sebastianbergmann/global-state.git",
  888. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  893. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "php": ">=5.3.3"
  898. },
  899. "require-dev": {
  900. "phpunit/phpunit": "~4.2"
  901. },
  902. "suggest": {
  903. "ext-uopz": "*"
  904. },
  905. "type": "library",
  906. "extra": {
  907. "branch-alias": {
  908. "dev-master": "1.0-dev"
  909. }
  910. },
  911. "autoload": {
  912. "classmap": [
  913. "src/"
  914. ]
  915. },
  916. "notification-url": "https://packagist.org/downloads/",
  917. "license": [
  918. "BSD-3-Clause"
  919. ],
  920. "authors": [
  921. {
  922. "name": "Sebastian Bergmann",
  923. "email": "sebastian@phpunit.de"
  924. }
  925. ],
  926. "description": "Snapshotting of global state",
  927. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  928. "keywords": [
  929. "global state"
  930. ],
  931. "time": "2015-10-12T03:26:01+00:00"
  932. },
  933. {
  934. "name": "sebastian/recursion-context",
  935. "version": "1.0.5",
  936. "source": {
  937. "type": "git",
  938. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  939. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  940. },
  941. "dist": {
  942. "type": "zip",
  943. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  944. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  945. "shasum": ""
  946. },
  947. "require": {
  948. "php": ">=5.3.3"
  949. },
  950. "require-dev": {
  951. "phpunit/phpunit": "~4.4"
  952. },
  953. "type": "library",
  954. "extra": {
  955. "branch-alias": {
  956. "dev-master": "1.0.x-dev"
  957. }
  958. },
  959. "autoload": {
  960. "classmap": [
  961. "src/"
  962. ]
  963. },
  964. "notification-url": "https://packagist.org/downloads/",
  965. "license": [
  966. "BSD-3-Clause"
  967. ],
  968. "authors": [
  969. {
  970. "name": "Jeff Welch",
  971. "email": "whatthejeff@gmail.com"
  972. },
  973. {
  974. "name": "Sebastian Bergmann",
  975. "email": "sebastian@phpunit.de"
  976. },
  977. {
  978. "name": "Adam Harvey",
  979. "email": "aharvey@php.net"
  980. }
  981. ],
  982. "description": "Provides functionality to recursively process PHP variables",
  983. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  984. "time": "2016-10-03T07:41:43+00:00"
  985. },
  986. {
  987. "name": "sebastian/version",
  988. "version": "1.0.6",
  989. "source": {
  990. "type": "git",
  991. "url": "https://github.com/sebastianbergmann/version.git",
  992. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  993. },
  994. "dist": {
  995. "type": "zip",
  996. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  997. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  998. "shasum": ""
  999. },
  1000. "type": "library",
  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": "Sebastian Bergmann",
  1013. "email": "sebastian@phpunit.de",
  1014. "role": "lead"
  1015. }
  1016. ],
  1017. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1018. "homepage": "https://github.com/sebastianbergmann/version",
  1019. "time": "2015-06-21T13:59:46+00:00"
  1020. },
  1021. {
  1022. "name": "symfony/yaml",
  1023. "version": "v3.3.5",
  1024. "source": {
  1025. "type": "git",
  1026. "url": "https://github.com/symfony/yaml.git",
  1027. "reference": "1f93a8d19b8241617f5074a123e282575b821df8"
  1028. },
  1029. "dist": {
  1030. "type": "zip",
  1031. "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
  1032. "reference": "1f93a8d19b8241617f5074a123e282575b821df8",
  1033. "shasum": ""
  1034. },
  1035. "require": {
  1036. "php": ">=5.5.9"
  1037. },
  1038. "require-dev": {
  1039. "symfony/console": "~2.8|~3.0"
  1040. },
  1041. "suggest": {
  1042. "symfony/console": "For validating YAML files using the lint command"
  1043. },
  1044. "type": "library",
  1045. "extra": {
  1046. "branch-alias": {
  1047. "dev-master": "3.3-dev"
  1048. }
  1049. },
  1050. "autoload": {
  1051. "psr-4": {
  1052. "Symfony\\Component\\Yaml\\": ""
  1053. },
  1054. "exclude-from-classmap": [
  1055. "/Tests/"
  1056. ]
  1057. },
  1058. "notification-url": "https://packagist.org/downloads/",
  1059. "license": [
  1060. "MIT"
  1061. ],
  1062. "authors": [
  1063. {
  1064. "name": "Fabien Potencier",
  1065. "email": "fabien@symfony.com"
  1066. },
  1067. {
  1068. "name": "Symfony Community",
  1069. "homepage": "https://symfony.com/contributors"
  1070. }
  1071. ],
  1072. "description": "Symfony Yaml Component",
  1073. "homepage": "https://symfony.com",
  1074. "time": "2017-06-15T12:58:50+00:00"
  1075. },
  1076. {
  1077. "name": "webmozart/assert",
  1078. "version": "1.2.0",
  1079. "source": {
  1080. "type": "git",
  1081. "url": "https://github.com/webmozart/assert.git",
  1082. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1083. },
  1084. "dist": {
  1085. "type": "zip",
  1086. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1087. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1088. "shasum": ""
  1089. },
  1090. "require": {
  1091. "php": "^5.3.3 || ^7.0"
  1092. },
  1093. "require-dev": {
  1094. "phpunit/phpunit": "^4.6",
  1095. "sebastian/version": "^1.0.1"
  1096. },
  1097. "type": "library",
  1098. "extra": {
  1099. "branch-alias": {
  1100. "dev-master": "1.3-dev"
  1101. }
  1102. },
  1103. "autoload": {
  1104. "psr-4": {
  1105. "Webmozart\\Assert\\": "src/"
  1106. }
  1107. },
  1108. "notification-url": "https://packagist.org/downloads/",
  1109. "license": [
  1110. "MIT"
  1111. ],
  1112. "authors": [
  1113. {
  1114. "name": "Bernhard Schussek",
  1115. "email": "bschussek@gmail.com"
  1116. }
  1117. ],
  1118. "description": "Assertions to validate method input/output with nice error messages.",
  1119. "keywords": [
  1120. "assert",
  1121. "check",
  1122. "validate"
  1123. ],
  1124. "time": "2016-11-23T20:04:58+00:00"
  1125. }
  1126. ],
  1127. "aliases": [],
  1128. "minimum-stability": "stable",
  1129. "stability-flags": [],
  1130. "prefer-stable": false,
  1131. "prefer-lowest": false,
  1132. "platform": {
  1133. "php": ">=5.5.0"
  1134. },
  1135. "platform-dev": []
  1136. }