composer.lock 38 KB

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