composer.lock 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  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": "2ed786056fc011b53abbd307f6945abf",
  8. "content-hash": "17904c2d76e94c17ace1e646bc0987ed",
  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://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  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": "phpdocumentor/reflection-common",
  67. "version": "1.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  71. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  76. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.5"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "^4.6"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.0.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "phpDocumentor\\Reflection\\": [
  94. "src"
  95. ]
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Jaap van Otterdijk",
  105. "email": "opensource@ijaap.nl"
  106. }
  107. ],
  108. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  109. "homepage": "http://www.phpdoc.org",
  110. "keywords": [
  111. "FQSEN",
  112. "phpDocumentor",
  113. "phpdoc",
  114. "reflection",
  115. "static analysis"
  116. ],
  117. "time": "2015-12-27 11:43:31"
  118. },
  119. {
  120. "name": "phpdocumentor/reflection-docblock",
  121. "version": "3.1.0",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  125. "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
  130. "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
  131. "shasum": ""
  132. },
  133. "require": {
  134. "php": ">=5.5",
  135. "phpdocumentor/reflection-common": "^1.0@dev",
  136. "phpdocumentor/type-resolver": "^0.2.0",
  137. "webmozart/assert": "^1.0"
  138. },
  139. "require-dev": {
  140. "mockery/mockery": "^0.9.4",
  141. "phpunit/phpunit": "^4.4"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "phpDocumentor\\Reflection\\": [
  147. "src/"
  148. ]
  149. }
  150. },
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "MIT"
  154. ],
  155. "authors": [
  156. {
  157. "name": "Mike van Riel",
  158. "email": "me@mikevanriel.com"
  159. }
  160. ],
  161. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  162. "time": "2016-06-10 09:48:41"
  163. },
  164. {
  165. "name": "phpdocumentor/type-resolver",
  166. "version": "0.2",
  167. "source": {
  168. "type": "git",
  169. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  170. "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
  171. },
  172. "dist": {
  173. "type": "zip",
  174. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
  175. "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
  176. "shasum": ""
  177. },
  178. "require": {
  179. "php": ">=5.5",
  180. "phpdocumentor/reflection-common": "^1.0"
  181. },
  182. "require-dev": {
  183. "mockery/mockery": "^0.9.4",
  184. "phpunit/phpunit": "^5.2||^4.8.24"
  185. },
  186. "type": "library",
  187. "extra": {
  188. "branch-alias": {
  189. "dev-master": "1.0.x-dev"
  190. }
  191. },
  192. "autoload": {
  193. "psr-4": {
  194. "phpDocumentor\\Reflection\\": [
  195. "src/"
  196. ]
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "MIT"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Mike van Riel",
  206. "email": "me@mikevanriel.com"
  207. }
  208. ],
  209. "time": "2016-06-10 07:14:17"
  210. },
  211. {
  212. "name": "phpspec/prophecy",
  213. "version": "v1.6.1",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/phpspec/prophecy.git",
  217. "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  222. "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  223. "shasum": ""
  224. },
  225. "require": {
  226. "doctrine/instantiator": "^1.0.2",
  227. "php": "^5.3|^7.0",
  228. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  229. "sebastian/comparator": "^1.1",
  230. "sebastian/recursion-context": "^1.0"
  231. },
  232. "require-dev": {
  233. "phpspec/phpspec": "^2.0"
  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": "2016-06-07 08:13:47"
  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-06 15:47:00"
  334. },
  335. {
  336. "name": "phpunit/php-file-iterator",
  337. "version": "1.4.1",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  341. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  346. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  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": "2015-06-21 13:08:43"
  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-21 13:50:34"
  422. },
  423. {
  424. "name": "phpunit/php-timer",
  425. "version": "1.0.8",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/sebastianbergmann/php-timer.git",
  429. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  434. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": ">=5.3.3"
  439. },
  440. "require-dev": {
  441. "phpunit/phpunit": "~4|~5"
  442. },
  443. "type": "library",
  444. "autoload": {
  445. "classmap": [
  446. "src/"
  447. ]
  448. },
  449. "notification-url": "https://packagist.org/downloads/",
  450. "license": [
  451. "BSD-3-Clause"
  452. ],
  453. "authors": [
  454. {
  455. "name": "Sebastian Bergmann",
  456. "email": "sb@sebastian-bergmann.de",
  457. "role": "lead"
  458. }
  459. ],
  460. "description": "Utility class for timing",
  461. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  462. "keywords": [
  463. "timer"
  464. ],
  465. "time": "2016-05-12 18:03:57"
  466. },
  467. {
  468. "name": "phpunit/php-token-stream",
  469. "version": "1.4.8",
  470. "source": {
  471. "type": "git",
  472. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  473. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  474. },
  475. "dist": {
  476. "type": "zip",
  477. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  478. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  479. "shasum": ""
  480. },
  481. "require": {
  482. "ext-tokenizer": "*",
  483. "php": ">=5.3.3"
  484. },
  485. "require-dev": {
  486. "phpunit/phpunit": "~4.2"
  487. },
  488. "type": "library",
  489. "extra": {
  490. "branch-alias": {
  491. "dev-master": "1.4-dev"
  492. }
  493. },
  494. "autoload": {
  495. "classmap": [
  496. "src/"
  497. ]
  498. },
  499. "notification-url": "https://packagist.org/downloads/",
  500. "license": [
  501. "BSD-3-Clause"
  502. ],
  503. "authors": [
  504. {
  505. "name": "Sebastian Bergmann",
  506. "email": "sebastian@phpunit.de"
  507. }
  508. ],
  509. "description": "Wrapper around PHP's tokenizer extension.",
  510. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  511. "keywords": [
  512. "tokenizer"
  513. ],
  514. "time": "2015-09-15 10:49:45"
  515. },
  516. {
  517. "name": "phpunit/phpunit",
  518. "version": "4.8.27",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/sebastianbergmann/phpunit.git",
  522. "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
  527. "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "ext-dom": "*",
  532. "ext-json": "*",
  533. "ext-pcre": "*",
  534. "ext-reflection": "*",
  535. "ext-spl": "*",
  536. "php": ">=5.3.3",
  537. "phpspec/prophecy": "^1.3.1",
  538. "phpunit/php-code-coverage": "~2.1",
  539. "phpunit/php-file-iterator": "~1.4",
  540. "phpunit/php-text-template": "~1.2",
  541. "phpunit/php-timer": "^1.0.6",
  542. "phpunit/phpunit-mock-objects": "~2.3",
  543. "sebastian/comparator": "~1.1",
  544. "sebastian/diff": "~1.2",
  545. "sebastian/environment": "~1.3",
  546. "sebastian/exporter": "~1.2",
  547. "sebastian/global-state": "~1.0",
  548. "sebastian/version": "~1.0",
  549. "symfony/yaml": "~2.1|~3.0"
  550. },
  551. "suggest": {
  552. "phpunit/php-invoker": "~1.1"
  553. },
  554. "bin": [
  555. "phpunit"
  556. ],
  557. "type": "library",
  558. "extra": {
  559. "branch-alias": {
  560. "dev-master": "4.8.x-dev"
  561. }
  562. },
  563. "autoload": {
  564. "classmap": [
  565. "src/"
  566. ]
  567. },
  568. "notification-url": "https://packagist.org/downloads/",
  569. "license": [
  570. "BSD-3-Clause"
  571. ],
  572. "authors": [
  573. {
  574. "name": "Sebastian Bergmann",
  575. "email": "sebastian@phpunit.de",
  576. "role": "lead"
  577. }
  578. ],
  579. "description": "The PHP Unit Testing framework.",
  580. "homepage": "https://phpunit.de/",
  581. "keywords": [
  582. "phpunit",
  583. "testing",
  584. "xunit"
  585. ],
  586. "time": "2016-07-21 06:48:14"
  587. },
  588. {
  589. "name": "phpunit/phpunit-mock-objects",
  590. "version": "2.3.8",
  591. "source": {
  592. "type": "git",
  593. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  594. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  595. },
  596. "dist": {
  597. "type": "zip",
  598. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  599. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  600. "shasum": ""
  601. },
  602. "require": {
  603. "doctrine/instantiator": "^1.0.2",
  604. "php": ">=5.3.3",
  605. "phpunit/php-text-template": "~1.2",
  606. "sebastian/exporter": "~1.2"
  607. },
  608. "require-dev": {
  609. "phpunit/phpunit": "~4.4"
  610. },
  611. "suggest": {
  612. "ext-soap": "*"
  613. },
  614. "type": "library",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "2.3.x-dev"
  618. }
  619. },
  620. "autoload": {
  621. "classmap": [
  622. "src/"
  623. ]
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "BSD-3-Clause"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Sebastian Bergmann",
  632. "email": "sb@sebastian-bergmann.de",
  633. "role": "lead"
  634. }
  635. ],
  636. "description": "Mock Object library for PHPUnit",
  637. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  638. "keywords": [
  639. "mock",
  640. "xunit"
  641. ],
  642. "time": "2015-10-02 06:51:40"
  643. },
  644. {
  645. "name": "sebastian/comparator",
  646. "version": "1.2.0",
  647. "source": {
  648. "type": "git",
  649. "url": "https://github.com/sebastianbergmann/comparator.git",
  650. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  651. },
  652. "dist": {
  653. "type": "zip",
  654. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  655. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  656. "shasum": ""
  657. },
  658. "require": {
  659. "php": ">=5.3.3",
  660. "sebastian/diff": "~1.2",
  661. "sebastian/exporter": "~1.2"
  662. },
  663. "require-dev": {
  664. "phpunit/phpunit": "~4.4"
  665. },
  666. "type": "library",
  667. "extra": {
  668. "branch-alias": {
  669. "dev-master": "1.2.x-dev"
  670. }
  671. },
  672. "autoload": {
  673. "classmap": [
  674. "src/"
  675. ]
  676. },
  677. "notification-url": "https://packagist.org/downloads/",
  678. "license": [
  679. "BSD-3-Clause"
  680. ],
  681. "authors": [
  682. {
  683. "name": "Jeff Welch",
  684. "email": "whatthejeff@gmail.com"
  685. },
  686. {
  687. "name": "Volker Dusch",
  688. "email": "github@wallbash.com"
  689. },
  690. {
  691. "name": "Bernhard Schussek",
  692. "email": "bschussek@2bepublished.at"
  693. },
  694. {
  695. "name": "Sebastian Bergmann",
  696. "email": "sebastian@phpunit.de"
  697. }
  698. ],
  699. "description": "Provides the functionality to compare PHP values for equality",
  700. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  701. "keywords": [
  702. "comparator",
  703. "compare",
  704. "equality"
  705. ],
  706. "time": "2015-07-26 15:48:44"
  707. },
  708. {
  709. "name": "sebastian/diff",
  710. "version": "1.4.1",
  711. "source": {
  712. "type": "git",
  713. "url": "https://github.com/sebastianbergmann/diff.git",
  714. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  715. },
  716. "dist": {
  717. "type": "zip",
  718. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  719. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  720. "shasum": ""
  721. },
  722. "require": {
  723. "php": ">=5.3.3"
  724. },
  725. "require-dev": {
  726. "phpunit/phpunit": "~4.8"
  727. },
  728. "type": "library",
  729. "extra": {
  730. "branch-alias": {
  731. "dev-master": "1.4-dev"
  732. }
  733. },
  734. "autoload": {
  735. "classmap": [
  736. "src/"
  737. ]
  738. },
  739. "notification-url": "https://packagist.org/downloads/",
  740. "license": [
  741. "BSD-3-Clause"
  742. ],
  743. "authors": [
  744. {
  745. "name": "Kore Nordmann",
  746. "email": "mail@kore-nordmann.de"
  747. },
  748. {
  749. "name": "Sebastian Bergmann",
  750. "email": "sebastian@phpunit.de"
  751. }
  752. ],
  753. "description": "Diff implementation",
  754. "homepage": "https://github.com/sebastianbergmann/diff",
  755. "keywords": [
  756. "diff"
  757. ],
  758. "time": "2015-12-08 07:14:41"
  759. },
  760. {
  761. "name": "sebastian/environment",
  762. "version": "1.3.7",
  763. "source": {
  764. "type": "git",
  765. "url": "https://github.com/sebastianbergmann/environment.git",
  766. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  767. },
  768. "dist": {
  769. "type": "zip",
  770. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  771. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  772. "shasum": ""
  773. },
  774. "require": {
  775. "php": ">=5.3.3"
  776. },
  777. "require-dev": {
  778. "phpunit/phpunit": "~4.4"
  779. },
  780. "type": "library",
  781. "extra": {
  782. "branch-alias": {
  783. "dev-master": "1.3.x-dev"
  784. }
  785. },
  786. "autoload": {
  787. "classmap": [
  788. "src/"
  789. ]
  790. },
  791. "notification-url": "https://packagist.org/downloads/",
  792. "license": [
  793. "BSD-3-Clause"
  794. ],
  795. "authors": [
  796. {
  797. "name": "Sebastian Bergmann",
  798. "email": "sebastian@phpunit.de"
  799. }
  800. ],
  801. "description": "Provides functionality to handle HHVM/PHP environments",
  802. "homepage": "http://www.github.com/sebastianbergmann/environment",
  803. "keywords": [
  804. "Xdebug",
  805. "environment",
  806. "hhvm"
  807. ],
  808. "time": "2016-05-17 03:18:57"
  809. },
  810. {
  811. "name": "sebastian/exporter",
  812. "version": "1.2.2",
  813. "source": {
  814. "type": "git",
  815. "url": "https://github.com/sebastianbergmann/exporter.git",
  816. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  817. },
  818. "dist": {
  819. "type": "zip",
  820. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  821. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  822. "shasum": ""
  823. },
  824. "require": {
  825. "php": ">=5.3.3",
  826. "sebastian/recursion-context": "~1.0"
  827. },
  828. "require-dev": {
  829. "ext-mbstring": "*",
  830. "phpunit/phpunit": "~4.4"
  831. },
  832. "type": "library",
  833. "extra": {
  834. "branch-alias": {
  835. "dev-master": "1.3.x-dev"
  836. }
  837. },
  838. "autoload": {
  839. "classmap": [
  840. "src/"
  841. ]
  842. },
  843. "notification-url": "https://packagist.org/downloads/",
  844. "license": [
  845. "BSD-3-Clause"
  846. ],
  847. "authors": [
  848. {
  849. "name": "Jeff Welch",
  850. "email": "whatthejeff@gmail.com"
  851. },
  852. {
  853. "name": "Volker Dusch",
  854. "email": "github@wallbash.com"
  855. },
  856. {
  857. "name": "Bernhard Schussek",
  858. "email": "bschussek@2bepublished.at"
  859. },
  860. {
  861. "name": "Sebastian Bergmann",
  862. "email": "sebastian@phpunit.de"
  863. },
  864. {
  865. "name": "Adam Harvey",
  866. "email": "aharvey@php.net"
  867. }
  868. ],
  869. "description": "Provides the functionality to export PHP variables for visualization",
  870. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  871. "keywords": [
  872. "export",
  873. "exporter"
  874. ],
  875. "time": "2016-06-17 09:04:28"
  876. },
  877. {
  878. "name": "sebastian/global-state",
  879. "version": "1.1.1",
  880. "source": {
  881. "type": "git",
  882. "url": "https://github.com/sebastianbergmann/global-state.git",
  883. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  884. },
  885. "dist": {
  886. "type": "zip",
  887. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  888. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  889. "shasum": ""
  890. },
  891. "require": {
  892. "php": ">=5.3.3"
  893. },
  894. "require-dev": {
  895. "phpunit/phpunit": "~4.2"
  896. },
  897. "suggest": {
  898. "ext-uopz": "*"
  899. },
  900. "type": "library",
  901. "extra": {
  902. "branch-alias": {
  903. "dev-master": "1.0-dev"
  904. }
  905. },
  906. "autoload": {
  907. "classmap": [
  908. "src/"
  909. ]
  910. },
  911. "notification-url": "https://packagist.org/downloads/",
  912. "license": [
  913. "BSD-3-Clause"
  914. ],
  915. "authors": [
  916. {
  917. "name": "Sebastian Bergmann",
  918. "email": "sebastian@phpunit.de"
  919. }
  920. ],
  921. "description": "Snapshotting of global state",
  922. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  923. "keywords": [
  924. "global state"
  925. ],
  926. "time": "2015-10-12 03:26:01"
  927. },
  928. {
  929. "name": "sebastian/recursion-context",
  930. "version": "1.0.2",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  934. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  939. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "php": ">=5.3.3"
  944. },
  945. "require-dev": {
  946. "phpunit/phpunit": "~4.4"
  947. },
  948. "type": "library",
  949. "extra": {
  950. "branch-alias": {
  951. "dev-master": "1.0.x-dev"
  952. }
  953. },
  954. "autoload": {
  955. "classmap": [
  956. "src/"
  957. ]
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "BSD-3-Clause"
  962. ],
  963. "authors": [
  964. {
  965. "name": "Jeff Welch",
  966. "email": "whatthejeff@gmail.com"
  967. },
  968. {
  969. "name": "Sebastian Bergmann",
  970. "email": "sebastian@phpunit.de"
  971. },
  972. {
  973. "name": "Adam Harvey",
  974. "email": "aharvey@php.net"
  975. }
  976. ],
  977. "description": "Provides functionality to recursively process PHP variables",
  978. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  979. "time": "2015-11-11 19:50:13"
  980. },
  981. {
  982. "name": "sebastian/version",
  983. "version": "1.0.6",
  984. "source": {
  985. "type": "git",
  986. "url": "https://github.com/sebastianbergmann/version.git",
  987. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  988. },
  989. "dist": {
  990. "type": "zip",
  991. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  992. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  993. "shasum": ""
  994. },
  995. "type": "library",
  996. "autoload": {
  997. "classmap": [
  998. "src/"
  999. ]
  1000. },
  1001. "notification-url": "https://packagist.org/downloads/",
  1002. "license": [
  1003. "BSD-3-Clause"
  1004. ],
  1005. "authors": [
  1006. {
  1007. "name": "Sebastian Bergmann",
  1008. "email": "sebastian@phpunit.de",
  1009. "role": "lead"
  1010. }
  1011. ],
  1012. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1013. "homepage": "https://github.com/sebastianbergmann/version",
  1014. "time": "2015-06-21 13:59:46"
  1015. },
  1016. {
  1017. "name": "symfony/yaml",
  1018. "version": "v3.1.3",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/symfony/yaml.git",
  1022. "reference": "1819adf2066880c7967df7180f4f662b6f0567ac"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac",
  1027. "reference": "1819adf2066880c7967df7180f4f662b6f0567ac",
  1028. "shasum": ""
  1029. },
  1030. "require": {
  1031. "php": ">=5.5.9"
  1032. },
  1033. "type": "library",
  1034. "extra": {
  1035. "branch-alias": {
  1036. "dev-master": "3.1-dev"
  1037. }
  1038. },
  1039. "autoload": {
  1040. "psr-4": {
  1041. "Symfony\\Component\\Yaml\\": ""
  1042. },
  1043. "exclude-from-classmap": [
  1044. "/Tests/"
  1045. ]
  1046. },
  1047. "notification-url": "https://packagist.org/downloads/",
  1048. "license": [
  1049. "MIT"
  1050. ],
  1051. "authors": [
  1052. {
  1053. "name": "Fabien Potencier",
  1054. "email": "fabien@symfony.com"
  1055. },
  1056. {
  1057. "name": "Symfony Community",
  1058. "homepage": "https://symfony.com/contributors"
  1059. }
  1060. ],
  1061. "description": "Symfony Yaml Component",
  1062. "homepage": "https://symfony.com",
  1063. "time": "2016-07-17 14:02:08"
  1064. },
  1065. {
  1066. "name": "webmozart/assert",
  1067. "version": "1.0.2",
  1068. "source": {
  1069. "type": "git",
  1070. "url": "https://github.com/webmozart/assert.git",
  1071. "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
  1072. },
  1073. "dist": {
  1074. "type": "zip",
  1075. "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  1076. "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  1077. "shasum": ""
  1078. },
  1079. "require": {
  1080. "php": ">=5.3.3"
  1081. },
  1082. "require-dev": {
  1083. "phpunit/phpunit": "^4.6"
  1084. },
  1085. "type": "library",
  1086. "extra": {
  1087. "branch-alias": {
  1088. "dev-master": "1.0-dev"
  1089. }
  1090. },
  1091. "autoload": {
  1092. "psr-4": {
  1093. "Webmozart\\Assert\\": "src/"
  1094. }
  1095. },
  1096. "notification-url": "https://packagist.org/downloads/",
  1097. "license": [
  1098. "MIT"
  1099. ],
  1100. "authors": [
  1101. {
  1102. "name": "Bernhard Schussek",
  1103. "email": "bschussek@gmail.com"
  1104. }
  1105. ],
  1106. "description": "Assertions to validate method input/output with nice error messages.",
  1107. "keywords": [
  1108. "assert",
  1109. "check",
  1110. "validate"
  1111. ],
  1112. "time": "2015-08-24 13:29:44"
  1113. }
  1114. ],
  1115. "aliases": [],
  1116. "minimum-stability": "stable",
  1117. "stability-flags": [],
  1118. "prefer-stable": false,
  1119. "prefer-lowest": false,
  1120. "platform": {
  1121. "php": ">=5.4.0"
  1122. },
  1123. "platform-dev": []
  1124. }