composer.lock 62 KB

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