composer.lock 37 KB

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