composer.lock 59 KB

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