composer.lock 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  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": "89da4dc24afd20ffd2d04271dc677d4c",
  8. "packages": [
  9. {
  10. "name": "psr/container",
  11. "version": "2.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/container.git",
  15. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  20. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.4.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "2.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Container\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "https://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common Container Interface (PHP FIG PSR-11)",
  48. "homepage": "https://github.com/php-fig/container",
  49. "keywords": [
  50. "PSR-11",
  51. "container",
  52. "container-interface",
  53. "container-interop",
  54. "psr"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/php-fig/container/issues",
  58. "source": "https://github.com/php-fig/container/tree/2.0.2"
  59. },
  60. "time": "2021-11-05T16:47:00+00:00"
  61. },
  62. {
  63. "name": "symfony/console",
  64. "version": "v7.2.1",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/symfony/console.git",
  68. "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
  73. "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "php": ">=8.2",
  78. "symfony/polyfill-mbstring": "~1.0",
  79. "symfony/service-contracts": "^2.5|^3",
  80. "symfony/string": "^6.4|^7.0"
  81. },
  82. "conflict": {
  83. "symfony/dependency-injection": "<6.4",
  84. "symfony/dotenv": "<6.4",
  85. "symfony/event-dispatcher": "<6.4",
  86. "symfony/lock": "<6.4",
  87. "symfony/process": "<6.4"
  88. },
  89. "provide": {
  90. "psr/log-implementation": "1.0|2.0|3.0"
  91. },
  92. "require-dev": {
  93. "psr/log": "^1|^2|^3",
  94. "symfony/config": "^6.4|^7.0",
  95. "symfony/dependency-injection": "^6.4|^7.0",
  96. "symfony/event-dispatcher": "^6.4|^7.0",
  97. "symfony/http-foundation": "^6.4|^7.0",
  98. "symfony/http-kernel": "^6.4|^7.0",
  99. "symfony/lock": "^6.4|^7.0",
  100. "symfony/messenger": "^6.4|^7.0",
  101. "symfony/process": "^6.4|^7.0",
  102. "symfony/stopwatch": "^6.4|^7.0",
  103. "symfony/var-dumper": "^6.4|^7.0"
  104. },
  105. "type": "library",
  106. "autoload": {
  107. "psr-4": {
  108. "Symfony\\Component\\Console\\": ""
  109. },
  110. "exclude-from-classmap": [
  111. "/Tests/"
  112. ]
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Fabien Potencier",
  121. "email": "fabien@symfony.com"
  122. },
  123. {
  124. "name": "Symfony Community",
  125. "homepage": "https://symfony.com/contributors"
  126. }
  127. ],
  128. "description": "Eases the creation of beautiful and testable command line interfaces",
  129. "homepage": "https://symfony.com",
  130. "keywords": [
  131. "cli",
  132. "command-line",
  133. "console",
  134. "terminal"
  135. ],
  136. "support": {
  137. "source": "https://github.com/symfony/console/tree/v7.2.1"
  138. },
  139. "funding": [
  140. {
  141. "url": "https://symfony.com/sponsor",
  142. "type": "custom"
  143. },
  144. {
  145. "url": "https://github.com/fabpot",
  146. "type": "github"
  147. },
  148. {
  149. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  150. "type": "tidelift"
  151. }
  152. ],
  153. "time": "2024-12-11T03:49:26+00:00"
  154. },
  155. {
  156. "name": "symfony/deprecation-contracts",
  157. "version": "v3.5.1",
  158. "source": {
  159. "type": "git",
  160. "url": "https://github.com/symfony/deprecation-contracts.git",
  161. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  166. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "php": ">=8.1"
  171. },
  172. "type": "library",
  173. "extra": {
  174. "branch-alias": {
  175. "dev-main": "3.5-dev"
  176. },
  177. "thanks": {
  178. "name": "symfony/contracts",
  179. "url": "https://github.com/symfony/contracts"
  180. }
  181. },
  182. "autoload": {
  183. "files": [
  184. "function.php"
  185. ]
  186. },
  187. "notification-url": "https://packagist.org/downloads/",
  188. "license": [
  189. "MIT"
  190. ],
  191. "authors": [
  192. {
  193. "name": "Nicolas Grekas",
  194. "email": "p@tchwork.com"
  195. },
  196. {
  197. "name": "Symfony Community",
  198. "homepage": "https://symfony.com/contributors"
  199. }
  200. ],
  201. "description": "A generic function and convention to trigger deprecation notices",
  202. "homepage": "https://symfony.com",
  203. "support": {
  204. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
  205. },
  206. "funding": [
  207. {
  208. "url": "https://symfony.com/sponsor",
  209. "type": "custom"
  210. },
  211. {
  212. "url": "https://github.com/fabpot",
  213. "type": "github"
  214. },
  215. {
  216. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  217. "type": "tidelift"
  218. }
  219. ],
  220. "time": "2024-09-25T14:20:29+00:00"
  221. },
  222. {
  223. "name": "symfony/polyfill-ctype",
  224. "version": "v1.31.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/symfony/polyfill-ctype.git",
  228. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  233. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": ">=7.2"
  238. },
  239. "provide": {
  240. "ext-ctype": "*"
  241. },
  242. "suggest": {
  243. "ext-ctype": "For best performance"
  244. },
  245. "type": "library",
  246. "extra": {
  247. "thanks": {
  248. "url": "https://github.com/symfony/polyfill",
  249. "name": "symfony/polyfill"
  250. }
  251. },
  252. "autoload": {
  253. "files": [
  254. "bootstrap.php"
  255. ],
  256. "psr-4": {
  257. "Symfony\\Polyfill\\Ctype\\": ""
  258. }
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "MIT"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Gert de Pagter",
  267. "email": "BackEndTea@gmail.com"
  268. },
  269. {
  270. "name": "Symfony Community",
  271. "homepage": "https://symfony.com/contributors"
  272. }
  273. ],
  274. "description": "Symfony polyfill for ctype functions",
  275. "homepage": "https://symfony.com",
  276. "keywords": [
  277. "compatibility",
  278. "ctype",
  279. "polyfill",
  280. "portable"
  281. ],
  282. "support": {
  283. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
  284. },
  285. "funding": [
  286. {
  287. "url": "https://symfony.com/sponsor",
  288. "type": "custom"
  289. },
  290. {
  291. "url": "https://github.com/fabpot",
  292. "type": "github"
  293. },
  294. {
  295. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  296. "type": "tidelift"
  297. }
  298. ],
  299. "time": "2024-09-09T11:45:10+00:00"
  300. },
  301. {
  302. "name": "symfony/polyfill-intl-grapheme",
  303. "version": "v1.31.0",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  307. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  312. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "php": ">=7.2"
  317. },
  318. "suggest": {
  319. "ext-intl": "For best performance"
  320. },
  321. "type": "library",
  322. "extra": {
  323. "thanks": {
  324. "url": "https://github.com/symfony/polyfill",
  325. "name": "symfony/polyfill"
  326. }
  327. },
  328. "autoload": {
  329. "files": [
  330. "bootstrap.php"
  331. ],
  332. "psr-4": {
  333. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  334. }
  335. },
  336. "notification-url": "https://packagist.org/downloads/",
  337. "license": [
  338. "MIT"
  339. ],
  340. "authors": [
  341. {
  342. "name": "Nicolas Grekas",
  343. "email": "p@tchwork.com"
  344. },
  345. {
  346. "name": "Symfony Community",
  347. "homepage": "https://symfony.com/contributors"
  348. }
  349. ],
  350. "description": "Symfony polyfill for intl's grapheme_* functions",
  351. "homepage": "https://symfony.com",
  352. "keywords": [
  353. "compatibility",
  354. "grapheme",
  355. "intl",
  356. "polyfill",
  357. "portable",
  358. "shim"
  359. ],
  360. "support": {
  361. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
  362. },
  363. "funding": [
  364. {
  365. "url": "https://symfony.com/sponsor",
  366. "type": "custom"
  367. },
  368. {
  369. "url": "https://github.com/fabpot",
  370. "type": "github"
  371. },
  372. {
  373. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  374. "type": "tidelift"
  375. }
  376. ],
  377. "time": "2024-09-09T11:45:10+00:00"
  378. },
  379. {
  380. "name": "symfony/polyfill-intl-normalizer",
  381. "version": "v1.31.0",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  385. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  390. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "php": ">=7.2"
  395. },
  396. "suggest": {
  397. "ext-intl": "For best performance"
  398. },
  399. "type": "library",
  400. "extra": {
  401. "thanks": {
  402. "url": "https://github.com/symfony/polyfill",
  403. "name": "symfony/polyfill"
  404. }
  405. },
  406. "autoload": {
  407. "files": [
  408. "bootstrap.php"
  409. ],
  410. "psr-4": {
  411. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  412. },
  413. "classmap": [
  414. "Resources/stubs"
  415. ]
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Nicolas Grekas",
  424. "email": "p@tchwork.com"
  425. },
  426. {
  427. "name": "Symfony Community",
  428. "homepage": "https://symfony.com/contributors"
  429. }
  430. ],
  431. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  432. "homepage": "https://symfony.com",
  433. "keywords": [
  434. "compatibility",
  435. "intl",
  436. "normalizer",
  437. "polyfill",
  438. "portable",
  439. "shim"
  440. ],
  441. "support": {
  442. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
  443. },
  444. "funding": [
  445. {
  446. "url": "https://symfony.com/sponsor",
  447. "type": "custom"
  448. },
  449. {
  450. "url": "https://github.com/fabpot",
  451. "type": "github"
  452. },
  453. {
  454. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  455. "type": "tidelift"
  456. }
  457. ],
  458. "time": "2024-09-09T11:45:10+00:00"
  459. },
  460. {
  461. "name": "symfony/polyfill-mbstring",
  462. "version": "v1.31.0",
  463. "source": {
  464. "type": "git",
  465. "url": "https://github.com/symfony/polyfill-mbstring.git",
  466. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  467. },
  468. "dist": {
  469. "type": "zip",
  470. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  471. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  472. "shasum": ""
  473. },
  474. "require": {
  475. "php": ">=7.2"
  476. },
  477. "provide": {
  478. "ext-mbstring": "*"
  479. },
  480. "suggest": {
  481. "ext-mbstring": "For best performance"
  482. },
  483. "type": "library",
  484. "extra": {
  485. "thanks": {
  486. "url": "https://github.com/symfony/polyfill",
  487. "name": "symfony/polyfill"
  488. }
  489. },
  490. "autoload": {
  491. "files": [
  492. "bootstrap.php"
  493. ],
  494. "psr-4": {
  495. "Symfony\\Polyfill\\Mbstring\\": ""
  496. }
  497. },
  498. "notification-url": "https://packagist.org/downloads/",
  499. "license": [
  500. "MIT"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Nicolas Grekas",
  505. "email": "p@tchwork.com"
  506. },
  507. {
  508. "name": "Symfony Community",
  509. "homepage": "https://symfony.com/contributors"
  510. }
  511. ],
  512. "description": "Symfony polyfill for the Mbstring extension",
  513. "homepage": "https://symfony.com",
  514. "keywords": [
  515. "compatibility",
  516. "mbstring",
  517. "polyfill",
  518. "portable",
  519. "shim"
  520. ],
  521. "support": {
  522. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  523. },
  524. "funding": [
  525. {
  526. "url": "https://symfony.com/sponsor",
  527. "type": "custom"
  528. },
  529. {
  530. "url": "https://github.com/fabpot",
  531. "type": "github"
  532. },
  533. {
  534. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  535. "type": "tidelift"
  536. }
  537. ],
  538. "time": "2024-09-09T11:45:10+00:00"
  539. },
  540. {
  541. "name": "symfony/service-contracts",
  542. "version": "v3.5.1",
  543. "source": {
  544. "type": "git",
  545. "url": "https://github.com/symfony/service-contracts.git",
  546. "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
  547. },
  548. "dist": {
  549. "type": "zip",
  550. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
  551. "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
  552. "shasum": ""
  553. },
  554. "require": {
  555. "php": ">=8.1",
  556. "psr/container": "^1.1|^2.0",
  557. "symfony/deprecation-contracts": "^2.5|^3"
  558. },
  559. "conflict": {
  560. "ext-psr": "<1.1|>=2"
  561. },
  562. "type": "library",
  563. "extra": {
  564. "branch-alias": {
  565. "dev-main": "3.5-dev"
  566. },
  567. "thanks": {
  568. "name": "symfony/contracts",
  569. "url": "https://github.com/symfony/contracts"
  570. }
  571. },
  572. "autoload": {
  573. "psr-4": {
  574. "Symfony\\Contracts\\Service\\": ""
  575. },
  576. "exclude-from-classmap": [
  577. "/Test/"
  578. ]
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "license": [
  582. "MIT"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Nicolas Grekas",
  587. "email": "p@tchwork.com"
  588. },
  589. {
  590. "name": "Symfony Community",
  591. "homepage": "https://symfony.com/contributors"
  592. }
  593. ],
  594. "description": "Generic abstractions related to writing services",
  595. "homepage": "https://symfony.com",
  596. "keywords": [
  597. "abstractions",
  598. "contracts",
  599. "decoupling",
  600. "interfaces",
  601. "interoperability",
  602. "standards"
  603. ],
  604. "support": {
  605. "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
  606. },
  607. "funding": [
  608. {
  609. "url": "https://symfony.com/sponsor",
  610. "type": "custom"
  611. },
  612. {
  613. "url": "https://github.com/fabpot",
  614. "type": "github"
  615. },
  616. {
  617. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  618. "type": "tidelift"
  619. }
  620. ],
  621. "time": "2024-09-25T14:20:29+00:00"
  622. },
  623. {
  624. "name": "symfony/string",
  625. "version": "v7.2.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/symfony/string.git",
  629. "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
  634. "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "php": ">=8.2",
  639. "symfony/polyfill-ctype": "~1.8",
  640. "symfony/polyfill-intl-grapheme": "~1.0",
  641. "symfony/polyfill-intl-normalizer": "~1.0",
  642. "symfony/polyfill-mbstring": "~1.0"
  643. },
  644. "conflict": {
  645. "symfony/translation-contracts": "<2.5"
  646. },
  647. "require-dev": {
  648. "symfony/emoji": "^7.1",
  649. "symfony/error-handler": "^6.4|^7.0",
  650. "symfony/http-client": "^6.4|^7.0",
  651. "symfony/intl": "^6.4|^7.0",
  652. "symfony/translation-contracts": "^2.5|^3.0",
  653. "symfony/var-exporter": "^6.4|^7.0"
  654. },
  655. "type": "library",
  656. "autoload": {
  657. "files": [
  658. "Resources/functions.php"
  659. ],
  660. "psr-4": {
  661. "Symfony\\Component\\String\\": ""
  662. },
  663. "exclude-from-classmap": [
  664. "/Tests/"
  665. ]
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "MIT"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Nicolas Grekas",
  674. "email": "p@tchwork.com"
  675. },
  676. {
  677. "name": "Symfony Community",
  678. "homepage": "https://symfony.com/contributors"
  679. }
  680. ],
  681. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  682. "homepage": "https://symfony.com",
  683. "keywords": [
  684. "grapheme",
  685. "i18n",
  686. "string",
  687. "unicode",
  688. "utf-8",
  689. "utf8"
  690. ],
  691. "support": {
  692. "source": "https://github.com/symfony/string/tree/v7.2.0"
  693. },
  694. "funding": [
  695. {
  696. "url": "https://symfony.com/sponsor",
  697. "type": "custom"
  698. },
  699. {
  700. "url": "https://github.com/fabpot",
  701. "type": "github"
  702. },
  703. {
  704. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  705. "type": "tidelift"
  706. }
  707. ],
  708. "time": "2024-11-13T13:31:26+00:00"
  709. }
  710. ],
  711. "packages-dev": [
  712. {
  713. "name": "filp/whoops",
  714. "version": "2.17.0",
  715. "source": {
  716. "type": "git",
  717. "url": "https://github.com/filp/whoops.git",
  718. "reference": "075bc0c26631110584175de6523ab3f1652eb28e"
  719. },
  720. "dist": {
  721. "type": "zip",
  722. "url": "https://api.github.com/repos/filp/whoops/zipball/075bc0c26631110584175de6523ab3f1652eb28e",
  723. "reference": "075bc0c26631110584175de6523ab3f1652eb28e",
  724. "shasum": ""
  725. },
  726. "require": {
  727. "php": "^7.1 || ^8.0",
  728. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  729. },
  730. "require-dev": {
  731. "mockery/mockery": "^1.0",
  732. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
  733. "symfony/var-dumper": "^4.0 || ^5.0"
  734. },
  735. "suggest": {
  736. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  737. "whoops/soap": "Formats errors as SOAP responses"
  738. },
  739. "type": "library",
  740. "extra": {
  741. "branch-alias": {
  742. "dev-master": "2.7-dev"
  743. }
  744. },
  745. "autoload": {
  746. "psr-4": {
  747. "Whoops\\": "src/Whoops/"
  748. }
  749. },
  750. "notification-url": "https://packagist.org/downloads/",
  751. "license": [
  752. "MIT"
  753. ],
  754. "authors": [
  755. {
  756. "name": "Filipe Dobreira",
  757. "homepage": "https://github.com/filp",
  758. "role": "Developer"
  759. }
  760. ],
  761. "description": "php error handling for cool kids",
  762. "homepage": "https://filp.github.io/whoops/",
  763. "keywords": [
  764. "error",
  765. "exception",
  766. "handling",
  767. "library",
  768. "throwable",
  769. "whoops"
  770. ],
  771. "support": {
  772. "issues": "https://github.com/filp/whoops/issues",
  773. "source": "https://github.com/filp/whoops/tree/2.17.0"
  774. },
  775. "funding": [
  776. {
  777. "url": "https://github.com/denis-sokolov",
  778. "type": "github"
  779. }
  780. ],
  781. "time": "2025-01-25T12:00:00+00:00"
  782. },
  783. {
  784. "name": "psr/log",
  785. "version": "3.0.2",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/php-fig/log.git",
  789. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  794. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  795. "shasum": ""
  796. },
  797. "require": {
  798. "php": ">=8.0.0"
  799. },
  800. "type": "library",
  801. "extra": {
  802. "branch-alias": {
  803. "dev-master": "3.x-dev"
  804. }
  805. },
  806. "autoload": {
  807. "psr-4": {
  808. "Psr\\Log\\": "src"
  809. }
  810. },
  811. "notification-url": "https://packagist.org/downloads/",
  812. "license": [
  813. "MIT"
  814. ],
  815. "authors": [
  816. {
  817. "name": "PHP-FIG",
  818. "homepage": "https://www.php-fig.org/"
  819. }
  820. ],
  821. "description": "Common interface for logging libraries",
  822. "homepage": "https://github.com/php-fig/log",
  823. "keywords": [
  824. "log",
  825. "psr",
  826. "psr-3"
  827. ],
  828. "support": {
  829. "source": "https://github.com/php-fig/log/tree/3.0.2"
  830. },
  831. "time": "2024-09-11T13:17:53+00:00"
  832. }
  833. ],
  834. "aliases": [],
  835. "minimum-stability": "stable",
  836. "stability-flags": {},
  837. "prefer-stable": false,
  838. "prefer-lowest": false,
  839. "platform": {},
  840. "platform-dev": {},
  841. "plugin-api-version": "2.6.0"
  842. }