composer.lock 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659
  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": "a33593542389289bb642826edd1be24d",
  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": "sebastian/cli-parser",
  626. "version": "1.0.1",
  627. "source": {
  628. "type": "git",
  629. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  630. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  631. },
  632. "dist": {
  633. "type": "zip",
  634. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  635. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  636. "shasum": ""
  637. },
  638. "require": {
  639. "php": ">=7.3"
  640. },
  641. "require-dev": {
  642. "phpunit/phpunit": "^9.3"
  643. },
  644. "type": "library",
  645. "extra": {
  646. "branch-alias": {
  647. "dev-master": "1.0-dev"
  648. }
  649. },
  650. "autoload": {
  651. "classmap": [
  652. "src/"
  653. ]
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "BSD-3-Clause"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Sebastian Bergmann",
  662. "email": "sebastian@phpunit.de",
  663. "role": "lead"
  664. }
  665. ],
  666. "description": "Library for parsing CLI options",
  667. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  668. "support": {
  669. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  670. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  671. },
  672. "funding": [
  673. {
  674. "url": "https://github.com/sebastianbergmann",
  675. "type": "github"
  676. }
  677. ],
  678. "time": "2020-09-28T06:08:49+00:00"
  679. },
  680. {
  681. "name": "sebastian/code-unit",
  682. "version": "1.0.8",
  683. "source": {
  684. "type": "git",
  685. "url": "https://github.com/sebastianbergmann/code-unit.git",
  686. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  687. },
  688. "dist": {
  689. "type": "zip",
  690. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  691. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  692. "shasum": ""
  693. },
  694. "require": {
  695. "php": ">=7.3"
  696. },
  697. "require-dev": {
  698. "phpunit/phpunit": "^9.3"
  699. },
  700. "type": "library",
  701. "extra": {
  702. "branch-alias": {
  703. "dev-master": "1.0-dev"
  704. }
  705. },
  706. "autoload": {
  707. "classmap": [
  708. "src/"
  709. ]
  710. },
  711. "notification-url": "https://packagist.org/downloads/",
  712. "license": [
  713. "BSD-3-Clause"
  714. ],
  715. "authors": [
  716. {
  717. "name": "Sebastian Bergmann",
  718. "email": "sebastian@phpunit.de",
  719. "role": "lead"
  720. }
  721. ],
  722. "description": "Collection of value objects that represent the PHP code units",
  723. "homepage": "https://github.com/sebastianbergmann/code-unit",
  724. "support": {
  725. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  726. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  727. },
  728. "funding": [
  729. {
  730. "url": "https://github.com/sebastianbergmann",
  731. "type": "github"
  732. }
  733. ],
  734. "time": "2020-10-26T13:08:54+00:00"
  735. },
  736. {
  737. "name": "sebastian/code-unit-reverse-lookup",
  738. "version": "2.0.3",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  742. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  747. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": ">=7.3"
  752. },
  753. "require-dev": {
  754. "phpunit/phpunit": "^9.3"
  755. },
  756. "type": "library",
  757. "extra": {
  758. "branch-alias": {
  759. "dev-master": "2.0-dev"
  760. }
  761. },
  762. "autoload": {
  763. "classmap": [
  764. "src/"
  765. ]
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "BSD-3-Clause"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Sebastian Bergmann",
  774. "email": "sebastian@phpunit.de"
  775. }
  776. ],
  777. "description": "Looks up which function or method a line of code belongs to",
  778. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  779. "support": {
  780. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  781. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  782. },
  783. "funding": [
  784. {
  785. "url": "https://github.com/sebastianbergmann",
  786. "type": "github"
  787. }
  788. ],
  789. "time": "2020-09-28T05:30:19+00:00"
  790. },
  791. {
  792. "name": "sebastian/comparator",
  793. "version": "4.0.8",
  794. "source": {
  795. "type": "git",
  796. "url": "https://github.com/sebastianbergmann/comparator.git",
  797. "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
  798. },
  799. "dist": {
  800. "type": "zip",
  801. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
  802. "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
  803. "shasum": ""
  804. },
  805. "require": {
  806. "php": ">=7.3",
  807. "sebastian/diff": "^4.0",
  808. "sebastian/exporter": "^4.0"
  809. },
  810. "require-dev": {
  811. "phpunit/phpunit": "^9.3"
  812. },
  813. "type": "library",
  814. "extra": {
  815. "branch-alias": {
  816. "dev-master": "4.0-dev"
  817. }
  818. },
  819. "autoload": {
  820. "classmap": [
  821. "src/"
  822. ]
  823. },
  824. "notification-url": "https://packagist.org/downloads/",
  825. "license": [
  826. "BSD-3-Clause"
  827. ],
  828. "authors": [
  829. {
  830. "name": "Sebastian Bergmann",
  831. "email": "sebastian@phpunit.de"
  832. },
  833. {
  834. "name": "Jeff Welch",
  835. "email": "whatthejeff@gmail.com"
  836. },
  837. {
  838. "name": "Volker Dusch",
  839. "email": "github@wallbash.com"
  840. },
  841. {
  842. "name": "Bernhard Schussek",
  843. "email": "bschussek@2bepublished.at"
  844. }
  845. ],
  846. "description": "Provides the functionality to compare PHP values for equality",
  847. "homepage": "https://github.com/sebastianbergmann/comparator",
  848. "keywords": [
  849. "comparator",
  850. "compare",
  851. "equality"
  852. ],
  853. "support": {
  854. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  855. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
  856. },
  857. "funding": [
  858. {
  859. "url": "https://github.com/sebastianbergmann",
  860. "type": "github"
  861. }
  862. ],
  863. "time": "2022-09-14T12:41:17+00:00"
  864. },
  865. {
  866. "name": "sebastian/complexity",
  867. "version": "2.0.2",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/sebastianbergmann/complexity.git",
  871. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  876. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  877. "shasum": ""
  878. },
  879. "require": {
  880. "nikic/php-parser": "^4.7",
  881. "php": ">=7.3"
  882. },
  883. "require-dev": {
  884. "phpunit/phpunit": "^9.3"
  885. },
  886. "type": "library",
  887. "extra": {
  888. "branch-alias": {
  889. "dev-master": "2.0-dev"
  890. }
  891. },
  892. "autoload": {
  893. "classmap": [
  894. "src/"
  895. ]
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "BSD-3-Clause"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Sebastian Bergmann",
  904. "email": "sebastian@phpunit.de",
  905. "role": "lead"
  906. }
  907. ],
  908. "description": "Library for calculating the complexity of PHP code units",
  909. "homepage": "https://github.com/sebastianbergmann/complexity",
  910. "support": {
  911. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  912. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  913. },
  914. "funding": [
  915. {
  916. "url": "https://github.com/sebastianbergmann",
  917. "type": "github"
  918. }
  919. ],
  920. "time": "2020-10-26T15:52:27+00:00"
  921. },
  922. {
  923. "name": "sebastian/diff",
  924. "version": "4.0.5",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/sebastianbergmann/diff.git",
  928. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  933. "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
  934. "shasum": ""
  935. },
  936. "require": {
  937. "php": ">=7.3"
  938. },
  939. "require-dev": {
  940. "phpunit/phpunit": "^9.3",
  941. "symfony/process": "^4.2 || ^5"
  942. },
  943. "type": "library",
  944. "extra": {
  945. "branch-alias": {
  946. "dev-master": "4.0-dev"
  947. }
  948. },
  949. "autoload": {
  950. "classmap": [
  951. "src/"
  952. ]
  953. },
  954. "notification-url": "https://packagist.org/downloads/",
  955. "license": [
  956. "BSD-3-Clause"
  957. ],
  958. "authors": [
  959. {
  960. "name": "Sebastian Bergmann",
  961. "email": "sebastian@phpunit.de"
  962. },
  963. {
  964. "name": "Kore Nordmann",
  965. "email": "mail@kore-nordmann.de"
  966. }
  967. ],
  968. "description": "Diff implementation",
  969. "homepage": "https://github.com/sebastianbergmann/diff",
  970. "keywords": [
  971. "diff",
  972. "udiff",
  973. "unidiff",
  974. "unified diff"
  975. ],
  976. "support": {
  977. "issues": "https://github.com/sebastianbergmann/diff/issues",
  978. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
  979. },
  980. "funding": [
  981. {
  982. "url": "https://github.com/sebastianbergmann",
  983. "type": "github"
  984. }
  985. ],
  986. "time": "2023-05-07T05:35:17+00:00"
  987. },
  988. {
  989. "name": "sebastian/environment",
  990. "version": "5.1.5",
  991. "source": {
  992. "type": "git",
  993. "url": "https://github.com/sebastianbergmann/environment.git",
  994. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
  995. },
  996. "dist": {
  997. "type": "zip",
  998. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  999. "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
  1000. "shasum": ""
  1001. },
  1002. "require": {
  1003. "php": ">=7.3"
  1004. },
  1005. "require-dev": {
  1006. "phpunit/phpunit": "^9.3"
  1007. },
  1008. "suggest": {
  1009. "ext-posix": "*"
  1010. },
  1011. "type": "library",
  1012. "extra": {
  1013. "branch-alias": {
  1014. "dev-master": "5.1-dev"
  1015. }
  1016. },
  1017. "autoload": {
  1018. "classmap": [
  1019. "src/"
  1020. ]
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "BSD-3-Clause"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Sebastian Bergmann",
  1029. "email": "sebastian@phpunit.de"
  1030. }
  1031. ],
  1032. "description": "Provides functionality to handle HHVM/PHP environments",
  1033. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1034. "keywords": [
  1035. "Xdebug",
  1036. "environment",
  1037. "hhvm"
  1038. ],
  1039. "support": {
  1040. "issues": "https://github.com/sebastianbergmann/environment/issues",
  1041. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
  1042. },
  1043. "funding": [
  1044. {
  1045. "url": "https://github.com/sebastianbergmann",
  1046. "type": "github"
  1047. }
  1048. ],
  1049. "time": "2023-02-03T06:03:51+00:00"
  1050. },
  1051. {
  1052. "name": "sebastian/exporter",
  1053. "version": "4.0.5",
  1054. "source": {
  1055. "type": "git",
  1056. "url": "https://github.com/sebastianbergmann/exporter.git",
  1057. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
  1058. },
  1059. "dist": {
  1060. "type": "zip",
  1061. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  1062. "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
  1063. "shasum": ""
  1064. },
  1065. "require": {
  1066. "php": ">=7.3",
  1067. "sebastian/recursion-context": "^4.0"
  1068. },
  1069. "require-dev": {
  1070. "ext-mbstring": "*",
  1071. "phpunit/phpunit": "^9.3"
  1072. },
  1073. "type": "library",
  1074. "extra": {
  1075. "branch-alias": {
  1076. "dev-master": "4.0-dev"
  1077. }
  1078. },
  1079. "autoload": {
  1080. "classmap": [
  1081. "src/"
  1082. ]
  1083. },
  1084. "notification-url": "https://packagist.org/downloads/",
  1085. "license": [
  1086. "BSD-3-Clause"
  1087. ],
  1088. "authors": [
  1089. {
  1090. "name": "Sebastian Bergmann",
  1091. "email": "sebastian@phpunit.de"
  1092. },
  1093. {
  1094. "name": "Jeff Welch",
  1095. "email": "whatthejeff@gmail.com"
  1096. },
  1097. {
  1098. "name": "Volker Dusch",
  1099. "email": "github@wallbash.com"
  1100. },
  1101. {
  1102. "name": "Adam Harvey",
  1103. "email": "aharvey@php.net"
  1104. },
  1105. {
  1106. "name": "Bernhard Schussek",
  1107. "email": "bschussek@gmail.com"
  1108. }
  1109. ],
  1110. "description": "Provides the functionality to export PHP variables for visualization",
  1111. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  1112. "keywords": [
  1113. "export",
  1114. "exporter"
  1115. ],
  1116. "support": {
  1117. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1118. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
  1119. },
  1120. "funding": [
  1121. {
  1122. "url": "https://github.com/sebastianbergmann",
  1123. "type": "github"
  1124. }
  1125. ],
  1126. "time": "2022-09-14T06:03:37+00:00"
  1127. },
  1128. {
  1129. "name": "sebastian/global-state",
  1130. "version": "5.0.6",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/sebastianbergmann/global-state.git",
  1134. "reference": "bde739e7565280bda77be70044ac1047bc007e34"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
  1139. "reference": "bde739e7565280bda77be70044ac1047bc007e34",
  1140. "shasum": ""
  1141. },
  1142. "require": {
  1143. "php": ">=7.3",
  1144. "sebastian/object-reflector": "^2.0",
  1145. "sebastian/recursion-context": "^4.0"
  1146. },
  1147. "require-dev": {
  1148. "ext-dom": "*",
  1149. "phpunit/phpunit": "^9.3"
  1150. },
  1151. "suggest": {
  1152. "ext-uopz": "*"
  1153. },
  1154. "type": "library",
  1155. "extra": {
  1156. "branch-alias": {
  1157. "dev-master": "5.0-dev"
  1158. }
  1159. },
  1160. "autoload": {
  1161. "classmap": [
  1162. "src/"
  1163. ]
  1164. },
  1165. "notification-url": "https://packagist.org/downloads/",
  1166. "license": [
  1167. "BSD-3-Clause"
  1168. ],
  1169. "authors": [
  1170. {
  1171. "name": "Sebastian Bergmann",
  1172. "email": "sebastian@phpunit.de"
  1173. }
  1174. ],
  1175. "description": "Snapshotting of global state",
  1176. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1177. "keywords": [
  1178. "global state"
  1179. ],
  1180. "support": {
  1181. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  1182. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
  1183. },
  1184. "funding": [
  1185. {
  1186. "url": "https://github.com/sebastianbergmann",
  1187. "type": "github"
  1188. }
  1189. ],
  1190. "time": "2023-08-02T09:26:13+00:00"
  1191. },
  1192. {
  1193. "name": "sebastian/lines-of-code",
  1194. "version": "1.0.3",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  1198. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  1203. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "nikic/php-parser": "^4.6",
  1208. "php": ">=7.3"
  1209. },
  1210. "require-dev": {
  1211. "phpunit/phpunit": "^9.3"
  1212. },
  1213. "type": "library",
  1214. "extra": {
  1215. "branch-alias": {
  1216. "dev-master": "1.0-dev"
  1217. }
  1218. },
  1219. "autoload": {
  1220. "classmap": [
  1221. "src/"
  1222. ]
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "BSD-3-Clause"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Sebastian Bergmann",
  1231. "email": "sebastian@phpunit.de",
  1232. "role": "lead"
  1233. }
  1234. ],
  1235. "description": "Library for counting the lines of code in PHP source code",
  1236. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  1237. "support": {
  1238. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  1239. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  1240. },
  1241. "funding": [
  1242. {
  1243. "url": "https://github.com/sebastianbergmann",
  1244. "type": "github"
  1245. }
  1246. ],
  1247. "time": "2020-11-28T06:42:11+00:00"
  1248. },
  1249. {
  1250. "name": "sebastian/object-enumerator",
  1251. "version": "4.0.4",
  1252. "source": {
  1253. "type": "git",
  1254. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1255. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  1256. },
  1257. "dist": {
  1258. "type": "zip",
  1259. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  1260. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  1261. "shasum": ""
  1262. },
  1263. "require": {
  1264. "php": ">=7.3",
  1265. "sebastian/object-reflector": "^2.0",
  1266. "sebastian/recursion-context": "^4.0"
  1267. },
  1268. "require-dev": {
  1269. "phpunit/phpunit": "^9.3"
  1270. },
  1271. "type": "library",
  1272. "extra": {
  1273. "branch-alias": {
  1274. "dev-master": "4.0-dev"
  1275. }
  1276. },
  1277. "autoload": {
  1278. "classmap": [
  1279. "src/"
  1280. ]
  1281. },
  1282. "notification-url": "https://packagist.org/downloads/",
  1283. "license": [
  1284. "BSD-3-Clause"
  1285. ],
  1286. "authors": [
  1287. {
  1288. "name": "Sebastian Bergmann",
  1289. "email": "sebastian@phpunit.de"
  1290. }
  1291. ],
  1292. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1293. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1294. "support": {
  1295. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  1296. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  1297. },
  1298. "funding": [
  1299. {
  1300. "url": "https://github.com/sebastianbergmann",
  1301. "type": "github"
  1302. }
  1303. ],
  1304. "time": "2020-10-26T13:12:34+00:00"
  1305. },
  1306. {
  1307. "name": "sebastian/object-reflector",
  1308. "version": "2.0.4",
  1309. "source": {
  1310. "type": "git",
  1311. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  1312. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  1313. },
  1314. "dist": {
  1315. "type": "zip",
  1316. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  1317. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  1318. "shasum": ""
  1319. },
  1320. "require": {
  1321. "php": ">=7.3"
  1322. },
  1323. "require-dev": {
  1324. "phpunit/phpunit": "^9.3"
  1325. },
  1326. "type": "library",
  1327. "extra": {
  1328. "branch-alias": {
  1329. "dev-master": "2.0-dev"
  1330. }
  1331. },
  1332. "autoload": {
  1333. "classmap": [
  1334. "src/"
  1335. ]
  1336. },
  1337. "notification-url": "https://packagist.org/downloads/",
  1338. "license": [
  1339. "BSD-3-Clause"
  1340. ],
  1341. "authors": [
  1342. {
  1343. "name": "Sebastian Bergmann",
  1344. "email": "sebastian@phpunit.de"
  1345. }
  1346. ],
  1347. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  1348. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  1349. "support": {
  1350. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  1351. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  1352. },
  1353. "funding": [
  1354. {
  1355. "url": "https://github.com/sebastianbergmann",
  1356. "type": "github"
  1357. }
  1358. ],
  1359. "time": "2020-10-26T13:14:26+00:00"
  1360. },
  1361. {
  1362. "name": "sebastian/recursion-context",
  1363. "version": "4.0.5",
  1364. "source": {
  1365. "type": "git",
  1366. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1367. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
  1368. },
  1369. "dist": {
  1370. "type": "zip",
  1371. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  1372. "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
  1373. "shasum": ""
  1374. },
  1375. "require": {
  1376. "php": ">=7.3"
  1377. },
  1378. "require-dev": {
  1379. "phpunit/phpunit": "^9.3"
  1380. },
  1381. "type": "library",
  1382. "extra": {
  1383. "branch-alias": {
  1384. "dev-master": "4.0-dev"
  1385. }
  1386. },
  1387. "autoload": {
  1388. "classmap": [
  1389. "src/"
  1390. ]
  1391. },
  1392. "notification-url": "https://packagist.org/downloads/",
  1393. "license": [
  1394. "BSD-3-Clause"
  1395. ],
  1396. "authors": [
  1397. {
  1398. "name": "Sebastian Bergmann",
  1399. "email": "sebastian@phpunit.de"
  1400. },
  1401. {
  1402. "name": "Jeff Welch",
  1403. "email": "whatthejeff@gmail.com"
  1404. },
  1405. {
  1406. "name": "Adam Harvey",
  1407. "email": "aharvey@php.net"
  1408. }
  1409. ],
  1410. "description": "Provides functionality to recursively process PHP variables",
  1411. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  1412. "support": {
  1413. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1414. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
  1415. },
  1416. "funding": [
  1417. {
  1418. "url": "https://github.com/sebastianbergmann",
  1419. "type": "github"
  1420. }
  1421. ],
  1422. "time": "2023-02-03T06:07:39+00:00"
  1423. },
  1424. {
  1425. "name": "sebastian/resource-operations",
  1426. "version": "3.0.3",
  1427. "source": {
  1428. "type": "git",
  1429. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1430. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  1431. },
  1432. "dist": {
  1433. "type": "zip",
  1434. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  1435. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  1436. "shasum": ""
  1437. },
  1438. "require": {
  1439. "php": ">=7.3"
  1440. },
  1441. "require-dev": {
  1442. "phpunit/phpunit": "^9.0"
  1443. },
  1444. "type": "library",
  1445. "extra": {
  1446. "branch-alias": {
  1447. "dev-master": "3.0-dev"
  1448. }
  1449. },
  1450. "autoload": {
  1451. "classmap": [
  1452. "src/"
  1453. ]
  1454. },
  1455. "notification-url": "https://packagist.org/downloads/",
  1456. "license": [
  1457. "BSD-3-Clause"
  1458. ],
  1459. "authors": [
  1460. {
  1461. "name": "Sebastian Bergmann",
  1462. "email": "sebastian@phpunit.de"
  1463. }
  1464. ],
  1465. "description": "Provides a list of PHP built-in functions that operate on resources",
  1466. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1467. "support": {
  1468. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  1469. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  1470. },
  1471. "funding": [
  1472. {
  1473. "url": "https://github.com/sebastianbergmann",
  1474. "type": "github"
  1475. }
  1476. ],
  1477. "time": "2020-09-28T06:45:17+00:00"
  1478. },
  1479. {
  1480. "name": "sebastian/type",
  1481. "version": "3.2.1",
  1482. "source": {
  1483. "type": "git",
  1484. "url": "https://github.com/sebastianbergmann/type.git",
  1485. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
  1486. },
  1487. "dist": {
  1488. "type": "zip",
  1489. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  1490. "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
  1491. "shasum": ""
  1492. },
  1493. "require": {
  1494. "php": ">=7.3"
  1495. },
  1496. "require-dev": {
  1497. "phpunit/phpunit": "^9.5"
  1498. },
  1499. "type": "library",
  1500. "extra": {
  1501. "branch-alias": {
  1502. "dev-master": "3.2-dev"
  1503. }
  1504. },
  1505. "autoload": {
  1506. "classmap": [
  1507. "src/"
  1508. ]
  1509. },
  1510. "notification-url": "https://packagist.org/downloads/",
  1511. "license": [
  1512. "BSD-3-Clause"
  1513. ],
  1514. "authors": [
  1515. {
  1516. "name": "Sebastian Bergmann",
  1517. "email": "sebastian@phpunit.de",
  1518. "role": "lead"
  1519. }
  1520. ],
  1521. "description": "Collection of value objects that represent the types of the PHP type system",
  1522. "homepage": "https://github.com/sebastianbergmann/type",
  1523. "support": {
  1524. "issues": "https://github.com/sebastianbergmann/type/issues",
  1525. "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
  1526. },
  1527. "funding": [
  1528. {
  1529. "url": "https://github.com/sebastianbergmann",
  1530. "type": "github"
  1531. }
  1532. ],
  1533. "time": "2023-02-03T06:13:03+00:00"
  1534. },
  1535. {
  1536. "name": "sebastian/version",
  1537. "version": "3.0.2",
  1538. "source": {
  1539. "type": "git",
  1540. "url": "https://github.com/sebastianbergmann/version.git",
  1541. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  1542. },
  1543. "dist": {
  1544. "type": "zip",
  1545. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  1546. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  1547. "shasum": ""
  1548. },
  1549. "require": {
  1550. "php": ">=7.3"
  1551. },
  1552. "type": "library",
  1553. "extra": {
  1554. "branch-alias": {
  1555. "dev-master": "3.0-dev"
  1556. }
  1557. },
  1558. "autoload": {
  1559. "classmap": [
  1560. "src/"
  1561. ]
  1562. },
  1563. "notification-url": "https://packagist.org/downloads/",
  1564. "license": [
  1565. "BSD-3-Clause"
  1566. ],
  1567. "authors": [
  1568. {
  1569. "name": "Sebastian Bergmann",
  1570. "email": "sebastian@phpunit.de",
  1571. "role": "lead"
  1572. }
  1573. ],
  1574. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1575. "homepage": "https://github.com/sebastianbergmann/version",
  1576. "support": {
  1577. "issues": "https://github.com/sebastianbergmann/version/issues",
  1578. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  1579. },
  1580. "funding": [
  1581. {
  1582. "url": "https://github.com/sebastianbergmann",
  1583. "type": "github"
  1584. }
  1585. ],
  1586. "time": "2020-09-28T06:39:44+00:00"
  1587. },
  1588. {
  1589. "name": "theseer/tokenizer",
  1590. "version": "1.2.2",
  1591. "source": {
  1592. "type": "git",
  1593. "url": "https://github.com/theseer/tokenizer.git",
  1594. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
  1595. },
  1596. "dist": {
  1597. "type": "zip",
  1598. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  1599. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  1600. "shasum": ""
  1601. },
  1602. "require": {
  1603. "ext-dom": "*",
  1604. "ext-tokenizer": "*",
  1605. "ext-xmlwriter": "*",
  1606. "php": "^7.2 || ^8.0"
  1607. },
  1608. "type": "library",
  1609. "autoload": {
  1610. "classmap": [
  1611. "src/"
  1612. ]
  1613. },
  1614. "notification-url": "https://packagist.org/downloads/",
  1615. "license": [
  1616. "BSD-3-Clause"
  1617. ],
  1618. "authors": [
  1619. {
  1620. "name": "Arne Blankerts",
  1621. "email": "arne@blankerts.de",
  1622. "role": "Developer"
  1623. }
  1624. ],
  1625. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  1626. "support": {
  1627. "issues": "https://github.com/theseer/tokenizer/issues",
  1628. "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
  1629. },
  1630. "funding": [
  1631. {
  1632. "url": "https://github.com/theseer",
  1633. "type": "github"
  1634. }
  1635. ],
  1636. "time": "2023-11-20T00:12:19+00:00"
  1637. }
  1638. ],
  1639. "packages-dev": [],
  1640. "aliases": [],
  1641. "minimum-stability": "stable",
  1642. "stability-flags": [],
  1643. "prefer-stable": true,
  1644. "prefer-lowest": false,
  1645. "platform": {
  1646. "php": ">=7.3",
  1647. "ext-dom": "*",
  1648. "ext-json": "*",
  1649. "ext-libxml": "*",
  1650. "ext-mbstring": "*",
  1651. "ext-xml": "*",
  1652. "ext-xmlwriter": "*"
  1653. },
  1654. "platform-dev": [],
  1655. "platform-overrides": {
  1656. "php": "7.3.0"
  1657. },
  1658. "plugin-api-version": "2.6.0"
  1659. }