composer.lock 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "0094775b67f67bc65c1ff4aebb0fd065",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "doctrine/instantiator",
  12. "version": "1.0.5",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/doctrine/instantiator.git",
  16. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  21. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3,<8.0-DEV"
  26. },
  27. "require-dev": {
  28. "athletic/athletic": "~0.1.8",
  29. "ext-pdo": "*",
  30. "ext-phar": "*",
  31. "phpunit/phpunit": "~4.0",
  32. "squizlabs/php_codesniffer": "~2.0"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.0.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Marco Pivetta",
  52. "email": "ocramius@gmail.com",
  53. "homepage": "http://ocramius.github.com/"
  54. }
  55. ],
  56. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  57. "homepage": "https://github.com/doctrine/instantiator",
  58. "keywords": [
  59. "constructor",
  60. "instantiate"
  61. ],
  62. "time": "2015-06-14T21:17:01+00:00"
  63. },
  64. {
  65. "name": "guzzlehttp/guzzle",
  66. "version": "5.3.2",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/guzzle/guzzle.git",
  70. "reference": "f9acb4761844317e626a32259205bec1f1bc60d2"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f9acb4761844317e626a32259205bec1f1bc60d2",
  75. "reference": "f9acb4761844317e626a32259205bec1f1bc60d2",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "guzzlehttp/ringphp": "^1.1",
  80. "php": ">=5.4.0",
  81. "react/promise": "^2.2"
  82. },
  83. "require-dev": {
  84. "ext-curl": "*",
  85. "phpunit/phpunit": "^4.0"
  86. },
  87. "type": "library",
  88. "autoload": {
  89. "psr-4": {
  90. "GuzzleHttp\\": "src/"
  91. }
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "MIT"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Michael Dowling",
  100. "email": "mtdowling@gmail.com",
  101. "homepage": "https://github.com/mtdowling"
  102. }
  103. ],
  104. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  105. "homepage": "http://guzzlephp.org/",
  106. "keywords": [
  107. "client",
  108. "curl",
  109. "framework",
  110. "http",
  111. "http client",
  112. "rest",
  113. "web service"
  114. ],
  115. "time": "2018-01-15T07:18:01+00:00"
  116. },
  117. {
  118. "name": "guzzlehttp/ringphp",
  119. "version": "1.1.0",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/guzzle/RingPHP.git",
  123. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  128. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "guzzlehttp/streams": "~3.0",
  133. "php": ">=5.4.0",
  134. "react/promise": "~2.0"
  135. },
  136. "require-dev": {
  137. "ext-curl": "*",
  138. "phpunit/phpunit": "~4.0"
  139. },
  140. "suggest": {
  141. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  142. },
  143. "type": "library",
  144. "extra": {
  145. "branch-alias": {
  146. "dev-master": "1.1-dev"
  147. }
  148. },
  149. "autoload": {
  150. "psr-4": {
  151. "GuzzleHttp\\Ring\\": "src/"
  152. }
  153. },
  154. "notification-url": "https://packagist.org/downloads/",
  155. "license": [
  156. "MIT"
  157. ],
  158. "authors": [
  159. {
  160. "name": "Michael Dowling",
  161. "email": "mtdowling@gmail.com",
  162. "homepage": "https://github.com/mtdowling"
  163. }
  164. ],
  165. "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
  166. "time": "2015-05-20T03:37:09+00:00"
  167. },
  168. {
  169. "name": "guzzlehttp/streams",
  170. "version": "3.0.0",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/guzzle/streams.git",
  174. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  179. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=5.4.0"
  184. },
  185. "require-dev": {
  186. "phpunit/phpunit": "~4.0"
  187. },
  188. "type": "library",
  189. "extra": {
  190. "branch-alias": {
  191. "dev-master": "3.0-dev"
  192. }
  193. },
  194. "autoload": {
  195. "psr-4": {
  196. "GuzzleHttp\\Stream\\": "src/"
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "MIT"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Michael Dowling",
  206. "email": "mtdowling@gmail.com",
  207. "homepage": "https://github.com/mtdowling"
  208. }
  209. ],
  210. "description": "Provides a simple abstraction over streams of data",
  211. "homepage": "http://guzzlephp.org/",
  212. "keywords": [
  213. "Guzzle",
  214. "stream"
  215. ],
  216. "time": "2014-10-12T19:18:40+00:00"
  217. },
  218. {
  219. "name": "phpdocumentor/reflection-docblock",
  220. "version": "2.0.4",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  224. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  229. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "php": ">=5.3.3"
  234. },
  235. "require-dev": {
  236. "phpunit/phpunit": "~4.0"
  237. },
  238. "suggest": {
  239. "dflydev/markdown": "~1.0",
  240. "erusev/parsedown": "~1.0"
  241. },
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "2.0.x-dev"
  246. }
  247. },
  248. "autoload": {
  249. "psr-0": {
  250. "phpDocumentor": [
  251. "src/"
  252. ]
  253. }
  254. },
  255. "notification-url": "https://packagist.org/downloads/",
  256. "license": [
  257. "MIT"
  258. ],
  259. "authors": [
  260. {
  261. "name": "Mike van Riel",
  262. "email": "mike.vanriel@naenius.com"
  263. }
  264. ],
  265. "time": "2015-02-03T12:10:50+00:00"
  266. },
  267. {
  268. "name": "phpspec/prophecy",
  269. "version": "v1.7.0",
  270. "source": {
  271. "type": "git",
  272. "url": "https://github.com/phpspec/prophecy.git",
  273. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  274. },
  275. "dist": {
  276. "type": "zip",
  277. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  278. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  279. "shasum": ""
  280. },
  281. "require": {
  282. "doctrine/instantiator": "^1.0.2",
  283. "php": "^5.3|^7.0",
  284. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  285. "sebastian/comparator": "^1.1|^2.0",
  286. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  287. },
  288. "require-dev": {
  289. "phpspec/phpspec": "^2.5|^3.2",
  290. "phpunit/phpunit": "^4.8 || ^5.6.5"
  291. },
  292. "type": "library",
  293. "extra": {
  294. "branch-alias": {
  295. "dev-master": "1.6.x-dev"
  296. }
  297. },
  298. "autoload": {
  299. "psr-0": {
  300. "Prophecy\\": "src/"
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "MIT"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Konstantin Kudryashov",
  310. "email": "ever.zet@gmail.com",
  311. "homepage": "http://everzet.com"
  312. },
  313. {
  314. "name": "Marcello Duarte",
  315. "email": "marcello.duarte@gmail.com"
  316. }
  317. ],
  318. "description": "Highly opinionated mocking framework for PHP 5.3+",
  319. "homepage": "https://github.com/phpspec/prophecy",
  320. "keywords": [
  321. "Double",
  322. "Dummy",
  323. "fake",
  324. "mock",
  325. "spy",
  326. "stub"
  327. ],
  328. "time": "2017-03-02T20:05:34+00:00"
  329. },
  330. {
  331. "name": "phpunit/php-code-coverage",
  332. "version": "2.2.4",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  336. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  341. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.3.3",
  346. "phpunit/php-file-iterator": "~1.3",
  347. "phpunit/php-text-template": "~1.2",
  348. "phpunit/php-token-stream": "~1.3",
  349. "sebastian/environment": "^1.3.2",
  350. "sebastian/version": "~1.0"
  351. },
  352. "require-dev": {
  353. "ext-xdebug": ">=2.1.4",
  354. "phpunit/phpunit": "~4"
  355. },
  356. "suggest": {
  357. "ext-dom": "*",
  358. "ext-xdebug": ">=2.2.1",
  359. "ext-xmlwriter": "*"
  360. },
  361. "type": "library",
  362. "extra": {
  363. "branch-alias": {
  364. "dev-master": "2.2.x-dev"
  365. }
  366. },
  367. "autoload": {
  368. "classmap": [
  369. "src/"
  370. ]
  371. },
  372. "notification-url": "https://packagist.org/downloads/",
  373. "license": [
  374. "BSD-3-Clause"
  375. ],
  376. "authors": [
  377. {
  378. "name": "Sebastian Bergmann",
  379. "email": "sb@sebastian-bergmann.de",
  380. "role": "lead"
  381. }
  382. ],
  383. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  384. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  385. "keywords": [
  386. "coverage",
  387. "testing",
  388. "xunit"
  389. ],
  390. "time": "2015-10-06T15:47:00+00:00"
  391. },
  392. {
  393. "name": "phpunit/php-file-iterator",
  394. "version": "1.4.2",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  398. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  403. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "php": ">=5.3.3"
  408. },
  409. "type": "library",
  410. "extra": {
  411. "branch-alias": {
  412. "dev-master": "1.4.x-dev"
  413. }
  414. },
  415. "autoload": {
  416. "classmap": [
  417. "src/"
  418. ]
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "license": [
  422. "BSD-3-Clause"
  423. ],
  424. "authors": [
  425. {
  426. "name": "Sebastian Bergmann",
  427. "email": "sb@sebastian-bergmann.de",
  428. "role": "lead"
  429. }
  430. ],
  431. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  432. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  433. "keywords": [
  434. "filesystem",
  435. "iterator"
  436. ],
  437. "time": "2016-10-03T07:40:28+00:00"
  438. },
  439. {
  440. "name": "phpunit/php-text-template",
  441. "version": "1.2.1",
  442. "source": {
  443. "type": "git",
  444. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  445. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  446. },
  447. "dist": {
  448. "type": "zip",
  449. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  450. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  451. "shasum": ""
  452. },
  453. "require": {
  454. "php": ">=5.3.3"
  455. },
  456. "type": "library",
  457. "autoload": {
  458. "classmap": [
  459. "src/"
  460. ]
  461. },
  462. "notification-url": "https://packagist.org/downloads/",
  463. "license": [
  464. "BSD-3-Clause"
  465. ],
  466. "authors": [
  467. {
  468. "name": "Sebastian Bergmann",
  469. "email": "sebastian@phpunit.de",
  470. "role": "lead"
  471. }
  472. ],
  473. "description": "Simple template engine.",
  474. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  475. "keywords": [
  476. "template"
  477. ],
  478. "time": "2015-06-21T13:50:34+00:00"
  479. },
  480. {
  481. "name": "phpunit/php-timer",
  482. "version": "1.0.9",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/sebastianbergmann/php-timer.git",
  486. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  491. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  492. "shasum": ""
  493. },
  494. "require": {
  495. "php": "^5.3.3 || ^7.0"
  496. },
  497. "require-dev": {
  498. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  499. },
  500. "type": "library",
  501. "extra": {
  502. "branch-alias": {
  503. "dev-master": "1.0-dev"
  504. }
  505. },
  506. "autoload": {
  507. "classmap": [
  508. "src/"
  509. ]
  510. },
  511. "notification-url": "https://packagist.org/downloads/",
  512. "license": [
  513. "BSD-3-Clause"
  514. ],
  515. "authors": [
  516. {
  517. "name": "Sebastian Bergmann",
  518. "email": "sb@sebastian-bergmann.de",
  519. "role": "lead"
  520. }
  521. ],
  522. "description": "Utility class for timing",
  523. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  524. "keywords": [
  525. "timer"
  526. ],
  527. "time": "2017-02-26T11:10:40+00:00"
  528. },
  529. {
  530. "name": "phpunit/php-token-stream",
  531. "version": "1.4.11",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  535. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  540. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "ext-tokenizer": "*",
  545. "php": ">=5.3.3"
  546. },
  547. "require-dev": {
  548. "phpunit/phpunit": "~4.2"
  549. },
  550. "type": "library",
  551. "extra": {
  552. "branch-alias": {
  553. "dev-master": "1.4-dev"
  554. }
  555. },
  556. "autoload": {
  557. "classmap": [
  558. "src/"
  559. ]
  560. },
  561. "notification-url": "https://packagist.org/downloads/",
  562. "license": [
  563. "BSD-3-Clause"
  564. ],
  565. "authors": [
  566. {
  567. "name": "Sebastian Bergmann",
  568. "email": "sebastian@phpunit.de"
  569. }
  570. ],
  571. "description": "Wrapper around PHP's tokenizer extension.",
  572. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  573. "keywords": [
  574. "tokenizer"
  575. ],
  576. "time": "2017-02-27T10:12:30+00:00"
  577. },
  578. {
  579. "name": "phpunit/phpunit",
  580. "version": "4.8.36",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/sebastianbergmann/phpunit.git",
  584. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  589. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "ext-dom": "*",
  594. "ext-json": "*",
  595. "ext-pcre": "*",
  596. "ext-reflection": "*",
  597. "ext-spl": "*",
  598. "php": ">=5.3.3",
  599. "phpspec/prophecy": "^1.3.1",
  600. "phpunit/php-code-coverage": "~2.1",
  601. "phpunit/php-file-iterator": "~1.4",
  602. "phpunit/php-text-template": "~1.2",
  603. "phpunit/php-timer": "^1.0.6",
  604. "phpunit/phpunit-mock-objects": "~2.3",
  605. "sebastian/comparator": "~1.2.2",
  606. "sebastian/diff": "~1.2",
  607. "sebastian/environment": "~1.3",
  608. "sebastian/exporter": "~1.2",
  609. "sebastian/global-state": "~1.0",
  610. "sebastian/version": "~1.0",
  611. "symfony/yaml": "~2.1|~3.0"
  612. },
  613. "suggest": {
  614. "phpunit/php-invoker": "~1.1"
  615. },
  616. "bin": [
  617. "phpunit"
  618. ],
  619. "type": "library",
  620. "extra": {
  621. "branch-alias": {
  622. "dev-master": "4.8.x-dev"
  623. }
  624. },
  625. "autoload": {
  626. "classmap": [
  627. "src/"
  628. ]
  629. },
  630. "notification-url": "https://packagist.org/downloads/",
  631. "license": [
  632. "BSD-3-Clause"
  633. ],
  634. "authors": [
  635. {
  636. "name": "Sebastian Bergmann",
  637. "email": "sebastian@phpunit.de",
  638. "role": "lead"
  639. }
  640. ],
  641. "description": "The PHP Unit Testing framework.",
  642. "homepage": "https://phpunit.de/",
  643. "keywords": [
  644. "phpunit",
  645. "testing",
  646. "xunit"
  647. ],
  648. "time": "2017-06-21T08:07:12+00:00"
  649. },
  650. {
  651. "name": "phpunit/phpunit-mock-objects",
  652. "version": "2.3.8",
  653. "source": {
  654. "type": "git",
  655. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  656. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  657. },
  658. "dist": {
  659. "type": "zip",
  660. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  661. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  662. "shasum": ""
  663. },
  664. "require": {
  665. "doctrine/instantiator": "^1.0.2",
  666. "php": ">=5.3.3",
  667. "phpunit/php-text-template": "~1.2",
  668. "sebastian/exporter": "~1.2"
  669. },
  670. "require-dev": {
  671. "phpunit/phpunit": "~4.4"
  672. },
  673. "suggest": {
  674. "ext-soap": "*"
  675. },
  676. "type": "library",
  677. "extra": {
  678. "branch-alias": {
  679. "dev-master": "2.3.x-dev"
  680. }
  681. },
  682. "autoload": {
  683. "classmap": [
  684. "src/"
  685. ]
  686. },
  687. "notification-url": "https://packagist.org/downloads/",
  688. "license": [
  689. "BSD-3-Clause"
  690. ],
  691. "authors": [
  692. {
  693. "name": "Sebastian Bergmann",
  694. "email": "sb@sebastian-bergmann.de",
  695. "role": "lead"
  696. }
  697. ],
  698. "description": "Mock Object library for PHPUnit",
  699. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  700. "keywords": [
  701. "mock",
  702. "xunit"
  703. ],
  704. "time": "2015-10-02T06:51:40+00:00"
  705. },
  706. {
  707. "name": "react/promise",
  708. "version": "v2.5.1",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/reactphp/promise.git",
  712. "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
  717. "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "php": ">=5.4.0"
  722. },
  723. "require-dev": {
  724. "phpunit/phpunit": "~4.8"
  725. },
  726. "type": "library",
  727. "autoload": {
  728. "psr-4": {
  729. "React\\Promise\\": "src/"
  730. },
  731. "files": [
  732. "src/functions_include.php"
  733. ]
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Jan Sorgalla",
  742. "email": "jsorgalla@gmail.com"
  743. }
  744. ],
  745. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  746. "keywords": [
  747. "promise",
  748. "promises"
  749. ],
  750. "time": "2017-03-25T12:08:31+00:00"
  751. },
  752. {
  753. "name": "sebastian/comparator",
  754. "version": "1.2.4",
  755. "source": {
  756. "type": "git",
  757. "url": "https://github.com/sebastianbergmann/comparator.git",
  758. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  759. },
  760. "dist": {
  761. "type": "zip",
  762. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  763. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  764. "shasum": ""
  765. },
  766. "require": {
  767. "php": ">=5.3.3",
  768. "sebastian/diff": "~1.2",
  769. "sebastian/exporter": "~1.2 || ~2.0"
  770. },
  771. "require-dev": {
  772. "phpunit/phpunit": "~4.4"
  773. },
  774. "type": "library",
  775. "extra": {
  776. "branch-alias": {
  777. "dev-master": "1.2.x-dev"
  778. }
  779. },
  780. "autoload": {
  781. "classmap": [
  782. "src/"
  783. ]
  784. },
  785. "notification-url": "https://packagist.org/downloads/",
  786. "license": [
  787. "BSD-3-Clause"
  788. ],
  789. "authors": [
  790. {
  791. "name": "Jeff Welch",
  792. "email": "whatthejeff@gmail.com"
  793. },
  794. {
  795. "name": "Volker Dusch",
  796. "email": "github@wallbash.com"
  797. },
  798. {
  799. "name": "Bernhard Schussek",
  800. "email": "bschussek@2bepublished.at"
  801. },
  802. {
  803. "name": "Sebastian Bergmann",
  804. "email": "sebastian@phpunit.de"
  805. }
  806. ],
  807. "description": "Provides the functionality to compare PHP values for equality",
  808. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  809. "keywords": [
  810. "comparator",
  811. "compare",
  812. "equality"
  813. ],
  814. "time": "2017-01-29T09:50:25+00:00"
  815. },
  816. {
  817. "name": "sebastian/diff",
  818. "version": "1.4.1",
  819. "source": {
  820. "type": "git",
  821. "url": "https://github.com/sebastianbergmann/diff.git",
  822. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  823. },
  824. "dist": {
  825. "type": "zip",
  826. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  827. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  828. "shasum": ""
  829. },
  830. "require": {
  831. "php": ">=5.3.3"
  832. },
  833. "require-dev": {
  834. "phpunit/phpunit": "~4.8"
  835. },
  836. "type": "library",
  837. "extra": {
  838. "branch-alias": {
  839. "dev-master": "1.4-dev"
  840. }
  841. },
  842. "autoload": {
  843. "classmap": [
  844. "src/"
  845. ]
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "BSD-3-Clause"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Kore Nordmann",
  854. "email": "mail@kore-nordmann.de"
  855. },
  856. {
  857. "name": "Sebastian Bergmann",
  858. "email": "sebastian@phpunit.de"
  859. }
  860. ],
  861. "description": "Diff implementation",
  862. "homepage": "https://github.com/sebastianbergmann/diff",
  863. "keywords": [
  864. "diff"
  865. ],
  866. "time": "2015-12-08T07:14:41+00:00"
  867. },
  868. {
  869. "name": "sebastian/environment",
  870. "version": "1.3.8",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/sebastianbergmann/environment.git",
  874. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  879. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "php": "^5.3.3 || ^7.0"
  884. },
  885. "require-dev": {
  886. "phpunit/phpunit": "^4.8 || ^5.0"
  887. },
  888. "type": "library",
  889. "extra": {
  890. "branch-alias": {
  891. "dev-master": "1.3.x-dev"
  892. }
  893. },
  894. "autoload": {
  895. "classmap": [
  896. "src/"
  897. ]
  898. },
  899. "notification-url": "https://packagist.org/downloads/",
  900. "license": [
  901. "BSD-3-Clause"
  902. ],
  903. "authors": [
  904. {
  905. "name": "Sebastian Bergmann",
  906. "email": "sebastian@phpunit.de"
  907. }
  908. ],
  909. "description": "Provides functionality to handle HHVM/PHP environments",
  910. "homepage": "http://www.github.com/sebastianbergmann/environment",
  911. "keywords": [
  912. "Xdebug",
  913. "environment",
  914. "hhvm"
  915. ],
  916. "time": "2016-08-18T05:49:44+00:00"
  917. },
  918. {
  919. "name": "sebastian/exporter",
  920. "version": "1.2.2",
  921. "source": {
  922. "type": "git",
  923. "url": "https://github.com/sebastianbergmann/exporter.git",
  924. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  925. },
  926. "dist": {
  927. "type": "zip",
  928. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  929. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  930. "shasum": ""
  931. },
  932. "require": {
  933. "php": ">=5.3.3",
  934. "sebastian/recursion-context": "~1.0"
  935. },
  936. "require-dev": {
  937. "ext-mbstring": "*",
  938. "phpunit/phpunit": "~4.4"
  939. },
  940. "type": "library",
  941. "extra": {
  942. "branch-alias": {
  943. "dev-master": "1.3.x-dev"
  944. }
  945. },
  946. "autoload": {
  947. "classmap": [
  948. "src/"
  949. ]
  950. },
  951. "notification-url": "https://packagist.org/downloads/",
  952. "license": [
  953. "BSD-3-Clause"
  954. ],
  955. "authors": [
  956. {
  957. "name": "Jeff Welch",
  958. "email": "whatthejeff@gmail.com"
  959. },
  960. {
  961. "name": "Volker Dusch",
  962. "email": "github@wallbash.com"
  963. },
  964. {
  965. "name": "Bernhard Schussek",
  966. "email": "bschussek@2bepublished.at"
  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 the functionality to export PHP variables for visualization",
  978. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  979. "keywords": [
  980. "export",
  981. "exporter"
  982. ],
  983. "time": "2016-06-17T09:04:28+00:00"
  984. },
  985. {
  986. "name": "sebastian/global-state",
  987. "version": "1.1.1",
  988. "source": {
  989. "type": "git",
  990. "url": "https://github.com/sebastianbergmann/global-state.git",
  991. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  992. },
  993. "dist": {
  994. "type": "zip",
  995. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  996. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  997. "shasum": ""
  998. },
  999. "require": {
  1000. "php": ">=5.3.3"
  1001. },
  1002. "require-dev": {
  1003. "phpunit/phpunit": "~4.2"
  1004. },
  1005. "suggest": {
  1006. "ext-uopz": "*"
  1007. },
  1008. "type": "library",
  1009. "extra": {
  1010. "branch-alias": {
  1011. "dev-master": "1.0-dev"
  1012. }
  1013. },
  1014. "autoload": {
  1015. "classmap": [
  1016. "src/"
  1017. ]
  1018. },
  1019. "notification-url": "https://packagist.org/downloads/",
  1020. "license": [
  1021. "BSD-3-Clause"
  1022. ],
  1023. "authors": [
  1024. {
  1025. "name": "Sebastian Bergmann",
  1026. "email": "sebastian@phpunit.de"
  1027. }
  1028. ],
  1029. "description": "Snapshotting of global state",
  1030. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1031. "keywords": [
  1032. "global state"
  1033. ],
  1034. "time": "2015-10-12T03:26:01+00:00"
  1035. },
  1036. {
  1037. "name": "sebastian/recursion-context",
  1038. "version": "1.0.5",
  1039. "source": {
  1040. "type": "git",
  1041. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1042. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1043. },
  1044. "dist": {
  1045. "type": "zip",
  1046. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1047. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1048. "shasum": ""
  1049. },
  1050. "require": {
  1051. "php": ">=5.3.3"
  1052. },
  1053. "require-dev": {
  1054. "phpunit/phpunit": "~4.4"
  1055. },
  1056. "type": "library",
  1057. "extra": {
  1058. "branch-alias": {
  1059. "dev-master": "1.0.x-dev"
  1060. }
  1061. },
  1062. "autoload": {
  1063. "classmap": [
  1064. "src/"
  1065. ]
  1066. },
  1067. "notification-url": "https://packagist.org/downloads/",
  1068. "license": [
  1069. "BSD-3-Clause"
  1070. ],
  1071. "authors": [
  1072. {
  1073. "name": "Jeff Welch",
  1074. "email": "whatthejeff@gmail.com"
  1075. },
  1076. {
  1077. "name": "Sebastian Bergmann",
  1078. "email": "sebastian@phpunit.de"
  1079. },
  1080. {
  1081. "name": "Adam Harvey",
  1082. "email": "aharvey@php.net"
  1083. }
  1084. ],
  1085. "description": "Provides functionality to recursively process PHP variables",
  1086. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1087. "time": "2016-10-03T07:41:43+00:00"
  1088. },
  1089. {
  1090. "name": "sebastian/version",
  1091. "version": "1.0.6",
  1092. "source": {
  1093. "type": "git",
  1094. "url": "https://github.com/sebastianbergmann/version.git",
  1095. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1096. },
  1097. "dist": {
  1098. "type": "zip",
  1099. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1100. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1101. "shasum": ""
  1102. },
  1103. "type": "library",
  1104. "autoload": {
  1105. "classmap": [
  1106. "src/"
  1107. ]
  1108. },
  1109. "notification-url": "https://packagist.org/downloads/",
  1110. "license": [
  1111. "BSD-3-Clause"
  1112. ],
  1113. "authors": [
  1114. {
  1115. "name": "Sebastian Bergmann",
  1116. "email": "sebastian@phpunit.de",
  1117. "role": "lead"
  1118. }
  1119. ],
  1120. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1121. "homepage": "https://github.com/sebastianbergmann/version",
  1122. "time": "2015-06-21T13:59:46+00:00"
  1123. },
  1124. {
  1125. "name": "squizlabs/php_codesniffer",
  1126. "version": "3.2.3",
  1127. "source": {
  1128. "type": "git",
  1129. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1130. "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
  1131. },
  1132. "dist": {
  1133. "type": "zip",
  1134. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
  1135. "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
  1136. "shasum": ""
  1137. },
  1138. "require": {
  1139. "ext-simplexml": "*",
  1140. "ext-tokenizer": "*",
  1141. "ext-xmlwriter": "*",
  1142. "php": ">=5.4.0"
  1143. },
  1144. "require-dev": {
  1145. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1146. },
  1147. "bin": [
  1148. "bin/phpcs",
  1149. "bin/phpcbf"
  1150. ],
  1151. "type": "library",
  1152. "extra": {
  1153. "branch-alias": {
  1154. "dev-master": "3.x-dev"
  1155. }
  1156. },
  1157. "notification-url": "https://packagist.org/downloads/",
  1158. "license": [
  1159. "BSD-3-Clause"
  1160. ],
  1161. "authors": [
  1162. {
  1163. "name": "Greg Sherwood",
  1164. "role": "lead"
  1165. }
  1166. ],
  1167. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1168. "homepage": "http://www.squizlabs.com/php-codesniffer",
  1169. "keywords": [
  1170. "phpcs",
  1171. "standards"
  1172. ],
  1173. "time": "2018-02-20T21:35:23+00:00"
  1174. },
  1175. {
  1176. "name": "symfony/event-dispatcher",
  1177. "version": "v2.8.18",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/symfony/event-dispatcher.git",
  1181. "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0",
  1186. "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "php": ">=5.3.9"
  1191. },
  1192. "require-dev": {
  1193. "psr/log": "~1.0",
  1194. "symfony/config": "^2.0.5|~3.0.0",
  1195. "symfony/dependency-injection": "~2.6|~3.0.0",
  1196. "symfony/expression-language": "~2.6|~3.0.0",
  1197. "symfony/stopwatch": "~2.3|~3.0.0"
  1198. },
  1199. "suggest": {
  1200. "symfony/dependency-injection": "",
  1201. "symfony/http-kernel": ""
  1202. },
  1203. "type": "library",
  1204. "extra": {
  1205. "branch-alias": {
  1206. "dev-master": "2.8-dev"
  1207. }
  1208. },
  1209. "autoload": {
  1210. "psr-4": {
  1211. "Symfony\\Component\\EventDispatcher\\": ""
  1212. },
  1213. "exclude-from-classmap": [
  1214. "/Tests/"
  1215. ]
  1216. },
  1217. "notification-url": "https://packagist.org/downloads/",
  1218. "license": [
  1219. "MIT"
  1220. ],
  1221. "authors": [
  1222. {
  1223. "name": "Fabien Potencier",
  1224. "email": "fabien@symfony.com"
  1225. },
  1226. {
  1227. "name": "Symfony Community",
  1228. "homepage": "https://symfony.com/contributors"
  1229. }
  1230. ],
  1231. "description": "Symfony EventDispatcher Component",
  1232. "homepage": "https://symfony.com",
  1233. "time": "2017-02-21T08:33:48+00:00"
  1234. },
  1235. {
  1236. "name": "symfony/yaml",
  1237. "version": "v2.8.18",
  1238. "source": {
  1239. "type": "git",
  1240. "url": "https://github.com/symfony/yaml.git",
  1241. "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d"
  1242. },
  1243. "dist": {
  1244. "type": "zip",
  1245. "url": "https://api.github.com/repos/symfony/yaml/zipball/2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",
  1246. "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",
  1247. "shasum": ""
  1248. },
  1249. "require": {
  1250. "php": ">=5.3.9"
  1251. },
  1252. "type": "library",
  1253. "extra": {
  1254. "branch-alias": {
  1255. "dev-master": "2.8-dev"
  1256. }
  1257. },
  1258. "autoload": {
  1259. "psr-4": {
  1260. "Symfony\\Component\\Yaml\\": ""
  1261. },
  1262. "exclude-from-classmap": [
  1263. "/Tests/"
  1264. ]
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "MIT"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "Fabien Potencier",
  1273. "email": "fabien@symfony.com"
  1274. },
  1275. {
  1276. "name": "Symfony Community",
  1277. "homepage": "https://symfony.com/contributors"
  1278. }
  1279. ],
  1280. "description": "Symfony Yaml Component",
  1281. "homepage": "https://symfony.com",
  1282. "time": "2017-03-01T18:13:50+00:00"
  1283. }
  1284. ],
  1285. "aliases": [],
  1286. "minimum-stability": "stable",
  1287. "stability-flags": [],
  1288. "prefer-stable": false,
  1289. "prefer-lowest": false,
  1290. "platform": {
  1291. "php": ">=5.4.0",
  1292. "ext-mbstring": "*"
  1293. },
  1294. "platform-dev": [],
  1295. "platform-overrides": {
  1296. "php": "5.4.0"
  1297. }
  1298. }