composer.lock 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689
  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": "bd69a6a98e184d34c5c2923fa51a5695",
  8. "packages": [
  9. {
  10. "name": "composer-unused/contracts",
  11. "version": "0.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer-unused/contracts.git",
  15. "reference": "5ec448d3ee80735dccad6a21a3266c377d0845ae"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer-unused/contracts/zipball/5ec448d3ee80735dccad6a21a3266c377d0845ae",
  20. "reference": "5ec448d3ee80735dccad6a21a3266c377d0845ae"
  21. },
  22. "require": {
  23. "php": "^7.4 || ^8.0"
  24. },
  25. "type": "library",
  26. "autoload": {
  27. "psr-4": {
  28. "ComposerUnused\\Contracts\\": "src/"
  29. }
  30. },
  31. "license": [
  32. "MIT"
  33. ],
  34. "description": "Contract repository for composer-unused"
  35. },
  36. {
  37. "name": "composer-unused/symbol-parser",
  38. "version": "0.2.2",
  39. "source": {
  40. "type": "git",
  41. "url": "https://github.com/composer-unused/symbol-parser.git",
  42. "reference": "528cf09e0c78de2cf2ffd2fc8d4b7db7cbd85576"
  43. },
  44. "dist": {
  45. "type": "zip",
  46. "url": "https://api.github.com/repos/composer-unused/symbol-parser/zipball/528cf09e0c78de2cf2ffd2fc8d4b7db7cbd85576",
  47. "reference": "528cf09e0c78de2cf2ffd2fc8d4b7db7cbd85576"
  48. },
  49. "require": {
  50. "composer-unused/contracts": "^0.3",
  51. "nikic/php-parser": "^4.17",
  52. "php": "^7.4 || ^8.0",
  53. "phpstan/phpdoc-parser": "^1.23",
  54. "psr/container": "^1.0 || ^2.0",
  55. "psr/log": "^1.1 || ^2 || ^3",
  56. "symfony/finder": "^4.4 || ^5.3 || ^6.0 || ^7.0"
  57. },
  58. "type": "library",
  59. "autoload": {
  60. "psr-4": {
  61. "ComposerUnused\\SymbolParser\\": "src"
  62. }
  63. },
  64. "license": [
  65. "MIT"
  66. ],
  67. "description": "Toolkit to parse symbols from a composer package"
  68. },
  69. {
  70. "name": "composer/pcre",
  71. "version": "3.1.1",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/composer/pcre.git",
  75. "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
  80. "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
  81. },
  82. "require": {
  83. "php": "^7.4 || ^8.0"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-main": "3.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "Composer\\Pcre\\": "src"
  94. }
  95. },
  96. "license": [
  97. "MIT"
  98. ],
  99. "description": "PCRE wrapping library that offers type-safe preg_* replacements."
  100. },
  101. {
  102. "name": "composer/xdebug-handler",
  103. "version": "3.0.3",
  104. "source": {
  105. "type": "git",
  106. "url": "https://github.com/composer/xdebug-handler.git",
  107. "reference": "ced299686f41dce890debac69273b47ffe98a40c"
  108. },
  109. "dist": {
  110. "type": "zip",
  111. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
  112. "reference": "ced299686f41dce890debac69273b47ffe98a40c"
  113. },
  114. "require": {
  115. "composer/pcre": "^1 || ^2 || ^3",
  116. "php": "^7.2.5 || ^8.0",
  117. "psr/log": "^1 || ^2 || ^3"
  118. },
  119. "type": "library",
  120. "autoload": {
  121. "psr-4": {
  122. "Composer\\XdebugHandler\\": "src"
  123. }
  124. },
  125. "license": [
  126. "MIT"
  127. ],
  128. "description": "Restarts a process without Xdebug."
  129. },
  130. {
  131. "name": "ergebnis/composer-normalize",
  132. "version": "2.41.1",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/ergebnis/composer-normalize.git",
  136. "reference": "01eb2d9b8623828ec2264f54d7782a25558d27b2"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/01eb2d9b8623828ec2264f54d7782a25558d27b2",
  141. "reference": "01eb2d9b8623828ec2264f54d7782a25558d27b2"
  142. },
  143. "require": {
  144. "composer-plugin-api": "^2.0.0",
  145. "ergebnis/json": "^1.1.0",
  146. "ergebnis/json-normalizer": "^4.4.1",
  147. "ergebnis/json-printer": "^3.4.0",
  148. "ext-json": "*",
  149. "justinrainbow/json-schema": "^5.2.12",
  150. "localheinz/diff": "^1.1.1",
  151. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  152. },
  153. "type": "composer-plugin",
  154. "extra": {
  155. "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin",
  156. "composer-normalize": {
  157. "indent-size": 2,
  158. "indent-style": "space"
  159. },
  160. "plugin-optional": true
  161. },
  162. "autoload": {
  163. "psr-4": {
  164. "Ergebnis\\Composer\\Normalize\\": "src/"
  165. }
  166. },
  167. "license": [
  168. "MIT"
  169. ],
  170. "description": "Provides a composer plugin for normalizing composer.json."
  171. },
  172. {
  173. "name": "ergebnis/json",
  174. "version": "1.1.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/ergebnis/json.git",
  178. "reference": "9f2b9086c43b189d7044a5b6215a931fb6e9125d"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/ergebnis/json/zipball/9f2b9086c43b189d7044a5b6215a931fb6e9125d",
  183. "reference": "9f2b9086c43b189d7044a5b6215a931fb6e9125d"
  184. },
  185. "require": {
  186. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  187. },
  188. "type": "library",
  189. "extra": {
  190. "composer-normalize": {
  191. "indent-size": 2,
  192. "indent-style": "space"
  193. }
  194. },
  195. "autoload": {
  196. "psr-4": {
  197. "Ergebnis\\Json\\": "src/"
  198. }
  199. },
  200. "license": [
  201. "MIT"
  202. ],
  203. "description": "Provides a Json value object for representing a valid JSON string."
  204. },
  205. {
  206. "name": "ergebnis/json-normalizer",
  207. "version": "4.4.1",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/ergebnis/json-normalizer.git",
  211. "reference": "d28f36af9763ee6bc4e2a2390c0348963df7881b"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/d28f36af9763ee6bc4e2a2390c0348963df7881b",
  216. "reference": "d28f36af9763ee6bc4e2a2390c0348963df7881b"
  217. },
  218. "require": {
  219. "ergebnis/json": "^1.1.0",
  220. "ergebnis/json-pointer": "^3.2.0",
  221. "ergebnis/json-printer": "^3.4.0",
  222. "ergebnis/json-schema-validator": "^4.1.0",
  223. "ext-json": "*",
  224. "justinrainbow/json-schema": "^5.2.12",
  225. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  226. },
  227. "type": "library",
  228. "autoload": {
  229. "psr-4": {
  230. "Ergebnis\\Json\\Normalizer\\": "src/"
  231. }
  232. },
  233. "license": [
  234. "MIT"
  235. ],
  236. "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents."
  237. },
  238. {
  239. "name": "ergebnis/json-pointer",
  240. "version": "3.3.0",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/ergebnis/json-pointer.git",
  244. "reference": "8e517faefc06b7c761eaa041febef51a9375819a"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/8e517faefc06b7c761eaa041febef51a9375819a",
  249. "reference": "8e517faefc06b7c761eaa041febef51a9375819a"
  250. },
  251. "require": {
  252. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  253. },
  254. "type": "library",
  255. "extra": {
  256. "composer-normalize": {
  257. "indent-size": 2,
  258. "indent-style": "space"
  259. }
  260. },
  261. "autoload": {
  262. "psr-4": {
  263. "Ergebnis\\Json\\Pointer\\": "src/"
  264. }
  265. },
  266. "license": [
  267. "MIT"
  268. ],
  269. "description": "Provides JSON pointer as a value object."
  270. },
  271. {
  272. "name": "ergebnis/json-printer",
  273. "version": "3.4.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/ergebnis/json-printer.git",
  277. "reference": "05841593d72499de4f7ce4034a237c77e470558f"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/05841593d72499de4f7ce4034a237c77e470558f",
  282. "reference": "05841593d72499de4f7ce4034a237c77e470558f"
  283. },
  284. "require": {
  285. "ext-json": "*",
  286. "ext-mbstring": "*",
  287. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  288. },
  289. "type": "library",
  290. "autoload": {
  291. "psr-4": {
  292. "Ergebnis\\Json\\Printer\\": "src/"
  293. }
  294. },
  295. "license": [
  296. "MIT"
  297. ],
  298. "description": "Provides a JSON printer, allowing for flexible indentation."
  299. },
  300. {
  301. "name": "ergebnis/json-schema-validator",
  302. "version": "4.1.0",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/ergebnis/json-schema-validator.git",
  306. "reference": "d568ed85d1cdc2e49d650c2fc234dc2516f3f25b"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/d568ed85d1cdc2e49d650c2fc234dc2516f3f25b",
  311. "reference": "d568ed85d1cdc2e49d650c2fc234dc2516f3f25b"
  312. },
  313. "require": {
  314. "ergebnis/json": "^1.0.1",
  315. "ergebnis/json-pointer": "^3.2.0",
  316. "ext-json": "*",
  317. "justinrainbow/json-schema": "^5.2.12",
  318. "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
  319. },
  320. "type": "library",
  321. "extra": {
  322. "composer-normalize": {
  323. "indent-size": 2,
  324. "indent-style": "space"
  325. }
  326. },
  327. "autoload": {
  328. "psr-4": {
  329. "Ergebnis\\Json\\SchemaValidator\\": "src/"
  330. }
  331. },
  332. "license": [
  333. "MIT"
  334. ],
  335. "description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema."
  336. },
  337. {
  338. "name": "icanhazstring/composer-unused",
  339. "version": "0.8.11",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/composer-unused/composer-unused.git",
  343. "reference": "4720206edc29a7da1913ece0e508f6d82fbcd905"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/4720206edc29a7da1913ece0e508f6d82fbcd905",
  348. "reference": "4720206edc29a7da1913ece0e508f6d82fbcd905"
  349. },
  350. "require": {
  351. "composer-unused/contracts": "^0.3",
  352. "composer-unused/symbol-parser": "^0.2.1",
  353. "ext-json": "*",
  354. "nikic/php-parser": "^4.15",
  355. "ondram/ci-detector": "^4.1",
  356. "php": "^7.4 || ^8.0",
  357. "phpstan/phpdoc-parser": "^1.12",
  358. "psr/container": "^1.0 || ^2.0",
  359. "psr/log": "^1.1 || ^2 || ^3",
  360. "symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
  361. "symfony/console": "^4.4 || ^5.4 || ^6.0 || ^7.0",
  362. "symfony/dependency-injection": "^4.4.8 || ^5.4 || ^6.0 || ^7.0",
  363. "symfony/property-access": "^4.4 || ^5.4 || ^6.0 || ^7.0",
  364. "symfony/serializer": "^4.4 || ^5.4 || ^6.0 || ^7.0",
  365. "symfony/validator": "^4.4 || ^5.4 || ^6.0 || ^7.0",
  366. "webmozart/assert": "^1.10",
  367. "webmozart/glob": "^4.4"
  368. },
  369. "bin": [
  370. "bin/composer-unused"
  371. ],
  372. "type": "library",
  373. "extra": {
  374. "bamarni-bin": {
  375. "bin-links": true,
  376. "forward-command": true
  377. }
  378. },
  379. "autoload": {
  380. "psr-4": {
  381. "ComposerUnused\\ComposerUnused\\": "src"
  382. }
  383. },
  384. "license": [
  385. "MIT"
  386. ],
  387. "description": "Show unused packages by scanning your code"
  388. },
  389. {
  390. "name": "justinrainbow/json-schema",
  391. "version": "v5.2.13",
  392. "source": {
  393. "type": "git",
  394. "url": "https://github.com/justinrainbow/json-schema.git",
  395. "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
  396. },
  397. "dist": {
  398. "type": "zip",
  399. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
  400. "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
  401. },
  402. "require": {
  403. "php": ">=5.3.3"
  404. },
  405. "bin": [
  406. "bin/validate-json"
  407. ],
  408. "type": "library",
  409. "extra": {
  410. "branch-alias": {
  411. "dev-master": "5.0.x-dev"
  412. }
  413. },
  414. "autoload": {
  415. "psr-4": {
  416. "JsonSchema\\": "src/JsonSchema/"
  417. }
  418. },
  419. "license": [
  420. "MIT"
  421. ],
  422. "description": "A library to validate a json schema."
  423. },
  424. {
  425. "name": "localheinz/diff",
  426. "version": "1.1.1",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/localheinz/diff.git",
  430. "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c",
  435. "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c"
  436. },
  437. "require": {
  438. "php": "^7.1 || ^8.0"
  439. },
  440. "type": "library",
  441. "autoload": {
  442. "classmap": [
  443. "src/"
  444. ]
  445. },
  446. "license": [
  447. "BSD-3-Clause"
  448. ],
  449. "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize"
  450. },
  451. {
  452. "name": "maglnet/composer-require-checker",
  453. "version": "4.8.0",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/maglnet/ComposerRequireChecker.git",
  457. "reference": "1c7498e4c31ff7e467ac1b5138d277736c838393"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/1c7498e4c31ff7e467ac1b5138d277736c838393",
  462. "reference": "1c7498e4c31ff7e467ac1b5138d277736c838393"
  463. },
  464. "require": {
  465. "composer-runtime-api": "^2.0.0",
  466. "ext-phar": "*",
  467. "nikic/php-parser": "^4.17.1",
  468. "php": "~8.2.0 || ~8.3.0",
  469. "symfony/console": "^6.4.1 || ^7.0.1",
  470. "webmozart/assert": "^1.11.0",
  471. "webmozart/glob": "^4.6.0"
  472. },
  473. "bin": [
  474. "bin/composer-require-checker"
  475. ],
  476. "type": "library",
  477. "extra": {
  478. "branch-alias": {
  479. "dev-master": "2.1-dev"
  480. }
  481. },
  482. "autoload": {
  483. "psr-4": {
  484. "ComposerRequireChecker\\": "src/ComposerRequireChecker"
  485. }
  486. },
  487. "license": [
  488. "MIT"
  489. ],
  490. "description": "CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package"
  491. },
  492. {
  493. "name": "mi-schi/phpmd-extension",
  494. "version": "4.3.0",
  495. "source": {
  496. "type": "git",
  497. "url": "https://github.com/mi-schi/phpmd-extension.git",
  498. "reference": "52e3eeaf6aaefaca16dbe296372158eb00430e93"
  499. },
  500. "dist": {
  501. "type": "zip",
  502. "url": "https://api.github.com/repos/mi-schi/phpmd-extension/zipball/52e3eeaf6aaefaca16dbe296372158eb00430e93",
  503. "reference": "52e3eeaf6aaefaca16dbe296372158eb00430e93"
  504. },
  505. "require": {
  506. "phpmd/phpmd": "^2.3"
  507. },
  508. "type": "library",
  509. "autoload": {
  510. "psr-4": {
  511. "MS\\PHPMD\\": "src/"
  512. }
  513. },
  514. "license": [
  515. "MIT"
  516. ],
  517. "description": "Contains extra phpmd rules from clean code book and the best practices of my experiences."
  518. },
  519. {
  520. "name": "nikic/php-parser",
  521. "version": "v4.18.0",
  522. "source": {
  523. "type": "git",
  524. "url": "https://github.com/nikic/PHP-Parser.git",
  525. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
  526. },
  527. "dist": {
  528. "type": "zip",
  529. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
  530. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
  531. },
  532. "require": {
  533. "ext-tokenizer": "*",
  534. "php": ">=7.0"
  535. },
  536. "bin": [
  537. "bin/php-parse"
  538. ],
  539. "type": "library",
  540. "extra": {
  541. "branch-alias": {
  542. "dev-master": "4.9-dev"
  543. }
  544. },
  545. "autoload": {
  546. "psr-4": {
  547. "PhpParser\\": "lib/PhpParser"
  548. }
  549. },
  550. "license": [
  551. "BSD-3-Clause"
  552. ],
  553. "description": "A PHP parser written in PHP"
  554. },
  555. {
  556. "name": "ondram/ci-detector",
  557. "version": "4.1.0",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/OndraM/ci-detector.git",
  561. "reference": "8a4b664e916df82ff26a44709942dfd593fa6f30"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/8a4b664e916df82ff26a44709942dfd593fa6f30",
  566. "reference": "8a4b664e916df82ff26a44709942dfd593fa6f30"
  567. },
  568. "require": {
  569. "php": "^7.1 || ^8.0"
  570. },
  571. "type": "library",
  572. "autoload": {
  573. "psr-4": {
  574. "OndraM\\CiDetector\\": "src/"
  575. }
  576. },
  577. "license": [
  578. "MIT"
  579. ],
  580. "description": "Detect continuous integration environment and provide unified access to properties of current build"
  581. },
  582. {
  583. "name": "pdepend/pdepend",
  584. "version": "2.16.2",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/pdepend/pdepend.git",
  588. "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
  593. "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58"
  594. },
  595. "require": {
  596. "php": ">=5.3.7",
  597. "symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0",
  598. "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0",
  599. "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0",
  600. "symfony/polyfill-mbstring": "^1.19"
  601. },
  602. "bin": [
  603. "src/bin/pdepend"
  604. ],
  605. "type": "library",
  606. "extra": {
  607. "branch-alias": {
  608. "dev-master": "2.x-dev"
  609. }
  610. },
  611. "autoload": {
  612. "psr-4": {
  613. "PDepend\\": "src/main/php/PDepend"
  614. }
  615. },
  616. "license": [
  617. "BSD-3-Clause"
  618. ],
  619. "description": "Official version of pdepend to be handled with Composer"
  620. },
  621. {
  622. "name": "phpmd/phpmd",
  623. "version": "2.15.0",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/phpmd/phpmd.git",
  627. "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0",
  632. "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0"
  633. },
  634. "require": {
  635. "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
  636. "ext-xml": "*",
  637. "pdepend/pdepend": "^2.16.1",
  638. "php": ">=5.3.9"
  639. },
  640. "bin": [
  641. "src/bin/phpmd"
  642. ],
  643. "type": "library",
  644. "autoload": {
  645. "psr-0": {
  646. "PHPMD\\": "src/main/php"
  647. }
  648. },
  649. "license": [
  650. "BSD-3-Clause"
  651. ],
  652. "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD."
  653. },
  654. {
  655. "name": "phpstan/extension-installer",
  656. "version": "1.3.1",
  657. "source": {
  658. "type": "git",
  659. "url": "https://github.com/phpstan/extension-installer.git",
  660. "reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
  661. },
  662. "dist": {
  663. "type": "zip",
  664. "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
  665. "reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
  666. },
  667. "require": {
  668. "composer-plugin-api": "^2.0",
  669. "php": "^7.2 || ^8.0",
  670. "phpstan/phpstan": "^1.9.0"
  671. },
  672. "type": "composer-plugin",
  673. "extra": {
  674. "class": "PHPStan\\ExtensionInstaller\\Plugin"
  675. },
  676. "autoload": {
  677. "psr-4": {
  678. "PHPStan\\ExtensionInstaller\\": "src/"
  679. }
  680. },
  681. "license": [
  682. "MIT"
  683. ],
  684. "description": "Composer plugin for automatic installation of PHPStan extensions"
  685. },
  686. {
  687. "name": "phpstan/phpdoc-parser",
  688. "version": "1.25.0",
  689. "source": {
  690. "type": "git",
  691. "url": "https://github.com/phpstan/phpdoc-parser.git",
  692. "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
  693. },
  694. "dist": {
  695. "type": "zip",
  696. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
  697. "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
  698. },
  699. "require": {
  700. "php": "^7.2 || ^8.0"
  701. },
  702. "type": "library",
  703. "autoload": {
  704. "psr-4": {
  705. "PHPStan\\PhpDocParser\\": [
  706. "src/"
  707. ]
  708. }
  709. },
  710. "license": [
  711. "MIT"
  712. ],
  713. "description": "PHPDoc parser with support for nullable, intersection and generic types"
  714. },
  715. {
  716. "name": "phpstan/phpstan",
  717. "version": "1.10.62",
  718. "source": {
  719. "type": "git",
  720. "url": "https://github.com/phpstan/phpstan.git",
  721. "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
  722. },
  723. "dist": {
  724. "type": "zip",
  725. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
  726. "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
  727. },
  728. "require": {
  729. "php": "^7.2|^8.0"
  730. },
  731. "bin": [
  732. "phpstan",
  733. "phpstan.phar"
  734. ],
  735. "type": "library",
  736. "autoload": {
  737. "files": [
  738. "bootstrap.php"
  739. ]
  740. },
  741. "license": [
  742. "MIT"
  743. ],
  744. "description": "PHPStan - PHP Static Analysis Tool"
  745. },
  746. {
  747. "name": "phpstan/phpstan-phpunit",
  748. "version": "1.3.16",
  749. "source": {
  750. "type": "git",
  751. "url": "https://github.com/phpstan/phpstan-phpunit.git",
  752. "reference": "d5242a59d035e46774f2e634b374bc39ff62cb95"
  753. },
  754. "dist": {
  755. "type": "zip",
  756. "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d5242a59d035e46774f2e634b374bc39ff62cb95",
  757. "reference": "d5242a59d035e46774f2e634b374bc39ff62cb95"
  758. },
  759. "require": {
  760. "php": "^7.2 || ^8.0",
  761. "phpstan/phpstan": "^1.10"
  762. },
  763. "type": "phpstan-extension",
  764. "extra": {
  765. "phpstan": {
  766. "includes": [
  767. "extension.neon",
  768. "rules.neon"
  769. ]
  770. }
  771. },
  772. "autoload": {
  773. "psr-4": {
  774. "PHPStan\\": "src/"
  775. }
  776. },
  777. "license": [
  778. "MIT"
  779. ],
  780. "description": "PHPUnit extensions and rules for PHPStan"
  781. },
  782. {
  783. "name": "phpstan/phpstan-strict-rules",
  784. "version": "1.5.3",
  785. "source": {
  786. "type": "git",
  787. "url": "https://github.com/phpstan/phpstan-strict-rules.git",
  788. "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b"
  789. },
  790. "dist": {
  791. "type": "zip",
  792. "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/568210bd301f94a0d4b1e5a0808c374c1b9cf11b",
  793. "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b"
  794. },
  795. "require": {
  796. "php": "^7.2 || ^8.0",
  797. "phpstan/phpstan": "^1.10.60"
  798. },
  799. "type": "phpstan-extension",
  800. "extra": {
  801. "phpstan": {
  802. "includes": [
  803. "rules.neon"
  804. ]
  805. }
  806. },
  807. "autoload": {
  808. "psr-4": {
  809. "PHPStan\\": "src/"
  810. }
  811. },
  812. "license": [
  813. "MIT"
  814. ],
  815. "description": "Extra strict and opinionated rules for PHPStan"
  816. },
  817. {
  818. "name": "psr/container",
  819. "version": "2.0.2",
  820. "source": {
  821. "type": "git",
  822. "url": "https://github.com/php-fig/container.git",
  823. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  824. },
  825. "dist": {
  826. "type": "zip",
  827. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  828. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  829. },
  830. "require": {
  831. "php": ">=7.4.0"
  832. },
  833. "type": "library",
  834. "extra": {
  835. "branch-alias": {
  836. "dev-master": "2.0.x-dev"
  837. }
  838. },
  839. "autoload": {
  840. "psr-4": {
  841. "Psr\\Container\\": "src/"
  842. }
  843. },
  844. "license": [
  845. "MIT"
  846. ],
  847. "description": "Common Container Interface (PHP FIG PSR-11)"
  848. },
  849. {
  850. "name": "psr/log",
  851. "version": "3.0.0",
  852. "source": {
  853. "type": "git",
  854. "url": "https://github.com/php-fig/log.git",
  855. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  856. },
  857. "dist": {
  858. "type": "zip",
  859. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  860. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  861. },
  862. "require": {
  863. "php": ">=8.0.0"
  864. },
  865. "type": "library",
  866. "extra": {
  867. "branch-alias": {
  868. "dev-master": "3.x-dev"
  869. }
  870. },
  871. "autoload": {
  872. "psr-4": {
  873. "Psr\\Log\\": "src"
  874. }
  875. },
  876. "license": [
  877. "MIT"
  878. ],
  879. "description": "Common interface for logging libraries"
  880. },
  881. {
  882. "name": "symfony/config",
  883. "version": "v7.0.0",
  884. "source": {
  885. "type": "git",
  886. "url": "https://github.com/symfony/config.git",
  887. "reference": "8789646600f4e7e451dde9e1dc81cfa429f3857a"
  888. },
  889. "dist": {
  890. "type": "zip",
  891. "url": "https://api.github.com/repos/symfony/config/zipball/8789646600f4e7e451dde9e1dc81cfa429f3857a",
  892. "reference": "8789646600f4e7e451dde9e1dc81cfa429f3857a"
  893. },
  894. "require": {
  895. "php": ">=8.2",
  896. "symfony/deprecation-contracts": "^2.5|^3",
  897. "symfony/filesystem": "^6.4|^7.0",
  898. "symfony/polyfill-ctype": "~1.8"
  899. },
  900. "type": "library",
  901. "autoload": {
  902. "psr-4": {
  903. "Symfony\\Component\\Config\\": ""
  904. },
  905. "exclude-from-classmap": [
  906. "/Tests/"
  907. ]
  908. },
  909. "license": [
  910. "MIT"
  911. ],
  912. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind"
  913. },
  914. {
  915. "name": "symfony/console",
  916. "version": "v7.0.2",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/symfony/console.git",
  920. "reference": "f8587c4cdc5acad67af71c37db34ef03af91e59c"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/symfony/console/zipball/f8587c4cdc5acad67af71c37db34ef03af91e59c",
  925. "reference": "f8587c4cdc5acad67af71c37db34ef03af91e59c"
  926. },
  927. "require": {
  928. "php": ">=8.2",
  929. "symfony/polyfill-mbstring": "~1.0",
  930. "symfony/service-contracts": "^2.5|^3",
  931. "symfony/string": "^6.4|^7.0"
  932. },
  933. "provide": {
  934. "psr/log-implementation": "1.0|2.0|3.0"
  935. },
  936. "type": "library",
  937. "autoload": {
  938. "psr-4": {
  939. "Symfony\\Component\\Console\\": ""
  940. },
  941. "exclude-from-classmap": [
  942. "/Tests/"
  943. ]
  944. },
  945. "license": [
  946. "MIT"
  947. ],
  948. "description": "Eases the creation of beautiful and testable command line interfaces"
  949. },
  950. {
  951. "name": "symfony/dependency-injection",
  952. "version": "v7.0.2",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/symfony/dependency-injection.git",
  956. "reference": "bd25ef7c937b9da12510bdc4f1c66728f19620e3"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bd25ef7c937b9da12510bdc4f1c66728f19620e3",
  961. "reference": "bd25ef7c937b9da12510bdc4f1c66728f19620e3"
  962. },
  963. "require": {
  964. "php": ">=8.2",
  965. "psr/container": "^1.1|^2.0",
  966. "symfony/deprecation-contracts": "^2.5|^3",
  967. "symfony/service-contracts": "^3.3",
  968. "symfony/var-exporter": "^6.4|^7.0"
  969. },
  970. "provide": {
  971. "psr/container-implementation": "1.1|2.0",
  972. "symfony/service-implementation": "1.1|2.0|3.0"
  973. },
  974. "type": "library",
  975. "autoload": {
  976. "psr-4": {
  977. "Symfony\\Component\\DependencyInjection\\": ""
  978. },
  979. "exclude-from-classmap": [
  980. "/Tests/"
  981. ]
  982. },
  983. "license": [
  984. "MIT"
  985. ],
  986. "description": "Allows you to standardize and centralize the way objects are constructed in your application"
  987. },
  988. {
  989. "name": "symfony/deprecation-contracts",
  990. "version": "v3.4.0",
  991. "source": {
  992. "type": "git",
  993. "url": "https://github.com/symfony/deprecation-contracts.git",
  994. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  995. },
  996. "dist": {
  997. "type": "zip",
  998. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  999. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  1000. },
  1001. "require": {
  1002. "php": ">=8.1"
  1003. },
  1004. "type": "library",
  1005. "extra": {
  1006. "branch-alias": {
  1007. "dev-main": "3.4-dev"
  1008. },
  1009. "thanks": {
  1010. "name": "symfony/contracts",
  1011. "url": "https://github.com/symfony/contracts"
  1012. }
  1013. },
  1014. "autoload": {
  1015. "files": [
  1016. "function.php"
  1017. ]
  1018. },
  1019. "license": [
  1020. "MIT"
  1021. ],
  1022. "description": "A generic function and convention to trigger deprecation notices"
  1023. },
  1024. {
  1025. "name": "symfony/filesystem",
  1026. "version": "v7.0.0",
  1027. "source": {
  1028. "type": "git",
  1029. "url": "https://github.com/symfony/filesystem.git",
  1030. "reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7"
  1031. },
  1032. "dist": {
  1033. "type": "zip",
  1034. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7da8ea2362a283771478c5f7729cfcb43a76b8b7",
  1035. "reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7"
  1036. },
  1037. "require": {
  1038. "php": ">=8.2",
  1039. "symfony/polyfill-ctype": "~1.8",
  1040. "symfony/polyfill-mbstring": "~1.8"
  1041. },
  1042. "type": "library",
  1043. "autoload": {
  1044. "psr-4": {
  1045. "Symfony\\Component\\Filesystem\\": ""
  1046. },
  1047. "exclude-from-classmap": [
  1048. "/Tests/"
  1049. ]
  1050. },
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "description": "Provides basic utilities for the filesystem"
  1055. },
  1056. {
  1057. "name": "symfony/finder",
  1058. "version": "v7.0.0",
  1059. "source": {
  1060. "type": "git",
  1061. "url": "https://github.com/symfony/finder.git",
  1062. "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
  1063. },
  1064. "dist": {
  1065. "type": "zip",
  1066. "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
  1067. "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
  1068. },
  1069. "require": {
  1070. "php": ">=8.2"
  1071. },
  1072. "type": "library",
  1073. "autoload": {
  1074. "psr-4": {
  1075. "Symfony\\Component\\Finder\\": ""
  1076. },
  1077. "exclude-from-classmap": [
  1078. "/Tests/"
  1079. ]
  1080. },
  1081. "license": [
  1082. "MIT"
  1083. ],
  1084. "description": "Finds files and directories via an intuitive fluent interface"
  1085. },
  1086. {
  1087. "name": "symfony/polyfill-ctype",
  1088. "version": "v1.28.0",
  1089. "source": {
  1090. "type": "git",
  1091. "url": "https://github.com/symfony/polyfill-ctype.git",
  1092. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
  1093. },
  1094. "dist": {
  1095. "type": "zip",
  1096. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
  1097. "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
  1098. },
  1099. "require": {
  1100. "php": ">=7.1"
  1101. },
  1102. "provide": {
  1103. "ext-ctype": "*"
  1104. },
  1105. "type": "library",
  1106. "extra": {
  1107. "branch-alias": {
  1108. "dev-main": "1.28-dev"
  1109. },
  1110. "thanks": {
  1111. "name": "symfony/polyfill",
  1112. "url": "https://github.com/symfony/polyfill"
  1113. }
  1114. },
  1115. "autoload": {
  1116. "files": [
  1117. "bootstrap.php"
  1118. ],
  1119. "psr-4": {
  1120. "Symfony\\Polyfill\\Ctype\\": ""
  1121. }
  1122. },
  1123. "license": [
  1124. "MIT"
  1125. ],
  1126. "description": "Symfony polyfill for ctype functions"
  1127. },
  1128. {
  1129. "name": "symfony/polyfill-intl-grapheme",
  1130. "version": "v1.28.0",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  1134. "reference": "875e90aeea2777b6f135677f618529449334a612"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
  1139. "reference": "875e90aeea2777b6f135677f618529449334a612"
  1140. },
  1141. "require": {
  1142. "php": ">=7.1"
  1143. },
  1144. "type": "library",
  1145. "extra": {
  1146. "branch-alias": {
  1147. "dev-main": "1.28-dev"
  1148. },
  1149. "thanks": {
  1150. "name": "symfony/polyfill",
  1151. "url": "https://github.com/symfony/polyfill"
  1152. }
  1153. },
  1154. "autoload": {
  1155. "files": [
  1156. "bootstrap.php"
  1157. ],
  1158. "psr-4": {
  1159. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  1160. }
  1161. },
  1162. "license": [
  1163. "MIT"
  1164. ],
  1165. "description": "Symfony polyfill for intl's grapheme_* functions"
  1166. },
  1167. {
  1168. "name": "symfony/polyfill-intl-normalizer",
  1169. "version": "v1.28.0",
  1170. "source": {
  1171. "type": "git",
  1172. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1173. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  1174. },
  1175. "dist": {
  1176. "type": "zip",
  1177. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
  1178. "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
  1179. },
  1180. "require": {
  1181. "php": ">=7.1"
  1182. },
  1183. "type": "library",
  1184. "extra": {
  1185. "branch-alias": {
  1186. "dev-main": "1.28-dev"
  1187. },
  1188. "thanks": {
  1189. "name": "symfony/polyfill",
  1190. "url": "https://github.com/symfony/polyfill"
  1191. }
  1192. },
  1193. "autoload": {
  1194. "files": [
  1195. "bootstrap.php"
  1196. ],
  1197. "psr-4": {
  1198. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1199. },
  1200. "classmap": [
  1201. "Resources/stubs"
  1202. ]
  1203. },
  1204. "license": [
  1205. "MIT"
  1206. ],
  1207. "description": "Symfony polyfill for intl's Normalizer class and related functions"
  1208. },
  1209. {
  1210. "name": "symfony/polyfill-mbstring",
  1211. "version": "v1.28.0",
  1212. "source": {
  1213. "type": "git",
  1214. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1215. "reference": "42292d99c55abe617799667f454222c54c60e229"
  1216. },
  1217. "dist": {
  1218. "type": "zip",
  1219. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  1220. "reference": "42292d99c55abe617799667f454222c54c60e229"
  1221. },
  1222. "require": {
  1223. "php": ">=7.1"
  1224. },
  1225. "provide": {
  1226. "ext-mbstring": "*"
  1227. },
  1228. "type": "library",
  1229. "extra": {
  1230. "branch-alias": {
  1231. "dev-main": "1.28-dev"
  1232. },
  1233. "thanks": {
  1234. "name": "symfony/polyfill",
  1235. "url": "https://github.com/symfony/polyfill"
  1236. }
  1237. },
  1238. "autoload": {
  1239. "files": [
  1240. "bootstrap.php"
  1241. ],
  1242. "psr-4": {
  1243. "Symfony\\Polyfill\\Mbstring\\": ""
  1244. }
  1245. },
  1246. "license": [
  1247. "MIT"
  1248. ],
  1249. "description": "Symfony polyfill for the Mbstring extension"
  1250. },
  1251. {
  1252. "name": "symfony/polyfill-php80",
  1253. "version": "v1.28.0",
  1254. "source": {
  1255. "type": "git",
  1256. "url": "https://github.com/symfony/polyfill-php80.git",
  1257. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
  1258. },
  1259. "dist": {
  1260. "type": "zip",
  1261. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1262. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
  1263. },
  1264. "require": {
  1265. "php": ">=7.1"
  1266. },
  1267. "type": "library",
  1268. "extra": {
  1269. "branch-alias": {
  1270. "dev-main": "1.28-dev"
  1271. },
  1272. "thanks": {
  1273. "name": "symfony/polyfill",
  1274. "url": "https://github.com/symfony/polyfill"
  1275. }
  1276. },
  1277. "autoload": {
  1278. "files": [
  1279. "bootstrap.php"
  1280. ],
  1281. "psr-4": {
  1282. "Symfony\\Polyfill\\Php80\\": ""
  1283. },
  1284. "classmap": [
  1285. "Resources/stubs"
  1286. ]
  1287. },
  1288. "license": [
  1289. "MIT"
  1290. ],
  1291. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions"
  1292. },
  1293. {
  1294. "name": "symfony/polyfill-php83",
  1295. "version": "v1.28.0",
  1296. "source": {
  1297. "type": "git",
  1298. "url": "https://github.com/symfony/polyfill-php83.git",
  1299. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  1300. },
  1301. "dist": {
  1302. "type": "zip",
  1303. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
  1304. "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
  1305. },
  1306. "require": {
  1307. "php": ">=7.1",
  1308. "symfony/polyfill-php80": "^1.14"
  1309. },
  1310. "type": "library",
  1311. "extra": {
  1312. "branch-alias": {
  1313. "dev-main": "1.28-dev"
  1314. },
  1315. "thanks": {
  1316. "name": "symfony/polyfill",
  1317. "url": "https://github.com/symfony/polyfill"
  1318. }
  1319. },
  1320. "autoload": {
  1321. "files": [
  1322. "bootstrap.php"
  1323. ],
  1324. "psr-4": {
  1325. "Symfony\\Polyfill\\Php83\\": ""
  1326. },
  1327. "classmap": [
  1328. "Resources/stubs"
  1329. ]
  1330. },
  1331. "license": [
  1332. "MIT"
  1333. ],
  1334. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions"
  1335. },
  1336. {
  1337. "name": "symfony/property-access",
  1338. "version": "v7.0.0",
  1339. "source": {
  1340. "type": "git",
  1341. "url": "https://github.com/symfony/property-access.git",
  1342. "reference": "740e8cb8c54a4f16c82179e8558c29d9fc49901d"
  1343. },
  1344. "dist": {
  1345. "type": "zip",
  1346. "url": "https://api.github.com/repos/symfony/property-access/zipball/740e8cb8c54a4f16c82179e8558c29d9fc49901d",
  1347. "reference": "740e8cb8c54a4f16c82179e8558c29d9fc49901d"
  1348. },
  1349. "require": {
  1350. "php": ">=8.2",
  1351. "symfony/property-info": "^6.4|^7.0"
  1352. },
  1353. "type": "library",
  1354. "autoload": {
  1355. "psr-4": {
  1356. "Symfony\\Component\\PropertyAccess\\": ""
  1357. },
  1358. "exclude-from-classmap": [
  1359. "/Tests/"
  1360. ]
  1361. },
  1362. "license": [
  1363. "MIT"
  1364. ],
  1365. "description": "Provides functions to read and write from/to an object or array using a simple string notation"
  1366. },
  1367. {
  1368. "name": "symfony/property-info",
  1369. "version": "v7.0.0",
  1370. "source": {
  1371. "type": "git",
  1372. "url": "https://github.com/symfony/property-info.git",
  1373. "reference": "ce627df05f5629ce4feec536ee827ad0a12689b6"
  1374. },
  1375. "dist": {
  1376. "type": "zip",
  1377. "url": "https://api.github.com/repos/symfony/property-info/zipball/ce627df05f5629ce4feec536ee827ad0a12689b6",
  1378. "reference": "ce627df05f5629ce4feec536ee827ad0a12689b6"
  1379. },
  1380. "require": {
  1381. "php": ">=8.2",
  1382. "symfony/string": "^6.4|^7.0"
  1383. },
  1384. "type": "library",
  1385. "autoload": {
  1386. "psr-4": {
  1387. "Symfony\\Component\\PropertyInfo\\": ""
  1388. },
  1389. "exclude-from-classmap": [
  1390. "/Tests/"
  1391. ]
  1392. },
  1393. "license": [
  1394. "MIT"
  1395. ],
  1396. "description": "Extracts information about PHP class' properties using metadata of popular sources"
  1397. },
  1398. {
  1399. "name": "symfony/serializer",
  1400. "version": "v7.0.2",
  1401. "source": {
  1402. "type": "git",
  1403. "url": "https://github.com/symfony/serializer.git",
  1404. "reference": "dd7d7612f9ae288889caba4bdff79424ce4ffdf0"
  1405. },
  1406. "dist": {
  1407. "type": "zip",
  1408. "url": "https://api.github.com/repos/symfony/serializer/zipball/dd7d7612f9ae288889caba4bdff79424ce4ffdf0",
  1409. "reference": "dd7d7612f9ae288889caba4bdff79424ce4ffdf0"
  1410. },
  1411. "require": {
  1412. "php": ">=8.2",
  1413. "symfony/polyfill-ctype": "~1.8"
  1414. },
  1415. "type": "library",
  1416. "autoload": {
  1417. "psr-4": {
  1418. "Symfony\\Component\\Serializer\\": ""
  1419. },
  1420. "exclude-from-classmap": [
  1421. "/Tests/"
  1422. ]
  1423. },
  1424. "license": [
  1425. "MIT"
  1426. ],
  1427. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON."
  1428. },
  1429. {
  1430. "name": "symfony/service-contracts",
  1431. "version": "v3.4.1",
  1432. "source": {
  1433. "type": "git",
  1434. "url": "https://github.com/symfony/service-contracts.git",
  1435. "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
  1436. },
  1437. "dist": {
  1438. "type": "zip",
  1439. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
  1440. "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
  1441. },
  1442. "require": {
  1443. "php": ">=8.1",
  1444. "psr/container": "^1.1|^2.0"
  1445. },
  1446. "type": "library",
  1447. "extra": {
  1448. "branch-alias": {
  1449. "dev-main": "3.4-dev"
  1450. },
  1451. "thanks": {
  1452. "name": "symfony/contracts",
  1453. "url": "https://github.com/symfony/contracts"
  1454. }
  1455. },
  1456. "autoload": {
  1457. "psr-4": {
  1458. "Symfony\\Contracts\\Service\\": ""
  1459. },
  1460. "exclude-from-classmap": [
  1461. "/Test/"
  1462. ]
  1463. },
  1464. "license": [
  1465. "MIT"
  1466. ],
  1467. "description": "Generic abstractions related to writing services"
  1468. },
  1469. {
  1470. "name": "symfony/string",
  1471. "version": "v7.0.2",
  1472. "source": {
  1473. "type": "git",
  1474. "url": "https://github.com/symfony/string.git",
  1475. "reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5"
  1476. },
  1477. "dist": {
  1478. "type": "zip",
  1479. "url": "https://api.github.com/repos/symfony/string/zipball/cc78f14f91f5e53b42044d0620961c48028ff9f5",
  1480. "reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5"
  1481. },
  1482. "require": {
  1483. "php": ">=8.2",
  1484. "symfony/polyfill-ctype": "~1.8",
  1485. "symfony/polyfill-intl-grapheme": "~1.0",
  1486. "symfony/polyfill-intl-normalizer": "~1.0",
  1487. "symfony/polyfill-mbstring": "~1.0"
  1488. },
  1489. "type": "library",
  1490. "autoload": {
  1491. "files": [
  1492. "Resources/functions.php"
  1493. ],
  1494. "psr-4": {
  1495. "Symfony\\Component\\String\\": ""
  1496. },
  1497. "exclude-from-classmap": [
  1498. "/Tests/"
  1499. ]
  1500. },
  1501. "license": [
  1502. "MIT"
  1503. ],
  1504. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way"
  1505. },
  1506. {
  1507. "name": "symfony/translation-contracts",
  1508. "version": "v3.4.1",
  1509. "source": {
  1510. "type": "git",
  1511. "url": "https://github.com/symfony/translation-contracts.git",
  1512. "reference": "06450585bf65e978026bda220cdebca3f867fde7"
  1513. },
  1514. "dist": {
  1515. "type": "zip",
  1516. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
  1517. "reference": "06450585bf65e978026bda220cdebca3f867fde7"
  1518. },
  1519. "require": {
  1520. "php": ">=8.1"
  1521. },
  1522. "type": "library",
  1523. "extra": {
  1524. "branch-alias": {
  1525. "dev-main": "3.4-dev"
  1526. },
  1527. "thanks": {
  1528. "name": "symfony/contracts",
  1529. "url": "https://github.com/symfony/contracts"
  1530. }
  1531. },
  1532. "autoload": {
  1533. "psr-4": {
  1534. "Symfony\\Contracts\\Translation\\": ""
  1535. },
  1536. "exclude-from-classmap": [
  1537. "/Test/"
  1538. ]
  1539. },
  1540. "license": [
  1541. "MIT"
  1542. ],
  1543. "description": "Generic abstractions related to translation"
  1544. },
  1545. {
  1546. "name": "symfony/validator",
  1547. "version": "v7.0.2",
  1548. "source": {
  1549. "type": "git",
  1550. "url": "https://github.com/symfony/validator.git",
  1551. "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb"
  1552. },
  1553. "dist": {
  1554. "type": "zip",
  1555. "url": "https://api.github.com/repos/symfony/validator/zipball/24911cba25f0ef2a8e23327c100664502e1b95cb",
  1556. "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb"
  1557. },
  1558. "require": {
  1559. "php": ">=8.2",
  1560. "symfony/polyfill-ctype": "~1.8",
  1561. "symfony/polyfill-mbstring": "~1.0",
  1562. "symfony/polyfill-php83": "^1.27",
  1563. "symfony/translation-contracts": "^2.5|^3"
  1564. },
  1565. "type": "library",
  1566. "autoload": {
  1567. "psr-4": {
  1568. "Symfony\\Component\\Validator\\": ""
  1569. },
  1570. "exclude-from-classmap": [
  1571. "/Tests/"
  1572. ]
  1573. },
  1574. "license": [
  1575. "MIT"
  1576. ],
  1577. "description": "Provides tools to validate values"
  1578. },
  1579. {
  1580. "name": "symfony/var-exporter",
  1581. "version": "v7.0.2",
  1582. "source": {
  1583. "type": "git",
  1584. "url": "https://github.com/symfony/var-exporter.git",
  1585. "reference": "345c62fefe92243c3a06fc0cc65f2ec1a47e0764"
  1586. },
  1587. "dist": {
  1588. "type": "zip",
  1589. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/345c62fefe92243c3a06fc0cc65f2ec1a47e0764",
  1590. "reference": "345c62fefe92243c3a06fc0cc65f2ec1a47e0764"
  1591. },
  1592. "require": {
  1593. "php": ">=8.2"
  1594. },
  1595. "type": "library",
  1596. "autoload": {
  1597. "psr-4": {
  1598. "Symfony\\Component\\VarExporter\\": ""
  1599. },
  1600. "exclude-from-classmap": [
  1601. "/Tests/"
  1602. ]
  1603. },
  1604. "license": [
  1605. "MIT"
  1606. ],
  1607. "description": "Allows exporting any serializable PHP data structure to plain PHP code"
  1608. },
  1609. {
  1610. "name": "webmozart/assert",
  1611. "version": "1.11.0",
  1612. "source": {
  1613. "type": "git",
  1614. "url": "https://github.com/webmozarts/assert.git",
  1615. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  1616. },
  1617. "dist": {
  1618. "type": "zip",
  1619. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  1620. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  1621. },
  1622. "require": {
  1623. "ext-ctype": "*",
  1624. "php": "^7.2 || ^8.0"
  1625. },
  1626. "type": "library",
  1627. "extra": {
  1628. "branch-alias": {
  1629. "dev-master": "1.10-dev"
  1630. }
  1631. },
  1632. "autoload": {
  1633. "psr-4": {
  1634. "Webmozart\\Assert\\": "src/"
  1635. }
  1636. },
  1637. "license": [
  1638. "MIT"
  1639. ],
  1640. "description": "Assertions to validate method input/output with nice error messages."
  1641. },
  1642. {
  1643. "name": "webmozart/glob",
  1644. "version": "4.6.0",
  1645. "source": {
  1646. "type": "git",
  1647. "url": "https://github.com/webmozarts/glob.git",
  1648. "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655"
  1649. },
  1650. "dist": {
  1651. "type": "zip",
  1652. "url": "https://api.github.com/repos/webmozarts/glob/zipball/3c17f7dec3d9d0e87b575026011f2e75a56ed655",
  1653. "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655"
  1654. },
  1655. "require": {
  1656. "php": "^7.3 || ^8.0.0"
  1657. },
  1658. "type": "library",
  1659. "extra": {
  1660. "branch-alias": {
  1661. "dev-master": "4.1-dev"
  1662. }
  1663. },
  1664. "autoload": {
  1665. "psr-4": {
  1666. "Webmozart\\Glob\\": "src/"
  1667. }
  1668. },
  1669. "license": [
  1670. "MIT"
  1671. ],
  1672. "description": "A PHP implementation of Ant's glob."
  1673. }
  1674. ],
  1675. "packages-dev": [],
  1676. "aliases": [],
  1677. "minimum-stability": "stable",
  1678. "stability-flags": [],
  1679. "prefer-stable": false,
  1680. "prefer-lowest": false,
  1681. "platform": {
  1682. "php": "^8.3"
  1683. },
  1684. "platform-dev": [],
  1685. "platform-overrides": {
  1686. "php": "8.3"
  1687. },
  1688. "plugin-api-version": "2.6.0"
  1689. }