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