composer.lock 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503
  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": "d798153b62db86087f9f4f10e550e521",
  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.12.1",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/myclabs/DeepCopy.git",
  85. "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
  90. "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
  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. "phpspec/prophecy": "^1.10",
  104. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  105. },
  106. "type": "library",
  107. "autoload": {
  108. "files": [
  109. "src/DeepCopy/deep_copy.php"
  110. ],
  111. "psr-4": {
  112. "DeepCopy\\": "src/DeepCopy/"
  113. }
  114. },
  115. "notification-url": "https://packagist.org/downloads/",
  116. "license": [
  117. "MIT"
  118. ],
  119. "description": "Create deep copies (clones) of your objects",
  120. "keywords": [
  121. "clone",
  122. "copy",
  123. "duplicate",
  124. "object",
  125. "object graph"
  126. ],
  127. "support": {
  128. "issues": "https://github.com/myclabs/DeepCopy/issues",
  129. "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
  130. },
  131. "funding": [
  132. {
  133. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  134. "type": "tidelift"
  135. }
  136. ],
  137. "time": "2024-11-08T17:47:46+00:00"
  138. },
  139. {
  140. "name": "phar-io/manifest",
  141. "version": "2.0.4",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/phar-io/manifest.git",
  145. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  150. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  151. "shasum": ""
  152. },
  153. "require": {
  154. "ext-dom": "*",
  155. "ext-libxml": "*",
  156. "ext-phar": "*",
  157. "ext-xmlwriter": "*",
  158. "phar-io/version": "^3.0.1",
  159. "php": "^7.2 || ^8.0"
  160. },
  161. "type": "library",
  162. "extra": {
  163. "branch-alias": {
  164. "dev-master": "2.0.x-dev"
  165. }
  166. },
  167. "autoload": {
  168. "classmap": [
  169. "src/"
  170. ]
  171. },
  172. "notification-url": "https://packagist.org/downloads/",
  173. "license": [
  174. "BSD-3-Clause"
  175. ],
  176. "authors": [
  177. {
  178. "name": "Arne Blankerts",
  179. "email": "arne@blankerts.de",
  180. "role": "Developer"
  181. },
  182. {
  183. "name": "Sebastian Heuer",
  184. "email": "sebastian@phpeople.de",
  185. "role": "Developer"
  186. },
  187. {
  188. "name": "Sebastian Bergmann",
  189. "email": "sebastian@phpunit.de",
  190. "role": "Developer"
  191. }
  192. ],
  193. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  194. "support": {
  195. "issues": "https://github.com/phar-io/manifest/issues",
  196. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  197. },
  198. "funding": [
  199. {
  200. "url": "https://github.com/theseer",
  201. "type": "github"
  202. }
  203. ],
  204. "time": "2024-03-03T12:33:53+00:00"
  205. },
  206. {
  207. "name": "phar-io/version",
  208. "version": "3.2.1",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/phar-io/version.git",
  212. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  217. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "php": "^7.2 || ^8.0"
  222. },
  223. "type": "library",
  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": "Library for handling version information and constraints",
  251. "support": {
  252. "issues": "https://github.com/phar-io/version/issues",
  253. "source": "https://github.com/phar-io/version/tree/3.2.1"
  254. },
  255. "time": "2022-02-21T01:04:05+00:00"
  256. },
  257. {
  258. "name": "phpunit/php-code-coverage",
  259. "version": "7.0.17",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  263. "reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
  268. "reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "ext-dom": "*",
  273. "ext-xmlwriter": "*",
  274. "php": ">=7.2",
  275. "phpunit/php-file-iterator": "^2.0.2",
  276. "phpunit/php-text-template": "^1.2.1",
  277. "phpunit/php-token-stream": "^3.1.3 || ^4.0",
  278. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  279. "sebastian/environment": "^4.2.2",
  280. "sebastian/version": "^2.0.1",
  281. "theseer/tokenizer": "^1.1.3"
  282. },
  283. "require-dev": {
  284. "phpunit/phpunit": "^8.2.2"
  285. },
  286. "suggest": {
  287. "ext-xdebug": "^2.7.2"
  288. },
  289. "type": "library",
  290. "extra": {
  291. "branch-alias": {
  292. "dev-master": "7.0-dev"
  293. }
  294. },
  295. "autoload": {
  296. "classmap": [
  297. "src/"
  298. ]
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "license": [
  302. "BSD-3-Clause"
  303. ],
  304. "authors": [
  305. {
  306. "name": "Sebastian Bergmann",
  307. "email": "sebastian@phpunit.de",
  308. "role": "lead"
  309. }
  310. ],
  311. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  312. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  313. "keywords": [
  314. "coverage",
  315. "testing",
  316. "xunit"
  317. ],
  318. "support": {
  319. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  320. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.17"
  321. },
  322. "funding": [
  323. {
  324. "url": "https://github.com/sebastianbergmann",
  325. "type": "github"
  326. }
  327. ],
  328. "time": "2024-03-02T06:09:37+00:00"
  329. },
  330. {
  331. "name": "phpunit/php-file-iterator",
  332. "version": "2.0.6",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  336. "reference": "69deeb8664f611f156a924154985fbd4911eb36b"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
  341. "reference": "69deeb8664f611f156a924154985fbd4911eb36b",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=7.1"
  346. },
  347. "require-dev": {
  348. "phpunit/phpunit": "^8.5"
  349. },
  350. "type": "library",
  351. "extra": {
  352. "branch-alias": {
  353. "dev-master": "2.0.x-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": "FilterIterator implementation that filters files based on a list of suffixes.",
  373. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  374. "keywords": [
  375. "filesystem",
  376. "iterator"
  377. ],
  378. "support": {
  379. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  380. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
  381. },
  382. "funding": [
  383. {
  384. "url": "https://github.com/sebastianbergmann",
  385. "type": "github"
  386. }
  387. ],
  388. "time": "2024-03-01T13:39:50+00:00"
  389. },
  390. {
  391. "name": "phpunit/php-text-template",
  392. "version": "1.2.1",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  396. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  401. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "php": ">=5.3.3"
  406. },
  407. "type": "library",
  408. "autoload": {
  409. "classmap": [
  410. "src/"
  411. ]
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "BSD-3-Clause"
  416. ],
  417. "authors": [
  418. {
  419. "name": "Sebastian Bergmann",
  420. "email": "sebastian@phpunit.de",
  421. "role": "lead"
  422. }
  423. ],
  424. "description": "Simple template engine.",
  425. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  426. "keywords": [
  427. "template"
  428. ],
  429. "support": {
  430. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  431. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  432. },
  433. "time": "2015-06-21T13:50:34+00:00"
  434. },
  435. {
  436. "name": "phpunit/php-timer",
  437. "version": "2.1.4",
  438. "source": {
  439. "type": "git",
  440. "url": "https://github.com/sebastianbergmann/php-timer.git",
  441. "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
  442. },
  443. "dist": {
  444. "type": "zip",
  445. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
  446. "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
  447. "shasum": ""
  448. },
  449. "require": {
  450. "php": ">=7.1"
  451. },
  452. "require-dev": {
  453. "phpunit/phpunit": "^8.5"
  454. },
  455. "type": "library",
  456. "extra": {
  457. "branch-alias": {
  458. "dev-master": "2.1-dev"
  459. }
  460. },
  461. "autoload": {
  462. "classmap": [
  463. "src/"
  464. ]
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "BSD-3-Clause"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Sebastian Bergmann",
  473. "email": "sebastian@phpunit.de",
  474. "role": "lead"
  475. }
  476. ],
  477. "description": "Utility class for timing",
  478. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  479. "keywords": [
  480. "timer"
  481. ],
  482. "support": {
  483. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  484. "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
  485. },
  486. "funding": [
  487. {
  488. "url": "https://github.com/sebastianbergmann",
  489. "type": "github"
  490. }
  491. ],
  492. "time": "2024-03-01T13:42:41+00:00"
  493. },
  494. {
  495. "name": "phpunit/php-token-stream",
  496. "version": "4.0.4",
  497. "source": {
  498. "type": "git",
  499. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  500. "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
  501. },
  502. "dist": {
  503. "type": "zip",
  504. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
  505. "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
  506. "shasum": ""
  507. },
  508. "require": {
  509. "ext-tokenizer": "*",
  510. "php": "^7.3 || ^8.0"
  511. },
  512. "require-dev": {
  513. "phpunit/phpunit": "^9.0"
  514. },
  515. "type": "library",
  516. "extra": {
  517. "branch-alias": {
  518. "dev-master": "4.0-dev"
  519. }
  520. },
  521. "autoload": {
  522. "classmap": [
  523. "src/"
  524. ]
  525. },
  526. "notification-url": "https://packagist.org/downloads/",
  527. "license": [
  528. "BSD-3-Clause"
  529. ],
  530. "authors": [
  531. {
  532. "name": "Sebastian Bergmann",
  533. "email": "sebastian@phpunit.de"
  534. }
  535. ],
  536. "description": "Wrapper around PHP's tokenizer extension.",
  537. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  538. "keywords": [
  539. "tokenizer"
  540. ],
  541. "support": {
  542. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  543. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
  544. },
  545. "funding": [
  546. {
  547. "url": "https://github.com/sebastianbergmann",
  548. "type": "github"
  549. }
  550. ],
  551. "abandoned": true,
  552. "time": "2020-08-04T08:28:15+00:00"
  553. },
  554. {
  555. "name": "phpunit/phpunit",
  556. "version": "8.5.41",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/sebastianbergmann/phpunit.git",
  560. "reference": "d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa",
  565. "reference": "d843cb5bcf0bf9ae3484016444fe0c5b6ec7e4fa",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "doctrine/instantiator": "^1.5.0",
  570. "ext-dom": "*",
  571. "ext-json": "*",
  572. "ext-libxml": "*",
  573. "ext-mbstring": "*",
  574. "ext-xml": "*",
  575. "ext-xmlwriter": "*",
  576. "myclabs/deep-copy": "^1.12.1",
  577. "phar-io/manifest": "^2.0.4",
  578. "phar-io/version": "^3.2.1",
  579. "php": ">=7.2",
  580. "phpunit/php-code-coverage": "^7.0.17",
  581. "phpunit/php-file-iterator": "^2.0.6",
  582. "phpunit/php-text-template": "^1.2.1",
  583. "phpunit/php-timer": "^2.1.4",
  584. "sebastian/comparator": "^3.0.5",
  585. "sebastian/diff": "^3.0.6",
  586. "sebastian/environment": "^4.2.5",
  587. "sebastian/exporter": "^3.1.6",
  588. "sebastian/global-state": "^3.0.5",
  589. "sebastian/object-enumerator": "^3.0.5",
  590. "sebastian/resource-operations": "^2.0.3",
  591. "sebastian/type": "^1.1.5",
  592. "sebastian/version": "^2.0.1"
  593. },
  594. "suggest": {
  595. "ext-soap": "To be able to generate mocks based on WSDL files",
  596. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
  597. "phpunit/php-invoker": "To allow enforcing time limits"
  598. },
  599. "bin": [
  600. "phpunit"
  601. ],
  602. "type": "library",
  603. "extra": {
  604. "branch-alias": {
  605. "dev-master": "8.5-dev"
  606. }
  607. },
  608. "autoload": {
  609. "classmap": [
  610. "src/"
  611. ]
  612. },
  613. "notification-url": "https://packagist.org/downloads/",
  614. "license": [
  615. "BSD-3-Clause"
  616. ],
  617. "authors": [
  618. {
  619. "name": "Sebastian Bergmann",
  620. "email": "sebastian@phpunit.de",
  621. "role": "lead"
  622. }
  623. ],
  624. "description": "The PHP Unit Testing framework.",
  625. "homepage": "https://phpunit.de/",
  626. "keywords": [
  627. "phpunit",
  628. "testing",
  629. "xunit"
  630. ],
  631. "support": {
  632. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  633. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  634. "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.41"
  635. },
  636. "funding": [
  637. {
  638. "url": "https://phpunit.de/sponsors.html",
  639. "type": "custom"
  640. },
  641. {
  642. "url": "https://github.com/sebastianbergmann",
  643. "type": "github"
  644. },
  645. {
  646. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  647. "type": "tidelift"
  648. }
  649. ],
  650. "time": "2024-12-05T13:44:26+00:00"
  651. },
  652. {
  653. "name": "sebastian/code-unit-reverse-lookup",
  654. "version": "1.0.3",
  655. "source": {
  656. "type": "git",
  657. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  658. "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
  659. },
  660. "dist": {
  661. "type": "zip",
  662. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
  663. "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
  664. "shasum": ""
  665. },
  666. "require": {
  667. "php": ">=5.6"
  668. },
  669. "require-dev": {
  670. "phpunit/phpunit": "^8.5"
  671. },
  672. "type": "library",
  673. "extra": {
  674. "branch-alias": {
  675. "dev-master": "1.0.x-dev"
  676. }
  677. },
  678. "autoload": {
  679. "classmap": [
  680. "src/"
  681. ]
  682. },
  683. "notification-url": "https://packagist.org/downloads/",
  684. "license": [
  685. "BSD-3-Clause"
  686. ],
  687. "authors": [
  688. {
  689. "name": "Sebastian Bergmann",
  690. "email": "sebastian@phpunit.de"
  691. }
  692. ],
  693. "description": "Looks up which function or method a line of code belongs to",
  694. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  695. "support": {
  696. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  697. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
  698. },
  699. "funding": [
  700. {
  701. "url": "https://github.com/sebastianbergmann",
  702. "type": "github"
  703. }
  704. ],
  705. "time": "2024-03-01T13:45:45+00:00"
  706. },
  707. {
  708. "name": "sebastian/comparator",
  709. "version": "3.0.5",
  710. "source": {
  711. "type": "git",
  712. "url": "https://github.com/sebastianbergmann/comparator.git",
  713. "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
  714. },
  715. "dist": {
  716. "type": "zip",
  717. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
  718. "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
  719. "shasum": ""
  720. },
  721. "require": {
  722. "php": ">=7.1",
  723. "sebastian/diff": "^3.0",
  724. "sebastian/exporter": "^3.1"
  725. },
  726. "require-dev": {
  727. "phpunit/phpunit": "^8.5"
  728. },
  729. "type": "library",
  730. "extra": {
  731. "branch-alias": {
  732. "dev-master": "3.0-dev"
  733. }
  734. },
  735. "autoload": {
  736. "classmap": [
  737. "src/"
  738. ]
  739. },
  740. "notification-url": "https://packagist.org/downloads/",
  741. "license": [
  742. "BSD-3-Clause"
  743. ],
  744. "authors": [
  745. {
  746. "name": "Sebastian Bergmann",
  747. "email": "sebastian@phpunit.de"
  748. },
  749. {
  750. "name": "Jeff Welch",
  751. "email": "whatthejeff@gmail.com"
  752. },
  753. {
  754. "name": "Volker Dusch",
  755. "email": "github@wallbash.com"
  756. },
  757. {
  758. "name": "Bernhard Schussek",
  759. "email": "bschussek@2bepublished.at"
  760. }
  761. ],
  762. "description": "Provides the functionality to compare PHP values for equality",
  763. "homepage": "https://github.com/sebastianbergmann/comparator",
  764. "keywords": [
  765. "comparator",
  766. "compare",
  767. "equality"
  768. ],
  769. "support": {
  770. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  771. "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
  772. },
  773. "funding": [
  774. {
  775. "url": "https://github.com/sebastianbergmann",
  776. "type": "github"
  777. }
  778. ],
  779. "time": "2022-09-14T12:31:48+00:00"
  780. },
  781. {
  782. "name": "sebastian/diff",
  783. "version": "3.0.6",
  784. "source": {
  785. "type": "git",
  786. "url": "https://github.com/sebastianbergmann/diff.git",
  787. "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
  788. },
  789. "dist": {
  790. "type": "zip",
  791. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
  792. "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
  793. "shasum": ""
  794. },
  795. "require": {
  796. "php": ">=7.1"
  797. },
  798. "require-dev": {
  799. "phpunit/phpunit": "^7.5 || ^8.0",
  800. "symfony/process": "^2 || ^3.3 || ^4"
  801. },
  802. "type": "library",
  803. "extra": {
  804. "branch-alias": {
  805. "dev-master": "3.0-dev"
  806. }
  807. },
  808. "autoload": {
  809. "classmap": [
  810. "src/"
  811. ]
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "BSD-3-Clause"
  816. ],
  817. "authors": [
  818. {
  819. "name": "Sebastian Bergmann",
  820. "email": "sebastian@phpunit.de"
  821. },
  822. {
  823. "name": "Kore Nordmann",
  824. "email": "mail@kore-nordmann.de"
  825. }
  826. ],
  827. "description": "Diff implementation",
  828. "homepage": "https://github.com/sebastianbergmann/diff",
  829. "keywords": [
  830. "diff",
  831. "udiff",
  832. "unidiff",
  833. "unified diff"
  834. ],
  835. "support": {
  836. "issues": "https://github.com/sebastianbergmann/diff/issues",
  837. "source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
  838. },
  839. "funding": [
  840. {
  841. "url": "https://github.com/sebastianbergmann",
  842. "type": "github"
  843. }
  844. ],
  845. "time": "2024-03-02T06:16:36+00:00"
  846. },
  847. {
  848. "name": "sebastian/environment",
  849. "version": "4.2.5",
  850. "source": {
  851. "type": "git",
  852. "url": "https://github.com/sebastianbergmann/environment.git",
  853. "reference": "56932f6049a0482853056ffd617c91ffcc754205"
  854. },
  855. "dist": {
  856. "type": "zip",
  857. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
  858. "reference": "56932f6049a0482853056ffd617c91ffcc754205",
  859. "shasum": ""
  860. },
  861. "require": {
  862. "php": ">=7.1"
  863. },
  864. "require-dev": {
  865. "phpunit/phpunit": "^7.5"
  866. },
  867. "suggest": {
  868. "ext-posix": "*"
  869. },
  870. "type": "library",
  871. "extra": {
  872. "branch-alias": {
  873. "dev-master": "4.2-dev"
  874. }
  875. },
  876. "autoload": {
  877. "classmap": [
  878. "src/"
  879. ]
  880. },
  881. "notification-url": "https://packagist.org/downloads/",
  882. "license": [
  883. "BSD-3-Clause"
  884. ],
  885. "authors": [
  886. {
  887. "name": "Sebastian Bergmann",
  888. "email": "sebastian@phpunit.de"
  889. }
  890. ],
  891. "description": "Provides functionality to handle HHVM/PHP environments",
  892. "homepage": "http://www.github.com/sebastianbergmann/environment",
  893. "keywords": [
  894. "Xdebug",
  895. "environment",
  896. "hhvm"
  897. ],
  898. "support": {
  899. "issues": "https://github.com/sebastianbergmann/environment/issues",
  900. "source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
  901. },
  902. "funding": [
  903. {
  904. "url": "https://github.com/sebastianbergmann",
  905. "type": "github"
  906. }
  907. ],
  908. "time": "2024-03-01T13:49:59+00:00"
  909. },
  910. {
  911. "name": "sebastian/exporter",
  912. "version": "3.1.6",
  913. "source": {
  914. "type": "git",
  915. "url": "https://github.com/sebastianbergmann/exporter.git",
  916. "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
  917. },
  918. "dist": {
  919. "type": "zip",
  920. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
  921. "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
  922. "shasum": ""
  923. },
  924. "require": {
  925. "php": ">=7.2",
  926. "sebastian/recursion-context": "^3.0"
  927. },
  928. "require-dev": {
  929. "ext-mbstring": "*",
  930. "phpunit/phpunit": "^8.5"
  931. },
  932. "type": "library",
  933. "extra": {
  934. "branch-alias": {
  935. "dev-master": "3.1.x-dev"
  936. }
  937. },
  938. "autoload": {
  939. "classmap": [
  940. "src/"
  941. ]
  942. },
  943. "notification-url": "https://packagist.org/downloads/",
  944. "license": [
  945. "BSD-3-Clause"
  946. ],
  947. "authors": [
  948. {
  949. "name": "Sebastian Bergmann",
  950. "email": "sebastian@phpunit.de"
  951. },
  952. {
  953. "name": "Jeff Welch",
  954. "email": "whatthejeff@gmail.com"
  955. },
  956. {
  957. "name": "Volker Dusch",
  958. "email": "github@wallbash.com"
  959. },
  960. {
  961. "name": "Adam Harvey",
  962. "email": "aharvey@php.net"
  963. },
  964. {
  965. "name": "Bernhard Schussek",
  966. "email": "bschussek@gmail.com"
  967. }
  968. ],
  969. "description": "Provides the functionality to export PHP variables for visualization",
  970. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  971. "keywords": [
  972. "export",
  973. "exporter"
  974. ],
  975. "support": {
  976. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  977. "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
  978. },
  979. "funding": [
  980. {
  981. "url": "https://github.com/sebastianbergmann",
  982. "type": "github"
  983. }
  984. ],
  985. "time": "2024-03-02T06:21:38+00:00"
  986. },
  987. {
  988. "name": "sebastian/global-state",
  989. "version": "3.0.5",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/sebastianbergmann/global-state.git",
  993. "reference": "91c7c47047a971f02de57ed6f040087ef110c5d9"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/91c7c47047a971f02de57ed6f040087ef110c5d9",
  998. "reference": "91c7c47047a971f02de57ed6f040087ef110c5d9",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "php": ">=7.2",
  1003. "sebastian/object-reflector": "^1.1.1",
  1004. "sebastian/recursion-context": "^3.0"
  1005. },
  1006. "require-dev": {
  1007. "ext-dom": "*",
  1008. "phpunit/phpunit": "^8.0"
  1009. },
  1010. "suggest": {
  1011. "ext-uopz": "*"
  1012. },
  1013. "type": "library",
  1014. "extra": {
  1015. "branch-alias": {
  1016. "dev-master": "3.0-dev"
  1017. }
  1018. },
  1019. "autoload": {
  1020. "classmap": [
  1021. "src/"
  1022. ]
  1023. },
  1024. "notification-url": "https://packagist.org/downloads/",
  1025. "license": [
  1026. "BSD-3-Clause"
  1027. ],
  1028. "authors": [
  1029. {
  1030. "name": "Sebastian Bergmann",
  1031. "email": "sebastian@phpunit.de"
  1032. }
  1033. ],
  1034. "description": "Snapshotting of global state",
  1035. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1036. "keywords": [
  1037. "global state"
  1038. ],
  1039. "support": {
  1040. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  1041. "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.5"
  1042. },
  1043. "funding": [
  1044. {
  1045. "url": "https://github.com/sebastianbergmann",
  1046. "type": "github"
  1047. }
  1048. ],
  1049. "time": "2024-03-02T06:13:16+00:00"
  1050. },
  1051. {
  1052. "name": "sebastian/object-enumerator",
  1053. "version": "3.0.5",
  1054. "source": {
  1055. "type": "git",
  1056. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1057. "reference": "ac5b293dba925751b808e02923399fb44ff0d541"
  1058. },
  1059. "dist": {
  1060. "type": "zip",
  1061. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
  1062. "reference": "ac5b293dba925751b808e02923399fb44ff0d541",
  1063. "shasum": ""
  1064. },
  1065. "require": {
  1066. "php": ">=7.0",
  1067. "sebastian/object-reflector": "^1.1.1",
  1068. "sebastian/recursion-context": "^3.0"
  1069. },
  1070. "require-dev": {
  1071. "phpunit/phpunit": "^6.0"
  1072. },
  1073. "type": "library",
  1074. "extra": {
  1075. "branch-alias": {
  1076. "dev-master": "3.0.x-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. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1095. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1096. "support": {
  1097. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  1098. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
  1099. },
  1100. "funding": [
  1101. {
  1102. "url": "https://github.com/sebastianbergmann",
  1103. "type": "github"
  1104. }
  1105. ],
  1106. "time": "2024-03-01T13:54:02+00:00"
  1107. },
  1108. {
  1109. "name": "sebastian/object-reflector",
  1110. "version": "1.1.3",
  1111. "source": {
  1112. "type": "git",
  1113. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  1114. "reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
  1115. },
  1116. "dist": {
  1117. "type": "zip",
  1118. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
  1119. "reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
  1120. "shasum": ""
  1121. },
  1122. "require": {
  1123. "php": ">=7.0"
  1124. },
  1125. "require-dev": {
  1126. "phpunit/phpunit": "^6.0"
  1127. },
  1128. "type": "library",
  1129. "extra": {
  1130. "branch-alias": {
  1131. "dev-master": "1.1-dev"
  1132. }
  1133. },
  1134. "autoload": {
  1135. "classmap": [
  1136. "src/"
  1137. ]
  1138. },
  1139. "notification-url": "https://packagist.org/downloads/",
  1140. "license": [
  1141. "BSD-3-Clause"
  1142. ],
  1143. "authors": [
  1144. {
  1145. "name": "Sebastian Bergmann",
  1146. "email": "sebastian@phpunit.de"
  1147. }
  1148. ],
  1149. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  1150. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  1151. "support": {
  1152. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  1153. "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
  1154. },
  1155. "funding": [
  1156. {
  1157. "url": "https://github.com/sebastianbergmann",
  1158. "type": "github"
  1159. }
  1160. ],
  1161. "time": "2024-03-01T13:56:04+00:00"
  1162. },
  1163. {
  1164. "name": "sebastian/recursion-context",
  1165. "version": "3.0.2",
  1166. "source": {
  1167. "type": "git",
  1168. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1169. "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c"
  1170. },
  1171. "dist": {
  1172. "type": "zip",
  1173. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9bfd3c6f1f08c026f542032dfb42813544f7d64c",
  1174. "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c",
  1175. "shasum": ""
  1176. },
  1177. "require": {
  1178. "php": ">=7.0"
  1179. },
  1180. "require-dev": {
  1181. "phpunit/phpunit": "^6.0"
  1182. },
  1183. "type": "library",
  1184. "extra": {
  1185. "branch-alias": {
  1186. "dev-master": "3.0.x-dev"
  1187. }
  1188. },
  1189. "autoload": {
  1190. "classmap": [
  1191. "src/"
  1192. ]
  1193. },
  1194. "notification-url": "https://packagist.org/downloads/",
  1195. "license": [
  1196. "BSD-3-Clause"
  1197. ],
  1198. "authors": [
  1199. {
  1200. "name": "Sebastian Bergmann",
  1201. "email": "sebastian@phpunit.de"
  1202. },
  1203. {
  1204. "name": "Jeff Welch",
  1205. "email": "whatthejeff@gmail.com"
  1206. },
  1207. {
  1208. "name": "Adam Harvey",
  1209. "email": "aharvey@php.net"
  1210. }
  1211. ],
  1212. "description": "Provides functionality to recursively process PHP variables",
  1213. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1214. "support": {
  1215. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1216. "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.2"
  1217. },
  1218. "funding": [
  1219. {
  1220. "url": "https://github.com/sebastianbergmann",
  1221. "type": "github"
  1222. }
  1223. ],
  1224. "time": "2024-03-01T14:07:30+00:00"
  1225. },
  1226. {
  1227. "name": "sebastian/resource-operations",
  1228. "version": "2.0.3",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1232. "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
  1237. "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "php": ">=7.1"
  1242. },
  1243. "type": "library",
  1244. "extra": {
  1245. "branch-alias": {
  1246. "dev-master": "2.0-dev"
  1247. }
  1248. },
  1249. "autoload": {
  1250. "classmap": [
  1251. "src/"
  1252. ]
  1253. },
  1254. "notification-url": "https://packagist.org/downloads/",
  1255. "license": [
  1256. "BSD-3-Clause"
  1257. ],
  1258. "authors": [
  1259. {
  1260. "name": "Sebastian Bergmann",
  1261. "email": "sebastian@phpunit.de"
  1262. }
  1263. ],
  1264. "description": "Provides a list of PHP built-in functions that operate on resources",
  1265. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1266. "support": {
  1267. "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
  1268. },
  1269. "funding": [
  1270. {
  1271. "url": "https://github.com/sebastianbergmann",
  1272. "type": "github"
  1273. }
  1274. ],
  1275. "time": "2024-03-01T13:59:09+00:00"
  1276. },
  1277. {
  1278. "name": "sebastian/type",
  1279. "version": "1.1.5",
  1280. "source": {
  1281. "type": "git",
  1282. "url": "https://github.com/sebastianbergmann/type.git",
  1283. "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
  1284. },
  1285. "dist": {
  1286. "type": "zip",
  1287. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874",
  1288. "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
  1289. "shasum": ""
  1290. },
  1291. "require": {
  1292. "php": ">=7.2"
  1293. },
  1294. "require-dev": {
  1295. "phpunit/phpunit": "^8.2"
  1296. },
  1297. "type": "library",
  1298. "extra": {
  1299. "branch-alias": {
  1300. "dev-master": "1.1-dev"
  1301. }
  1302. },
  1303. "autoload": {
  1304. "classmap": [
  1305. "src/"
  1306. ]
  1307. },
  1308. "notification-url": "https://packagist.org/downloads/",
  1309. "license": [
  1310. "BSD-3-Clause"
  1311. ],
  1312. "authors": [
  1313. {
  1314. "name": "Sebastian Bergmann",
  1315. "email": "sebastian@phpunit.de",
  1316. "role": "lead"
  1317. }
  1318. ],
  1319. "description": "Collection of value objects that represent the types of the PHP type system",
  1320. "homepage": "https://github.com/sebastianbergmann/type",
  1321. "support": {
  1322. "issues": "https://github.com/sebastianbergmann/type/issues",
  1323. "source": "https://github.com/sebastianbergmann/type/tree/1.1.5"
  1324. },
  1325. "funding": [
  1326. {
  1327. "url": "https://github.com/sebastianbergmann",
  1328. "type": "github"
  1329. }
  1330. ],
  1331. "time": "2024-03-01T14:04:07+00:00"
  1332. },
  1333. {
  1334. "name": "sebastian/version",
  1335. "version": "2.0.1",
  1336. "source": {
  1337. "type": "git",
  1338. "url": "https://github.com/sebastianbergmann/version.git",
  1339. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1340. },
  1341. "dist": {
  1342. "type": "zip",
  1343. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1344. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1345. "shasum": ""
  1346. },
  1347. "require": {
  1348. "php": ">=5.6"
  1349. },
  1350. "type": "library",
  1351. "extra": {
  1352. "branch-alias": {
  1353. "dev-master": "2.0.x-dev"
  1354. }
  1355. },
  1356. "autoload": {
  1357. "classmap": [
  1358. "src/"
  1359. ]
  1360. },
  1361. "notification-url": "https://packagist.org/downloads/",
  1362. "license": [
  1363. "BSD-3-Clause"
  1364. ],
  1365. "authors": [
  1366. {
  1367. "name": "Sebastian Bergmann",
  1368. "email": "sebastian@phpunit.de",
  1369. "role": "lead"
  1370. }
  1371. ],
  1372. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1373. "homepage": "https://github.com/sebastianbergmann/version",
  1374. "support": {
  1375. "issues": "https://github.com/sebastianbergmann/version/issues",
  1376. "source": "https://github.com/sebastianbergmann/version/tree/master"
  1377. },
  1378. "time": "2016-10-03T07:35:21+00:00"
  1379. },
  1380. {
  1381. "name": "theseer/tokenizer",
  1382. "version": "1.2.3",
  1383. "source": {
  1384. "type": "git",
  1385. "url": "https://github.com/theseer/tokenizer.git",
  1386. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  1387. },
  1388. "dist": {
  1389. "type": "zip",
  1390. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  1391. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  1392. "shasum": ""
  1393. },
  1394. "require": {
  1395. "ext-dom": "*",
  1396. "ext-tokenizer": "*",
  1397. "ext-xmlwriter": "*",
  1398. "php": "^7.2 || ^8.0"
  1399. },
  1400. "type": "library",
  1401. "autoload": {
  1402. "classmap": [
  1403. "src/"
  1404. ]
  1405. },
  1406. "notification-url": "https://packagist.org/downloads/",
  1407. "license": [
  1408. "BSD-3-Clause"
  1409. ],
  1410. "authors": [
  1411. {
  1412. "name": "Arne Blankerts",
  1413. "email": "arne@blankerts.de",
  1414. "role": "Developer"
  1415. }
  1416. ],
  1417. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  1418. "support": {
  1419. "issues": "https://github.com/theseer/tokenizer/issues",
  1420. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  1421. },
  1422. "funding": [
  1423. {
  1424. "url": "https://github.com/theseer",
  1425. "type": "github"
  1426. }
  1427. ],
  1428. "time": "2024-03-03T12:36:25+00:00"
  1429. },
  1430. {
  1431. "name": "workerman/workerman",
  1432. "version": "v3.5.35",
  1433. "source": {
  1434. "type": "git",
  1435. "url": "https://github.com/walkor/workerman.git",
  1436. "reference": "3cc0adae51ba36db38b11e7996c64250d356dbe7"
  1437. },
  1438. "dist": {
  1439. "type": "zip",
  1440. "url": "https://api.github.com/repos/walkor/workerman/zipball/3cc0adae51ba36db38b11e7996c64250d356dbe7",
  1441. "reference": "3cc0adae51ba36db38b11e7996c64250d356dbe7",
  1442. "shasum": ""
  1443. },
  1444. "require": {
  1445. "php": "^5.3||^7.0"
  1446. },
  1447. "suggest": {
  1448. "ext-event": "For better performance. "
  1449. },
  1450. "type": "library",
  1451. "autoload": {
  1452. "psr-4": {
  1453. "Workerman\\": "./"
  1454. }
  1455. },
  1456. "notification-url": "https://packagist.org/downloads/",
  1457. "license": [
  1458. "MIT"
  1459. ],
  1460. "authors": [
  1461. {
  1462. "name": "walkor",
  1463. "email": "walkor@workerman.net",
  1464. "homepage": "http://www.workerman.net",
  1465. "role": "Developer"
  1466. }
  1467. ],
  1468. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  1469. "homepage": "http://www.workerman.net",
  1470. "keywords": [
  1471. "asynchronous",
  1472. "event-loop"
  1473. ],
  1474. "support": {
  1475. "email": "walkor@workerman.net",
  1476. "forum": "http://wenda.workerman.net/",
  1477. "issues": "https://github.com/walkor/workerman/issues",
  1478. "source": "https://github.com/walkor/workerman",
  1479. "wiki": "http://doc.workerman.net/"
  1480. },
  1481. "funding": [
  1482. {
  1483. "url": "https://opencollective.com/workerman",
  1484. "type": "open_collective"
  1485. },
  1486. {
  1487. "url": "https://www.patreon.com/walkor",
  1488. "type": "patreon"
  1489. }
  1490. ],
  1491. "time": "2023-09-13T14:30:13+00:00"
  1492. }
  1493. ],
  1494. "packages-dev": [],
  1495. "aliases": [],
  1496. "minimum-stability": "stable",
  1497. "stability-flags": [],
  1498. "prefer-stable": false,
  1499. "prefer-lowest": false,
  1500. "platform": [],
  1501. "platform-dev": [],
  1502. "plugin-api-version": "2.3.0"
  1503. }