composer.lock 62 KB

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