composer.lock 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  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": "217f0ba9bdac1014a332a8ba390be949",
  8. "packages": [
  9. {
  10. "name": "mlocati/ip-lib",
  11. "version": "1.14.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mlocati/ip-lib.git",
  15. "reference": "882bc0e115970a536b13bcfa59f312783fce08c8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/882bc0e115970a536b13bcfa59f312783fce08c8",
  20. "reference": "882bc0e115970a536b13bcfa59f312783fce08c8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3"
  25. },
  26. "require-dev": {
  27. "ext-pdo_sqlite": "*",
  28. "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4",
  29. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "IPLib\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Michele Locati",
  44. "email": "mlocati@gmail.com",
  45. "homepage": "https://github.com/mlocati",
  46. "role": "Author"
  47. }
  48. ],
  49. "description": "Handle IPv4, IPv6 addresses and ranges",
  50. "homepage": "https://github.com/mlocati/ip-lib",
  51. "keywords": [
  52. "IP",
  53. "address",
  54. "addresses",
  55. "ipv4",
  56. "ipv6",
  57. "manage",
  58. "managing",
  59. "matching",
  60. "network",
  61. "networking",
  62. "range",
  63. "subnet"
  64. ],
  65. "support": {
  66. "issues": "https://github.com/mlocati/ip-lib/issues",
  67. "source": "https://github.com/mlocati/ip-lib/tree/1.14.0"
  68. },
  69. "funding": [
  70. {
  71. "url": "https://github.com/sponsors/mlocati",
  72. "type": "github"
  73. },
  74. {
  75. "url": "https://paypal.me/mlocati",
  76. "type": "other"
  77. }
  78. ],
  79. "time": "2020-12-31T11:30:02+00:00"
  80. },
  81. {
  82. "name": "paragonie/random_compat",
  83. "version": "v2.0.20",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/paragonie/random_compat.git",
  87. "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
  92. "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
  93. "shasum": ""
  94. },
  95. "require": {
  96. "php": ">=5.2.0"
  97. },
  98. "require-dev": {
  99. "phpunit/phpunit": "4.*|5.*"
  100. },
  101. "suggest": {
  102. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  103. },
  104. "type": "library",
  105. "autoload": {
  106. "files": [
  107. "lib/random.php"
  108. ]
  109. },
  110. "notification-url": "https://packagist.org/downloads/",
  111. "license": [
  112. "MIT"
  113. ],
  114. "authors": [
  115. {
  116. "name": "Paragon Initiative Enterprises",
  117. "email": "security@paragonie.com",
  118. "homepage": "https://paragonie.com"
  119. }
  120. ],
  121. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  122. "keywords": [
  123. "csprng",
  124. "polyfill",
  125. "pseudorandom",
  126. "random"
  127. ],
  128. "support": {
  129. "email": "info@paragonie.com",
  130. "issues": "https://github.com/paragonie/random_compat/issues",
  131. "source": "https://github.com/paragonie/random_compat"
  132. },
  133. "time": "2021-04-17T09:33:01+00:00"
  134. },
  135. {
  136. "name": "yzalis/identicon",
  137. "version": "2.0.0",
  138. "source": {
  139. "type": "git",
  140. "url": "https://github.com/yzalis/Identicon.git",
  141. "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae"
  142. },
  143. "dist": {
  144. "type": "zip",
  145. "url": "https://api.github.com/repos/yzalis/Identicon/zipball/ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
  146. "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
  147. "shasum": ""
  148. },
  149. "require": {
  150. "php": ">=5.5.0"
  151. },
  152. "require-dev": {
  153. "ext-imagick": "*",
  154. "fzaninotto/faker": "^1.2.0",
  155. "phpunit/phpunit": "^4.0 || ^5.0"
  156. },
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "1.2-dev"
  161. }
  162. },
  163. "autoload": {
  164. "psr-4": {
  165. "Identicon\\": "src/Identicon/"
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Benjamin Laugueux",
  175. "email": "benjamin@yzalis.com"
  176. }
  177. ],
  178. "description": "Create awesome unique avatar.",
  179. "homepage": "http://identicon-php.org",
  180. "keywords": [
  181. "avatar",
  182. "identicon",
  183. "image"
  184. ],
  185. "support": {
  186. "issues": "https://github.com/yzalis/Identicon/issues",
  187. "source": "https://github.com/yzalis/Identicon/tree/master"
  188. },
  189. "abandoned": true,
  190. "time": "2019-10-14T09:30:57+00:00"
  191. }
  192. ],
  193. "packages-dev": [
  194. {
  195. "name": "doctrine/instantiator",
  196. "version": "1.4.0",
  197. "source": {
  198. "type": "git",
  199. "url": "https://github.com/doctrine/instantiator.git",
  200. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  201. },
  202. "dist": {
  203. "type": "zip",
  204. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  205. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  206. "shasum": ""
  207. },
  208. "require": {
  209. "php": "^7.1 || ^8.0"
  210. },
  211. "require-dev": {
  212. "doctrine/coding-standard": "^8.0",
  213. "ext-pdo": "*",
  214. "ext-phar": "*",
  215. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  216. "phpstan/phpstan": "^0.12",
  217. "phpstan/phpstan-phpunit": "^0.12",
  218. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  219. },
  220. "type": "library",
  221. "autoload": {
  222. "psr-4": {
  223. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "authors": [
  231. {
  232. "name": "Marco Pivetta",
  233. "email": "ocramius@gmail.com",
  234. "homepage": "https://ocramius.github.io/"
  235. }
  236. ],
  237. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  238. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  239. "keywords": [
  240. "constructor",
  241. "instantiate"
  242. ],
  243. "support": {
  244. "issues": "https://github.com/doctrine/instantiator/issues",
  245. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  246. },
  247. "funding": [
  248. {
  249. "url": "https://www.doctrine-project.org/sponsorship.html",
  250. "type": "custom"
  251. },
  252. {
  253. "url": "https://www.patreon.com/phpdoctrine",
  254. "type": "patreon"
  255. },
  256. {
  257. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  258. "type": "tidelift"
  259. }
  260. ],
  261. "time": "2020-11-10T18:47:58+00:00"
  262. },
  263. {
  264. "name": "myclabs/deep-copy",
  265. "version": "1.10.2",
  266. "source": {
  267. "type": "git",
  268. "url": "https://github.com/myclabs/DeepCopy.git",
  269. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  270. },
  271. "dist": {
  272. "type": "zip",
  273. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  274. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  275. "shasum": ""
  276. },
  277. "require": {
  278. "php": "^7.1 || ^8.0"
  279. },
  280. "replace": {
  281. "myclabs/deep-copy": "self.version"
  282. },
  283. "require-dev": {
  284. "doctrine/collections": "^1.0",
  285. "doctrine/common": "^2.6",
  286. "phpunit/phpunit": "^7.1"
  287. },
  288. "type": "library",
  289. "autoload": {
  290. "psr-4": {
  291. "DeepCopy\\": "src/DeepCopy/"
  292. },
  293. "files": [
  294. "src/DeepCopy/deep_copy.php"
  295. ]
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "license": [
  299. "MIT"
  300. ],
  301. "description": "Create deep copies (clones) of your objects",
  302. "keywords": [
  303. "clone",
  304. "copy",
  305. "duplicate",
  306. "object",
  307. "object graph"
  308. ],
  309. "support": {
  310. "issues": "https://github.com/myclabs/DeepCopy/issues",
  311. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  312. },
  313. "funding": [
  314. {
  315. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  316. "type": "tidelift"
  317. }
  318. ],
  319. "time": "2020-11-13T09:40:50+00:00"
  320. },
  321. {
  322. "name": "phpdocumentor/reflection-common",
  323. "version": "2.2.0",
  324. "source": {
  325. "type": "git",
  326. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  327. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  328. },
  329. "dist": {
  330. "type": "zip",
  331. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  332. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  333. "shasum": ""
  334. },
  335. "require": {
  336. "php": "^7.2 || ^8.0"
  337. },
  338. "type": "library",
  339. "extra": {
  340. "branch-alias": {
  341. "dev-2.x": "2.x-dev"
  342. }
  343. },
  344. "autoload": {
  345. "psr-4": {
  346. "phpDocumentor\\Reflection\\": "src/"
  347. }
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "license": [
  351. "MIT"
  352. ],
  353. "authors": [
  354. {
  355. "name": "Jaap van Otterdijk",
  356. "email": "opensource@ijaap.nl"
  357. }
  358. ],
  359. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  360. "homepage": "http://www.phpdoc.org",
  361. "keywords": [
  362. "FQSEN",
  363. "phpDocumentor",
  364. "phpdoc",
  365. "reflection",
  366. "static analysis"
  367. ],
  368. "support": {
  369. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  370. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  371. },
  372. "time": "2020-06-27T09:03:43+00:00"
  373. },
  374. {
  375. "name": "phpdocumentor/reflection-docblock",
  376. "version": "5.2.2",
  377. "source": {
  378. "type": "git",
  379. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  380. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  381. },
  382. "dist": {
  383. "type": "zip",
  384. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  385. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  386. "shasum": ""
  387. },
  388. "require": {
  389. "ext-filter": "*",
  390. "php": "^7.2 || ^8.0",
  391. "phpdocumentor/reflection-common": "^2.2",
  392. "phpdocumentor/type-resolver": "^1.3",
  393. "webmozart/assert": "^1.9.1"
  394. },
  395. "require-dev": {
  396. "mockery/mockery": "~1.3.2"
  397. },
  398. "type": "library",
  399. "extra": {
  400. "branch-alias": {
  401. "dev-master": "5.x-dev"
  402. }
  403. },
  404. "autoload": {
  405. "psr-4": {
  406. "phpDocumentor\\Reflection\\": "src"
  407. }
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "license": [
  411. "MIT"
  412. ],
  413. "authors": [
  414. {
  415. "name": "Mike van Riel",
  416. "email": "me@mikevanriel.com"
  417. },
  418. {
  419. "name": "Jaap van Otterdijk",
  420. "email": "account@ijaap.nl"
  421. }
  422. ],
  423. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  424. "support": {
  425. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  426. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
  427. },
  428. "time": "2020-09-03T19:13:55+00:00"
  429. },
  430. {
  431. "name": "phpdocumentor/type-resolver",
  432. "version": "1.4.0",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  436. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  441. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "php": "^7.2 || ^8.0",
  446. "phpdocumentor/reflection-common": "^2.0"
  447. },
  448. "require-dev": {
  449. "ext-tokenizer": "*"
  450. },
  451. "type": "library",
  452. "extra": {
  453. "branch-alias": {
  454. "dev-1.x": "1.x-dev"
  455. }
  456. },
  457. "autoload": {
  458. "psr-4": {
  459. "phpDocumentor\\Reflection\\": "src"
  460. }
  461. },
  462. "notification-url": "https://packagist.org/downloads/",
  463. "license": [
  464. "MIT"
  465. ],
  466. "authors": [
  467. {
  468. "name": "Mike van Riel",
  469. "email": "me@mikevanriel.com"
  470. }
  471. ],
  472. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  473. "support": {
  474. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  475. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
  476. },
  477. "time": "2020-09-17T18:55:26+00:00"
  478. },
  479. {
  480. "name": "phpspec/prophecy",
  481. "version": "v1.10.3",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/phpspec/prophecy.git",
  485. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  490. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "doctrine/instantiator": "^1.0.2",
  495. "php": "^5.3|^7.0",
  496. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  497. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  498. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  499. },
  500. "require-dev": {
  501. "phpspec/phpspec": "^2.5 || ^3.2",
  502. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  503. },
  504. "type": "library",
  505. "extra": {
  506. "branch-alias": {
  507. "dev-master": "1.10.x-dev"
  508. }
  509. },
  510. "autoload": {
  511. "psr-4": {
  512. "Prophecy\\": "src/Prophecy"
  513. }
  514. },
  515. "notification-url": "https://packagist.org/downloads/",
  516. "license": [
  517. "MIT"
  518. ],
  519. "authors": [
  520. {
  521. "name": "Konstantin Kudryashov",
  522. "email": "ever.zet@gmail.com",
  523. "homepage": "http://everzet.com"
  524. },
  525. {
  526. "name": "Marcello Duarte",
  527. "email": "marcello.duarte@gmail.com"
  528. }
  529. ],
  530. "description": "Highly opinionated mocking framework for PHP 5.3+",
  531. "homepage": "https://github.com/phpspec/prophecy",
  532. "keywords": [
  533. "Double",
  534. "Dummy",
  535. "fake",
  536. "mock",
  537. "spy",
  538. "stub"
  539. ],
  540. "support": {
  541. "issues": "https://github.com/phpspec/prophecy/issues",
  542. "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
  543. },
  544. "time": "2020-03-05T15:02:03+00:00"
  545. },
  546. {
  547. "name": "phpunit/php-code-coverage",
  548. "version": "4.0.8",
  549. "source": {
  550. "type": "git",
  551. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  552. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  553. },
  554. "dist": {
  555. "type": "zip",
  556. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  557. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  558. "shasum": ""
  559. },
  560. "require": {
  561. "ext-dom": "*",
  562. "ext-xmlwriter": "*",
  563. "php": "^5.6 || ^7.0",
  564. "phpunit/php-file-iterator": "^1.3",
  565. "phpunit/php-text-template": "^1.2",
  566. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  567. "sebastian/code-unit-reverse-lookup": "^1.0",
  568. "sebastian/environment": "^1.3.2 || ^2.0",
  569. "sebastian/version": "^1.0 || ^2.0"
  570. },
  571. "require-dev": {
  572. "ext-xdebug": "^2.1.4",
  573. "phpunit/phpunit": "^5.7"
  574. },
  575. "suggest": {
  576. "ext-xdebug": "^2.5.1"
  577. },
  578. "type": "library",
  579. "extra": {
  580. "branch-alias": {
  581. "dev-master": "4.0.x-dev"
  582. }
  583. },
  584. "autoload": {
  585. "classmap": [
  586. "src/"
  587. ]
  588. },
  589. "notification-url": "https://packagist.org/downloads/",
  590. "license": [
  591. "BSD-3-Clause"
  592. ],
  593. "authors": [
  594. {
  595. "name": "Sebastian Bergmann",
  596. "email": "sb@sebastian-bergmann.de",
  597. "role": "lead"
  598. }
  599. ],
  600. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  601. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  602. "keywords": [
  603. "coverage",
  604. "testing",
  605. "xunit"
  606. ],
  607. "support": {
  608. "irc": "irc://irc.freenode.net/phpunit",
  609. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  610. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
  611. },
  612. "time": "2017-04-02T07:44:40+00:00"
  613. },
  614. {
  615. "name": "phpunit/php-file-iterator",
  616. "version": "1.4.5",
  617. "source": {
  618. "type": "git",
  619. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  620. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  621. },
  622. "dist": {
  623. "type": "zip",
  624. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  625. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  626. "shasum": ""
  627. },
  628. "require": {
  629. "php": ">=5.3.3"
  630. },
  631. "type": "library",
  632. "extra": {
  633. "branch-alias": {
  634. "dev-master": "1.4.x-dev"
  635. }
  636. },
  637. "autoload": {
  638. "classmap": [
  639. "src/"
  640. ]
  641. },
  642. "notification-url": "https://packagist.org/downloads/",
  643. "license": [
  644. "BSD-3-Clause"
  645. ],
  646. "authors": [
  647. {
  648. "name": "Sebastian Bergmann",
  649. "email": "sb@sebastian-bergmann.de",
  650. "role": "lead"
  651. }
  652. ],
  653. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  654. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  655. "keywords": [
  656. "filesystem",
  657. "iterator"
  658. ],
  659. "support": {
  660. "irc": "irc://irc.freenode.net/phpunit",
  661. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  662. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
  663. },
  664. "time": "2017-11-27T13:52:08+00:00"
  665. },
  666. {
  667. "name": "phpunit/php-text-template",
  668. "version": "1.2.1",
  669. "source": {
  670. "type": "git",
  671. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  672. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  673. },
  674. "dist": {
  675. "type": "zip",
  676. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  677. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  678. "shasum": ""
  679. },
  680. "require": {
  681. "php": ">=5.3.3"
  682. },
  683. "type": "library",
  684. "autoload": {
  685. "classmap": [
  686. "src/"
  687. ]
  688. },
  689. "notification-url": "https://packagist.org/downloads/",
  690. "license": [
  691. "BSD-3-Clause"
  692. ],
  693. "authors": [
  694. {
  695. "name": "Sebastian Bergmann",
  696. "email": "sebastian@phpunit.de",
  697. "role": "lead"
  698. }
  699. ],
  700. "description": "Simple template engine.",
  701. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  702. "keywords": [
  703. "template"
  704. ],
  705. "support": {
  706. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  707. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  708. },
  709. "time": "2015-06-21T13:50:34+00:00"
  710. },
  711. {
  712. "name": "phpunit/php-timer",
  713. "version": "1.0.9",
  714. "source": {
  715. "type": "git",
  716. "url": "https://github.com/sebastianbergmann/php-timer.git",
  717. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  718. },
  719. "dist": {
  720. "type": "zip",
  721. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  722. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  723. "shasum": ""
  724. },
  725. "require": {
  726. "php": "^5.3.3 || ^7.0"
  727. },
  728. "require-dev": {
  729. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "branch-alias": {
  734. "dev-master": "1.0-dev"
  735. }
  736. },
  737. "autoload": {
  738. "classmap": [
  739. "src/"
  740. ]
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "BSD-3-Clause"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Sebastian Bergmann",
  749. "email": "sb@sebastian-bergmann.de",
  750. "role": "lead"
  751. }
  752. ],
  753. "description": "Utility class for timing",
  754. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  755. "keywords": [
  756. "timer"
  757. ],
  758. "support": {
  759. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  760. "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
  761. },
  762. "time": "2017-02-26T11:10:40+00:00"
  763. },
  764. {
  765. "name": "phpunit/php-token-stream",
  766. "version": "2.0.2",
  767. "source": {
  768. "type": "git",
  769. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  770. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  771. },
  772. "dist": {
  773. "type": "zip",
  774. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  775. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  776. "shasum": ""
  777. },
  778. "require": {
  779. "ext-tokenizer": "*",
  780. "php": "^7.0"
  781. },
  782. "require-dev": {
  783. "phpunit/phpunit": "^6.2.4"
  784. },
  785. "type": "library",
  786. "extra": {
  787. "branch-alias": {
  788. "dev-master": "2.0-dev"
  789. }
  790. },
  791. "autoload": {
  792. "classmap": [
  793. "src/"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "BSD-3-Clause"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Sebastian Bergmann",
  803. "email": "sebastian@phpunit.de"
  804. }
  805. ],
  806. "description": "Wrapper around PHP's tokenizer extension.",
  807. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  808. "keywords": [
  809. "tokenizer"
  810. ],
  811. "support": {
  812. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  813. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
  814. },
  815. "abandoned": true,
  816. "time": "2017-11-27T05:48:46+00:00"
  817. },
  818. {
  819. "name": "phpunit/phpunit",
  820. "version": "5.7.27",
  821. "source": {
  822. "type": "git",
  823. "url": "https://github.com/sebastianbergmann/phpunit.git",
  824. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
  825. },
  826. "dist": {
  827. "type": "zip",
  828. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  829. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  830. "shasum": ""
  831. },
  832. "require": {
  833. "ext-dom": "*",
  834. "ext-json": "*",
  835. "ext-libxml": "*",
  836. "ext-mbstring": "*",
  837. "ext-xml": "*",
  838. "myclabs/deep-copy": "~1.3",
  839. "php": "^5.6 || ^7.0",
  840. "phpspec/prophecy": "^1.6.2",
  841. "phpunit/php-code-coverage": "^4.0.4",
  842. "phpunit/php-file-iterator": "~1.4",
  843. "phpunit/php-text-template": "~1.2",
  844. "phpunit/php-timer": "^1.0.6",
  845. "phpunit/phpunit-mock-objects": "^3.2",
  846. "sebastian/comparator": "^1.2.4",
  847. "sebastian/diff": "^1.4.3",
  848. "sebastian/environment": "^1.3.4 || ^2.0",
  849. "sebastian/exporter": "~2.0",
  850. "sebastian/global-state": "^1.1",
  851. "sebastian/object-enumerator": "~2.0",
  852. "sebastian/resource-operations": "~1.0",
  853. "sebastian/version": "^1.0.6|^2.0.1",
  854. "symfony/yaml": "~2.1|~3.0|~4.0"
  855. },
  856. "conflict": {
  857. "phpdocumentor/reflection-docblock": "3.0.2"
  858. },
  859. "require-dev": {
  860. "ext-pdo": "*"
  861. },
  862. "suggest": {
  863. "ext-xdebug": "*",
  864. "phpunit/php-invoker": "~1.1"
  865. },
  866. "bin": [
  867. "phpunit"
  868. ],
  869. "type": "library",
  870. "extra": {
  871. "branch-alias": {
  872. "dev-master": "5.7.x-dev"
  873. }
  874. },
  875. "autoload": {
  876. "classmap": [
  877. "src/"
  878. ]
  879. },
  880. "notification-url": "https://packagist.org/downloads/",
  881. "license": [
  882. "BSD-3-Clause"
  883. ],
  884. "authors": [
  885. {
  886. "name": "Sebastian Bergmann",
  887. "email": "sebastian@phpunit.de",
  888. "role": "lead"
  889. }
  890. ],
  891. "description": "The PHP Unit Testing framework.",
  892. "homepage": "https://phpunit.de/",
  893. "keywords": [
  894. "phpunit",
  895. "testing",
  896. "xunit"
  897. ],
  898. "support": {
  899. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  900. "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27"
  901. },
  902. "time": "2018-02-01T05:50:59+00:00"
  903. },
  904. {
  905. "name": "phpunit/phpunit-mock-objects",
  906. "version": "3.4.4",
  907. "source": {
  908. "type": "git",
  909. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  910. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  911. },
  912. "dist": {
  913. "type": "zip",
  914. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  915. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  916. "shasum": ""
  917. },
  918. "require": {
  919. "doctrine/instantiator": "^1.0.2",
  920. "php": "^5.6 || ^7.0",
  921. "phpunit/php-text-template": "^1.2",
  922. "sebastian/exporter": "^1.2 || ^2.0"
  923. },
  924. "conflict": {
  925. "phpunit/phpunit": "<5.4.0"
  926. },
  927. "require-dev": {
  928. "phpunit/phpunit": "^5.4"
  929. },
  930. "suggest": {
  931. "ext-soap": "*"
  932. },
  933. "type": "library",
  934. "extra": {
  935. "branch-alias": {
  936. "dev-master": "3.2.x-dev"
  937. }
  938. },
  939. "autoload": {
  940. "classmap": [
  941. "src/"
  942. ]
  943. },
  944. "notification-url": "https://packagist.org/downloads/",
  945. "license": [
  946. "BSD-3-Clause"
  947. ],
  948. "authors": [
  949. {
  950. "name": "Sebastian Bergmann",
  951. "email": "sb@sebastian-bergmann.de",
  952. "role": "lead"
  953. }
  954. ],
  955. "description": "Mock Object library for PHPUnit",
  956. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  957. "keywords": [
  958. "mock",
  959. "xunit"
  960. ],
  961. "support": {
  962. "irc": "irc://irc.freenode.net/phpunit",
  963. "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
  964. "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
  965. },
  966. "abandoned": true,
  967. "time": "2017-06-30T09:13:00+00:00"
  968. },
  969. {
  970. "name": "sebastian/code-unit-reverse-lookup",
  971. "version": "1.0.2",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  975. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  980. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "php": ">=5.6"
  985. },
  986. "require-dev": {
  987. "phpunit/phpunit": "^8.5"
  988. },
  989. "type": "library",
  990. "extra": {
  991. "branch-alias": {
  992. "dev-master": "1.0.x-dev"
  993. }
  994. },
  995. "autoload": {
  996. "classmap": [
  997. "src/"
  998. ]
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "BSD-3-Clause"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Sebastian Bergmann",
  1007. "email": "sebastian@phpunit.de"
  1008. }
  1009. ],
  1010. "description": "Looks up which function or method a line of code belongs to",
  1011. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1012. "support": {
  1013. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  1014. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
  1015. },
  1016. "funding": [
  1017. {
  1018. "url": "https://github.com/sebastianbergmann",
  1019. "type": "github"
  1020. }
  1021. ],
  1022. "time": "2020-11-30T08:15:22+00:00"
  1023. },
  1024. {
  1025. "name": "sebastian/comparator",
  1026. "version": "1.2.4",
  1027. "source": {
  1028. "type": "git",
  1029. "url": "https://github.com/sebastianbergmann/comparator.git",
  1030. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1031. },
  1032. "dist": {
  1033. "type": "zip",
  1034. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1035. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1036. "shasum": ""
  1037. },
  1038. "require": {
  1039. "php": ">=5.3.3",
  1040. "sebastian/diff": "~1.2",
  1041. "sebastian/exporter": "~1.2 || ~2.0"
  1042. },
  1043. "require-dev": {
  1044. "phpunit/phpunit": "~4.4"
  1045. },
  1046. "type": "library",
  1047. "extra": {
  1048. "branch-alias": {
  1049. "dev-master": "1.2.x-dev"
  1050. }
  1051. },
  1052. "autoload": {
  1053. "classmap": [
  1054. "src/"
  1055. ]
  1056. },
  1057. "notification-url": "https://packagist.org/downloads/",
  1058. "license": [
  1059. "BSD-3-Clause"
  1060. ],
  1061. "authors": [
  1062. {
  1063. "name": "Jeff Welch",
  1064. "email": "whatthejeff@gmail.com"
  1065. },
  1066. {
  1067. "name": "Volker Dusch",
  1068. "email": "github@wallbash.com"
  1069. },
  1070. {
  1071. "name": "Bernhard Schussek",
  1072. "email": "bschussek@2bepublished.at"
  1073. },
  1074. {
  1075. "name": "Sebastian Bergmann",
  1076. "email": "sebastian@phpunit.de"
  1077. }
  1078. ],
  1079. "description": "Provides the functionality to compare PHP values for equality",
  1080. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1081. "keywords": [
  1082. "comparator",
  1083. "compare",
  1084. "equality"
  1085. ],
  1086. "support": {
  1087. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  1088. "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
  1089. },
  1090. "time": "2017-01-29T09:50:25+00:00"
  1091. },
  1092. {
  1093. "name": "sebastian/diff",
  1094. "version": "1.4.3",
  1095. "source": {
  1096. "type": "git",
  1097. "url": "https://github.com/sebastianbergmann/diff.git",
  1098. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1099. },
  1100. "dist": {
  1101. "type": "zip",
  1102. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1103. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1104. "shasum": ""
  1105. },
  1106. "require": {
  1107. "php": "^5.3.3 || ^7.0"
  1108. },
  1109. "require-dev": {
  1110. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1111. },
  1112. "type": "library",
  1113. "extra": {
  1114. "branch-alias": {
  1115. "dev-master": "1.4-dev"
  1116. }
  1117. },
  1118. "autoload": {
  1119. "classmap": [
  1120. "src/"
  1121. ]
  1122. },
  1123. "notification-url": "https://packagist.org/downloads/",
  1124. "license": [
  1125. "BSD-3-Clause"
  1126. ],
  1127. "authors": [
  1128. {
  1129. "name": "Kore Nordmann",
  1130. "email": "mail@kore-nordmann.de"
  1131. },
  1132. {
  1133. "name": "Sebastian Bergmann",
  1134. "email": "sebastian@phpunit.de"
  1135. }
  1136. ],
  1137. "description": "Diff implementation",
  1138. "homepage": "https://github.com/sebastianbergmann/diff",
  1139. "keywords": [
  1140. "diff"
  1141. ],
  1142. "support": {
  1143. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1144. "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
  1145. },
  1146. "time": "2017-05-22T07:24:03+00:00"
  1147. },
  1148. {
  1149. "name": "sebastian/environment",
  1150. "version": "2.0.0",
  1151. "source": {
  1152. "type": "git",
  1153. "url": "https://github.com/sebastianbergmann/environment.git",
  1154. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  1155. },
  1156. "dist": {
  1157. "type": "zip",
  1158. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1159. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1160. "shasum": ""
  1161. },
  1162. "require": {
  1163. "php": "^5.6 || ^7.0"
  1164. },
  1165. "require-dev": {
  1166. "phpunit/phpunit": "^5.0"
  1167. },
  1168. "type": "library",
  1169. "extra": {
  1170. "branch-alias": {
  1171. "dev-master": "2.0.x-dev"
  1172. }
  1173. },
  1174. "autoload": {
  1175. "classmap": [
  1176. "src/"
  1177. ]
  1178. },
  1179. "notification-url": "https://packagist.org/downloads/",
  1180. "license": [
  1181. "BSD-3-Clause"
  1182. ],
  1183. "authors": [
  1184. {
  1185. "name": "Sebastian Bergmann",
  1186. "email": "sebastian@phpunit.de"
  1187. }
  1188. ],
  1189. "description": "Provides functionality to handle HHVM/PHP environments",
  1190. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1191. "keywords": [
  1192. "Xdebug",
  1193. "environment",
  1194. "hhvm"
  1195. ],
  1196. "support": {
  1197. "issues": "https://github.com/sebastianbergmann/environment/issues",
  1198. "source": "https://github.com/sebastianbergmann/environment/tree/master"
  1199. },
  1200. "time": "2016-11-26T07:53:53+00:00"
  1201. },
  1202. {
  1203. "name": "sebastian/exporter",
  1204. "version": "2.0.0",
  1205. "source": {
  1206. "type": "git",
  1207. "url": "https://github.com/sebastianbergmann/exporter.git",
  1208. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1209. },
  1210. "dist": {
  1211. "type": "zip",
  1212. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1213. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "php": ">=5.3.3",
  1218. "sebastian/recursion-context": "~2.0"
  1219. },
  1220. "require-dev": {
  1221. "ext-mbstring": "*",
  1222. "phpunit/phpunit": "~4.4"
  1223. },
  1224. "type": "library",
  1225. "extra": {
  1226. "branch-alias": {
  1227. "dev-master": "2.0.x-dev"
  1228. }
  1229. },
  1230. "autoload": {
  1231. "classmap": [
  1232. "src/"
  1233. ]
  1234. },
  1235. "notification-url": "https://packagist.org/downloads/",
  1236. "license": [
  1237. "BSD-3-Clause"
  1238. ],
  1239. "authors": [
  1240. {
  1241. "name": "Jeff Welch",
  1242. "email": "whatthejeff@gmail.com"
  1243. },
  1244. {
  1245. "name": "Volker Dusch",
  1246. "email": "github@wallbash.com"
  1247. },
  1248. {
  1249. "name": "Bernhard Schussek",
  1250. "email": "bschussek@2bepublished.at"
  1251. },
  1252. {
  1253. "name": "Sebastian Bergmann",
  1254. "email": "sebastian@phpunit.de"
  1255. },
  1256. {
  1257. "name": "Adam Harvey",
  1258. "email": "aharvey@php.net"
  1259. }
  1260. ],
  1261. "description": "Provides the functionality to export PHP variables for visualization",
  1262. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1263. "keywords": [
  1264. "export",
  1265. "exporter"
  1266. ],
  1267. "support": {
  1268. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1269. "source": "https://github.com/sebastianbergmann/exporter/tree/master"
  1270. },
  1271. "time": "2016-11-19T08:54:04+00:00"
  1272. },
  1273. {
  1274. "name": "sebastian/global-state",
  1275. "version": "1.1.1",
  1276. "source": {
  1277. "type": "git",
  1278. "url": "https://github.com/sebastianbergmann/global-state.git",
  1279. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1280. },
  1281. "dist": {
  1282. "type": "zip",
  1283. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1284. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1285. "shasum": ""
  1286. },
  1287. "require": {
  1288. "php": ">=5.3.3"
  1289. },
  1290. "require-dev": {
  1291. "phpunit/phpunit": "~4.2"
  1292. },
  1293. "suggest": {
  1294. "ext-uopz": "*"
  1295. },
  1296. "type": "library",
  1297. "extra": {
  1298. "branch-alias": {
  1299. "dev-master": "1.0-dev"
  1300. }
  1301. },
  1302. "autoload": {
  1303. "classmap": [
  1304. "src/"
  1305. ]
  1306. },
  1307. "notification-url": "https://packagist.org/downloads/",
  1308. "license": [
  1309. "BSD-3-Clause"
  1310. ],
  1311. "authors": [
  1312. {
  1313. "name": "Sebastian Bergmann",
  1314. "email": "sebastian@phpunit.de"
  1315. }
  1316. ],
  1317. "description": "Snapshotting of global state",
  1318. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1319. "keywords": [
  1320. "global state"
  1321. ],
  1322. "support": {
  1323. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  1324. "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
  1325. },
  1326. "time": "2015-10-12T03:26:01+00:00"
  1327. },
  1328. {
  1329. "name": "sebastian/object-enumerator",
  1330. "version": "2.0.1",
  1331. "source": {
  1332. "type": "git",
  1333. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1334. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  1335. },
  1336. "dist": {
  1337. "type": "zip",
  1338. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1339. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1340. "shasum": ""
  1341. },
  1342. "require": {
  1343. "php": ">=5.6",
  1344. "sebastian/recursion-context": "~2.0"
  1345. },
  1346. "require-dev": {
  1347. "phpunit/phpunit": "~5"
  1348. },
  1349. "type": "library",
  1350. "extra": {
  1351. "branch-alias": {
  1352. "dev-master": "2.0.x-dev"
  1353. }
  1354. },
  1355. "autoload": {
  1356. "classmap": [
  1357. "src/"
  1358. ]
  1359. },
  1360. "notification-url": "https://packagist.org/downloads/",
  1361. "license": [
  1362. "BSD-3-Clause"
  1363. ],
  1364. "authors": [
  1365. {
  1366. "name": "Sebastian Bergmann",
  1367. "email": "sebastian@phpunit.de"
  1368. }
  1369. ],
  1370. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1371. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1372. "support": {
  1373. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  1374. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
  1375. },
  1376. "time": "2017-02-18T15:18:39+00:00"
  1377. },
  1378. {
  1379. "name": "sebastian/recursion-context",
  1380. "version": "2.0.0",
  1381. "source": {
  1382. "type": "git",
  1383. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1384. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1385. },
  1386. "dist": {
  1387. "type": "zip",
  1388. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1389. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1390. "shasum": ""
  1391. },
  1392. "require": {
  1393. "php": ">=5.3.3"
  1394. },
  1395. "require-dev": {
  1396. "phpunit/phpunit": "~4.4"
  1397. },
  1398. "type": "library",
  1399. "extra": {
  1400. "branch-alias": {
  1401. "dev-master": "2.0.x-dev"
  1402. }
  1403. },
  1404. "autoload": {
  1405. "classmap": [
  1406. "src/"
  1407. ]
  1408. },
  1409. "notification-url": "https://packagist.org/downloads/",
  1410. "license": [
  1411. "BSD-3-Clause"
  1412. ],
  1413. "authors": [
  1414. {
  1415. "name": "Jeff Welch",
  1416. "email": "whatthejeff@gmail.com"
  1417. },
  1418. {
  1419. "name": "Sebastian Bergmann",
  1420. "email": "sebastian@phpunit.de"
  1421. },
  1422. {
  1423. "name": "Adam Harvey",
  1424. "email": "aharvey@php.net"
  1425. }
  1426. ],
  1427. "description": "Provides functionality to recursively process PHP variables",
  1428. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1429. "support": {
  1430. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1431. "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
  1432. },
  1433. "time": "2016-11-19T07:33:16+00:00"
  1434. },
  1435. {
  1436. "name": "sebastian/resource-operations",
  1437. "version": "1.0.0",
  1438. "source": {
  1439. "type": "git",
  1440. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1441. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1442. },
  1443. "dist": {
  1444. "type": "zip",
  1445. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1446. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1447. "shasum": ""
  1448. },
  1449. "require": {
  1450. "php": ">=5.6.0"
  1451. },
  1452. "type": "library",
  1453. "extra": {
  1454. "branch-alias": {
  1455. "dev-master": "1.0.x-dev"
  1456. }
  1457. },
  1458. "autoload": {
  1459. "classmap": [
  1460. "src/"
  1461. ]
  1462. },
  1463. "notification-url": "https://packagist.org/downloads/",
  1464. "license": [
  1465. "BSD-3-Clause"
  1466. ],
  1467. "authors": [
  1468. {
  1469. "name": "Sebastian Bergmann",
  1470. "email": "sebastian@phpunit.de"
  1471. }
  1472. ],
  1473. "description": "Provides a list of PHP built-in functions that operate on resources",
  1474. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1475. "support": {
  1476. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  1477. "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
  1478. },
  1479. "time": "2015-07-28T20:34:47+00:00"
  1480. },
  1481. {
  1482. "name": "sebastian/version",
  1483. "version": "2.0.1",
  1484. "source": {
  1485. "type": "git",
  1486. "url": "https://github.com/sebastianbergmann/version.git",
  1487. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1488. },
  1489. "dist": {
  1490. "type": "zip",
  1491. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1492. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1493. "shasum": ""
  1494. },
  1495. "require": {
  1496. "php": ">=5.6"
  1497. },
  1498. "type": "library",
  1499. "extra": {
  1500. "branch-alias": {
  1501. "dev-master": "2.0.x-dev"
  1502. }
  1503. },
  1504. "autoload": {
  1505. "classmap": [
  1506. "src/"
  1507. ]
  1508. },
  1509. "notification-url": "https://packagist.org/downloads/",
  1510. "license": [
  1511. "BSD-3-Clause"
  1512. ],
  1513. "authors": [
  1514. {
  1515. "name": "Sebastian Bergmann",
  1516. "email": "sebastian@phpunit.de",
  1517. "role": "lead"
  1518. }
  1519. ],
  1520. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1521. "homepage": "https://github.com/sebastianbergmann/version",
  1522. "support": {
  1523. "issues": "https://github.com/sebastianbergmann/version/issues",
  1524. "source": "https://github.com/sebastianbergmann/version/tree/master"
  1525. },
  1526. "time": "2016-10-03T07:35:21+00:00"
  1527. },
  1528. {
  1529. "name": "symfony/polyfill-ctype",
  1530. "version": "v1.23.0",
  1531. "source": {
  1532. "type": "git",
  1533. "url": "https://github.com/symfony/polyfill-ctype.git",
  1534. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  1535. },
  1536. "dist": {
  1537. "type": "zip",
  1538. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1539. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1540. "shasum": ""
  1541. },
  1542. "require": {
  1543. "php": ">=7.1"
  1544. },
  1545. "suggest": {
  1546. "ext-ctype": "For best performance"
  1547. },
  1548. "type": "library",
  1549. "extra": {
  1550. "branch-alias": {
  1551. "dev-main": "1.23-dev"
  1552. },
  1553. "thanks": {
  1554. "name": "symfony/polyfill",
  1555. "url": "https://github.com/symfony/polyfill"
  1556. }
  1557. },
  1558. "autoload": {
  1559. "psr-4": {
  1560. "Symfony\\Polyfill\\Ctype\\": ""
  1561. },
  1562. "files": [
  1563. "bootstrap.php"
  1564. ]
  1565. },
  1566. "notification-url": "https://packagist.org/downloads/",
  1567. "license": [
  1568. "MIT"
  1569. ],
  1570. "authors": [
  1571. {
  1572. "name": "Gert de Pagter",
  1573. "email": "BackEndTea@gmail.com"
  1574. },
  1575. {
  1576. "name": "Symfony Community",
  1577. "homepage": "https://symfony.com/contributors"
  1578. }
  1579. ],
  1580. "description": "Symfony polyfill for ctype functions",
  1581. "homepage": "https://symfony.com",
  1582. "keywords": [
  1583. "compatibility",
  1584. "ctype",
  1585. "polyfill",
  1586. "portable"
  1587. ],
  1588. "support": {
  1589. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  1590. },
  1591. "funding": [
  1592. {
  1593. "url": "https://symfony.com/sponsor",
  1594. "type": "custom"
  1595. },
  1596. {
  1597. "url": "https://github.com/fabpot",
  1598. "type": "github"
  1599. },
  1600. {
  1601. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1602. "type": "tidelift"
  1603. }
  1604. ],
  1605. "time": "2021-02-19T12:13:01+00:00"
  1606. },
  1607. {
  1608. "name": "symfony/yaml",
  1609. "version": "v4.4.24",
  1610. "source": {
  1611. "type": "git",
  1612. "url": "https://github.com/symfony/yaml.git",
  1613. "reference": "8b6d1b97521e2f125039b3fcb4747584c6dfa0ef"
  1614. },
  1615. "dist": {
  1616. "type": "zip",
  1617. "url": "https://api.github.com/repos/symfony/yaml/zipball/8b6d1b97521e2f125039b3fcb4747584c6dfa0ef",
  1618. "reference": "8b6d1b97521e2f125039b3fcb4747584c6dfa0ef",
  1619. "shasum": ""
  1620. },
  1621. "require": {
  1622. "php": ">=7.1.3",
  1623. "symfony/polyfill-ctype": "~1.8"
  1624. },
  1625. "conflict": {
  1626. "symfony/console": "<3.4"
  1627. },
  1628. "require-dev": {
  1629. "symfony/console": "^3.4|^4.0|^5.0"
  1630. },
  1631. "suggest": {
  1632. "symfony/console": "For validating YAML files using the lint command"
  1633. },
  1634. "type": "library",
  1635. "autoload": {
  1636. "psr-4": {
  1637. "Symfony\\Component\\Yaml\\": ""
  1638. },
  1639. "exclude-from-classmap": [
  1640. "/Tests/"
  1641. ]
  1642. },
  1643. "notification-url": "https://packagist.org/downloads/",
  1644. "license": [
  1645. "MIT"
  1646. ],
  1647. "authors": [
  1648. {
  1649. "name": "Fabien Potencier",
  1650. "email": "fabien@symfony.com"
  1651. },
  1652. {
  1653. "name": "Symfony Community",
  1654. "homepage": "https://symfony.com/contributors"
  1655. }
  1656. ],
  1657. "description": "Loads and dumps YAML files",
  1658. "homepage": "https://symfony.com",
  1659. "support": {
  1660. "source": "https://github.com/symfony/yaml/tree/v4.4.24"
  1661. },
  1662. "funding": [
  1663. {
  1664. "url": "https://symfony.com/sponsor",
  1665. "type": "custom"
  1666. },
  1667. {
  1668. "url": "https://github.com/fabpot",
  1669. "type": "github"
  1670. },
  1671. {
  1672. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1673. "type": "tidelift"
  1674. }
  1675. ],
  1676. "time": "2021-05-16T09:52:47+00:00"
  1677. },
  1678. {
  1679. "name": "webmozart/assert",
  1680. "version": "1.10.0",
  1681. "source": {
  1682. "type": "git",
  1683. "url": "https://github.com/webmozarts/assert.git",
  1684. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  1685. },
  1686. "dist": {
  1687. "type": "zip",
  1688. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  1689. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  1690. "shasum": ""
  1691. },
  1692. "require": {
  1693. "php": "^7.2 || ^8.0",
  1694. "symfony/polyfill-ctype": "^1.8"
  1695. },
  1696. "conflict": {
  1697. "phpstan/phpstan": "<0.12.20",
  1698. "vimeo/psalm": "<4.6.1 || 4.6.2"
  1699. },
  1700. "require-dev": {
  1701. "phpunit/phpunit": "^8.5.13"
  1702. },
  1703. "type": "library",
  1704. "extra": {
  1705. "branch-alias": {
  1706. "dev-master": "1.10-dev"
  1707. }
  1708. },
  1709. "autoload": {
  1710. "psr-4": {
  1711. "Webmozart\\Assert\\": "src/"
  1712. }
  1713. },
  1714. "notification-url": "https://packagist.org/downloads/",
  1715. "license": [
  1716. "MIT"
  1717. ],
  1718. "authors": [
  1719. {
  1720. "name": "Bernhard Schussek",
  1721. "email": "bschussek@gmail.com"
  1722. }
  1723. ],
  1724. "description": "Assertions to validate method input/output with nice error messages.",
  1725. "keywords": [
  1726. "assert",
  1727. "check",
  1728. "validate"
  1729. ],
  1730. "support": {
  1731. "issues": "https://github.com/webmozarts/assert/issues",
  1732. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  1733. },
  1734. "time": "2021-03-09T10:59:23+00:00"
  1735. }
  1736. ],
  1737. "aliases": [],
  1738. "minimum-stability": "stable",
  1739. "stability-flags": [],
  1740. "prefer-stable": false,
  1741. "prefer-lowest": false,
  1742. "platform": {
  1743. "php": "^5.6.0 || ^7.0 || ^8.0"
  1744. },
  1745. "platform-dev": [],
  1746. "plugin-api-version": "2.0.0"
  1747. }