composer.lock 62 KB

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