Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

7684 lignes
281 KiB

  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": "13f7eb9a1c6bbad1d88d6c9cd35e8aa2",
  8. "packages": [
  9. {
  10. "name": "composer/pcre",
  11. "version": "3.4.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/pcre.git",
  15. "reference": "d5a341b3fb61f3001970940afb1d332968a183ed"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/pcre/zipball/d5a341b3fb61f3001970940afb1d332968a183ed",
  20. "reference": "d5a341b3fb61f3001970940afb1d332968a183ed",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.4 || ^8.0"
  25. },
  26. "conflict": {
  27. "phpstan/phpstan": "<2.2.2"
  28. },
  29. "require-dev": {
  30. "phpstan/phpstan": "^2",
  31. "phpstan/phpstan-deprecation-rules": "^2",
  32. "phpstan/phpstan-strict-rules": "^2",
  33. "phpunit/phpunit": "^9"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "phpstan": {
  38. "includes": [
  39. "extension.neon"
  40. ]
  41. },
  42. "branch-alias": {
  43. "dev-main": "3.x-dev"
  44. }
  45. },
  46. "autoload": {
  47. "psr-4": {
  48. "Composer\\Pcre\\": "src"
  49. }
  50. },
  51. "notification-url": "https://packagist.org/downloads/",
  52. "license": [
  53. "MIT"
  54. ],
  55. "authors": [
  56. {
  57. "name": "Jordi Boggiano",
  58. "email": "j.boggiano@seld.be",
  59. "homepage": "http://seld.be"
  60. }
  61. ],
  62. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  63. "keywords": [
  64. "PCRE",
  65. "preg",
  66. "regex",
  67. "regular expression"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/composer/pcre/issues",
  71. "source": "https://github.com/composer/pcre/tree/3.4.0"
  72. },
  73. "funding": [
  74. {
  75. "url": "https://packagist.com",
  76. "type": "custom"
  77. },
  78. {
  79. "url": "https://github.com/composer",
  80. "type": "github"
  81. }
  82. ],
  83. "time": "2026-06-07T11:47:49+00:00"
  84. },
  85. {
  86. "name": "doctrine/collections",
  87. "version": "2.6.0",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/doctrine/collections.git",
  91. "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2",
  96. "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "doctrine/deprecations": "^1",
  101. "php": "^8.1",
  102. "symfony/polyfill-php84": "^1.30"
  103. },
  104. "require-dev": {
  105. "doctrine/coding-standard": "^14",
  106. "ext-json": "*",
  107. "phpstan/phpstan": "^2.1.30",
  108. "phpstan/phpstan-phpunit": "^2.0.7",
  109. "phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4"
  110. },
  111. "type": "library",
  112. "autoload": {
  113. "psr-4": {
  114. "Doctrine\\Common\\Collections\\": "src"
  115. }
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "MIT"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Guilherme Blanco",
  124. "email": "guilhermeblanco@gmail.com"
  125. },
  126. {
  127. "name": "Roman Borschel",
  128. "email": "roman@code-factory.org"
  129. },
  130. {
  131. "name": "Benjamin Eberlei",
  132. "email": "kontakt@beberlei.de"
  133. },
  134. {
  135. "name": "Jonathan Wage",
  136. "email": "jonwage@gmail.com"
  137. },
  138. {
  139. "name": "Johannes Schmitt",
  140. "email": "schmittjoh@gmail.com"
  141. }
  142. ],
  143. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  144. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  145. "keywords": [
  146. "array",
  147. "collections",
  148. "iterators",
  149. "php"
  150. ],
  151. "support": {
  152. "issues": "https://github.com/doctrine/collections/issues",
  153. "source": "https://github.com/doctrine/collections/tree/2.6.0"
  154. },
  155. "funding": [
  156. {
  157. "url": "https://www.doctrine-project.org/sponsorship.html",
  158. "type": "custom"
  159. },
  160. {
  161. "url": "https://www.patreon.com/phpdoctrine",
  162. "type": "patreon"
  163. },
  164. {
  165. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
  166. "type": "tidelift"
  167. }
  168. ],
  169. "time": "2026-01-15T10:01:58+00:00"
  170. },
  171. {
  172. "name": "doctrine/dbal",
  173. "version": "4.4.3",
  174. "source": {
  175. "type": "git",
  176. "url": "https://github.com/doctrine/dbal.git",
  177. "reference": "61e730f1658814821a85f2402c945f3883407dec"
  178. },
  179. "dist": {
  180. "type": "zip",
  181. "url": "https://api.github.com/repos/doctrine/dbal/zipball/61e730f1658814821a85f2402c945f3883407dec",
  182. "reference": "61e730f1658814821a85f2402c945f3883407dec",
  183. "shasum": ""
  184. },
  185. "require": {
  186. "doctrine/deprecations": "^1.1.5",
  187. "php": "^8.2",
  188. "psr/cache": "^1|^2|^3",
  189. "psr/log": "^1|^2|^3"
  190. },
  191. "require-dev": {
  192. "doctrine/coding-standard": "14.0.0",
  193. "fig/log-test": "^1",
  194. "jetbrains/phpstorm-stubs": "2023.2",
  195. "phpstan/phpstan": "2.1.30",
  196. "phpstan/phpstan-phpunit": "2.0.7",
  197. "phpstan/phpstan-strict-rules": "^2",
  198. "phpunit/phpunit": "11.5.50",
  199. "slevomat/coding-standard": "8.27.1",
  200. "squizlabs/php_codesniffer": "4.0.1",
  201. "symfony/cache": "^6.3.8|^7.0|^8.0",
  202. "symfony/console": "^5.4|^6.3|^7.0|^8.0"
  203. },
  204. "suggest": {
  205. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  206. },
  207. "type": "library",
  208. "autoload": {
  209. "psr-4": {
  210. "Doctrine\\DBAL\\": "src"
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "Guilherme Blanco",
  220. "email": "guilhermeblanco@gmail.com"
  221. },
  222. {
  223. "name": "Roman Borschel",
  224. "email": "roman@code-factory.org"
  225. },
  226. {
  227. "name": "Benjamin Eberlei",
  228. "email": "kontakt@beberlei.de"
  229. },
  230. {
  231. "name": "Jonathan Wage",
  232. "email": "jonwage@gmail.com"
  233. }
  234. ],
  235. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  236. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  237. "keywords": [
  238. "abstraction",
  239. "database",
  240. "db2",
  241. "dbal",
  242. "mariadb",
  243. "mssql",
  244. "mysql",
  245. "oci8",
  246. "oracle",
  247. "pdo",
  248. "pgsql",
  249. "postgresql",
  250. "queryobject",
  251. "sasql",
  252. "sql",
  253. "sqlite",
  254. "sqlserver",
  255. "sqlsrv"
  256. ],
  257. "support": {
  258. "issues": "https://github.com/doctrine/dbal/issues",
  259. "source": "https://github.com/doctrine/dbal/tree/4.4.3"
  260. },
  261. "funding": [
  262. {
  263. "url": "https://www.doctrine-project.org/sponsorship.html",
  264. "type": "custom"
  265. },
  266. {
  267. "url": "https://www.patreon.com/phpdoctrine",
  268. "type": "patreon"
  269. },
  270. {
  271. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  272. "type": "tidelift"
  273. }
  274. ],
  275. "time": "2026-03-20T08:52:12+00:00"
  276. },
  277. {
  278. "name": "doctrine/deprecations",
  279. "version": "1.1.6",
  280. "source": {
  281. "type": "git",
  282. "url": "https://github.com/doctrine/deprecations.git",
  283. "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
  284. },
  285. "dist": {
  286. "type": "zip",
  287. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
  288. "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
  289. "shasum": ""
  290. },
  291. "require": {
  292. "php": "^7.1 || ^8.0"
  293. },
  294. "conflict": {
  295. "phpunit/phpunit": "<=7.5 || >=14"
  296. },
  297. "require-dev": {
  298. "doctrine/coding-standard": "^9 || ^12 || ^14",
  299. "phpstan/phpstan": "1.4.10 || 2.1.30",
  300. "phpstan/phpstan-phpunit": "^1.0 || ^2",
  301. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
  302. "psr/log": "^1 || ^2 || ^3"
  303. },
  304. "suggest": {
  305. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  306. },
  307. "type": "library",
  308. "autoload": {
  309. "psr-4": {
  310. "Doctrine\\Deprecations\\": "src"
  311. }
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  318. "homepage": "https://www.doctrine-project.org/",
  319. "support": {
  320. "issues": "https://github.com/doctrine/deprecations/issues",
  321. "source": "https://github.com/doctrine/deprecations/tree/1.1.6"
  322. },
  323. "time": "2026-02-07T07:09:04+00:00"
  324. },
  325. {
  326. "name": "doctrine/doctrine-bundle",
  327. "version": "3.2.2",
  328. "source": {
  329. "type": "git",
  330. "url": "https://github.com/doctrine/DoctrineBundle.git",
  331. "reference": "af84173db6978c3d2688ea3bcf3a91720b0704ce"
  332. },
  333. "dist": {
  334. "type": "zip",
  335. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/af84173db6978c3d2688ea3bcf3a91720b0704ce",
  336. "reference": "af84173db6978c3d2688ea3bcf3a91720b0704ce",
  337. "shasum": ""
  338. },
  339. "require": {
  340. "doctrine/dbal": "^4.0",
  341. "doctrine/deprecations": "^1.0",
  342. "doctrine/persistence": "^4",
  343. "doctrine/sql-formatter": "^1.0.1",
  344. "php": "^8.4",
  345. "symfony/cache": "^6.4 || ^7.0 || ^8.0",
  346. "symfony/config": "^6.4 || ^7.0 || ^8.0",
  347. "symfony/console": "^6.4 || ^7.0 || ^8.0",
  348. "symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0",
  349. "symfony/doctrine-bridge": "^6.4.3 || ^7.0.3 || ^8.0",
  350. "symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
  351. "symfony/service-contracts": "^3"
  352. },
  353. "conflict": {
  354. "doctrine/orm": "<3.0 || >=4.0",
  355. "twig/twig": "<3.0.4"
  356. },
  357. "require-dev": {
  358. "doctrine/coding-standard": "^14",
  359. "doctrine/orm": "^3.4.4",
  360. "phpstan/phpstan": "2.1.1",
  361. "phpstan/phpstan-phpunit": "2.0.3",
  362. "phpstan/phpstan-strict-rules": "^2",
  363. "phpstan/phpstan-symfony": "^2.0",
  364. "phpunit/phpunit": "^12.3.10",
  365. "psr/log": "^3.0",
  366. "symfony/doctrine-messenger": "^6.4 || ^7.0 || ^8.0",
  367. "symfony/expression-language": "^6.4 || ^7.0 || ^8.0",
  368. "symfony/messenger": "^6.4 || ^7.0 || ^8.0",
  369. "symfony/property-info": "^6.4 || ^7.0 || ^8.0",
  370. "symfony/security-bundle": "^6.4 || ^7.0 || ^8.0",
  371. "symfony/stopwatch": "^6.4 || ^7.0 || ^8.0",
  372. "symfony/string": "^6.4 || ^7.0 || ^8.0",
  373. "symfony/twig-bridge": "^6.4 || ^7.0 || ^8.0",
  374. "symfony/validator": "^6.4 || ^7.0 || ^8.0",
  375. "symfony/web-profiler-bundle": "^6.4 || ^7.0 || ^8.0",
  376. "symfony/yaml": "^6.4 || ^7.0 || ^8.0",
  377. "twig/twig": "^3.21.1"
  378. },
  379. "suggest": {
  380. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  381. "ext-pdo": "*",
  382. "symfony/web-profiler-bundle": "To use the data collector."
  383. },
  384. "type": "symfony-bundle",
  385. "autoload": {
  386. "psr-4": {
  387. "Doctrine\\Bundle\\DoctrineBundle\\": "src"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Fabien Potencier",
  397. "email": "fabien@symfony.com"
  398. },
  399. {
  400. "name": "Benjamin Eberlei",
  401. "email": "kontakt@beberlei.de"
  402. },
  403. {
  404. "name": "Symfony Community",
  405. "homepage": "https://symfony.com/contributors"
  406. },
  407. {
  408. "name": "Doctrine Project",
  409. "homepage": "https://www.doctrine-project.org/"
  410. }
  411. ],
  412. "description": "Symfony DoctrineBundle",
  413. "homepage": "https://www.doctrine-project.org",
  414. "keywords": [
  415. "database",
  416. "dbal",
  417. "orm",
  418. "persistence"
  419. ],
  420. "support": {
  421. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  422. "source": "https://github.com/doctrine/DoctrineBundle/tree/3.2.2"
  423. },
  424. "funding": [
  425. {
  426. "url": "https://www.doctrine-project.org/sponsorship.html",
  427. "type": "custom"
  428. },
  429. {
  430. "url": "https://www.patreon.com/phpdoctrine",
  431. "type": "patreon"
  432. },
  433. {
  434. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  435. "type": "tidelift"
  436. }
  437. ],
  438. "time": "2025-12-24T12:24:29+00:00"
  439. },
  440. {
  441. "name": "doctrine/doctrine-migrations-bundle",
  442. "version": "4.0.0",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  446. "reference": "20505da78735744fb4a42a3bb9a416b345ad6f7c"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/20505da78735744fb4a42a3bb9a416b345ad6f7c",
  451. "reference": "20505da78735744fb4a42a3bb9a416b345ad6f7c",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "doctrine/dbal": "^4",
  456. "doctrine/doctrine-bundle": "^3",
  457. "doctrine/migrations": "^3.2",
  458. "php": "^8.4",
  459. "psr/log": "^3",
  460. "symfony/config": "^6.4 || ^7.0 || ^8.0",
  461. "symfony/console": "^6.4 || ^7.0 || ^8.0",
  462. "symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0",
  463. "symfony/deprecation-contracts": "^3",
  464. "symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
  465. "symfony/http-foundation": "^6.4 || ^7.0 || ^8.0",
  466. "symfony/http-kernel": "^6.4 || ^7.0 || ^8.0",
  467. "symfony/service-contracts": "^3.0"
  468. },
  469. "require-dev": {
  470. "composer/semver": "^3.0",
  471. "doctrine/coding-standard": "^14",
  472. "doctrine/orm": "^3",
  473. "phpstan/phpstan": "^2",
  474. "phpstan/phpstan-deprecation-rules": "^2",
  475. "phpstan/phpstan-phpunit": "^2",
  476. "phpstan/phpstan-strict-rules": "^2",
  477. "phpstan/phpstan-symfony": "^2",
  478. "phpunit/phpunit": "^12.5",
  479. "symfony/var-exporter": "^6.4 || ^7 || ^8"
  480. },
  481. "type": "symfony-bundle",
  482. "autoload": {
  483. "psr-4": {
  484. "Doctrine\\Bundle\\MigrationsBundle\\": "src"
  485. }
  486. },
  487. "notification-url": "https://packagist.org/downloads/",
  488. "license": [
  489. "MIT"
  490. ],
  491. "authors": [
  492. {
  493. "name": "Fabien Potencier",
  494. "email": "fabien@symfony.com"
  495. },
  496. {
  497. "name": "Doctrine Project",
  498. "homepage": "https://www.doctrine-project.org"
  499. },
  500. {
  501. "name": "Symfony Community",
  502. "homepage": "https://symfony.com/contributors"
  503. }
  504. ],
  505. "description": "Symfony DoctrineMigrationsBundle",
  506. "homepage": "https://www.doctrine-project.org",
  507. "keywords": [
  508. "dbal",
  509. "migrations",
  510. "schema"
  511. ],
  512. "support": {
  513. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  514. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/4.0.0"
  515. },
  516. "funding": [
  517. {
  518. "url": "https://www.doctrine-project.org/sponsorship.html",
  519. "type": "custom"
  520. },
  521. {
  522. "url": "https://www.patreon.com/phpdoctrine",
  523. "type": "patreon"
  524. },
  525. {
  526. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  527. "type": "tidelift"
  528. }
  529. ],
  530. "time": "2025-12-05T08:14:38+00:00"
  531. },
  532. {
  533. "name": "doctrine/event-manager",
  534. "version": "2.1.1",
  535. "source": {
  536. "type": "git",
  537. "url": "https://github.com/doctrine/event-manager.git",
  538. "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf"
  539. },
  540. "dist": {
  541. "type": "zip",
  542. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/dda33921b198841ca8dbad2eaa5d4d34769d18cf",
  543. "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf",
  544. "shasum": ""
  545. },
  546. "require": {
  547. "php": "^8.1"
  548. },
  549. "conflict": {
  550. "doctrine/common": "<2.9"
  551. },
  552. "require-dev": {
  553. "doctrine/coding-standard": "^14",
  554. "phpdocumentor/guides-cli": "^1.4",
  555. "phpstan/phpstan": "^2.1.32",
  556. "phpunit/phpunit": "^10.5.58"
  557. },
  558. "type": "library",
  559. "autoload": {
  560. "psr-4": {
  561. "Doctrine\\Common\\": "src"
  562. }
  563. },
  564. "notification-url": "https://packagist.org/downloads/",
  565. "license": [
  566. "MIT"
  567. ],
  568. "authors": [
  569. {
  570. "name": "Guilherme Blanco",
  571. "email": "guilhermeblanco@gmail.com"
  572. },
  573. {
  574. "name": "Roman Borschel",
  575. "email": "roman@code-factory.org"
  576. },
  577. {
  578. "name": "Benjamin Eberlei",
  579. "email": "kontakt@beberlei.de"
  580. },
  581. {
  582. "name": "Jonathan Wage",
  583. "email": "jonwage@gmail.com"
  584. },
  585. {
  586. "name": "Johannes Schmitt",
  587. "email": "schmittjoh@gmail.com"
  588. },
  589. {
  590. "name": "Marco Pivetta",
  591. "email": "ocramius@gmail.com"
  592. }
  593. ],
  594. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  595. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  596. "keywords": [
  597. "event",
  598. "event dispatcher",
  599. "event manager",
  600. "event system",
  601. "events"
  602. ],
  603. "support": {
  604. "issues": "https://github.com/doctrine/event-manager/issues",
  605. "source": "https://github.com/doctrine/event-manager/tree/2.1.1"
  606. },
  607. "funding": [
  608. {
  609. "url": "https://www.doctrine-project.org/sponsorship.html",
  610. "type": "custom"
  611. },
  612. {
  613. "url": "https://www.patreon.com/phpdoctrine",
  614. "type": "patreon"
  615. },
  616. {
  617. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  618. "type": "tidelift"
  619. }
  620. ],
  621. "time": "2026-01-29T07:11:08+00:00"
  622. },
  623. {
  624. "name": "doctrine/inflector",
  625. "version": "2.1.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/doctrine/inflector.git",
  629. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  634. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "php": "^7.2 || ^8.0"
  639. },
  640. "require-dev": {
  641. "doctrine/coding-standard": "^12.0 || ^13.0",
  642. "phpstan/phpstan": "^1.12 || ^2.0",
  643. "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
  644. "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
  645. "phpunit/phpunit": "^8.5 || ^12.2"
  646. },
  647. "type": "library",
  648. "autoload": {
  649. "psr-4": {
  650. "Doctrine\\Inflector\\": "src"
  651. }
  652. },
  653. "notification-url": "https://packagist.org/downloads/",
  654. "license": [
  655. "MIT"
  656. ],
  657. "authors": [
  658. {
  659. "name": "Guilherme Blanco",
  660. "email": "guilhermeblanco@gmail.com"
  661. },
  662. {
  663. "name": "Roman Borschel",
  664. "email": "roman@code-factory.org"
  665. },
  666. {
  667. "name": "Benjamin Eberlei",
  668. "email": "kontakt@beberlei.de"
  669. },
  670. {
  671. "name": "Jonathan Wage",
  672. "email": "jonwage@gmail.com"
  673. },
  674. {
  675. "name": "Johannes Schmitt",
  676. "email": "schmittjoh@gmail.com"
  677. }
  678. ],
  679. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  680. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  681. "keywords": [
  682. "inflection",
  683. "inflector",
  684. "lowercase",
  685. "manipulation",
  686. "php",
  687. "plural",
  688. "singular",
  689. "strings",
  690. "uppercase",
  691. "words"
  692. ],
  693. "support": {
  694. "issues": "https://github.com/doctrine/inflector/issues",
  695. "source": "https://github.com/doctrine/inflector/tree/2.1.0"
  696. },
  697. "funding": [
  698. {
  699. "url": "https://www.doctrine-project.org/sponsorship.html",
  700. "type": "custom"
  701. },
  702. {
  703. "url": "https://www.patreon.com/phpdoctrine",
  704. "type": "patreon"
  705. },
  706. {
  707. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  708. "type": "tidelift"
  709. }
  710. ],
  711. "time": "2025-08-10T19:31:58+00:00"
  712. },
  713. {
  714. "name": "doctrine/instantiator",
  715. "version": "2.1.0",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/doctrine/instantiator.git",
  719. "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7",
  724. "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7",
  725. "shasum": ""
  726. },
  727. "require": {
  728. "php": "^8.4"
  729. },
  730. "require-dev": {
  731. "doctrine/coding-standard": "^14",
  732. "ext-pdo": "*",
  733. "ext-phar": "*",
  734. "phpbench/phpbench": "^1.2",
  735. "phpstan/phpstan": "^2.1",
  736. "phpstan/phpstan-phpunit": "^2.0",
  737. "phpunit/phpunit": "^10.5.58"
  738. },
  739. "type": "library",
  740. "autoload": {
  741. "psr-4": {
  742. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  743. }
  744. },
  745. "notification-url": "https://packagist.org/downloads/",
  746. "license": [
  747. "MIT"
  748. ],
  749. "authors": [
  750. {
  751. "name": "Marco Pivetta",
  752. "email": "ocramius@gmail.com",
  753. "homepage": "https://ocramius.github.io/"
  754. }
  755. ],
  756. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  757. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  758. "keywords": [
  759. "constructor",
  760. "instantiate"
  761. ],
  762. "support": {
  763. "issues": "https://github.com/doctrine/instantiator/issues",
  764. "source": "https://github.com/doctrine/instantiator/tree/2.1.0"
  765. },
  766. "funding": [
  767. {
  768. "url": "https://www.doctrine-project.org/sponsorship.html",
  769. "type": "custom"
  770. },
  771. {
  772. "url": "https://www.patreon.com/phpdoctrine",
  773. "type": "patreon"
  774. },
  775. {
  776. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  777. "type": "tidelift"
  778. }
  779. ],
  780. "time": "2026-01-05T06:47:08+00:00"
  781. },
  782. {
  783. "name": "doctrine/lexer",
  784. "version": "3.0.1",
  785. "source": {
  786. "type": "git",
  787. "url": "https://github.com/doctrine/lexer.git",
  788. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
  789. },
  790. "dist": {
  791. "type": "zip",
  792. "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  793. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  794. "shasum": ""
  795. },
  796. "require": {
  797. "php": "^8.1"
  798. },
  799. "require-dev": {
  800. "doctrine/coding-standard": "^12",
  801. "phpstan/phpstan": "^1.10",
  802. "phpunit/phpunit": "^10.5",
  803. "psalm/plugin-phpunit": "^0.18.3",
  804. "vimeo/psalm": "^5.21"
  805. },
  806. "type": "library",
  807. "autoload": {
  808. "psr-4": {
  809. "Doctrine\\Common\\Lexer\\": "src"
  810. }
  811. },
  812. "notification-url": "https://packagist.org/downloads/",
  813. "license": [
  814. "MIT"
  815. ],
  816. "authors": [
  817. {
  818. "name": "Guilherme Blanco",
  819. "email": "guilhermeblanco@gmail.com"
  820. },
  821. {
  822. "name": "Roman Borschel",
  823. "email": "roman@code-factory.org"
  824. },
  825. {
  826. "name": "Johannes Schmitt",
  827. "email": "schmittjoh@gmail.com"
  828. }
  829. ],
  830. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  831. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  832. "keywords": [
  833. "annotations",
  834. "docblock",
  835. "lexer",
  836. "parser",
  837. "php"
  838. ],
  839. "support": {
  840. "issues": "https://github.com/doctrine/lexer/issues",
  841. "source": "https://github.com/doctrine/lexer/tree/3.0.1"
  842. },
  843. "funding": [
  844. {
  845. "url": "https://www.doctrine-project.org/sponsorship.html",
  846. "type": "custom"
  847. },
  848. {
  849. "url": "https://www.patreon.com/phpdoctrine",
  850. "type": "patreon"
  851. },
  852. {
  853. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  854. "type": "tidelift"
  855. }
  856. ],
  857. "time": "2024-02-05T11:56:58+00:00"
  858. },
  859. {
  860. "name": "doctrine/migrations",
  861. "version": "3.9.7",
  862. "source": {
  863. "type": "git",
  864. "url": "https://github.com/doctrine/migrations.git",
  865. "reference": "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec"
  866. },
  867. "dist": {
  868. "type": "zip",
  869. "url": "https://api.github.com/repos/doctrine/migrations/zipball/96cb2a89b56c9efb0bac38e606dc0b0f13e650ec",
  870. "reference": "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec",
  871. "shasum": ""
  872. },
  873. "require": {
  874. "composer-runtime-api": "^2",
  875. "doctrine/dbal": "^3.6 || ^4",
  876. "doctrine/deprecations": "^0.5.3 || ^1",
  877. "doctrine/event-manager": "^1.2 || ^2.0",
  878. "php": "^8.1",
  879. "psr/log": "^1.1.3 || ^2 || ^3",
  880. "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
  881. "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0 || ^8.0",
  882. "symfony/var-exporter": "^6.2 || ^7.0 || ^8.0"
  883. },
  884. "conflict": {
  885. "doctrine/orm": "<2.12 || >=4"
  886. },
  887. "require-dev": {
  888. "doctrine/coding-standard": "^14",
  889. "doctrine/orm": "^2.13 || ^3",
  890. "doctrine/persistence": "^2 || ^3 || ^4",
  891. "doctrine/sql-formatter": "^1.0",
  892. "ext-pdo_sqlite": "*",
  893. "fig/log-test": "^1",
  894. "phpstan/phpstan": "^2",
  895. "phpstan/phpstan-deprecation-rules": "^2",
  896. "phpstan/phpstan-phpunit": "^2",
  897. "phpstan/phpstan-strict-rules": "^2",
  898. "phpstan/phpstan-symfony": "^2",
  899. "phpunit/phpunit": "^10.3 || ^11.0 || ^12.0",
  900. "symfony/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0",
  901. "symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0",
  902. "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
  903. },
  904. "suggest": {
  905. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  906. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  907. },
  908. "bin": [
  909. "bin/doctrine-migrations"
  910. ],
  911. "type": "library",
  912. "autoload": {
  913. "psr-4": {
  914. "Doctrine\\Migrations\\": "src"
  915. }
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "MIT"
  920. ],
  921. "authors": [
  922. {
  923. "name": "Benjamin Eberlei",
  924. "email": "kontakt@beberlei.de"
  925. },
  926. {
  927. "name": "Jonathan Wage",
  928. "email": "jonwage@gmail.com"
  929. },
  930. {
  931. "name": "Michael Simonson",
  932. "email": "contact@mikesimonson.com"
  933. }
  934. ],
  935. "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
  936. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  937. "keywords": [
  938. "database",
  939. "dbal",
  940. "migrations"
  941. ],
  942. "support": {
  943. "issues": "https://github.com/doctrine/migrations/issues",
  944. "source": "https://github.com/doctrine/migrations/tree/3.9.7"
  945. },
  946. "funding": [
  947. {
  948. "url": "https://www.doctrine-project.org/sponsorship.html",
  949. "type": "custom"
  950. },
  951. {
  952. "url": "https://www.patreon.com/phpdoctrine",
  953. "type": "patreon"
  954. },
  955. {
  956. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  957. "type": "tidelift"
  958. }
  959. ],
  960. "time": "2026-04-23T19:33:20+00:00"
  961. },
  962. {
  963. "name": "doctrine/orm",
  964. "version": "3.6.6",
  965. "source": {
  966. "type": "git",
  967. "url": "https://github.com/doctrine/orm.git",
  968. "reference": "471b12949ff9bc23ecdc809ce838613c1aa9a0b9"
  969. },
  970. "dist": {
  971. "type": "zip",
  972. "url": "https://api.github.com/repos/doctrine/orm/zipball/471b12949ff9bc23ecdc809ce838613c1aa9a0b9",
  973. "reference": "471b12949ff9bc23ecdc809ce838613c1aa9a0b9",
  974. "shasum": ""
  975. },
  976. "require": {
  977. "composer-runtime-api": "^2",
  978. "doctrine/collections": "^2.2",
  979. "doctrine/dbal": "^3.8.2 || ^4",
  980. "doctrine/deprecations": "^0.5.3 || ^1",
  981. "doctrine/event-manager": "^1.2 || ^2",
  982. "doctrine/inflector": "^1.4 || ^2.0",
  983. "doctrine/instantiator": "^1.3 || ^2",
  984. "doctrine/lexer": "^3",
  985. "doctrine/persistence": "^3.3.1 || ^4",
  986. "ext-ctype": "*",
  987. "php": "^8.1",
  988. "psr/cache": "^1 || ^2 || ^3",
  989. "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
  990. "symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0"
  991. },
  992. "require-dev": {
  993. "doctrine/coding-standard": "^14.0",
  994. "phpbench/phpbench": "^1.0",
  995. "phpstan/extension-installer": "^1.4",
  996. "phpstan/phpstan": "2.1.23",
  997. "phpstan/phpstan-deprecation-rules": "^2",
  998. "phpunit/phpunit": "^10.5.0 || ^11.5",
  999. "psr/log": "^1 || ^2 || ^3",
  1000. "symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0"
  1001. },
  1002. "suggest": {
  1003. "ext-dom": "Provides support for XSD validation for XML mapping files",
  1004. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
  1005. },
  1006. "type": "library",
  1007. "autoload": {
  1008. "psr-4": {
  1009. "Doctrine\\ORM\\": "src"
  1010. }
  1011. },
  1012. "notification-url": "https://packagist.org/downloads/",
  1013. "license": [
  1014. "MIT"
  1015. ],
  1016. "authors": [
  1017. {
  1018. "name": "Guilherme Blanco",
  1019. "email": "guilhermeblanco@gmail.com"
  1020. },
  1021. {
  1022. "name": "Roman Borschel",
  1023. "email": "roman@code-factory.org"
  1024. },
  1025. {
  1026. "name": "Benjamin Eberlei",
  1027. "email": "kontakt@beberlei.de"
  1028. },
  1029. {
  1030. "name": "Jonathan Wage",
  1031. "email": "jonwage@gmail.com"
  1032. },
  1033. {
  1034. "name": "Marco Pivetta",
  1035. "email": "ocramius@gmail.com"
  1036. }
  1037. ],
  1038. "description": "Object-Relational-Mapper for PHP",
  1039. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1040. "keywords": [
  1041. "database",
  1042. "orm"
  1043. ],
  1044. "support": {
  1045. "issues": "https://github.com/doctrine/orm/issues",
  1046. "source": "https://github.com/doctrine/orm/tree/3.6.6"
  1047. },
  1048. "time": "2026-05-21T06:05:47+00:00"
  1049. },
  1050. {
  1051. "name": "doctrine/persistence",
  1052. "version": "4.2.0",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/doctrine/persistence.git",
  1056. "reference": "49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/doctrine/persistence/zipball/49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b",
  1061. "reference": "49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "doctrine/deprecations": "^1",
  1066. "doctrine/event-manager": "^1 || ^2",
  1067. "php": "^8.1",
  1068. "psr/cache": "^1.0 || ^2.0 || ^3.0"
  1069. },
  1070. "require-dev": {
  1071. "doctrine/coding-standard": "^14",
  1072. "phpstan/phpstan": "2.1.30",
  1073. "phpstan/phpstan-phpunit": "^2",
  1074. "phpstan/phpstan-strict-rules": "^2",
  1075. "phpunit/phpunit": "^10.5.58 || ^12",
  1076. "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0 || ^8.0",
  1077. "symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0 || ^8.0"
  1078. },
  1079. "type": "library",
  1080. "autoload": {
  1081. "psr-4": {
  1082. "Doctrine\\Persistence\\": "src"
  1083. }
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Guilherme Blanco",
  1092. "email": "guilhermeblanco@gmail.com"
  1093. },
  1094. {
  1095. "name": "Roman Borschel",
  1096. "email": "roman@code-factory.org"
  1097. },
  1098. {
  1099. "name": "Benjamin Eberlei",
  1100. "email": "kontakt@beberlei.de"
  1101. },
  1102. {
  1103. "name": "Jonathan Wage",
  1104. "email": "jonwage@gmail.com"
  1105. },
  1106. {
  1107. "name": "Johannes Schmitt",
  1108. "email": "schmittjoh@gmail.com"
  1109. },
  1110. {
  1111. "name": "Marco Pivetta",
  1112. "email": "ocramius@gmail.com"
  1113. }
  1114. ],
  1115. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1116. "homepage": "https://www.doctrine-project.org/projects/persistence.html",
  1117. "keywords": [
  1118. "mapper",
  1119. "object",
  1120. "odm",
  1121. "orm",
  1122. "persistence"
  1123. ],
  1124. "support": {
  1125. "issues": "https://github.com/doctrine/persistence/issues",
  1126. "source": "https://github.com/doctrine/persistence/tree/4.2.0"
  1127. },
  1128. "funding": [
  1129. {
  1130. "url": "https://www.doctrine-project.org/sponsorship.html",
  1131. "type": "custom"
  1132. },
  1133. {
  1134. "url": "https://www.patreon.com/phpdoctrine",
  1135. "type": "patreon"
  1136. },
  1137. {
  1138. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  1139. "type": "tidelift"
  1140. }
  1141. ],
  1142. "time": "2026-04-26T12:12:52+00:00"
  1143. },
  1144. {
  1145. "name": "doctrine/sql-formatter",
  1146. "version": "1.5.4",
  1147. "source": {
  1148. "type": "git",
  1149. "url": "https://github.com/doctrine/sql-formatter.git",
  1150. "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806"
  1151. },
  1152. "dist": {
  1153. "type": "zip",
  1154. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/9563949f5cd3bd12a17d12fb980528bc141c5806",
  1155. "reference": "9563949f5cd3bd12a17d12fb980528bc141c5806",
  1156. "shasum": ""
  1157. },
  1158. "require": {
  1159. "php": "^8.1"
  1160. },
  1161. "require-dev": {
  1162. "doctrine/coding-standard": "^14",
  1163. "ergebnis/phpunit-slow-test-detector": "^2.20",
  1164. "phpstan/phpstan": "^2.1.31",
  1165. "phpunit/phpunit": "^10.5.58"
  1166. },
  1167. "bin": [
  1168. "bin/sql-formatter"
  1169. ],
  1170. "type": "library",
  1171. "autoload": {
  1172. "psr-4": {
  1173. "Doctrine\\SqlFormatter\\": "src"
  1174. }
  1175. },
  1176. "notification-url": "https://packagist.org/downloads/",
  1177. "license": [
  1178. "MIT"
  1179. ],
  1180. "authors": [
  1181. {
  1182. "name": "Jeremy Dorn",
  1183. "email": "jeremy@jeremydorn.com",
  1184. "homepage": "https://jeremydorn.com/"
  1185. }
  1186. ],
  1187. "description": "a PHP SQL highlighting library",
  1188. "homepage": "https://github.com/doctrine/sql-formatter/",
  1189. "keywords": [
  1190. "highlight",
  1191. "sql"
  1192. ],
  1193. "support": {
  1194. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1195. "source": "https://github.com/doctrine/sql-formatter/tree/1.5.4"
  1196. },
  1197. "time": "2026-02-08T16:21:46+00:00"
  1198. },
  1199. {
  1200. "name": "dompdf/dompdf",
  1201. "version": "v3.1.5",
  1202. "source": {
  1203. "type": "git",
  1204. "url": "https://github.com/dompdf/dompdf.git",
  1205. "reference": "f11ead23a8a76d0ff9bbc6c7c8fd7e05ca328496"
  1206. },
  1207. "dist": {
  1208. "type": "zip",
  1209. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/f11ead23a8a76d0ff9bbc6c7c8fd7e05ca328496",
  1210. "reference": "f11ead23a8a76d0ff9bbc6c7c8fd7e05ca328496",
  1211. "shasum": ""
  1212. },
  1213. "require": {
  1214. "dompdf/php-font-lib": "^1.0.0",
  1215. "dompdf/php-svg-lib": "^1.0.0",
  1216. "ext-dom": "*",
  1217. "ext-mbstring": "*",
  1218. "masterminds/html5": "^2.0",
  1219. "php": "^7.1 || ^8.0"
  1220. },
  1221. "require-dev": {
  1222. "ext-gd": "*",
  1223. "ext-json": "*",
  1224. "ext-zip": "*",
  1225. "mockery/mockery": "^1.3",
  1226. "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
  1227. "squizlabs/php_codesniffer": "^3.5",
  1228. "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
  1229. },
  1230. "suggest": {
  1231. "ext-gd": "Needed to process images",
  1232. "ext-gmagick": "Improves image processing performance",
  1233. "ext-imagick": "Improves image processing performance",
  1234. "ext-zlib": "Needed for pdf stream compression"
  1235. },
  1236. "type": "library",
  1237. "autoload": {
  1238. "psr-4": {
  1239. "Dompdf\\": "src/"
  1240. },
  1241. "classmap": [
  1242. "lib/"
  1243. ]
  1244. },
  1245. "notification-url": "https://packagist.org/downloads/",
  1246. "license": [
  1247. "LGPL-2.1"
  1248. ],
  1249. "authors": [
  1250. {
  1251. "name": "The Dompdf Community",
  1252. "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
  1253. }
  1254. ],
  1255. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  1256. "homepage": "https://github.com/dompdf/dompdf",
  1257. "support": {
  1258. "issues": "https://github.com/dompdf/dompdf/issues",
  1259. "source": "https://github.com/dompdf/dompdf/tree/v3.1.5"
  1260. },
  1261. "time": "2026-03-03T13:54:37+00:00"
  1262. },
  1263. {
  1264. "name": "dompdf/php-font-lib",
  1265. "version": "1.0.2",
  1266. "source": {
  1267. "type": "git",
  1268. "url": "https://github.com/dompdf/php-font-lib.git",
  1269. "reference": "a6e9a688a2a80016ac080b97be73d3e10c444c9a"
  1270. },
  1271. "dist": {
  1272. "type": "zip",
  1273. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a6e9a688a2a80016ac080b97be73d3e10c444c9a",
  1274. "reference": "a6e9a688a2a80016ac080b97be73d3e10c444c9a",
  1275. "shasum": ""
  1276. },
  1277. "require": {
  1278. "ext-mbstring": "*",
  1279. "php": "^7.1 || ^8.0"
  1280. },
  1281. "require-dev": {
  1282. "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11 || ^12"
  1283. },
  1284. "type": "library",
  1285. "autoload": {
  1286. "psr-4": {
  1287. "FontLib\\": "src/FontLib"
  1288. }
  1289. },
  1290. "notification-url": "https://packagist.org/downloads/",
  1291. "license": [
  1292. "LGPL-2.1-or-later"
  1293. ],
  1294. "authors": [
  1295. {
  1296. "name": "The FontLib Community",
  1297. "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
  1298. }
  1299. ],
  1300. "description": "A library to read, parse, export and make subsets of different types of font files.",
  1301. "homepage": "https://github.com/dompdf/php-font-lib",
  1302. "support": {
  1303. "issues": "https://github.com/dompdf/php-font-lib/issues",
  1304. "source": "https://github.com/dompdf/php-font-lib/tree/1.0.2"
  1305. },
  1306. "time": "2026-01-20T14:10:26+00:00"
  1307. },
  1308. {
  1309. "name": "dompdf/php-svg-lib",
  1310. "version": "1.0.2",
  1311. "source": {
  1312. "type": "git",
  1313. "url": "https://github.com/dompdf/php-svg-lib.git",
  1314. "reference": "8259ffb930817e72b1ff1caef5d226501f3dfeb1"
  1315. },
  1316. "dist": {
  1317. "type": "zip",
  1318. "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/8259ffb930817e72b1ff1caef5d226501f3dfeb1",
  1319. "reference": "8259ffb930817e72b1ff1caef5d226501f3dfeb1",
  1320. "shasum": ""
  1321. },
  1322. "require": {
  1323. "ext-mbstring": "*",
  1324. "php": "^7.1 || ^8.0",
  1325. "sabberworm/php-css-parser": "^8.4 || ^9.0"
  1326. },
  1327. "require-dev": {
  1328. "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11"
  1329. },
  1330. "type": "library",
  1331. "autoload": {
  1332. "psr-4": {
  1333. "Svg\\": "src/Svg"
  1334. }
  1335. },
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "LGPL-3.0-or-later"
  1339. ],
  1340. "authors": [
  1341. {
  1342. "name": "The SvgLib Community",
  1343. "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
  1344. }
  1345. ],
  1346. "description": "A library to read, parse and export to PDF SVG files.",
  1347. "homepage": "https://github.com/dompdf/php-svg-lib",
  1348. "support": {
  1349. "issues": "https://github.com/dompdf/php-svg-lib/issues",
  1350. "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.2"
  1351. },
  1352. "time": "2026-01-02T16:01:13+00:00"
  1353. },
  1354. {
  1355. "name": "egulias/email-validator",
  1356. "version": "4.0.4",
  1357. "source": {
  1358. "type": "git",
  1359. "url": "https://github.com/egulias/EmailValidator.git",
  1360. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
  1361. },
  1362. "dist": {
  1363. "type": "zip",
  1364. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  1365. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  1366. "shasum": ""
  1367. },
  1368. "require": {
  1369. "doctrine/lexer": "^2.0 || ^3.0",
  1370. "php": ">=8.1",
  1371. "symfony/polyfill-intl-idn": "^1.26"
  1372. },
  1373. "require-dev": {
  1374. "phpunit/phpunit": "^10.2",
  1375. "vimeo/psalm": "^5.12"
  1376. },
  1377. "suggest": {
  1378. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1379. },
  1380. "type": "library",
  1381. "extra": {
  1382. "branch-alias": {
  1383. "dev-master": "4.0.x-dev"
  1384. }
  1385. },
  1386. "autoload": {
  1387. "psr-4": {
  1388. "Egulias\\EmailValidator\\": "src"
  1389. }
  1390. },
  1391. "notification-url": "https://packagist.org/downloads/",
  1392. "license": [
  1393. "MIT"
  1394. ],
  1395. "authors": [
  1396. {
  1397. "name": "Eduardo Gulias Davis"
  1398. }
  1399. ],
  1400. "description": "A library for validating emails against several RFCs",
  1401. "homepage": "https://github.com/egulias/EmailValidator",
  1402. "keywords": [
  1403. "email",
  1404. "emailvalidation",
  1405. "emailvalidator",
  1406. "validation",
  1407. "validator"
  1408. ],
  1409. "support": {
  1410. "issues": "https://github.com/egulias/EmailValidator/issues",
  1411. "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
  1412. },
  1413. "funding": [
  1414. {
  1415. "url": "https://github.com/egulias",
  1416. "type": "github"
  1417. }
  1418. ],
  1419. "time": "2025-03-06T22:45:56+00:00"
  1420. },
  1421. {
  1422. "name": "maennchen/zipstream-php",
  1423. "version": "3.2.2",
  1424. "source": {
  1425. "type": "git",
  1426. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  1427. "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e"
  1428. },
  1429. "dist": {
  1430. "type": "zip",
  1431. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e",
  1432. "reference": "77bebeb4c6c340bb3c11c843b2cffd8bbfde4d5e",
  1433. "shasum": ""
  1434. },
  1435. "require": {
  1436. "ext-mbstring": "*",
  1437. "ext-zlib": "*",
  1438. "php-64bit": "^8.3"
  1439. },
  1440. "require-dev": {
  1441. "brianium/paratest": "^7.7",
  1442. "ext-zip": "*",
  1443. "friendsofphp/php-cs-fixer": "^3.86",
  1444. "guzzlehttp/guzzle": "^7.5",
  1445. "mikey179/vfsstream": "^1.6",
  1446. "php-coveralls/php-coveralls": "^2.5",
  1447. "phpunit/phpunit": "^12.0",
  1448. "vimeo/psalm": "^6.0"
  1449. },
  1450. "suggest": {
  1451. "guzzlehttp/psr7": "^2.4",
  1452. "psr/http-message": "^2.0"
  1453. },
  1454. "type": "library",
  1455. "autoload": {
  1456. "psr-4": {
  1457. "ZipStream\\": "src/"
  1458. }
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "MIT"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Paul Duncan",
  1467. "email": "pabs@pablotron.org"
  1468. },
  1469. {
  1470. "name": "Jonatan Männchen",
  1471. "email": "jonatan@maennchen.ch"
  1472. },
  1473. {
  1474. "name": "Jesse Donat",
  1475. "email": "donatj@gmail.com"
  1476. },
  1477. {
  1478. "name": "András Kolesár",
  1479. "email": "kolesar@kolesar.hu"
  1480. }
  1481. ],
  1482. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  1483. "keywords": [
  1484. "stream",
  1485. "zip"
  1486. ],
  1487. "support": {
  1488. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  1489. "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.2"
  1490. },
  1491. "funding": [
  1492. {
  1493. "url": "https://github.com/maennchen",
  1494. "type": "github"
  1495. }
  1496. ],
  1497. "time": "2026-04-11T18:38:28+00:00"
  1498. },
  1499. {
  1500. "name": "markbaker/complex",
  1501. "version": "3.0.2",
  1502. "source": {
  1503. "type": "git",
  1504. "url": "https://github.com/MarkBaker/PHPComplex.git",
  1505. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  1506. },
  1507. "dist": {
  1508. "type": "zip",
  1509. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1510. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1511. "shasum": ""
  1512. },
  1513. "require": {
  1514. "php": "^7.2 || ^8.0"
  1515. },
  1516. "require-dev": {
  1517. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1518. "phpcompatibility/php-compatibility": "^9.3",
  1519. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1520. "squizlabs/php_codesniffer": "^3.7"
  1521. },
  1522. "type": "library",
  1523. "autoload": {
  1524. "psr-4": {
  1525. "Complex\\": "classes/src/"
  1526. }
  1527. },
  1528. "notification-url": "https://packagist.org/downloads/",
  1529. "license": [
  1530. "MIT"
  1531. ],
  1532. "authors": [
  1533. {
  1534. "name": "Mark Baker",
  1535. "email": "mark@lange.demon.co.uk"
  1536. }
  1537. ],
  1538. "description": "PHP Class for working with complex numbers",
  1539. "homepage": "https://github.com/MarkBaker/PHPComplex",
  1540. "keywords": [
  1541. "complex",
  1542. "mathematics"
  1543. ],
  1544. "support": {
  1545. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  1546. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  1547. },
  1548. "time": "2022-12-06T16:21:08+00:00"
  1549. },
  1550. {
  1551. "name": "markbaker/matrix",
  1552. "version": "3.0.1",
  1553. "source": {
  1554. "type": "git",
  1555. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  1556. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  1557. },
  1558. "dist": {
  1559. "type": "zip",
  1560. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  1561. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  1562. "shasum": ""
  1563. },
  1564. "require": {
  1565. "php": "^7.1 || ^8.0"
  1566. },
  1567. "require-dev": {
  1568. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1569. "phpcompatibility/php-compatibility": "^9.3",
  1570. "phpdocumentor/phpdocumentor": "2.*",
  1571. "phploc/phploc": "^4.0",
  1572. "phpmd/phpmd": "2.*",
  1573. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1574. "sebastian/phpcpd": "^4.0",
  1575. "squizlabs/php_codesniffer": "^3.7"
  1576. },
  1577. "type": "library",
  1578. "autoload": {
  1579. "psr-4": {
  1580. "Matrix\\": "classes/src/"
  1581. }
  1582. },
  1583. "notification-url": "https://packagist.org/downloads/",
  1584. "license": [
  1585. "MIT"
  1586. ],
  1587. "authors": [
  1588. {
  1589. "name": "Mark Baker",
  1590. "email": "mark@demon-angel.eu"
  1591. }
  1592. ],
  1593. "description": "PHP Class for working with matrices",
  1594. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  1595. "keywords": [
  1596. "mathematics",
  1597. "matrix",
  1598. "vector"
  1599. ],
  1600. "support": {
  1601. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  1602. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  1603. },
  1604. "time": "2022-12-02T22:17:43+00:00"
  1605. },
  1606. {
  1607. "name": "masterminds/html5",
  1608. "version": "2.10.0",
  1609. "source": {
  1610. "type": "git",
  1611. "url": "https://github.com/Masterminds/html5-php.git",
  1612. "reference": "fcf91eb64359852f00d921887b219479b4f21251"
  1613. },
  1614. "dist": {
  1615. "type": "zip",
  1616. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
  1617. "reference": "fcf91eb64359852f00d921887b219479b4f21251",
  1618. "shasum": ""
  1619. },
  1620. "require": {
  1621. "ext-dom": "*",
  1622. "php": ">=5.3.0"
  1623. },
  1624. "require-dev": {
  1625. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-master": "2.7-dev"
  1631. }
  1632. },
  1633. "autoload": {
  1634. "psr-4": {
  1635. "Masterminds\\": "src"
  1636. }
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "MIT"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "Matt Butcher",
  1645. "email": "technosophos@gmail.com"
  1646. },
  1647. {
  1648. "name": "Matt Farina",
  1649. "email": "matt@mattfarina.com"
  1650. },
  1651. {
  1652. "name": "Asmir Mustafic",
  1653. "email": "goetas@gmail.com"
  1654. }
  1655. ],
  1656. "description": "An HTML5 parser and serializer.",
  1657. "homepage": "http://masterminds.github.io/html5-php",
  1658. "keywords": [
  1659. "HTML5",
  1660. "dom",
  1661. "html",
  1662. "parser",
  1663. "querypath",
  1664. "serializer",
  1665. "xml"
  1666. ],
  1667. "support": {
  1668. "issues": "https://github.com/Masterminds/html5-php/issues",
  1669. "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
  1670. },
  1671. "time": "2025-07-25T09:04:22+00:00"
  1672. },
  1673. {
  1674. "name": "monolog/monolog",
  1675. "version": "3.10.0",
  1676. "source": {
  1677. "type": "git",
  1678. "url": "https://github.com/Seldaek/monolog.git",
  1679. "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
  1680. },
  1681. "dist": {
  1682. "type": "zip",
  1683. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0",
  1684. "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
  1685. "shasum": ""
  1686. },
  1687. "require": {
  1688. "php": ">=8.1",
  1689. "psr/log": "^2.0 || ^3.0"
  1690. },
  1691. "provide": {
  1692. "psr/log-implementation": "3.0.0"
  1693. },
  1694. "require-dev": {
  1695. "aws/aws-sdk-php": "^3.0",
  1696. "doctrine/couchdb": "~1.0@dev",
  1697. "elasticsearch/elasticsearch": "^7 || ^8",
  1698. "ext-json": "*",
  1699. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  1700. "guzzlehttp/guzzle": "^7.4.5",
  1701. "guzzlehttp/psr7": "^2.2",
  1702. "mongodb/mongodb": "^1.8 || ^2.0",
  1703. "php-amqplib/php-amqplib": "~2.4 || ^3",
  1704. "php-console/php-console": "^3.1.8",
  1705. "phpstan/phpstan": "^2",
  1706. "phpstan/phpstan-deprecation-rules": "^2",
  1707. "phpstan/phpstan-strict-rules": "^2",
  1708. "phpunit/phpunit": "^10.5.17 || ^11.0.7",
  1709. "predis/predis": "^1.1 || ^2",
  1710. "rollbar/rollbar": "^4.0",
  1711. "ruflin/elastica": "^7 || ^8",
  1712. "symfony/mailer": "^5.4 || ^6",
  1713. "symfony/mime": "^5.4 || ^6"
  1714. },
  1715. "suggest": {
  1716. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1717. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1718. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1719. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1720. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  1721. "ext-mbstring": "Allow to work properly with unicode symbols",
  1722. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1723. "ext-openssl": "Required to send log messages using SSL",
  1724. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  1725. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1726. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1727. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1728. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1729. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1730. },
  1731. "type": "library",
  1732. "extra": {
  1733. "branch-alias": {
  1734. "dev-main": "3.x-dev"
  1735. }
  1736. },
  1737. "autoload": {
  1738. "psr-4": {
  1739. "Monolog\\": "src/Monolog"
  1740. }
  1741. },
  1742. "notification-url": "https://packagist.org/downloads/",
  1743. "license": [
  1744. "MIT"
  1745. ],
  1746. "authors": [
  1747. {
  1748. "name": "Jordi Boggiano",
  1749. "email": "j.boggiano@seld.be",
  1750. "homepage": "https://seld.be"
  1751. }
  1752. ],
  1753. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1754. "homepage": "https://github.com/Seldaek/monolog",
  1755. "keywords": [
  1756. "log",
  1757. "logging",
  1758. "psr-3"
  1759. ],
  1760. "support": {
  1761. "issues": "https://github.com/Seldaek/monolog/issues",
  1762. "source": "https://github.com/Seldaek/monolog/tree/3.10.0"
  1763. },
  1764. "funding": [
  1765. {
  1766. "url": "https://github.com/Seldaek",
  1767. "type": "github"
  1768. },
  1769. {
  1770. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1771. "type": "tidelift"
  1772. }
  1773. ],
  1774. "time": "2026-01-02T08:56:05+00:00"
  1775. },
  1776. {
  1777. "name": "phpoffice/phpspreadsheet",
  1778. "version": "5.8.0",
  1779. "source": {
  1780. "type": "git",
  1781. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  1782. "reference": "01964d92536edf1a3a874b9580a52824bebf6fbb"
  1783. },
  1784. "dist": {
  1785. "type": "zip",
  1786. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/01964d92536edf1a3a874b9580a52824bebf6fbb",
  1787. "reference": "01964d92536edf1a3a874b9580a52824bebf6fbb",
  1788. "shasum": ""
  1789. },
  1790. "require": {
  1791. "composer/pcre": "^1||^2||^3",
  1792. "ext-ctype": "*",
  1793. "ext-dom": "*",
  1794. "ext-fileinfo": "*",
  1795. "ext-filter": "*",
  1796. "ext-gd": "*",
  1797. "ext-iconv": "*",
  1798. "ext-libxml": "*",
  1799. "ext-mbstring": "*",
  1800. "ext-simplexml": "*",
  1801. "ext-xml": "*",
  1802. "ext-xmlreader": "*",
  1803. "ext-xmlwriter": "*",
  1804. "ext-zip": "*",
  1805. "ext-zlib": "*",
  1806. "maennchen/zipstream-php": "^2.1 || ^3.0",
  1807. "markbaker/complex": "^3.0",
  1808. "markbaker/matrix": "^3.0",
  1809. "php": "^8.1",
  1810. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  1811. },
  1812. "require-dev": {
  1813. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  1814. "dompdf/dompdf": "^2.0 || ^3.0",
  1815. "ext-intl": "*",
  1816. "friendsofphp/php-cs-fixer": "^3.2",
  1817. "mitoteam/jpgraph": "^10.5",
  1818. "mpdf/mpdf": "^8.1.1",
  1819. "phpcompatibility/php-compatibility": "^9.3",
  1820. "phpstan/phpstan": "^1.1 || ^2.0",
  1821. "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
  1822. "phpstan/phpstan-phpunit": "^1.0 || ^2.0",
  1823. "phpunit/phpunit": "^10.5",
  1824. "squizlabs/php_codesniffer": "^3.7",
  1825. "tecnickcom/tcpdf": "^6.5"
  1826. },
  1827. "suggest": {
  1828. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  1829. "ext-intl": "PHP Internationalization Functions, required for NumberFormat Wizard and StringHelper::setLocale()",
  1830. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  1831. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  1832. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  1833. },
  1834. "type": "library",
  1835. "autoload": {
  1836. "psr-4": {
  1837. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  1838. }
  1839. },
  1840. "notification-url": "https://packagist.org/downloads/",
  1841. "license": [
  1842. "MIT"
  1843. ],
  1844. "authors": [
  1845. {
  1846. "name": "Maarten Balliauw",
  1847. "homepage": "https://blog.maartenballiauw.be"
  1848. },
  1849. {
  1850. "name": "Mark Baker",
  1851. "homepage": "https://markbakeruk.net"
  1852. },
  1853. {
  1854. "name": "Franck Lefevre",
  1855. "homepage": "https://rootslabs.net"
  1856. },
  1857. {
  1858. "name": "Erik Tilt"
  1859. },
  1860. {
  1861. "name": "Adrien Crivelli"
  1862. },
  1863. {
  1864. "name": "Owen Leibman"
  1865. }
  1866. ],
  1867. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1868. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  1869. "keywords": [
  1870. "OpenXML",
  1871. "excel",
  1872. "gnumeric",
  1873. "ods",
  1874. "php",
  1875. "spreadsheet",
  1876. "xls",
  1877. "xlsx"
  1878. ],
  1879. "support": {
  1880. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  1881. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.8.0"
  1882. },
  1883. "time": "2026-06-07T03:51:10+00:00"
  1884. },
  1885. {
  1886. "name": "psr/cache",
  1887. "version": "3.0.0",
  1888. "source": {
  1889. "type": "git",
  1890. "url": "https://github.com/php-fig/cache.git",
  1891. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  1892. },
  1893. "dist": {
  1894. "type": "zip",
  1895. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1896. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1897. "shasum": ""
  1898. },
  1899. "require": {
  1900. "php": ">=8.0.0"
  1901. },
  1902. "type": "library",
  1903. "extra": {
  1904. "branch-alias": {
  1905. "dev-master": "1.0.x-dev"
  1906. }
  1907. },
  1908. "autoload": {
  1909. "psr-4": {
  1910. "Psr\\Cache\\": "src/"
  1911. }
  1912. },
  1913. "notification-url": "https://packagist.org/downloads/",
  1914. "license": [
  1915. "MIT"
  1916. ],
  1917. "authors": [
  1918. {
  1919. "name": "PHP-FIG",
  1920. "homepage": "https://www.php-fig.org/"
  1921. }
  1922. ],
  1923. "description": "Common interface for caching libraries",
  1924. "keywords": [
  1925. "cache",
  1926. "psr",
  1927. "psr-6"
  1928. ],
  1929. "support": {
  1930. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  1931. },
  1932. "time": "2021-02-03T23:26:27+00:00"
  1933. },
  1934. {
  1935. "name": "psr/clock",
  1936. "version": "1.0.0",
  1937. "source": {
  1938. "type": "git",
  1939. "url": "https://github.com/php-fig/clock.git",
  1940. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  1941. },
  1942. "dist": {
  1943. "type": "zip",
  1944. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1945. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  1946. "shasum": ""
  1947. },
  1948. "require": {
  1949. "php": "^7.0 || ^8.0"
  1950. },
  1951. "type": "library",
  1952. "autoload": {
  1953. "psr-4": {
  1954. "Psr\\Clock\\": "src/"
  1955. }
  1956. },
  1957. "notification-url": "https://packagist.org/downloads/",
  1958. "license": [
  1959. "MIT"
  1960. ],
  1961. "authors": [
  1962. {
  1963. "name": "PHP-FIG",
  1964. "homepage": "https://www.php-fig.org/"
  1965. }
  1966. ],
  1967. "description": "Common interface for reading the clock.",
  1968. "homepage": "https://github.com/php-fig/clock",
  1969. "keywords": [
  1970. "clock",
  1971. "now",
  1972. "psr",
  1973. "psr-20",
  1974. "time"
  1975. ],
  1976. "support": {
  1977. "issues": "https://github.com/php-fig/clock/issues",
  1978. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  1979. },
  1980. "time": "2022-11-25T14:36:26+00:00"
  1981. },
  1982. {
  1983. "name": "psr/container",
  1984. "version": "2.0.2",
  1985. "source": {
  1986. "type": "git",
  1987. "url": "https://github.com/php-fig/container.git",
  1988. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  1989. },
  1990. "dist": {
  1991. "type": "zip",
  1992. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1993. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  1994. "shasum": ""
  1995. },
  1996. "require": {
  1997. "php": ">=7.4.0"
  1998. },
  1999. "type": "library",
  2000. "extra": {
  2001. "branch-alias": {
  2002. "dev-master": "2.0.x-dev"
  2003. }
  2004. },
  2005. "autoload": {
  2006. "psr-4": {
  2007. "Psr\\Container\\": "src/"
  2008. }
  2009. },
  2010. "notification-url": "https://packagist.org/downloads/",
  2011. "license": [
  2012. "MIT"
  2013. ],
  2014. "authors": [
  2015. {
  2016. "name": "PHP-FIG",
  2017. "homepage": "https://www.php-fig.org/"
  2018. }
  2019. ],
  2020. "description": "Common Container Interface (PHP FIG PSR-11)",
  2021. "homepage": "https://github.com/php-fig/container",
  2022. "keywords": [
  2023. "PSR-11",
  2024. "container",
  2025. "container-interface",
  2026. "container-interop",
  2027. "psr"
  2028. ],
  2029. "support": {
  2030. "issues": "https://github.com/php-fig/container/issues",
  2031. "source": "https://github.com/php-fig/container/tree/2.0.2"
  2032. },
  2033. "time": "2021-11-05T16:47:00+00:00"
  2034. },
  2035. {
  2036. "name": "psr/event-dispatcher",
  2037. "version": "1.0.0",
  2038. "source": {
  2039. "type": "git",
  2040. "url": "https://github.com/php-fig/event-dispatcher.git",
  2041. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2042. },
  2043. "dist": {
  2044. "type": "zip",
  2045. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2046. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2047. "shasum": ""
  2048. },
  2049. "require": {
  2050. "php": ">=7.2.0"
  2051. },
  2052. "type": "library",
  2053. "extra": {
  2054. "branch-alias": {
  2055. "dev-master": "1.0.x-dev"
  2056. }
  2057. },
  2058. "autoload": {
  2059. "psr-4": {
  2060. "Psr\\EventDispatcher\\": "src/"
  2061. }
  2062. },
  2063. "notification-url": "https://packagist.org/downloads/",
  2064. "license": [
  2065. "MIT"
  2066. ],
  2067. "authors": [
  2068. {
  2069. "name": "PHP-FIG",
  2070. "homepage": "http://www.php-fig.org/"
  2071. }
  2072. ],
  2073. "description": "Standard interfaces for event handling.",
  2074. "keywords": [
  2075. "events",
  2076. "psr",
  2077. "psr-14"
  2078. ],
  2079. "support": {
  2080. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2081. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2082. },
  2083. "time": "2019-01-08T18:20:26+00:00"
  2084. },
  2085. {
  2086. "name": "psr/log",
  2087. "version": "3.0.2",
  2088. "source": {
  2089. "type": "git",
  2090. "url": "https://github.com/php-fig/log.git",
  2091. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  2092. },
  2093. "dist": {
  2094. "type": "zip",
  2095. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  2096. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  2097. "shasum": ""
  2098. },
  2099. "require": {
  2100. "php": ">=8.0.0"
  2101. },
  2102. "type": "library",
  2103. "extra": {
  2104. "branch-alias": {
  2105. "dev-master": "3.x-dev"
  2106. }
  2107. },
  2108. "autoload": {
  2109. "psr-4": {
  2110. "Psr\\Log\\": "src"
  2111. }
  2112. },
  2113. "notification-url": "https://packagist.org/downloads/",
  2114. "license": [
  2115. "MIT"
  2116. ],
  2117. "authors": [
  2118. {
  2119. "name": "PHP-FIG",
  2120. "homepage": "https://www.php-fig.org/"
  2121. }
  2122. ],
  2123. "description": "Common interface for logging libraries",
  2124. "homepage": "https://github.com/php-fig/log",
  2125. "keywords": [
  2126. "log",
  2127. "psr",
  2128. "psr-3"
  2129. ],
  2130. "support": {
  2131. "source": "https://github.com/php-fig/log/tree/3.0.2"
  2132. },
  2133. "time": "2024-09-11T13:17:53+00:00"
  2134. },
  2135. {
  2136. "name": "psr/simple-cache",
  2137. "version": "3.0.0",
  2138. "source": {
  2139. "type": "git",
  2140. "url": "https://github.com/php-fig/simple-cache.git",
  2141. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  2142. },
  2143. "dist": {
  2144. "type": "zip",
  2145. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2146. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2147. "shasum": ""
  2148. },
  2149. "require": {
  2150. "php": ">=8.0.0"
  2151. },
  2152. "type": "library",
  2153. "extra": {
  2154. "branch-alias": {
  2155. "dev-master": "3.0.x-dev"
  2156. }
  2157. },
  2158. "autoload": {
  2159. "psr-4": {
  2160. "Psr\\SimpleCache\\": "src/"
  2161. }
  2162. },
  2163. "notification-url": "https://packagist.org/downloads/",
  2164. "license": [
  2165. "MIT"
  2166. ],
  2167. "authors": [
  2168. {
  2169. "name": "PHP-FIG",
  2170. "homepage": "https://www.php-fig.org/"
  2171. }
  2172. ],
  2173. "description": "Common interfaces for simple caching",
  2174. "keywords": [
  2175. "cache",
  2176. "caching",
  2177. "psr",
  2178. "psr-16",
  2179. "simple-cache"
  2180. ],
  2181. "support": {
  2182. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  2183. },
  2184. "time": "2021-10-29T13:26:27+00:00"
  2185. },
  2186. {
  2187. "name": "sabberworm/php-css-parser",
  2188. "version": "v9.3.0",
  2189. "source": {
  2190. "type": "git",
  2191. "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
  2192. "reference": "88dbd0f7f91abbfe4402d0a3071e9ff4d81ed949"
  2193. },
  2194. "dist": {
  2195. "type": "zip",
  2196. "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/88dbd0f7f91abbfe4402d0a3071e9ff4d81ed949",
  2197. "reference": "88dbd0f7f91abbfe4402d0a3071e9ff4d81ed949",
  2198. "shasum": ""
  2199. },
  2200. "require": {
  2201. "ext-iconv": "*",
  2202. "php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
  2203. "thecodingmachine/safe": "^1.3 || ^2.5 || ^3.4"
  2204. },
  2205. "require-dev": {
  2206. "php-parallel-lint/php-parallel-lint": "1.4.0",
  2207. "phpstan/extension-installer": "1.4.3",
  2208. "phpstan/phpstan": "1.12.32 || 2.1.32",
  2209. "phpstan/phpstan-phpunit": "1.4.2 || 2.0.8",
  2210. "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.7",
  2211. "phpunit/phpunit": "8.5.52",
  2212. "rawr/phpunit-data-provider": "3.3.1",
  2213. "rector/rector": "1.2.10 || 2.2.8",
  2214. "rector/type-perfect": "1.0.0 || 2.1.0",
  2215. "squizlabs/php_codesniffer": "4.0.1",
  2216. "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.1"
  2217. },
  2218. "suggest": {
  2219. "ext-mbstring": "for parsing UTF-8 CSS"
  2220. },
  2221. "type": "library",
  2222. "extra": {
  2223. "branch-alias": {
  2224. "dev-main": "9.4.x-dev"
  2225. }
  2226. },
  2227. "autoload": {
  2228. "files": [
  2229. "src/Rule/Rule.php",
  2230. "src/RuleSet/RuleContainer.php"
  2231. ],
  2232. "psr-4": {
  2233. "Sabberworm\\CSS\\": "src/"
  2234. }
  2235. },
  2236. "notification-url": "https://packagist.org/downloads/",
  2237. "license": [
  2238. "MIT"
  2239. ],
  2240. "authors": [
  2241. {
  2242. "name": "Raphael Schweikert"
  2243. },
  2244. {
  2245. "name": "Oliver Klee",
  2246. "email": "github@oliverklee.de"
  2247. },
  2248. {
  2249. "name": "Jake Hotson",
  2250. "email": "jake.github@qzdesign.co.uk"
  2251. }
  2252. ],
  2253. "description": "Parser for CSS Files written in PHP",
  2254. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  2255. "keywords": [
  2256. "css",
  2257. "parser",
  2258. "stylesheet"
  2259. ],
  2260. "support": {
  2261. "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
  2262. "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v9.3.0"
  2263. },
  2264. "time": "2026-03-03T17:31:43+00:00"
  2265. },
  2266. {
  2267. "name": "symfony/asset",
  2268. "version": "v7.4.8",
  2269. "source": {
  2270. "type": "git",
  2271. "url": "https://github.com/symfony/asset.git",
  2272. "reference": "d2e2f014ccd6ec9fae8dbe6336a4164346a2a856"
  2273. },
  2274. "dist": {
  2275. "type": "zip",
  2276. "url": "https://api.github.com/repos/symfony/asset/zipball/d2e2f014ccd6ec9fae8dbe6336a4164346a2a856",
  2277. "reference": "d2e2f014ccd6ec9fae8dbe6336a4164346a2a856",
  2278. "shasum": ""
  2279. },
  2280. "require": {
  2281. "php": ">=8.2"
  2282. },
  2283. "conflict": {
  2284. "symfony/http-foundation": "<6.4"
  2285. },
  2286. "require-dev": {
  2287. "symfony/http-client": "^6.4|^7.0|^8.0",
  2288. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  2289. "symfony/http-kernel": "^6.4|^7.0|^8.0"
  2290. },
  2291. "type": "library",
  2292. "autoload": {
  2293. "psr-4": {
  2294. "Symfony\\Component\\Asset\\": ""
  2295. },
  2296. "exclude-from-classmap": [
  2297. "/Tests/"
  2298. ]
  2299. },
  2300. "notification-url": "https://packagist.org/downloads/",
  2301. "license": [
  2302. "MIT"
  2303. ],
  2304. "authors": [
  2305. {
  2306. "name": "Fabien Potencier",
  2307. "email": "fabien@symfony.com"
  2308. },
  2309. {
  2310. "name": "Symfony Community",
  2311. "homepage": "https://symfony.com/contributors"
  2312. }
  2313. ],
  2314. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  2315. "homepage": "https://symfony.com",
  2316. "support": {
  2317. "source": "https://github.com/symfony/asset/tree/v7.4.8"
  2318. },
  2319. "funding": [
  2320. {
  2321. "url": "https://symfony.com/sponsor",
  2322. "type": "custom"
  2323. },
  2324. {
  2325. "url": "https://github.com/fabpot",
  2326. "type": "github"
  2327. },
  2328. {
  2329. "url": "https://github.com/nicolas-grekas",
  2330. "type": "github"
  2331. },
  2332. {
  2333. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2334. "type": "tidelift"
  2335. }
  2336. ],
  2337. "time": "2026-03-24T13:12:05+00:00"
  2338. },
  2339. {
  2340. "name": "symfony/cache",
  2341. "version": "v7.4.12",
  2342. "source": {
  2343. "type": "git",
  2344. "url": "https://github.com/symfony/cache.git",
  2345. "reference": "902d621e0b6ef0ebeaa133770b5c339a19328589"
  2346. },
  2347. "dist": {
  2348. "type": "zip",
  2349. "url": "https://api.github.com/repos/symfony/cache/zipball/902d621e0b6ef0ebeaa133770b5c339a19328589",
  2350. "reference": "902d621e0b6ef0ebeaa133770b5c339a19328589",
  2351. "shasum": ""
  2352. },
  2353. "require": {
  2354. "php": ">=8.2",
  2355. "psr/cache": "^2.0|^3.0",
  2356. "psr/log": "^1.1|^2|^3",
  2357. "symfony/cache-contracts": "^3.6",
  2358. "symfony/deprecation-contracts": "^2.5|^3",
  2359. "symfony/service-contracts": "^2.5|^3",
  2360. "symfony/var-exporter": "^6.4|^7.0|^8.0"
  2361. },
  2362. "conflict": {
  2363. "doctrine/dbal": "<3.6",
  2364. "ext-redis": "<6.1",
  2365. "ext-relay": "<0.12.1",
  2366. "symfony/dependency-injection": "<6.4",
  2367. "symfony/http-kernel": "<6.4",
  2368. "symfony/var-dumper": "<6.4"
  2369. },
  2370. "provide": {
  2371. "psr/cache-implementation": "2.0|3.0",
  2372. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  2373. "symfony/cache-implementation": "1.1|2.0|3.0"
  2374. },
  2375. "require-dev": {
  2376. "cache/integration-tests": "dev-master",
  2377. "doctrine/dbal": "^3.6|^4",
  2378. "predis/predis": "^1.1|^2.0",
  2379. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2380. "symfony/clock": "^6.4|^7.0|^8.0",
  2381. "symfony/config": "^6.4|^7.0|^8.0",
  2382. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  2383. "symfony/filesystem": "^6.4|^7.0|^8.0",
  2384. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  2385. "symfony/messenger": "^6.4|^7.0|^8.0",
  2386. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  2387. },
  2388. "type": "library",
  2389. "autoload": {
  2390. "psr-4": {
  2391. "Symfony\\Component\\Cache\\": ""
  2392. },
  2393. "classmap": [
  2394. "Traits/ValueWrapper.php"
  2395. ],
  2396. "exclude-from-classmap": [
  2397. "/Tests/"
  2398. ]
  2399. },
  2400. "notification-url": "https://packagist.org/downloads/",
  2401. "license": [
  2402. "MIT"
  2403. ],
  2404. "authors": [
  2405. {
  2406. "name": "Nicolas Grekas",
  2407. "email": "p@tchwork.com"
  2408. },
  2409. {
  2410. "name": "Symfony Community",
  2411. "homepage": "https://symfony.com/contributors"
  2412. }
  2413. ],
  2414. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  2415. "homepage": "https://symfony.com",
  2416. "keywords": [
  2417. "caching",
  2418. "psr6"
  2419. ],
  2420. "support": {
  2421. "source": "https://github.com/symfony/cache/tree/v7.4.12"
  2422. },
  2423. "funding": [
  2424. {
  2425. "url": "https://symfony.com/sponsor",
  2426. "type": "custom"
  2427. },
  2428. {
  2429. "url": "https://github.com/fabpot",
  2430. "type": "github"
  2431. },
  2432. {
  2433. "url": "https://github.com/nicolas-grekas",
  2434. "type": "github"
  2435. },
  2436. {
  2437. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2438. "type": "tidelift"
  2439. }
  2440. ],
  2441. "time": "2026-05-20T07:20:23+00:00"
  2442. },
  2443. {
  2444. "name": "symfony/cache-contracts",
  2445. "version": "v3.7.0",
  2446. "source": {
  2447. "type": "git",
  2448. "url": "https://github.com/symfony/cache-contracts.git",
  2449. "reference": "225e8a254166bd3442e370c6f50145465db63831"
  2450. },
  2451. "dist": {
  2452. "type": "zip",
  2453. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/225e8a254166bd3442e370c6f50145465db63831",
  2454. "reference": "225e8a254166bd3442e370c6f50145465db63831",
  2455. "shasum": ""
  2456. },
  2457. "require": {
  2458. "php": ">=8.1",
  2459. "psr/cache": "^3.0"
  2460. },
  2461. "type": "library",
  2462. "extra": {
  2463. "thanks": {
  2464. "url": "https://github.com/symfony/contracts",
  2465. "name": "symfony/contracts"
  2466. },
  2467. "branch-alias": {
  2468. "dev-main": "3.7-dev"
  2469. }
  2470. },
  2471. "autoload": {
  2472. "psr-4": {
  2473. "Symfony\\Contracts\\Cache\\": ""
  2474. }
  2475. },
  2476. "notification-url": "https://packagist.org/downloads/",
  2477. "license": [
  2478. "MIT"
  2479. ],
  2480. "authors": [
  2481. {
  2482. "name": "Nicolas Grekas",
  2483. "email": "p@tchwork.com"
  2484. },
  2485. {
  2486. "name": "Symfony Community",
  2487. "homepage": "https://symfony.com/contributors"
  2488. }
  2489. ],
  2490. "description": "Generic abstractions related to caching",
  2491. "homepage": "https://symfony.com",
  2492. "keywords": [
  2493. "abstractions",
  2494. "contracts",
  2495. "decoupling",
  2496. "interfaces",
  2497. "interoperability",
  2498. "standards"
  2499. ],
  2500. "support": {
  2501. "source": "https://github.com/symfony/cache-contracts/tree/v3.7.0"
  2502. },
  2503. "funding": [
  2504. {
  2505. "url": "https://symfony.com/sponsor",
  2506. "type": "custom"
  2507. },
  2508. {
  2509. "url": "https://github.com/fabpot",
  2510. "type": "github"
  2511. },
  2512. {
  2513. "url": "https://github.com/nicolas-grekas",
  2514. "type": "github"
  2515. },
  2516. {
  2517. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2518. "type": "tidelift"
  2519. }
  2520. ],
  2521. "time": "2026-05-05T15:33:14+00:00"
  2522. },
  2523. {
  2524. "name": "symfony/clock",
  2525. "version": "v7.4.8",
  2526. "source": {
  2527. "type": "git",
  2528. "url": "https://github.com/symfony/clock.git",
  2529. "reference": "674fa3b98e21531dd040e613479f5f6fa8f32111"
  2530. },
  2531. "dist": {
  2532. "type": "zip",
  2533. "url": "https://api.github.com/repos/symfony/clock/zipball/674fa3b98e21531dd040e613479f5f6fa8f32111",
  2534. "reference": "674fa3b98e21531dd040e613479f5f6fa8f32111",
  2535. "shasum": ""
  2536. },
  2537. "require": {
  2538. "php": ">=8.2",
  2539. "psr/clock": "^1.0",
  2540. "symfony/polyfill-php83": "^1.28"
  2541. },
  2542. "provide": {
  2543. "psr/clock-implementation": "1.0"
  2544. },
  2545. "type": "library",
  2546. "autoload": {
  2547. "files": [
  2548. "Resources/now.php"
  2549. ],
  2550. "psr-4": {
  2551. "Symfony\\Component\\Clock\\": ""
  2552. },
  2553. "exclude-from-classmap": [
  2554. "/Tests/"
  2555. ]
  2556. },
  2557. "notification-url": "https://packagist.org/downloads/",
  2558. "license": [
  2559. "MIT"
  2560. ],
  2561. "authors": [
  2562. {
  2563. "name": "Nicolas Grekas",
  2564. "email": "p@tchwork.com"
  2565. },
  2566. {
  2567. "name": "Symfony Community",
  2568. "homepage": "https://symfony.com/contributors"
  2569. }
  2570. ],
  2571. "description": "Decouples applications from the system clock",
  2572. "homepage": "https://symfony.com",
  2573. "keywords": [
  2574. "clock",
  2575. "psr20",
  2576. "time"
  2577. ],
  2578. "support": {
  2579. "source": "https://github.com/symfony/clock/tree/v7.4.8"
  2580. },
  2581. "funding": [
  2582. {
  2583. "url": "https://symfony.com/sponsor",
  2584. "type": "custom"
  2585. },
  2586. {
  2587. "url": "https://github.com/fabpot",
  2588. "type": "github"
  2589. },
  2590. {
  2591. "url": "https://github.com/nicolas-grekas",
  2592. "type": "github"
  2593. },
  2594. {
  2595. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2596. "type": "tidelift"
  2597. }
  2598. ],
  2599. "time": "2026-03-24T13:12:05+00:00"
  2600. },
  2601. {
  2602. "name": "symfony/config",
  2603. "version": "v7.4.10",
  2604. "source": {
  2605. "type": "git",
  2606. "url": "https://github.com/symfony/config.git",
  2607. "reference": "d91b6c7cd2a8c9a9c2b8d26c8f5ed48edf99ef57"
  2608. },
  2609. "dist": {
  2610. "type": "zip",
  2611. "url": "https://api.github.com/repos/symfony/config/zipball/d91b6c7cd2a8c9a9c2b8d26c8f5ed48edf99ef57",
  2612. "reference": "d91b6c7cd2a8c9a9c2b8d26c8f5ed48edf99ef57",
  2613. "shasum": ""
  2614. },
  2615. "require": {
  2616. "php": ">=8.2",
  2617. "symfony/deprecation-contracts": "^2.5|^3",
  2618. "symfony/filesystem": "^7.1|^8.0",
  2619. "symfony/polyfill-ctype": "~1.8"
  2620. },
  2621. "conflict": {
  2622. "symfony/finder": "<6.4",
  2623. "symfony/service-contracts": "<2.5"
  2624. },
  2625. "require-dev": {
  2626. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  2627. "symfony/finder": "^6.4|^7.0|^8.0",
  2628. "symfony/messenger": "^6.4|^7.0|^8.0",
  2629. "symfony/service-contracts": "^2.5|^3",
  2630. "symfony/yaml": "^6.4|^7.0|^8.0"
  2631. },
  2632. "type": "library",
  2633. "autoload": {
  2634. "psr-4": {
  2635. "Symfony\\Component\\Config\\": ""
  2636. },
  2637. "exclude-from-classmap": [
  2638. "/Tests/"
  2639. ]
  2640. },
  2641. "notification-url": "https://packagist.org/downloads/",
  2642. "license": [
  2643. "MIT"
  2644. ],
  2645. "authors": [
  2646. {
  2647. "name": "Fabien Potencier",
  2648. "email": "fabien@symfony.com"
  2649. },
  2650. {
  2651. "name": "Symfony Community",
  2652. "homepage": "https://symfony.com/contributors"
  2653. }
  2654. ],
  2655. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  2656. "homepage": "https://symfony.com",
  2657. "support": {
  2658. "source": "https://github.com/symfony/config/tree/v7.4.10"
  2659. },
  2660. "funding": [
  2661. {
  2662. "url": "https://symfony.com/sponsor",
  2663. "type": "custom"
  2664. },
  2665. {
  2666. "url": "https://github.com/fabpot",
  2667. "type": "github"
  2668. },
  2669. {
  2670. "url": "https://github.com/nicolas-grekas",
  2671. "type": "github"
  2672. },
  2673. {
  2674. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2675. "type": "tidelift"
  2676. }
  2677. ],
  2678. "time": "2026-05-03T14:20:49+00:00"
  2679. },
  2680. {
  2681. "name": "symfony/console",
  2682. "version": "v7.4.11",
  2683. "source": {
  2684. "type": "git",
  2685. "url": "https://github.com/symfony/console.git",
  2686. "reference": "ed0107e43ab452aa77ae99e005b95e56b556e075"
  2687. },
  2688. "dist": {
  2689. "type": "zip",
  2690. "url": "https://api.github.com/repos/symfony/console/zipball/ed0107e43ab452aa77ae99e005b95e56b556e075",
  2691. "reference": "ed0107e43ab452aa77ae99e005b95e56b556e075",
  2692. "shasum": ""
  2693. },
  2694. "require": {
  2695. "php": ">=8.2",
  2696. "symfony/deprecation-contracts": "^2.5|^3",
  2697. "symfony/polyfill-mbstring": "~1.0",
  2698. "symfony/service-contracts": "^2.5|^3",
  2699. "symfony/string": "^7.2|^8.0"
  2700. },
  2701. "conflict": {
  2702. "symfony/dependency-injection": "<6.4",
  2703. "symfony/dotenv": "<6.4",
  2704. "symfony/event-dispatcher": "<6.4",
  2705. "symfony/lock": "<6.4",
  2706. "symfony/process": "<6.4"
  2707. },
  2708. "provide": {
  2709. "psr/log-implementation": "1.0|2.0|3.0"
  2710. },
  2711. "require-dev": {
  2712. "psr/log": "^1|^2|^3",
  2713. "symfony/config": "^6.4|^7.0|^8.0",
  2714. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  2715. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  2716. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  2717. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  2718. "symfony/lock": "^6.4|^7.0|^8.0",
  2719. "symfony/messenger": "^6.4|^7.0|^8.0",
  2720. "symfony/process": "^6.4|^7.0|^8.0",
  2721. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  2722. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  2723. },
  2724. "type": "library",
  2725. "autoload": {
  2726. "psr-4": {
  2727. "Symfony\\Component\\Console\\": ""
  2728. },
  2729. "exclude-from-classmap": [
  2730. "/Tests/"
  2731. ]
  2732. },
  2733. "notification-url": "https://packagist.org/downloads/",
  2734. "license": [
  2735. "MIT"
  2736. ],
  2737. "authors": [
  2738. {
  2739. "name": "Fabien Potencier",
  2740. "email": "fabien@symfony.com"
  2741. },
  2742. {
  2743. "name": "Symfony Community",
  2744. "homepage": "https://symfony.com/contributors"
  2745. }
  2746. ],
  2747. "description": "Eases the creation of beautiful and testable command line interfaces",
  2748. "homepage": "https://symfony.com",
  2749. "keywords": [
  2750. "cli",
  2751. "command-line",
  2752. "console",
  2753. "terminal"
  2754. ],
  2755. "support": {
  2756. "source": "https://github.com/symfony/console/tree/v7.4.11"
  2757. },
  2758. "funding": [
  2759. {
  2760. "url": "https://symfony.com/sponsor",
  2761. "type": "custom"
  2762. },
  2763. {
  2764. "url": "https://github.com/fabpot",
  2765. "type": "github"
  2766. },
  2767. {
  2768. "url": "https://github.com/nicolas-grekas",
  2769. "type": "github"
  2770. },
  2771. {
  2772. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2773. "type": "tidelift"
  2774. }
  2775. ],
  2776. "time": "2026-05-13T12:04:42+00:00"
  2777. },
  2778. {
  2779. "name": "symfony/dependency-injection",
  2780. "version": "v7.4.10",
  2781. "source": {
  2782. "type": "git",
  2783. "url": "https://github.com/symfony/dependency-injection.git",
  2784. "reference": "4eb0d9dfa9d4f7c59216baf49b3ed6b1fb72293d"
  2785. },
  2786. "dist": {
  2787. "type": "zip",
  2788. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4eb0d9dfa9d4f7c59216baf49b3ed6b1fb72293d",
  2789. "reference": "4eb0d9dfa9d4f7c59216baf49b3ed6b1fb72293d",
  2790. "shasum": ""
  2791. },
  2792. "require": {
  2793. "php": ">=8.2",
  2794. "psr/container": "^1.1|^2.0",
  2795. "symfony/deprecation-contracts": "^2.5|^3",
  2796. "symfony/service-contracts": "^3.6",
  2797. "symfony/var-exporter": "^6.4.20|^7.2.5|^8.0"
  2798. },
  2799. "conflict": {
  2800. "ext-psr": "<1.1|>=2",
  2801. "symfony/config": "<6.4",
  2802. "symfony/finder": "<6.4",
  2803. "symfony/yaml": "<6.4"
  2804. },
  2805. "provide": {
  2806. "psr/container-implementation": "1.1|2.0",
  2807. "symfony/service-implementation": "1.1|2.0|3.0"
  2808. },
  2809. "require-dev": {
  2810. "symfony/config": "^6.4|^7.0|^8.0",
  2811. "symfony/expression-language": "^6.4|^7.0|^8.0",
  2812. "symfony/yaml": "^6.4|^7.0|^8.0"
  2813. },
  2814. "type": "library",
  2815. "autoload": {
  2816. "psr-4": {
  2817. "Symfony\\Component\\DependencyInjection\\": ""
  2818. },
  2819. "exclude-from-classmap": [
  2820. "/Tests/"
  2821. ]
  2822. },
  2823. "notification-url": "https://packagist.org/downloads/",
  2824. "license": [
  2825. "MIT"
  2826. ],
  2827. "authors": [
  2828. {
  2829. "name": "Fabien Potencier",
  2830. "email": "fabien@symfony.com"
  2831. },
  2832. {
  2833. "name": "Symfony Community",
  2834. "homepage": "https://symfony.com/contributors"
  2835. }
  2836. ],
  2837. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  2838. "homepage": "https://symfony.com",
  2839. "support": {
  2840. "source": "https://github.com/symfony/dependency-injection/tree/v7.4.10"
  2841. },
  2842. "funding": [
  2843. {
  2844. "url": "https://symfony.com/sponsor",
  2845. "type": "custom"
  2846. },
  2847. {
  2848. "url": "https://github.com/fabpot",
  2849. "type": "github"
  2850. },
  2851. {
  2852. "url": "https://github.com/nicolas-grekas",
  2853. "type": "github"
  2854. },
  2855. {
  2856. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2857. "type": "tidelift"
  2858. }
  2859. ],
  2860. "time": "2026-05-06T11:55:30+00:00"
  2861. },
  2862. {
  2863. "name": "symfony/deprecation-contracts",
  2864. "version": "v3.7.0",
  2865. "source": {
  2866. "type": "git",
  2867. "url": "https://github.com/symfony/deprecation-contracts.git",
  2868. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b"
  2869. },
  2870. "dist": {
  2871. "type": "zip",
  2872. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b",
  2873. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b",
  2874. "shasum": ""
  2875. },
  2876. "require": {
  2877. "php": ">=8.1"
  2878. },
  2879. "type": "library",
  2880. "extra": {
  2881. "thanks": {
  2882. "url": "https://github.com/symfony/contracts",
  2883. "name": "symfony/contracts"
  2884. },
  2885. "branch-alias": {
  2886. "dev-main": "3.7-dev"
  2887. }
  2888. },
  2889. "autoload": {
  2890. "files": [
  2891. "function.php"
  2892. ]
  2893. },
  2894. "notification-url": "https://packagist.org/downloads/",
  2895. "license": [
  2896. "MIT"
  2897. ],
  2898. "authors": [
  2899. {
  2900. "name": "Nicolas Grekas",
  2901. "email": "p@tchwork.com"
  2902. },
  2903. {
  2904. "name": "Symfony Community",
  2905. "homepage": "https://symfony.com/contributors"
  2906. }
  2907. ],
  2908. "description": "A generic function and convention to trigger deprecation notices",
  2909. "homepage": "https://symfony.com",
  2910. "support": {
  2911. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0"
  2912. },
  2913. "funding": [
  2914. {
  2915. "url": "https://symfony.com/sponsor",
  2916. "type": "custom"
  2917. },
  2918. {
  2919. "url": "https://github.com/fabpot",
  2920. "type": "github"
  2921. },
  2922. {
  2923. "url": "https://github.com/nicolas-grekas",
  2924. "type": "github"
  2925. },
  2926. {
  2927. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2928. "type": "tidelift"
  2929. }
  2930. ],
  2931. "time": "2026-04-13T15:52:40+00:00"
  2932. },
  2933. {
  2934. "name": "symfony/doctrine-bridge",
  2935. "version": "v7.4.9",
  2936. "source": {
  2937. "type": "git",
  2938. "url": "https://github.com/symfony/doctrine-bridge.git",
  2939. "reference": "7a87c85853f3069e3657a823c62b02952de46b0a"
  2940. },
  2941. "dist": {
  2942. "type": "zip",
  2943. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7a87c85853f3069e3657a823c62b02952de46b0a",
  2944. "reference": "7a87c85853f3069e3657a823c62b02952de46b0a",
  2945. "shasum": ""
  2946. },
  2947. "require": {
  2948. "doctrine/event-manager": "^2",
  2949. "doctrine/persistence": "^3.1|^4",
  2950. "php": ">=8.2",
  2951. "symfony/deprecation-contracts": "^2.5|^3",
  2952. "symfony/polyfill-ctype": "~1.8",
  2953. "symfony/polyfill-mbstring": "~1.0",
  2954. "symfony/service-contracts": "^2.5|^3"
  2955. },
  2956. "conflict": {
  2957. "doctrine/collections": "<1.8",
  2958. "doctrine/dbal": "<3.6",
  2959. "doctrine/lexer": "<1.1",
  2960. "doctrine/orm": "<2.15",
  2961. "symfony/cache": "<6.4",
  2962. "symfony/dependency-injection": "<6.4",
  2963. "symfony/form": "<6.4.6|>=7,<7.0.6",
  2964. "symfony/http-foundation": "<6.4",
  2965. "symfony/http-kernel": "<6.4",
  2966. "symfony/lock": "<6.4",
  2967. "symfony/messenger": "<6.4",
  2968. "symfony/property-info": "<6.4",
  2969. "symfony/security-bundle": "<6.4",
  2970. "symfony/security-core": "<6.4",
  2971. "symfony/validator": "<7.4"
  2972. },
  2973. "require-dev": {
  2974. "doctrine/collections": "^1.8|^2.0",
  2975. "doctrine/data-fixtures": "^1.1|^2",
  2976. "doctrine/dbal": "^3.6|^4",
  2977. "doctrine/orm": "^2.15|^3",
  2978. "psr/log": "^1|^2|^3",
  2979. "symfony/cache": "^6.4|^7.0|^8.0",
  2980. "symfony/config": "^6.4|^7.0|^8.0",
  2981. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  2982. "symfony/doctrine-messenger": "^6.4|^7.0|^8.0",
  2983. "symfony/expression-language": "^6.4|^7.0|^8.0",
  2984. "symfony/form": "^7.2|^8.0",
  2985. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  2986. "symfony/lock": "^6.4|^7.0|^8.0",
  2987. "symfony/messenger": "^6.4|^7.0|^8.0",
  2988. "symfony/property-access": "^6.4|^7.0|^8.0",
  2989. "symfony/property-info": "^6.4|^7.0|^8.0",
  2990. "symfony/security-core": "^6.4|^7.0|^8.0",
  2991. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  2992. "symfony/translation": "^6.4|^7.0|^8.0",
  2993. "symfony/type-info": "^7.1.8|^8.0",
  2994. "symfony/uid": "^6.4|^7.0|^8.0",
  2995. "symfony/validator": "^7.4|^8.0",
  2996. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  2997. },
  2998. "type": "symfony-bridge",
  2999. "autoload": {
  3000. "psr-4": {
  3001. "Symfony\\Bridge\\Doctrine\\": ""
  3002. },
  3003. "exclude-from-classmap": [
  3004. "/Tests/"
  3005. ]
  3006. },
  3007. "notification-url": "https://packagist.org/downloads/",
  3008. "license": [
  3009. "MIT"
  3010. ],
  3011. "authors": [
  3012. {
  3013. "name": "Fabien Potencier",
  3014. "email": "fabien@symfony.com"
  3015. },
  3016. {
  3017. "name": "Symfony Community",
  3018. "homepage": "https://symfony.com/contributors"
  3019. }
  3020. ],
  3021. "description": "Provides integration for Doctrine with various Symfony components",
  3022. "homepage": "https://symfony.com",
  3023. "support": {
  3024. "source": "https://github.com/symfony/doctrine-bridge/tree/v7.4.9"
  3025. },
  3026. "funding": [
  3027. {
  3028. "url": "https://symfony.com/sponsor",
  3029. "type": "custom"
  3030. },
  3031. {
  3032. "url": "https://github.com/fabpot",
  3033. "type": "github"
  3034. },
  3035. {
  3036. "url": "https://github.com/nicolas-grekas",
  3037. "type": "github"
  3038. },
  3039. {
  3040. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3041. "type": "tidelift"
  3042. }
  3043. ],
  3044. "time": "2026-04-29T14:19:39+00:00"
  3045. },
  3046. {
  3047. "name": "symfony/dotenv",
  3048. "version": "v7.4.11",
  3049. "source": {
  3050. "type": "git",
  3051. "url": "https://github.com/symfony/dotenv.git",
  3052. "reference": "82e9b1355c68ef7b96397dbd34cc75a92eebae7c"
  3053. },
  3054. "dist": {
  3055. "type": "zip",
  3056. "url": "https://api.github.com/repos/symfony/dotenv/zipball/82e9b1355c68ef7b96397dbd34cc75a92eebae7c",
  3057. "reference": "82e9b1355c68ef7b96397dbd34cc75a92eebae7c",
  3058. "shasum": ""
  3059. },
  3060. "require": {
  3061. "php": ">=8.2"
  3062. },
  3063. "conflict": {
  3064. "symfony/console": "<6.4",
  3065. "symfony/process": "<6.4"
  3066. },
  3067. "require-dev": {
  3068. "symfony/console": "^6.4|^7.0|^8.0",
  3069. "symfony/process": "^6.4|^7.0|^8.0"
  3070. },
  3071. "type": "library",
  3072. "autoload": {
  3073. "psr-4": {
  3074. "Symfony\\Component\\Dotenv\\": ""
  3075. },
  3076. "exclude-from-classmap": [
  3077. "/Tests/"
  3078. ]
  3079. },
  3080. "notification-url": "https://packagist.org/downloads/",
  3081. "license": [
  3082. "MIT"
  3083. ],
  3084. "authors": [
  3085. {
  3086. "name": "Fabien Potencier",
  3087. "email": "fabien@symfony.com"
  3088. },
  3089. {
  3090. "name": "Symfony Community",
  3091. "homepage": "https://symfony.com/contributors"
  3092. }
  3093. ],
  3094. "description": "Registers environment variables from a .env file",
  3095. "homepage": "https://symfony.com",
  3096. "keywords": [
  3097. "dotenv",
  3098. "env",
  3099. "environment"
  3100. ],
  3101. "support": {
  3102. "source": "https://github.com/symfony/dotenv/tree/v7.4.11"
  3103. },
  3104. "funding": [
  3105. {
  3106. "url": "https://symfony.com/sponsor",
  3107. "type": "custom"
  3108. },
  3109. {
  3110. "url": "https://github.com/fabpot",
  3111. "type": "github"
  3112. },
  3113. {
  3114. "url": "https://github.com/nicolas-grekas",
  3115. "type": "github"
  3116. },
  3117. {
  3118. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3119. "type": "tidelift"
  3120. }
  3121. ],
  3122. "time": "2026-05-11T13:02:51+00:00"
  3123. },
  3124. {
  3125. "name": "symfony/error-handler",
  3126. "version": "v7.4.8",
  3127. "source": {
  3128. "type": "git",
  3129. "url": "https://github.com/symfony/error-handler.git",
  3130. "reference": "8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa"
  3131. },
  3132. "dist": {
  3133. "type": "zip",
  3134. "url": "https://api.github.com/repos/symfony/error-handler/zipball/8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa",
  3135. "reference": "8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa",
  3136. "shasum": ""
  3137. },
  3138. "require": {
  3139. "php": ">=8.2",
  3140. "psr/log": "^1|^2|^3",
  3141. "symfony/polyfill-php85": "^1.32",
  3142. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  3143. },
  3144. "conflict": {
  3145. "symfony/deprecation-contracts": "<2.5",
  3146. "symfony/http-kernel": "<6.4"
  3147. },
  3148. "require-dev": {
  3149. "symfony/console": "^6.4|^7.0|^8.0",
  3150. "symfony/deprecation-contracts": "^2.5|^3",
  3151. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  3152. "symfony/serializer": "^6.4|^7.0|^8.0",
  3153. "symfony/webpack-encore-bundle": "^1.0|^2.0"
  3154. },
  3155. "bin": [
  3156. "Resources/bin/patch-type-declarations"
  3157. ],
  3158. "type": "library",
  3159. "autoload": {
  3160. "psr-4": {
  3161. "Symfony\\Component\\ErrorHandler\\": ""
  3162. },
  3163. "exclude-from-classmap": [
  3164. "/Tests/"
  3165. ]
  3166. },
  3167. "notification-url": "https://packagist.org/downloads/",
  3168. "license": [
  3169. "MIT"
  3170. ],
  3171. "authors": [
  3172. {
  3173. "name": "Fabien Potencier",
  3174. "email": "fabien@symfony.com"
  3175. },
  3176. {
  3177. "name": "Symfony Community",
  3178. "homepage": "https://symfony.com/contributors"
  3179. }
  3180. ],
  3181. "description": "Provides tools to manage errors and ease debugging PHP code",
  3182. "homepage": "https://symfony.com",
  3183. "support": {
  3184. "source": "https://github.com/symfony/error-handler/tree/v7.4.8"
  3185. },
  3186. "funding": [
  3187. {
  3188. "url": "https://symfony.com/sponsor",
  3189. "type": "custom"
  3190. },
  3191. {
  3192. "url": "https://github.com/fabpot",
  3193. "type": "github"
  3194. },
  3195. {
  3196. "url": "https://github.com/nicolas-grekas",
  3197. "type": "github"
  3198. },
  3199. {
  3200. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3201. "type": "tidelift"
  3202. }
  3203. ],
  3204. "time": "2026-03-24T13:12:05+00:00"
  3205. },
  3206. {
  3207. "name": "symfony/event-dispatcher",
  3208. "version": "v7.4.9",
  3209. "source": {
  3210. "type": "git",
  3211. "url": "https://github.com/symfony/event-dispatcher.git",
  3212. "reference": "e4a2e29753c7801f7a8340e066cfa788f3bc8101"
  3213. },
  3214. "dist": {
  3215. "type": "zip",
  3216. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e4a2e29753c7801f7a8340e066cfa788f3bc8101",
  3217. "reference": "e4a2e29753c7801f7a8340e066cfa788f3bc8101",
  3218. "shasum": ""
  3219. },
  3220. "require": {
  3221. "php": ">=8.2",
  3222. "symfony/event-dispatcher-contracts": "^2.5|^3"
  3223. },
  3224. "conflict": {
  3225. "symfony/dependency-injection": "<6.4",
  3226. "symfony/service-contracts": "<2.5"
  3227. },
  3228. "provide": {
  3229. "psr/event-dispatcher-implementation": "1.0",
  3230. "symfony/event-dispatcher-implementation": "2.0|3.0"
  3231. },
  3232. "require-dev": {
  3233. "psr/log": "^1|^2|^3",
  3234. "symfony/config": "^6.4|^7.0|^8.0",
  3235. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  3236. "symfony/error-handler": "^6.4|^7.0|^8.0",
  3237. "symfony/expression-language": "^6.4|^7.0|^8.0",
  3238. "symfony/framework-bundle": "^6.4|^7.0|^8.0",
  3239. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  3240. "symfony/service-contracts": "^2.5|^3",
  3241. "symfony/stopwatch": "^6.4|^7.0|^8.0"
  3242. },
  3243. "type": "library",
  3244. "autoload": {
  3245. "psr-4": {
  3246. "Symfony\\Component\\EventDispatcher\\": ""
  3247. },
  3248. "exclude-from-classmap": [
  3249. "/Tests/"
  3250. ]
  3251. },
  3252. "notification-url": "https://packagist.org/downloads/",
  3253. "license": [
  3254. "MIT"
  3255. ],
  3256. "authors": [
  3257. {
  3258. "name": "Fabien Potencier",
  3259. "email": "fabien@symfony.com"
  3260. },
  3261. {
  3262. "name": "Symfony Community",
  3263. "homepage": "https://symfony.com/contributors"
  3264. }
  3265. ],
  3266. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3267. "homepage": "https://symfony.com",
  3268. "support": {
  3269. "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.9"
  3270. },
  3271. "funding": [
  3272. {
  3273. "url": "https://symfony.com/sponsor",
  3274. "type": "custom"
  3275. },
  3276. {
  3277. "url": "https://github.com/fabpot",
  3278. "type": "github"
  3279. },
  3280. {
  3281. "url": "https://github.com/nicolas-grekas",
  3282. "type": "github"
  3283. },
  3284. {
  3285. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3286. "type": "tidelift"
  3287. }
  3288. ],
  3289. "time": "2026-04-18T13:18:21+00:00"
  3290. },
  3291. {
  3292. "name": "symfony/event-dispatcher-contracts",
  3293. "version": "v3.7.0",
  3294. "source": {
  3295. "type": "git",
  3296. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3297. "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32"
  3298. },
  3299. "dist": {
  3300. "type": "zip",
  3301. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/ccba7060602b7fed0b03c85bf025257f76d9ef32",
  3302. "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32",
  3303. "shasum": ""
  3304. },
  3305. "require": {
  3306. "php": ">=8.1",
  3307. "psr/event-dispatcher": "^1"
  3308. },
  3309. "type": "library",
  3310. "extra": {
  3311. "thanks": {
  3312. "url": "https://github.com/symfony/contracts",
  3313. "name": "symfony/contracts"
  3314. },
  3315. "branch-alias": {
  3316. "dev-main": "3.7-dev"
  3317. }
  3318. },
  3319. "autoload": {
  3320. "psr-4": {
  3321. "Symfony\\Contracts\\EventDispatcher\\": ""
  3322. }
  3323. },
  3324. "notification-url": "https://packagist.org/downloads/",
  3325. "license": [
  3326. "MIT"
  3327. ],
  3328. "authors": [
  3329. {
  3330. "name": "Nicolas Grekas",
  3331. "email": "p@tchwork.com"
  3332. },
  3333. {
  3334. "name": "Symfony Community",
  3335. "homepage": "https://symfony.com/contributors"
  3336. }
  3337. ],
  3338. "description": "Generic abstractions related to dispatching event",
  3339. "homepage": "https://symfony.com",
  3340. "keywords": [
  3341. "abstractions",
  3342. "contracts",
  3343. "decoupling",
  3344. "interfaces",
  3345. "interoperability",
  3346. "standards"
  3347. ],
  3348. "support": {
  3349. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.7.0"
  3350. },
  3351. "funding": [
  3352. {
  3353. "url": "https://symfony.com/sponsor",
  3354. "type": "custom"
  3355. },
  3356. {
  3357. "url": "https://github.com/fabpot",
  3358. "type": "github"
  3359. },
  3360. {
  3361. "url": "https://github.com/nicolas-grekas",
  3362. "type": "github"
  3363. },
  3364. {
  3365. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3366. "type": "tidelift"
  3367. }
  3368. ],
  3369. "time": "2026-01-05T13:30:16+00:00"
  3370. },
  3371. {
  3372. "name": "symfony/filesystem",
  3373. "version": "v7.4.11",
  3374. "source": {
  3375. "type": "git",
  3376. "url": "https://github.com/symfony/filesystem.git",
  3377. "reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50"
  3378. },
  3379. "dist": {
  3380. "type": "zip",
  3381. "url": "https://api.github.com/repos/symfony/filesystem/zipball/d721ea61b4a5fba8c5b6e7c1feda19efea144b50",
  3382. "reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50",
  3383. "shasum": ""
  3384. },
  3385. "require": {
  3386. "php": ">=8.2",
  3387. "symfony/polyfill-ctype": "~1.8",
  3388. "symfony/polyfill-mbstring": "~1.8"
  3389. },
  3390. "require-dev": {
  3391. "symfony/process": "^6.4|^7.0|^8.0"
  3392. },
  3393. "type": "library",
  3394. "autoload": {
  3395. "psr-4": {
  3396. "Symfony\\Component\\Filesystem\\": ""
  3397. },
  3398. "exclude-from-classmap": [
  3399. "/Tests/"
  3400. ]
  3401. },
  3402. "notification-url": "https://packagist.org/downloads/",
  3403. "license": [
  3404. "MIT"
  3405. ],
  3406. "authors": [
  3407. {
  3408. "name": "Fabien Potencier",
  3409. "email": "fabien@symfony.com"
  3410. },
  3411. {
  3412. "name": "Symfony Community",
  3413. "homepage": "https://symfony.com/contributors"
  3414. }
  3415. ],
  3416. "description": "Provides basic utilities for the filesystem",
  3417. "homepage": "https://symfony.com",
  3418. "support": {
  3419. "source": "https://github.com/symfony/filesystem/tree/v7.4.11"
  3420. },
  3421. "funding": [
  3422. {
  3423. "url": "https://symfony.com/sponsor",
  3424. "type": "custom"
  3425. },
  3426. {
  3427. "url": "https://github.com/fabpot",
  3428. "type": "github"
  3429. },
  3430. {
  3431. "url": "https://github.com/nicolas-grekas",
  3432. "type": "github"
  3433. },
  3434. {
  3435. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3436. "type": "tidelift"
  3437. }
  3438. ],
  3439. "time": "2026-05-11T16:38:44+00:00"
  3440. },
  3441. {
  3442. "name": "symfony/finder",
  3443. "version": "v7.4.8",
  3444. "source": {
  3445. "type": "git",
  3446. "url": "https://github.com/symfony/finder.git",
  3447. "reference": "e0be088d22278583a82da281886e8c3592fbf149"
  3448. },
  3449. "dist": {
  3450. "type": "zip",
  3451. "url": "https://api.github.com/repos/symfony/finder/zipball/e0be088d22278583a82da281886e8c3592fbf149",
  3452. "reference": "e0be088d22278583a82da281886e8c3592fbf149",
  3453. "shasum": ""
  3454. },
  3455. "require": {
  3456. "php": ">=8.2"
  3457. },
  3458. "require-dev": {
  3459. "symfony/filesystem": "^6.4|^7.0|^8.0"
  3460. },
  3461. "type": "library",
  3462. "autoload": {
  3463. "psr-4": {
  3464. "Symfony\\Component\\Finder\\": ""
  3465. },
  3466. "exclude-from-classmap": [
  3467. "/Tests/"
  3468. ]
  3469. },
  3470. "notification-url": "https://packagist.org/downloads/",
  3471. "license": [
  3472. "MIT"
  3473. ],
  3474. "authors": [
  3475. {
  3476. "name": "Fabien Potencier",
  3477. "email": "fabien@symfony.com"
  3478. },
  3479. {
  3480. "name": "Symfony Community",
  3481. "homepage": "https://symfony.com/contributors"
  3482. }
  3483. ],
  3484. "description": "Finds files and directories via an intuitive fluent interface",
  3485. "homepage": "https://symfony.com",
  3486. "support": {
  3487. "source": "https://github.com/symfony/finder/tree/v7.4.8"
  3488. },
  3489. "funding": [
  3490. {
  3491. "url": "https://symfony.com/sponsor",
  3492. "type": "custom"
  3493. },
  3494. {
  3495. "url": "https://github.com/fabpot",
  3496. "type": "github"
  3497. },
  3498. {
  3499. "url": "https://github.com/nicolas-grekas",
  3500. "type": "github"
  3501. },
  3502. {
  3503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3504. "type": "tidelift"
  3505. }
  3506. ],
  3507. "time": "2026-03-24T13:12:05+00:00"
  3508. },
  3509. {
  3510. "name": "symfony/flex",
  3511. "version": "v2.10.0",
  3512. "source": {
  3513. "type": "git",
  3514. "url": "https://github.com/symfony/flex.git",
  3515. "reference": "9cd384775973eabbf6e8b05784dda279fc67c28d"
  3516. },
  3517. "dist": {
  3518. "type": "zip",
  3519. "url": "https://api.github.com/repos/symfony/flex/zipball/9cd384775973eabbf6e8b05784dda279fc67c28d",
  3520. "reference": "9cd384775973eabbf6e8b05784dda279fc67c28d",
  3521. "shasum": ""
  3522. },
  3523. "require": {
  3524. "composer-plugin-api": "^2.1",
  3525. "php": ">=8.1"
  3526. },
  3527. "conflict": {
  3528. "composer/semver": "<1.7.2",
  3529. "symfony/dotenv": "<5.4"
  3530. },
  3531. "require-dev": {
  3532. "composer/composer": "^2.1",
  3533. "symfony/dotenv": "^6.4|^7.4|^8.0",
  3534. "symfony/filesystem": "^6.4|^7.4|^8.0",
  3535. "symfony/phpunit-bridge": "^6.4|^7.4|^8.0",
  3536. "symfony/process": "^6.4|^7.4|^8.0"
  3537. },
  3538. "type": "composer-plugin",
  3539. "extra": {
  3540. "class": "Symfony\\Flex\\Flex"
  3541. },
  3542. "autoload": {
  3543. "psr-4": {
  3544. "Symfony\\Flex\\": "src"
  3545. }
  3546. },
  3547. "notification-url": "https://packagist.org/downloads/",
  3548. "license": [
  3549. "MIT"
  3550. ],
  3551. "authors": [
  3552. {
  3553. "name": "Fabien Potencier",
  3554. "email": "fabien.potencier@gmail.com"
  3555. }
  3556. ],
  3557. "description": "Composer plugin for Symfony",
  3558. "support": {
  3559. "issues": "https://github.com/symfony/flex/issues",
  3560. "source": "https://github.com/symfony/flex/tree/v2.10.0"
  3561. },
  3562. "funding": [
  3563. {
  3564. "url": "https://symfony.com/sponsor",
  3565. "type": "custom"
  3566. },
  3567. {
  3568. "url": "https://github.com/fabpot",
  3569. "type": "github"
  3570. },
  3571. {
  3572. "url": "https://github.com/nicolas-grekas",
  3573. "type": "github"
  3574. },
  3575. {
  3576. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3577. "type": "tidelift"
  3578. }
  3579. ],
  3580. "time": "2025-11-16T09:38:19+00:00"
  3581. },
  3582. {
  3583. "name": "symfony/form",
  3584. "version": "v7.4.9",
  3585. "source": {
  3586. "type": "git",
  3587. "url": "https://github.com/symfony/form.git",
  3588. "reference": "b6c107af659106abec1771d9d7d22da528644d3a"
  3589. },
  3590. "dist": {
  3591. "type": "zip",
  3592. "url": "https://api.github.com/repos/symfony/form/zipball/b6c107af659106abec1771d9d7d22da528644d3a",
  3593. "reference": "b6c107af659106abec1771d9d7d22da528644d3a",
  3594. "shasum": ""
  3595. },
  3596. "require": {
  3597. "php": ">=8.2",
  3598. "symfony/deprecation-contracts": "^2.5|^3",
  3599. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  3600. "symfony/options-resolver": "^7.3|^8.0",
  3601. "symfony/polyfill-ctype": "~1.8",
  3602. "symfony/polyfill-intl-icu": "^1.21",
  3603. "symfony/polyfill-mbstring": "~1.0",
  3604. "symfony/property-access": "^6.4|^7.0|^8.0",
  3605. "symfony/service-contracts": "^2.5|^3"
  3606. },
  3607. "conflict": {
  3608. "symfony/console": "<6.4",
  3609. "symfony/dependency-injection": "<6.4",
  3610. "symfony/doctrine-bridge": "<6.4",
  3611. "symfony/error-handler": "<6.4",
  3612. "symfony/framework-bundle": "<6.4",
  3613. "symfony/http-kernel": "<6.4",
  3614. "symfony/intl": "<7.4",
  3615. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  3616. "symfony/translation-contracts": "<2.5",
  3617. "symfony/twig-bridge": "<6.4"
  3618. },
  3619. "require-dev": {
  3620. "doctrine/collections": "^1.0|^2.0",
  3621. "symfony/clock": "^6.4|^7.0|^8.0",
  3622. "symfony/config": "^6.4|^7.0|^8.0",
  3623. "symfony/console": "^6.4|^7.0|^8.0",
  3624. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  3625. "symfony/expression-language": "^6.4|^7.0|^8.0",
  3626. "symfony/html-sanitizer": "^6.4|^7.0|^8.0",
  3627. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  3628. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  3629. "symfony/intl": "^7.4|^8.0",
  3630. "symfony/security-core": "^6.4|^7.0|^8.0",
  3631. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  3632. "symfony/translation": "^6.4.3|^7.0.3|^8.0",
  3633. "symfony/uid": "^6.4|^7.0|^8.0",
  3634. "symfony/validator": "^6.4.12|^7.1.5|^8.0",
  3635. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  3636. },
  3637. "type": "library",
  3638. "autoload": {
  3639. "psr-4": {
  3640. "Symfony\\Component\\Form\\": ""
  3641. },
  3642. "exclude-from-classmap": [
  3643. "/Tests/"
  3644. ]
  3645. },
  3646. "notification-url": "https://packagist.org/downloads/",
  3647. "license": [
  3648. "MIT"
  3649. ],
  3650. "authors": [
  3651. {
  3652. "name": "Fabien Potencier",
  3653. "email": "fabien@symfony.com"
  3654. },
  3655. {
  3656. "name": "Symfony Community",
  3657. "homepage": "https://symfony.com/contributors"
  3658. }
  3659. ],
  3660. "description": "Allows to easily create, process and reuse HTML forms",
  3661. "homepage": "https://symfony.com",
  3662. "support": {
  3663. "source": "https://github.com/symfony/form/tree/v7.4.9"
  3664. },
  3665. "funding": [
  3666. {
  3667. "url": "https://symfony.com/sponsor",
  3668. "type": "custom"
  3669. },
  3670. {
  3671. "url": "https://github.com/fabpot",
  3672. "type": "github"
  3673. },
  3674. {
  3675. "url": "https://github.com/nicolas-grekas",
  3676. "type": "github"
  3677. },
  3678. {
  3679. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3680. "type": "tidelift"
  3681. }
  3682. ],
  3683. "time": "2026-04-29T14:39:19+00:00"
  3684. },
  3685. {
  3686. "name": "symfony/framework-bundle",
  3687. "version": "v7.4.11",
  3688. "source": {
  3689. "type": "git",
  3690. "url": "https://github.com/symfony/framework-bundle.git",
  3691. "reference": "637f5cac1ac2698a012b41610215bf366004295f"
  3692. },
  3693. "dist": {
  3694. "type": "zip",
  3695. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/637f5cac1ac2698a012b41610215bf366004295f",
  3696. "reference": "637f5cac1ac2698a012b41610215bf366004295f",
  3697. "shasum": ""
  3698. },
  3699. "require": {
  3700. "composer-runtime-api": ">=2.1",
  3701. "ext-xml": "*",
  3702. "php": ">=8.2",
  3703. "symfony/cache": "^6.4.12|^7.0|^8.0",
  3704. "symfony/config": "^7.4.4|^8.0.4",
  3705. "symfony/dependency-injection": "^7.4.4|^8.0.4",
  3706. "symfony/deprecation-contracts": "^2.5|^3",
  3707. "symfony/error-handler": "^7.3|^8.0",
  3708. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  3709. "symfony/filesystem": "^7.1|^8.0",
  3710. "symfony/finder": "^6.4|^7.0|^8.0",
  3711. "symfony/http-foundation": "^7.4|^8.0",
  3712. "symfony/http-kernel": "^7.4|^8.0",
  3713. "symfony/polyfill-mbstring": "~1.0",
  3714. "symfony/polyfill-php85": "^1.32",
  3715. "symfony/routing": "^7.4|^8.0"
  3716. },
  3717. "conflict": {
  3718. "doctrine/persistence": "<1.3",
  3719. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  3720. "phpdocumentor/type-resolver": "<1.5.1",
  3721. "symfony/asset": "<6.4",
  3722. "symfony/asset-mapper": "<6.4",
  3723. "symfony/clock": "<6.4",
  3724. "symfony/console": "<6.4",
  3725. "symfony/dom-crawler": "<6.4",
  3726. "symfony/dotenv": "<6.4",
  3727. "symfony/form": "<7.4",
  3728. "symfony/http-client": "<6.4",
  3729. "symfony/lock": "<6.4",
  3730. "symfony/mailer": "<6.4",
  3731. "symfony/messenger": "<7.4",
  3732. "symfony/mime": "<6.4.37|>=7.0,<7.4.9|>=8.0,<8.0.9",
  3733. "symfony/property-access": "<6.4",
  3734. "symfony/property-info": "<6.4",
  3735. "symfony/runtime": "<6.4.13|>=7.0,<7.1.6",
  3736. "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
  3737. "symfony/security-core": "<6.4",
  3738. "symfony/security-csrf": "<7.2",
  3739. "symfony/serializer": "<7.2.5",
  3740. "symfony/stopwatch": "<6.4",
  3741. "symfony/translation": "<7.3",
  3742. "symfony/twig-bridge": "<6.4",
  3743. "symfony/twig-bundle": "<6.4",
  3744. "symfony/validator": "<6.4",
  3745. "symfony/web-profiler-bundle": "<6.4",
  3746. "symfony/webhook": "<7.2",
  3747. "symfony/workflow": "<7.4"
  3748. },
  3749. "require-dev": {
  3750. "doctrine/persistence": "^1.3|^2|^3",
  3751. "dragonmantank/cron-expression": "^3.1",
  3752. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  3753. "seld/jsonlint": "^1.10",
  3754. "symfony/asset": "^6.4|^7.0|^8.0",
  3755. "symfony/asset-mapper": "^6.4|^7.0|^8.0",
  3756. "symfony/browser-kit": "^6.4|^7.0|^8.0",
  3757. "symfony/clock": "^6.4|^7.0|^8.0",
  3758. "symfony/console": "^6.4|^7.0|^8.0",
  3759. "symfony/css-selector": "^6.4|^7.0|^8.0",
  3760. "symfony/dom-crawler": "^6.4|^7.0|^8.0",
  3761. "symfony/dotenv": "^6.4|^7.0|^8.0",
  3762. "symfony/expression-language": "^6.4|^7.0|^8.0",
  3763. "symfony/form": "^7.4|^8.0",
  3764. "symfony/html-sanitizer": "^6.4|^7.0|^8.0",
  3765. "symfony/http-client": "^6.4|^7.0|^8.0",
  3766. "symfony/json-streamer": "^7.3|^8.0",
  3767. "symfony/lock": "^6.4|^7.0|^8.0",
  3768. "symfony/mailer": "^6.4|^7.0|^8.0",
  3769. "symfony/messenger": "^7.4|^8.0",
  3770. "symfony/mime": "^6.4.37|^7.4.9|^8.0.9",
  3771. "symfony/notifier": "^6.4|^7.0|^8.0",
  3772. "symfony/object-mapper": "^7.3|^8.0",
  3773. "symfony/polyfill-intl-icu": "~1.0",
  3774. "symfony/process": "^6.4|^7.0|^8.0",
  3775. "symfony/property-info": "^6.4|^7.0|^8.0",
  3776. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  3777. "symfony/runtime": "^6.4.13|^7.1.6|^8.0",
  3778. "symfony/scheduler": "^6.4.4|^7.0.4|^8.0",
  3779. "symfony/security-bundle": "^6.4|^7.0|^8.0",
  3780. "symfony/semaphore": "^6.4|^7.0|^8.0",
  3781. "symfony/serializer": "^7.2.5|^8.0",
  3782. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  3783. "symfony/string": "^6.4|^7.0|^8.0",
  3784. "symfony/translation": "^7.3|^8.0",
  3785. "symfony/twig-bundle": "^6.4|^7.0|^8.0",
  3786. "symfony/type-info": "^7.1.8|^8.0",
  3787. "symfony/uid": "^6.4|^7.0|^8.0",
  3788. "symfony/validator": "^7.4|^8.0",
  3789. "symfony/web-link": "^6.4|^7.0|^8.0",
  3790. "symfony/webhook": "^7.2|^8.0",
  3791. "symfony/workflow": "^7.4|^8.0",
  3792. "symfony/yaml": "^7.3|^8.0",
  3793. "twig/twig": "^3.12"
  3794. },
  3795. "type": "symfony-bundle",
  3796. "autoload": {
  3797. "psr-4": {
  3798. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3799. },
  3800. "exclude-from-classmap": [
  3801. "/Tests/"
  3802. ]
  3803. },
  3804. "notification-url": "https://packagist.org/downloads/",
  3805. "license": [
  3806. "MIT"
  3807. ],
  3808. "authors": [
  3809. {
  3810. "name": "Fabien Potencier",
  3811. "email": "fabien@symfony.com"
  3812. },
  3813. {
  3814. "name": "Symfony Community",
  3815. "homepage": "https://symfony.com/contributors"
  3816. }
  3817. ],
  3818. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  3819. "homepage": "https://symfony.com",
  3820. "support": {
  3821. "source": "https://github.com/symfony/framework-bundle/tree/v7.4.11"
  3822. },
  3823. "funding": [
  3824. {
  3825. "url": "https://symfony.com/sponsor",
  3826. "type": "custom"
  3827. },
  3828. {
  3829. "url": "https://github.com/fabpot",
  3830. "type": "github"
  3831. },
  3832. {
  3833. "url": "https://github.com/nicolas-grekas",
  3834. "type": "github"
  3835. },
  3836. {
  3837. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3838. "type": "tidelift"
  3839. }
  3840. ],
  3841. "time": "2026-05-13T12:04:42+00:00"
  3842. },
  3843. {
  3844. "name": "symfony/http-client",
  3845. "version": "v7.4.13",
  3846. "source": {
  3847. "type": "git",
  3848. "url": "https://github.com/symfony/http-client.git",
  3849. "reference": "e8a112b8415707265a7e614278136a9d92989a6a"
  3850. },
  3851. "dist": {
  3852. "type": "zip",
  3853. "url": "https://api.github.com/repos/symfony/http-client/zipball/e8a112b8415707265a7e614278136a9d92989a6a",
  3854. "reference": "e8a112b8415707265a7e614278136a9d92989a6a",
  3855. "shasum": ""
  3856. },
  3857. "require": {
  3858. "php": ">=8.2",
  3859. "psr/log": "^1|^2|^3",
  3860. "symfony/deprecation-contracts": "^2.5|^3",
  3861. "symfony/http-client-contracts": "~3.4.4|^3.5.2",
  3862. "symfony/polyfill-php83": "^1.29",
  3863. "symfony/service-contracts": "^2.5|^3"
  3864. },
  3865. "conflict": {
  3866. "amphp/amp": "<2.5",
  3867. "amphp/socket": "<1.1",
  3868. "php-http/discovery": "<1.15",
  3869. "symfony/http-foundation": "<6.4"
  3870. },
  3871. "provide": {
  3872. "php-http/async-client-implementation": "*",
  3873. "php-http/client-implementation": "*",
  3874. "psr/http-client-implementation": "1.0",
  3875. "symfony/http-client-implementation": "3.0"
  3876. },
  3877. "require-dev": {
  3878. "amphp/http-client": "^4.2.1|^5.0",
  3879. "amphp/http-tunnel": "^1.0|^2.0",
  3880. "guzzlehttp/promises": "^1.4|^2.0",
  3881. "nyholm/psr7": "^1.0",
  3882. "php-http/httplug": "^1.0|^2.0",
  3883. "psr/http-client": "^1.0",
  3884. "symfony/amphp-http-client-meta": "^1.0|^2.0",
  3885. "symfony/cache": "^6.4|^7.0|^8.0",
  3886. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  3887. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  3888. "symfony/messenger": "^6.4|^7.0|^8.0",
  3889. "symfony/process": "^6.4|^7.0|^8.0",
  3890. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  3891. "symfony/stopwatch": "^6.4|^7.0|^8.0"
  3892. },
  3893. "type": "library",
  3894. "autoload": {
  3895. "psr-4": {
  3896. "Symfony\\Component\\HttpClient\\": ""
  3897. },
  3898. "exclude-from-classmap": [
  3899. "/Tests/"
  3900. ]
  3901. },
  3902. "notification-url": "https://packagist.org/downloads/",
  3903. "license": [
  3904. "MIT"
  3905. ],
  3906. "authors": [
  3907. {
  3908. "name": "Nicolas Grekas",
  3909. "email": "p@tchwork.com"
  3910. },
  3911. {
  3912. "name": "Symfony Community",
  3913. "homepage": "https://symfony.com/contributors"
  3914. }
  3915. ],
  3916. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  3917. "homepage": "https://symfony.com",
  3918. "keywords": [
  3919. "http"
  3920. ],
  3921. "support": {
  3922. "source": "https://github.com/symfony/http-client/tree/v7.4.13"
  3923. },
  3924. "funding": [
  3925. {
  3926. "url": "https://symfony.com/sponsor",
  3927. "type": "custom"
  3928. },
  3929. {
  3930. "url": "https://github.com/fabpot",
  3931. "type": "github"
  3932. },
  3933. {
  3934. "url": "https://github.com/nicolas-grekas",
  3935. "type": "github"
  3936. },
  3937. {
  3938. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3939. "type": "tidelift"
  3940. }
  3941. ],
  3942. "time": "2026-05-24T09:57:54+00:00"
  3943. },
  3944. {
  3945. "name": "symfony/http-client-contracts",
  3946. "version": "v3.7.0",
  3947. "source": {
  3948. "type": "git",
  3949. "url": "https://github.com/symfony/http-client-contracts.git",
  3950. "reference": "4a2d00c37651c0bdc2b9e1c773487a8bf4edb12d"
  3951. },
  3952. "dist": {
  3953. "type": "zip",
  3954. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4a2d00c37651c0bdc2b9e1c773487a8bf4edb12d",
  3955. "reference": "4a2d00c37651c0bdc2b9e1c773487a8bf4edb12d",
  3956. "shasum": ""
  3957. },
  3958. "require": {
  3959. "php": ">=8.1"
  3960. },
  3961. "type": "library",
  3962. "extra": {
  3963. "thanks": {
  3964. "url": "https://github.com/symfony/contracts",
  3965. "name": "symfony/contracts"
  3966. },
  3967. "branch-alias": {
  3968. "dev-main": "3.7-dev"
  3969. }
  3970. },
  3971. "autoload": {
  3972. "psr-4": {
  3973. "Symfony\\Contracts\\HttpClient\\": ""
  3974. },
  3975. "exclude-from-classmap": [
  3976. "/Test/"
  3977. ]
  3978. },
  3979. "notification-url": "https://packagist.org/downloads/",
  3980. "license": [
  3981. "MIT"
  3982. ],
  3983. "authors": [
  3984. {
  3985. "name": "Nicolas Grekas",
  3986. "email": "p@tchwork.com"
  3987. },
  3988. {
  3989. "name": "Symfony Community",
  3990. "homepage": "https://symfony.com/contributors"
  3991. }
  3992. ],
  3993. "description": "Generic abstractions related to HTTP clients",
  3994. "homepage": "https://symfony.com",
  3995. "keywords": [
  3996. "abstractions",
  3997. "contracts",
  3998. "decoupling",
  3999. "interfaces",
  4000. "interoperability",
  4001. "standards"
  4002. ],
  4003. "support": {
  4004. "source": "https://github.com/symfony/http-client-contracts/tree/v3.7.0"
  4005. },
  4006. "funding": [
  4007. {
  4008. "url": "https://symfony.com/sponsor",
  4009. "type": "custom"
  4010. },
  4011. {
  4012. "url": "https://github.com/fabpot",
  4013. "type": "github"
  4014. },
  4015. {
  4016. "url": "https://github.com/nicolas-grekas",
  4017. "type": "github"
  4018. },
  4019. {
  4020. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4021. "type": "tidelift"
  4022. }
  4023. ],
  4024. "time": "2026-03-06T13:17:50+00:00"
  4025. },
  4026. {
  4027. "name": "symfony/http-foundation",
  4028. "version": "v7.4.8",
  4029. "source": {
  4030. "type": "git",
  4031. "url": "https://github.com/symfony/http-foundation.git",
  4032. "reference": "9381209597ec66c25be154cbf2289076e64d1eab"
  4033. },
  4034. "dist": {
  4035. "type": "zip",
  4036. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9381209597ec66c25be154cbf2289076e64d1eab",
  4037. "reference": "9381209597ec66c25be154cbf2289076e64d1eab",
  4038. "shasum": ""
  4039. },
  4040. "require": {
  4041. "php": ">=8.2",
  4042. "symfony/deprecation-contracts": "^2.5|^3",
  4043. "symfony/polyfill-mbstring": "^1.1"
  4044. },
  4045. "conflict": {
  4046. "doctrine/dbal": "<3.6",
  4047. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  4048. },
  4049. "require-dev": {
  4050. "doctrine/dbal": "^3.6|^4",
  4051. "predis/predis": "^1.1|^2.0",
  4052. "symfony/cache": "^6.4.12|^7.1.5|^8.0",
  4053. "symfony/clock": "^6.4|^7.0|^8.0",
  4054. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  4055. "symfony/expression-language": "^6.4|^7.0|^8.0",
  4056. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  4057. "symfony/mime": "^6.4|^7.0|^8.0",
  4058. "symfony/rate-limiter": "^6.4|^7.0|^8.0"
  4059. },
  4060. "type": "library",
  4061. "autoload": {
  4062. "psr-4": {
  4063. "Symfony\\Component\\HttpFoundation\\": ""
  4064. },
  4065. "exclude-from-classmap": [
  4066. "/Tests/"
  4067. ]
  4068. },
  4069. "notification-url": "https://packagist.org/downloads/",
  4070. "license": [
  4071. "MIT"
  4072. ],
  4073. "authors": [
  4074. {
  4075. "name": "Fabien Potencier",
  4076. "email": "fabien@symfony.com"
  4077. },
  4078. {
  4079. "name": "Symfony Community",
  4080. "homepage": "https://symfony.com/contributors"
  4081. }
  4082. ],
  4083. "description": "Defines an object-oriented layer for the HTTP specification",
  4084. "homepage": "https://symfony.com",
  4085. "support": {
  4086. "source": "https://github.com/symfony/http-foundation/tree/v7.4.8"
  4087. },
  4088. "funding": [
  4089. {
  4090. "url": "https://symfony.com/sponsor",
  4091. "type": "custom"
  4092. },
  4093. {
  4094. "url": "https://github.com/fabpot",
  4095. "type": "github"
  4096. },
  4097. {
  4098. "url": "https://github.com/nicolas-grekas",
  4099. "type": "github"
  4100. },
  4101. {
  4102. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4103. "type": "tidelift"
  4104. }
  4105. ],
  4106. "time": "2026-03-24T13:12:05+00:00"
  4107. },
  4108. {
  4109. "name": "symfony/http-kernel",
  4110. "version": "v7.4.12",
  4111. "source": {
  4112. "type": "git",
  4113. "url": "https://github.com/symfony/http-kernel.git",
  4114. "reference": "7922b53e70d2ba2027af8bb6a59d91eb3541ea4d"
  4115. },
  4116. "dist": {
  4117. "type": "zip",
  4118. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7922b53e70d2ba2027af8bb6a59d91eb3541ea4d",
  4119. "reference": "7922b53e70d2ba2027af8bb6a59d91eb3541ea4d",
  4120. "shasum": ""
  4121. },
  4122. "require": {
  4123. "php": ">=8.2",
  4124. "psr/log": "^1|^2|^3",
  4125. "symfony/deprecation-contracts": "^2.5|^3",
  4126. "symfony/error-handler": "^6.4|^7.0|^8.0",
  4127. "symfony/event-dispatcher": "^7.3|^8.0",
  4128. "symfony/http-foundation": "^7.4|^8.0",
  4129. "symfony/polyfill-ctype": "^1.8"
  4130. },
  4131. "conflict": {
  4132. "symfony/browser-kit": "<6.4",
  4133. "symfony/cache": "<6.4",
  4134. "symfony/config": "<6.4",
  4135. "symfony/console": "<6.4",
  4136. "symfony/dependency-injection": "<6.4",
  4137. "symfony/doctrine-bridge": "<6.4",
  4138. "symfony/flex": "<2.10",
  4139. "symfony/form": "<6.4",
  4140. "symfony/http-client": "<6.4",
  4141. "symfony/http-client-contracts": "<2.5",
  4142. "symfony/mailer": "<6.4",
  4143. "symfony/messenger": "<6.4",
  4144. "symfony/translation": "<6.4",
  4145. "symfony/translation-contracts": "<2.5",
  4146. "symfony/twig-bridge": "<6.4",
  4147. "symfony/validator": "<6.4",
  4148. "symfony/var-dumper": "<6.4",
  4149. "twig/twig": "<3.12"
  4150. },
  4151. "provide": {
  4152. "psr/log-implementation": "1.0|2.0|3.0"
  4153. },
  4154. "require-dev": {
  4155. "psr/cache": "^1.0|^2.0|^3.0",
  4156. "symfony/browser-kit": "^6.4|^7.0|^8.0",
  4157. "symfony/clock": "^6.4|^7.0|^8.0",
  4158. "symfony/config": "^6.4|^7.0|^8.0",
  4159. "symfony/console": "^6.4|^7.0|^8.0",
  4160. "symfony/css-selector": "^6.4|^7.0|^8.0",
  4161. "symfony/dependency-injection": "^6.4.1|^7.0.1|^8.0",
  4162. "symfony/dom-crawler": "^6.4|^7.0|^8.0",
  4163. "symfony/expression-language": "^6.4|^7.0|^8.0",
  4164. "symfony/finder": "^6.4|^7.0|^8.0",
  4165. "symfony/http-client-contracts": "^2.5|^3",
  4166. "symfony/process": "^6.4|^7.0|^8.0",
  4167. "symfony/property-access": "^7.1|^8.0",
  4168. "symfony/routing": "^6.4|^7.0|^8.0",
  4169. "symfony/serializer": "^7.1|^8.0",
  4170. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  4171. "symfony/translation": "^6.4|^7.0|^8.0",
  4172. "symfony/translation-contracts": "^2.5|^3",
  4173. "symfony/uid": "^6.4|^7.0|^8.0",
  4174. "symfony/validator": "^6.4|^7.0|^8.0",
  4175. "symfony/var-dumper": "^6.4|^7.0|^8.0",
  4176. "symfony/var-exporter": "^6.4|^7.0|^8.0",
  4177. "twig/twig": "^3.12"
  4178. },
  4179. "type": "library",
  4180. "autoload": {
  4181. "psr-4": {
  4182. "Symfony\\Component\\HttpKernel\\": ""
  4183. },
  4184. "exclude-from-classmap": [
  4185. "/Tests/"
  4186. ]
  4187. },
  4188. "notification-url": "https://packagist.org/downloads/",
  4189. "license": [
  4190. "MIT"
  4191. ],
  4192. "authors": [
  4193. {
  4194. "name": "Fabien Potencier",
  4195. "email": "fabien@symfony.com"
  4196. },
  4197. {
  4198. "name": "Symfony Community",
  4199. "homepage": "https://symfony.com/contributors"
  4200. }
  4201. ],
  4202. "description": "Provides a structured process for converting a Request into a Response",
  4203. "homepage": "https://symfony.com",
  4204. "support": {
  4205. "source": "https://github.com/symfony/http-kernel/tree/v7.4.12"
  4206. },
  4207. "funding": [
  4208. {
  4209. "url": "https://symfony.com/sponsor",
  4210. "type": "custom"
  4211. },
  4212. {
  4213. "url": "https://github.com/fabpot",
  4214. "type": "github"
  4215. },
  4216. {
  4217. "url": "https://github.com/nicolas-grekas",
  4218. "type": "github"
  4219. },
  4220. {
  4221. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4222. "type": "tidelift"
  4223. }
  4224. ],
  4225. "time": "2026-05-20T09:27:11+00:00"
  4226. },
  4227. {
  4228. "name": "symfony/mailer",
  4229. "version": "v7.4.12",
  4230. "source": {
  4231. "type": "git",
  4232. "url": "https://github.com/symfony/mailer.git",
  4233. "reference": "5cefb712a25f320579615ba9e1942abaeade7dff"
  4234. },
  4235. "dist": {
  4236. "type": "zip",
  4237. "url": "https://api.github.com/repos/symfony/mailer/zipball/5cefb712a25f320579615ba9e1942abaeade7dff",
  4238. "reference": "5cefb712a25f320579615ba9e1942abaeade7dff",
  4239. "shasum": ""
  4240. },
  4241. "require": {
  4242. "egulias/email-validator": "^2.1.10|^3|^4",
  4243. "php": ">=8.2",
  4244. "psr/event-dispatcher": "^1",
  4245. "psr/log": "^1|^2|^3",
  4246. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  4247. "symfony/mime": "^7.2|^8.0",
  4248. "symfony/service-contracts": "^2.5|^3"
  4249. },
  4250. "conflict": {
  4251. "symfony/http-client-contracts": "<2.5",
  4252. "symfony/http-kernel": "<6.4",
  4253. "symfony/messenger": "<6.4",
  4254. "symfony/mime": "<6.4",
  4255. "symfony/twig-bridge": "<6.4"
  4256. },
  4257. "require-dev": {
  4258. "symfony/console": "^6.4|^7.0|^8.0",
  4259. "symfony/http-client": "^6.4|^7.0|^8.0",
  4260. "symfony/messenger": "^6.4|^7.0|^8.0",
  4261. "symfony/twig-bridge": "^6.4|^7.0|^8.0"
  4262. },
  4263. "type": "library",
  4264. "autoload": {
  4265. "psr-4": {
  4266. "Symfony\\Component\\Mailer\\": ""
  4267. },
  4268. "exclude-from-classmap": [
  4269. "/Tests/"
  4270. ]
  4271. },
  4272. "notification-url": "https://packagist.org/downloads/",
  4273. "license": [
  4274. "MIT"
  4275. ],
  4276. "authors": [
  4277. {
  4278. "name": "Fabien Potencier",
  4279. "email": "fabien@symfony.com"
  4280. },
  4281. {
  4282. "name": "Symfony Community",
  4283. "homepage": "https://symfony.com/contributors"
  4284. }
  4285. ],
  4286. "description": "Helps sending emails",
  4287. "homepage": "https://symfony.com",
  4288. "support": {
  4289. "source": "https://github.com/symfony/mailer/tree/v7.4.12"
  4290. },
  4291. "funding": [
  4292. {
  4293. "url": "https://symfony.com/sponsor",
  4294. "type": "custom"
  4295. },
  4296. {
  4297. "url": "https://github.com/fabpot",
  4298. "type": "github"
  4299. },
  4300. {
  4301. "url": "https://github.com/nicolas-grekas",
  4302. "type": "github"
  4303. },
  4304. {
  4305. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4306. "type": "tidelift"
  4307. }
  4308. ],
  4309. "time": "2026-05-20T07:20:23+00:00"
  4310. },
  4311. {
  4312. "name": "symfony/mime",
  4313. "version": "v7.4.12",
  4314. "source": {
  4315. "type": "git",
  4316. "url": "https://github.com/symfony/mime.git",
  4317. "reference": "b198dd66c211c97119bcaaff7c13431dbbb5e470"
  4318. },
  4319. "dist": {
  4320. "type": "zip",
  4321. "url": "https://api.github.com/repos/symfony/mime/zipball/b198dd66c211c97119bcaaff7c13431dbbb5e470",
  4322. "reference": "b198dd66c211c97119bcaaff7c13431dbbb5e470",
  4323. "shasum": ""
  4324. },
  4325. "require": {
  4326. "php": ">=8.2",
  4327. "symfony/deprecation-contracts": "^2.5|^3",
  4328. "symfony/polyfill-intl-idn": "^1.10",
  4329. "symfony/polyfill-mbstring": "^1.0"
  4330. },
  4331. "conflict": {
  4332. "egulias/email-validator": "~3.0.0",
  4333. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  4334. "phpdocumentor/type-resolver": "<1.5.1",
  4335. "symfony/mailer": "<6.4",
  4336. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  4337. },
  4338. "require-dev": {
  4339. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4340. "league/html-to-markdown": "^5.0",
  4341. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  4342. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  4343. "symfony/process": "^6.4|^7.0|^8.0",
  4344. "symfony/property-access": "^6.4|^7.0|^8.0",
  4345. "symfony/property-info": "^6.4|^7.0|^8.0",
  4346. "symfony/serializer": "^6.4.3|^7.0.3|^8.0"
  4347. },
  4348. "type": "library",
  4349. "autoload": {
  4350. "psr-4": {
  4351. "Symfony\\Component\\Mime\\": ""
  4352. },
  4353. "exclude-from-classmap": [
  4354. "/Tests/"
  4355. ]
  4356. },
  4357. "notification-url": "https://packagist.org/downloads/",
  4358. "license": [
  4359. "MIT"
  4360. ],
  4361. "authors": [
  4362. {
  4363. "name": "Fabien Potencier",
  4364. "email": "fabien@symfony.com"
  4365. },
  4366. {
  4367. "name": "Symfony Community",
  4368. "homepage": "https://symfony.com/contributors"
  4369. }
  4370. ],
  4371. "description": "Allows manipulating MIME messages",
  4372. "homepage": "https://symfony.com",
  4373. "keywords": [
  4374. "mime",
  4375. "mime-type"
  4376. ],
  4377. "support": {
  4378. "source": "https://github.com/symfony/mime/tree/v7.4.12"
  4379. },
  4380. "funding": [
  4381. {
  4382. "url": "https://symfony.com/sponsor",
  4383. "type": "custom"
  4384. },
  4385. {
  4386. "url": "https://github.com/fabpot",
  4387. "type": "github"
  4388. },
  4389. {
  4390. "url": "https://github.com/nicolas-grekas",
  4391. "type": "github"
  4392. },
  4393. {
  4394. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4395. "type": "tidelift"
  4396. }
  4397. ],
  4398. "time": "2026-05-20T07:20:23+00:00"
  4399. },
  4400. {
  4401. "name": "symfony/monolog-bridge",
  4402. "version": "v7.4.12",
  4403. "source": {
  4404. "type": "git",
  4405. "url": "https://github.com/symfony/monolog-bridge.git",
  4406. "reference": "20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8"
  4407. },
  4408. "dist": {
  4409. "type": "zip",
  4410. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8",
  4411. "reference": "20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8",
  4412. "shasum": ""
  4413. },
  4414. "require": {
  4415. "monolog/monolog": "^3",
  4416. "php": ">=8.2",
  4417. "symfony/deprecation-contracts": "^2.5|^3",
  4418. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  4419. "symfony/service-contracts": "^2.5|^3"
  4420. },
  4421. "conflict": {
  4422. "symfony/console": "<6.4",
  4423. "symfony/http-foundation": "<6.4",
  4424. "symfony/security-core": "<6.4"
  4425. },
  4426. "require-dev": {
  4427. "symfony/console": "^6.4|^7.0|^8.0",
  4428. "symfony/http-client": "^6.4|^7.0|^8.0",
  4429. "symfony/mailer": "^6.4|^7.0|^8.0",
  4430. "symfony/messenger": "^6.4|^7.0|^8.0",
  4431. "symfony/mime": "^6.4|^7.0|^8.0",
  4432. "symfony/security-core": "^6.4|^7.0|^8.0",
  4433. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  4434. },
  4435. "type": "symfony-bridge",
  4436. "autoload": {
  4437. "psr-4": {
  4438. "Symfony\\Bridge\\Monolog\\": ""
  4439. },
  4440. "exclude-from-classmap": [
  4441. "/Tests/"
  4442. ]
  4443. },
  4444. "notification-url": "https://packagist.org/downloads/",
  4445. "license": [
  4446. "MIT"
  4447. ],
  4448. "authors": [
  4449. {
  4450. "name": "Fabien Potencier",
  4451. "email": "fabien@symfony.com"
  4452. },
  4453. {
  4454. "name": "Symfony Community",
  4455. "homepage": "https://symfony.com/contributors"
  4456. }
  4457. ],
  4458. "description": "Provides integration for Monolog with various Symfony components",
  4459. "homepage": "https://symfony.com",
  4460. "support": {
  4461. "source": "https://github.com/symfony/monolog-bridge/tree/v7.4.12"
  4462. },
  4463. "funding": [
  4464. {
  4465. "url": "https://symfony.com/sponsor",
  4466. "type": "custom"
  4467. },
  4468. {
  4469. "url": "https://github.com/fabpot",
  4470. "type": "github"
  4471. },
  4472. {
  4473. "url": "https://github.com/nicolas-grekas",
  4474. "type": "github"
  4475. },
  4476. {
  4477. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4478. "type": "tidelift"
  4479. }
  4480. ],
  4481. "time": "2026-05-20T07:20:23+00:00"
  4482. },
  4483. {
  4484. "name": "symfony/monolog-bundle",
  4485. "version": "v4.0.2",
  4486. "source": {
  4487. "type": "git",
  4488. "url": "https://github.com/symfony/monolog-bundle.git",
  4489. "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598"
  4490. },
  4491. "dist": {
  4492. "type": "zip",
  4493. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/c012c6aba13129eb02aa7dd61e66e720911d8598",
  4494. "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598",
  4495. "shasum": ""
  4496. },
  4497. "require": {
  4498. "composer-runtime-api": "^2.0",
  4499. "monolog/monolog": "^3.5",
  4500. "php": ">=8.2",
  4501. "symfony/config": "^7.3 || ^8.0",
  4502. "symfony/dependency-injection": "^7.3 || ^8.0",
  4503. "symfony/http-kernel": "^7.3 || ^8.0",
  4504. "symfony/monolog-bridge": "^7.3 || ^8.0",
  4505. "symfony/polyfill-php84": "^1.30"
  4506. },
  4507. "require-dev": {
  4508. "phpunit/phpunit": "^11.5.41 || ^12.3",
  4509. "symfony/console": "^7.3 || ^8.0",
  4510. "symfony/yaml": "^7.3 || ^8.0"
  4511. },
  4512. "type": "symfony-bundle",
  4513. "autoload": {
  4514. "psr-4": {
  4515. "Symfony\\Bundle\\MonologBundle\\": "src"
  4516. }
  4517. },
  4518. "notification-url": "https://packagist.org/downloads/",
  4519. "license": [
  4520. "MIT"
  4521. ],
  4522. "authors": [
  4523. {
  4524. "name": "Fabien Potencier",
  4525. "email": "fabien@symfony.com"
  4526. },
  4527. {
  4528. "name": "Symfony Community",
  4529. "homepage": "https://symfony.com/contributors"
  4530. }
  4531. ],
  4532. "description": "Symfony MonologBundle",
  4533. "homepage": "https://symfony.com",
  4534. "keywords": [
  4535. "log",
  4536. "logging"
  4537. ],
  4538. "support": {
  4539. "issues": "https://github.com/symfony/monolog-bundle/issues",
  4540. "source": "https://github.com/symfony/monolog-bundle/tree/v4.0.2"
  4541. },
  4542. "funding": [
  4543. {
  4544. "url": "https://symfony.com/sponsor",
  4545. "type": "custom"
  4546. },
  4547. {
  4548. "url": "https://github.com/fabpot",
  4549. "type": "github"
  4550. },
  4551. {
  4552. "url": "https://github.com/nicolas-grekas",
  4553. "type": "github"
  4554. },
  4555. {
  4556. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4557. "type": "tidelift"
  4558. }
  4559. ],
  4560. "time": "2026-04-02T18:27:21+00:00"
  4561. },
  4562. {
  4563. "name": "symfony/options-resolver",
  4564. "version": "v7.4.8",
  4565. "source": {
  4566. "type": "git",
  4567. "url": "https://github.com/symfony/options-resolver.git",
  4568. "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4"
  4569. },
  4570. "dist": {
  4571. "type": "zip",
  4572. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
  4573. "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
  4574. "shasum": ""
  4575. },
  4576. "require": {
  4577. "php": ">=8.2",
  4578. "symfony/deprecation-contracts": "^2.5|^3"
  4579. },
  4580. "type": "library",
  4581. "autoload": {
  4582. "psr-4": {
  4583. "Symfony\\Component\\OptionsResolver\\": ""
  4584. },
  4585. "exclude-from-classmap": [
  4586. "/Tests/"
  4587. ]
  4588. },
  4589. "notification-url": "https://packagist.org/downloads/",
  4590. "license": [
  4591. "MIT"
  4592. ],
  4593. "authors": [
  4594. {
  4595. "name": "Fabien Potencier",
  4596. "email": "fabien@symfony.com"
  4597. },
  4598. {
  4599. "name": "Symfony Community",
  4600. "homepage": "https://symfony.com/contributors"
  4601. }
  4602. ],
  4603. "description": "Provides an improved replacement for the array_replace PHP function",
  4604. "homepage": "https://symfony.com",
  4605. "keywords": [
  4606. "config",
  4607. "configuration",
  4608. "options"
  4609. ],
  4610. "support": {
  4611. "source": "https://github.com/symfony/options-resolver/tree/v7.4.8"
  4612. },
  4613. "funding": [
  4614. {
  4615. "url": "https://symfony.com/sponsor",
  4616. "type": "custom"
  4617. },
  4618. {
  4619. "url": "https://github.com/fabpot",
  4620. "type": "github"
  4621. },
  4622. {
  4623. "url": "https://github.com/nicolas-grekas",
  4624. "type": "github"
  4625. },
  4626. {
  4627. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4628. "type": "tidelift"
  4629. }
  4630. ],
  4631. "time": "2026-03-24T13:12:05+00:00"
  4632. },
  4633. {
  4634. "name": "symfony/password-hasher",
  4635. "version": "v7.4.8",
  4636. "source": {
  4637. "type": "git",
  4638. "url": "https://github.com/symfony/password-hasher.git",
  4639. "reference": "18a7d92126c95962f7efbcc9e421ba710a366847"
  4640. },
  4641. "dist": {
  4642. "type": "zip",
  4643. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/18a7d92126c95962f7efbcc9e421ba710a366847",
  4644. "reference": "18a7d92126c95962f7efbcc9e421ba710a366847",
  4645. "shasum": ""
  4646. },
  4647. "require": {
  4648. "php": ">=8.2"
  4649. },
  4650. "conflict": {
  4651. "symfony/security-core": "<6.4"
  4652. },
  4653. "require-dev": {
  4654. "symfony/console": "^6.4|^7.0|^8.0",
  4655. "symfony/security-core": "^6.4|^7.0|^8.0"
  4656. },
  4657. "type": "library",
  4658. "autoload": {
  4659. "psr-4": {
  4660. "Symfony\\Component\\PasswordHasher\\": ""
  4661. },
  4662. "exclude-from-classmap": [
  4663. "/Tests/"
  4664. ]
  4665. },
  4666. "notification-url": "https://packagist.org/downloads/",
  4667. "license": [
  4668. "MIT"
  4669. ],
  4670. "authors": [
  4671. {
  4672. "name": "Robin Chalas",
  4673. "email": "robin.chalas@gmail.com"
  4674. },
  4675. {
  4676. "name": "Symfony Community",
  4677. "homepage": "https://symfony.com/contributors"
  4678. }
  4679. ],
  4680. "description": "Provides password hashing utilities",
  4681. "homepage": "https://symfony.com",
  4682. "keywords": [
  4683. "hashing",
  4684. "password"
  4685. ],
  4686. "support": {
  4687. "source": "https://github.com/symfony/password-hasher/tree/v7.4.8"
  4688. },
  4689. "funding": [
  4690. {
  4691. "url": "https://symfony.com/sponsor",
  4692. "type": "custom"
  4693. },
  4694. {
  4695. "url": "https://github.com/fabpot",
  4696. "type": "github"
  4697. },
  4698. {
  4699. "url": "https://github.com/nicolas-grekas",
  4700. "type": "github"
  4701. },
  4702. {
  4703. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4704. "type": "tidelift"
  4705. }
  4706. ],
  4707. "time": "2026-03-24T13:12:05+00:00"
  4708. },
  4709. {
  4710. "name": "symfony/polyfill-intl-grapheme",
  4711. "version": "v1.37.0",
  4712. "source": {
  4713. "type": "git",
  4714. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4715. "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e"
  4716. },
  4717. "dist": {
  4718. "type": "zip",
  4719. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e",
  4720. "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e",
  4721. "shasum": ""
  4722. },
  4723. "require": {
  4724. "php": ">=7.2"
  4725. },
  4726. "suggest": {
  4727. "ext-intl": "For best performance"
  4728. },
  4729. "type": "library",
  4730. "extra": {
  4731. "thanks": {
  4732. "url": "https://github.com/symfony/polyfill",
  4733. "name": "symfony/polyfill"
  4734. }
  4735. },
  4736. "autoload": {
  4737. "files": [
  4738. "bootstrap.php"
  4739. ],
  4740. "psr-4": {
  4741. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4742. }
  4743. },
  4744. "notification-url": "https://packagist.org/downloads/",
  4745. "license": [
  4746. "MIT"
  4747. ],
  4748. "authors": [
  4749. {
  4750. "name": "Nicolas Grekas",
  4751. "email": "p@tchwork.com"
  4752. },
  4753. {
  4754. "name": "Symfony Community",
  4755. "homepage": "https://symfony.com/contributors"
  4756. }
  4757. ],
  4758. "description": "Symfony polyfill for intl's grapheme_* functions",
  4759. "homepage": "https://symfony.com",
  4760. "keywords": [
  4761. "compatibility",
  4762. "grapheme",
  4763. "intl",
  4764. "polyfill",
  4765. "portable",
  4766. "shim"
  4767. ],
  4768. "support": {
  4769. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0"
  4770. },
  4771. "funding": [
  4772. {
  4773. "url": "https://symfony.com/sponsor",
  4774. "type": "custom"
  4775. },
  4776. {
  4777. "url": "https://github.com/fabpot",
  4778. "type": "github"
  4779. },
  4780. {
  4781. "url": "https://github.com/nicolas-grekas",
  4782. "type": "github"
  4783. },
  4784. {
  4785. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4786. "type": "tidelift"
  4787. }
  4788. ],
  4789. "time": "2026-04-26T13:13:48+00:00"
  4790. },
  4791. {
  4792. "name": "symfony/polyfill-intl-icu",
  4793. "version": "v1.37.0",
  4794. "source": {
  4795. "type": "git",
  4796. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  4797. "reference": "3510b63d07376b04e57e27e82607d468bb134f78"
  4798. },
  4799. "dist": {
  4800. "type": "zip",
  4801. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3510b63d07376b04e57e27e82607d468bb134f78",
  4802. "reference": "3510b63d07376b04e57e27e82607d468bb134f78",
  4803. "shasum": ""
  4804. },
  4805. "require": {
  4806. "php": ">=7.2"
  4807. },
  4808. "suggest": {
  4809. "ext-intl": "For best performance and support of other locales than \"en\""
  4810. },
  4811. "type": "library",
  4812. "extra": {
  4813. "thanks": {
  4814. "url": "https://github.com/symfony/polyfill",
  4815. "name": "symfony/polyfill"
  4816. }
  4817. },
  4818. "autoload": {
  4819. "files": [
  4820. "bootstrap.php"
  4821. ],
  4822. "psr-4": {
  4823. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  4824. },
  4825. "classmap": [
  4826. "Resources/stubs"
  4827. ],
  4828. "exclude-from-classmap": [
  4829. "/Tests/"
  4830. ]
  4831. },
  4832. "notification-url": "https://packagist.org/downloads/",
  4833. "license": [
  4834. "MIT"
  4835. ],
  4836. "authors": [
  4837. {
  4838. "name": "Nicolas Grekas",
  4839. "email": "p@tchwork.com"
  4840. },
  4841. {
  4842. "name": "Symfony Community",
  4843. "homepage": "https://symfony.com/contributors"
  4844. }
  4845. ],
  4846. "description": "Symfony polyfill for intl's ICU-related data and classes",
  4847. "homepage": "https://symfony.com",
  4848. "keywords": [
  4849. "compatibility",
  4850. "icu",
  4851. "intl",
  4852. "polyfill",
  4853. "portable",
  4854. "shim"
  4855. ],
  4856. "support": {
  4857. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.37.0"
  4858. },
  4859. "funding": [
  4860. {
  4861. "url": "https://symfony.com/sponsor",
  4862. "type": "custom"
  4863. },
  4864. {
  4865. "url": "https://github.com/fabpot",
  4866. "type": "github"
  4867. },
  4868. {
  4869. "url": "https://github.com/nicolas-grekas",
  4870. "type": "github"
  4871. },
  4872. {
  4873. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4874. "type": "tidelift"
  4875. }
  4876. ],
  4877. "time": "2026-04-10T16:50:15+00:00"
  4878. },
  4879. {
  4880. "name": "symfony/polyfill-intl-idn",
  4881. "version": "v1.37.0",
  4882. "source": {
  4883. "type": "git",
  4884. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4885. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
  4886. },
  4887. "dist": {
  4888. "type": "zip",
  4889. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  4890. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  4891. "shasum": ""
  4892. },
  4893. "require": {
  4894. "php": ">=7.2",
  4895. "symfony/polyfill-intl-normalizer": "^1.10"
  4896. },
  4897. "suggest": {
  4898. "ext-intl": "For best performance"
  4899. },
  4900. "type": "library",
  4901. "extra": {
  4902. "thanks": {
  4903. "url": "https://github.com/symfony/polyfill",
  4904. "name": "symfony/polyfill"
  4905. }
  4906. },
  4907. "autoload": {
  4908. "files": [
  4909. "bootstrap.php"
  4910. ],
  4911. "psr-4": {
  4912. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4913. }
  4914. },
  4915. "notification-url": "https://packagist.org/downloads/",
  4916. "license": [
  4917. "MIT"
  4918. ],
  4919. "authors": [
  4920. {
  4921. "name": "Laurent Bassin",
  4922. "email": "laurent@bassin.info"
  4923. },
  4924. {
  4925. "name": "Trevor Rowbotham",
  4926. "email": "trevor.rowbotham@pm.me"
  4927. },
  4928. {
  4929. "name": "Symfony Community",
  4930. "homepage": "https://symfony.com/contributors"
  4931. }
  4932. ],
  4933. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4934. "homepage": "https://symfony.com",
  4935. "keywords": [
  4936. "compatibility",
  4937. "idn",
  4938. "intl",
  4939. "polyfill",
  4940. "portable",
  4941. "shim"
  4942. ],
  4943. "support": {
  4944. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.37.0"
  4945. },
  4946. "funding": [
  4947. {
  4948. "url": "https://symfony.com/sponsor",
  4949. "type": "custom"
  4950. },
  4951. {
  4952. "url": "https://github.com/fabpot",
  4953. "type": "github"
  4954. },
  4955. {
  4956. "url": "https://github.com/nicolas-grekas",
  4957. "type": "github"
  4958. },
  4959. {
  4960. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4961. "type": "tidelift"
  4962. }
  4963. ],
  4964. "time": "2024-09-10T14:38:51+00:00"
  4965. },
  4966. {
  4967. "name": "symfony/polyfill-intl-normalizer",
  4968. "version": "v1.37.0",
  4969. "source": {
  4970. "type": "git",
  4971. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4972. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  4973. },
  4974. "dist": {
  4975. "type": "zip",
  4976. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  4977. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  4978. "shasum": ""
  4979. },
  4980. "require": {
  4981. "php": ">=7.2"
  4982. },
  4983. "suggest": {
  4984. "ext-intl": "For best performance"
  4985. },
  4986. "type": "library",
  4987. "extra": {
  4988. "thanks": {
  4989. "url": "https://github.com/symfony/polyfill",
  4990. "name": "symfony/polyfill"
  4991. }
  4992. },
  4993. "autoload": {
  4994. "files": [
  4995. "bootstrap.php"
  4996. ],
  4997. "psr-4": {
  4998. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4999. },
  5000. "classmap": [
  5001. "Resources/stubs"
  5002. ]
  5003. },
  5004. "notification-url": "https://packagist.org/downloads/",
  5005. "license": [
  5006. "MIT"
  5007. ],
  5008. "authors": [
  5009. {
  5010. "name": "Nicolas Grekas",
  5011. "email": "p@tchwork.com"
  5012. },
  5013. {
  5014. "name": "Symfony Community",
  5015. "homepage": "https://symfony.com/contributors"
  5016. }
  5017. ],
  5018. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5019. "homepage": "https://symfony.com",
  5020. "keywords": [
  5021. "compatibility",
  5022. "intl",
  5023. "normalizer",
  5024. "polyfill",
  5025. "portable",
  5026. "shim"
  5027. ],
  5028. "support": {
  5029. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.0"
  5030. },
  5031. "funding": [
  5032. {
  5033. "url": "https://symfony.com/sponsor",
  5034. "type": "custom"
  5035. },
  5036. {
  5037. "url": "https://github.com/fabpot",
  5038. "type": "github"
  5039. },
  5040. {
  5041. "url": "https://github.com/nicolas-grekas",
  5042. "type": "github"
  5043. },
  5044. {
  5045. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5046. "type": "tidelift"
  5047. }
  5048. ],
  5049. "time": "2024-09-09T11:45:10+00:00"
  5050. },
  5051. {
  5052. "name": "symfony/polyfill-mbstring",
  5053. "version": "v1.37.0",
  5054. "source": {
  5055. "type": "git",
  5056. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5057. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
  5058. },
  5059. "dist": {
  5060. "type": "zip",
  5061. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
  5062. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
  5063. "shasum": ""
  5064. },
  5065. "require": {
  5066. "ext-iconv": "*",
  5067. "php": ">=7.2"
  5068. },
  5069. "provide": {
  5070. "ext-mbstring": "*"
  5071. },
  5072. "suggest": {
  5073. "ext-mbstring": "For best performance"
  5074. },
  5075. "type": "library",
  5076. "extra": {
  5077. "thanks": {
  5078. "url": "https://github.com/symfony/polyfill",
  5079. "name": "symfony/polyfill"
  5080. }
  5081. },
  5082. "autoload": {
  5083. "files": [
  5084. "bootstrap.php"
  5085. ],
  5086. "psr-4": {
  5087. "Symfony\\Polyfill\\Mbstring\\": ""
  5088. }
  5089. },
  5090. "notification-url": "https://packagist.org/downloads/",
  5091. "license": [
  5092. "MIT"
  5093. ],
  5094. "authors": [
  5095. {
  5096. "name": "Nicolas Grekas",
  5097. "email": "p@tchwork.com"
  5098. },
  5099. {
  5100. "name": "Symfony Community",
  5101. "homepage": "https://symfony.com/contributors"
  5102. }
  5103. ],
  5104. "description": "Symfony polyfill for the Mbstring extension",
  5105. "homepage": "https://symfony.com",
  5106. "keywords": [
  5107. "compatibility",
  5108. "mbstring",
  5109. "polyfill",
  5110. "portable",
  5111. "shim"
  5112. ],
  5113. "support": {
  5114. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
  5115. },
  5116. "funding": [
  5117. {
  5118. "url": "https://symfony.com/sponsor",
  5119. "type": "custom"
  5120. },
  5121. {
  5122. "url": "https://github.com/fabpot",
  5123. "type": "github"
  5124. },
  5125. {
  5126. "url": "https://github.com/nicolas-grekas",
  5127. "type": "github"
  5128. },
  5129. {
  5130. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5131. "type": "tidelift"
  5132. }
  5133. ],
  5134. "time": "2026-04-10T17:25:58+00:00"
  5135. },
  5136. {
  5137. "name": "symfony/polyfill-php83",
  5138. "version": "v1.37.0",
  5139. "source": {
  5140. "type": "git",
  5141. "url": "https://github.com/symfony/polyfill-php83.git",
  5142. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149"
  5143. },
  5144. "dist": {
  5145. "type": "zip",
  5146. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  5147. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  5148. "shasum": ""
  5149. },
  5150. "require": {
  5151. "php": ">=7.2"
  5152. },
  5153. "type": "library",
  5154. "extra": {
  5155. "thanks": {
  5156. "url": "https://github.com/symfony/polyfill",
  5157. "name": "symfony/polyfill"
  5158. }
  5159. },
  5160. "autoload": {
  5161. "files": [
  5162. "bootstrap.php"
  5163. ],
  5164. "psr-4": {
  5165. "Symfony\\Polyfill\\Php83\\": ""
  5166. },
  5167. "classmap": [
  5168. "Resources/stubs"
  5169. ]
  5170. },
  5171. "notification-url": "https://packagist.org/downloads/",
  5172. "license": [
  5173. "MIT"
  5174. ],
  5175. "authors": [
  5176. {
  5177. "name": "Nicolas Grekas",
  5178. "email": "p@tchwork.com"
  5179. },
  5180. {
  5181. "name": "Symfony Community",
  5182. "homepage": "https://symfony.com/contributors"
  5183. }
  5184. ],
  5185. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5186. "homepage": "https://symfony.com",
  5187. "keywords": [
  5188. "compatibility",
  5189. "polyfill",
  5190. "portable",
  5191. "shim"
  5192. ],
  5193. "support": {
  5194. "source": "https://github.com/symfony/polyfill-php83/tree/v1.37.0"
  5195. },
  5196. "funding": [
  5197. {
  5198. "url": "https://symfony.com/sponsor",
  5199. "type": "custom"
  5200. },
  5201. {
  5202. "url": "https://github.com/fabpot",
  5203. "type": "github"
  5204. },
  5205. {
  5206. "url": "https://github.com/nicolas-grekas",
  5207. "type": "github"
  5208. },
  5209. {
  5210. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5211. "type": "tidelift"
  5212. }
  5213. ],
  5214. "time": "2026-04-10T17:25:58+00:00"
  5215. },
  5216. {
  5217. "name": "symfony/polyfill-php84",
  5218. "version": "v1.37.0",
  5219. "source": {
  5220. "type": "git",
  5221. "url": "https://github.com/symfony/polyfill-php84.git",
  5222. "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06"
  5223. },
  5224. "dist": {
  5225. "type": "zip",
  5226. "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06",
  5227. "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06",
  5228. "shasum": ""
  5229. },
  5230. "require": {
  5231. "php": ">=7.2"
  5232. },
  5233. "type": "library",
  5234. "extra": {
  5235. "thanks": {
  5236. "url": "https://github.com/symfony/polyfill",
  5237. "name": "symfony/polyfill"
  5238. }
  5239. },
  5240. "autoload": {
  5241. "files": [
  5242. "bootstrap.php"
  5243. ],
  5244. "psr-4": {
  5245. "Symfony\\Polyfill\\Php84\\": ""
  5246. },
  5247. "classmap": [
  5248. "Resources/stubs"
  5249. ]
  5250. },
  5251. "notification-url": "https://packagist.org/downloads/",
  5252. "license": [
  5253. "MIT"
  5254. ],
  5255. "authors": [
  5256. {
  5257. "name": "Nicolas Grekas",
  5258. "email": "p@tchwork.com"
  5259. },
  5260. {
  5261. "name": "Symfony Community",
  5262. "homepage": "https://symfony.com/contributors"
  5263. }
  5264. ],
  5265. "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
  5266. "homepage": "https://symfony.com",
  5267. "keywords": [
  5268. "compatibility",
  5269. "polyfill",
  5270. "portable",
  5271. "shim"
  5272. ],
  5273. "support": {
  5274. "source": "https://github.com/symfony/polyfill-php84/tree/v1.37.0"
  5275. },
  5276. "funding": [
  5277. {
  5278. "url": "https://symfony.com/sponsor",
  5279. "type": "custom"
  5280. },
  5281. {
  5282. "url": "https://github.com/fabpot",
  5283. "type": "github"
  5284. },
  5285. {
  5286. "url": "https://github.com/nicolas-grekas",
  5287. "type": "github"
  5288. },
  5289. {
  5290. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5291. "type": "tidelift"
  5292. }
  5293. ],
  5294. "time": "2026-04-10T18:47:49+00:00"
  5295. },
  5296. {
  5297. "name": "symfony/polyfill-php85",
  5298. "version": "v1.37.0",
  5299. "source": {
  5300. "type": "git",
  5301. "url": "https://github.com/symfony/polyfill-php85.git",
  5302. "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee"
  5303. },
  5304. "dist": {
  5305. "type": "zip",
  5306. "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/fcfa4973a9917cef23f2e38774da74a2b7d115ee",
  5307. "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee",
  5308. "shasum": ""
  5309. },
  5310. "require": {
  5311. "php": ">=7.2"
  5312. },
  5313. "type": "library",
  5314. "extra": {
  5315. "thanks": {
  5316. "url": "https://github.com/symfony/polyfill",
  5317. "name": "symfony/polyfill"
  5318. }
  5319. },
  5320. "autoload": {
  5321. "files": [
  5322. "bootstrap.php"
  5323. ],
  5324. "psr-4": {
  5325. "Symfony\\Polyfill\\Php85\\": ""
  5326. },
  5327. "classmap": [
  5328. "Resources/stubs"
  5329. ]
  5330. },
  5331. "notification-url": "https://packagist.org/downloads/",
  5332. "license": [
  5333. "MIT"
  5334. ],
  5335. "authors": [
  5336. {
  5337. "name": "Nicolas Grekas",
  5338. "email": "p@tchwork.com"
  5339. },
  5340. {
  5341. "name": "Symfony Community",
  5342. "homepage": "https://symfony.com/contributors"
  5343. }
  5344. ],
  5345. "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
  5346. "homepage": "https://symfony.com",
  5347. "keywords": [
  5348. "compatibility",
  5349. "polyfill",
  5350. "portable",
  5351. "shim"
  5352. ],
  5353. "support": {
  5354. "source": "https://github.com/symfony/polyfill-php85/tree/v1.37.0"
  5355. },
  5356. "funding": [
  5357. {
  5358. "url": "https://symfony.com/sponsor",
  5359. "type": "custom"
  5360. },
  5361. {
  5362. "url": "https://github.com/fabpot",
  5363. "type": "github"
  5364. },
  5365. {
  5366. "url": "https://github.com/nicolas-grekas",
  5367. "type": "github"
  5368. },
  5369. {
  5370. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5371. "type": "tidelift"
  5372. }
  5373. ],
  5374. "time": "2026-04-26T13:10:57+00:00"
  5375. },
  5376. {
  5377. "name": "symfony/property-access",
  5378. "version": "v7.4.8",
  5379. "source": {
  5380. "type": "git",
  5381. "url": "https://github.com/symfony/property-access.git",
  5382. "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc"
  5383. },
  5384. "dist": {
  5385. "type": "zip",
  5386. "url": "https://api.github.com/repos/symfony/property-access/zipball/b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
  5387. "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
  5388. "shasum": ""
  5389. },
  5390. "require": {
  5391. "php": ">=8.2",
  5392. "symfony/property-info": "^6.4.32|~7.3.10|^7.4.4|^8.0.4"
  5393. },
  5394. "require-dev": {
  5395. "symfony/cache": "^6.4|^7.0|^8.0",
  5396. "symfony/var-exporter": "^6.4.1|^7.0.1|^8.0"
  5397. },
  5398. "type": "library",
  5399. "autoload": {
  5400. "psr-4": {
  5401. "Symfony\\Component\\PropertyAccess\\": ""
  5402. },
  5403. "exclude-from-classmap": [
  5404. "/Tests/"
  5405. ]
  5406. },
  5407. "notification-url": "https://packagist.org/downloads/",
  5408. "license": [
  5409. "MIT"
  5410. ],
  5411. "authors": [
  5412. {
  5413. "name": "Fabien Potencier",
  5414. "email": "fabien@symfony.com"
  5415. },
  5416. {
  5417. "name": "Symfony Community",
  5418. "homepage": "https://symfony.com/contributors"
  5419. }
  5420. ],
  5421. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5422. "homepage": "https://symfony.com",
  5423. "keywords": [
  5424. "access",
  5425. "array",
  5426. "extraction",
  5427. "index",
  5428. "injection",
  5429. "object",
  5430. "property",
  5431. "property-path",
  5432. "reflection"
  5433. ],
  5434. "support": {
  5435. "source": "https://github.com/symfony/property-access/tree/v7.4.8"
  5436. },
  5437. "funding": [
  5438. {
  5439. "url": "https://symfony.com/sponsor",
  5440. "type": "custom"
  5441. },
  5442. {
  5443. "url": "https://github.com/fabpot",
  5444. "type": "github"
  5445. },
  5446. {
  5447. "url": "https://github.com/nicolas-grekas",
  5448. "type": "github"
  5449. },
  5450. {
  5451. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5452. "type": "tidelift"
  5453. }
  5454. ],
  5455. "time": "2026-03-24T13:12:05+00:00"
  5456. },
  5457. {
  5458. "name": "symfony/property-info",
  5459. "version": "v7.4.8",
  5460. "source": {
  5461. "type": "git",
  5462. "url": "https://github.com/symfony/property-info.git",
  5463. "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175"
  5464. },
  5465. "dist": {
  5466. "type": "zip",
  5467. "url": "https://api.github.com/repos/symfony/property-info/zipball/ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
  5468. "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
  5469. "shasum": ""
  5470. },
  5471. "require": {
  5472. "php": ">=8.2",
  5473. "symfony/deprecation-contracts": "^2.5|^3",
  5474. "symfony/string": "^6.4|^7.0|^8.0",
  5475. "symfony/type-info": "^7.4.7|^8.0.7"
  5476. },
  5477. "conflict": {
  5478. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  5479. "phpdocumentor/type-resolver": "<1.5.1",
  5480. "symfony/cache": "<6.4",
  5481. "symfony/dependency-injection": "<6.4",
  5482. "symfony/serializer": "<6.4"
  5483. },
  5484. "require-dev": {
  5485. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  5486. "phpstan/phpdoc-parser": "^1.0|^2.0",
  5487. "symfony/cache": "^6.4|^7.0|^8.0",
  5488. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5489. "symfony/serializer": "^6.4|^7.0|^8.0"
  5490. },
  5491. "type": "library",
  5492. "autoload": {
  5493. "psr-4": {
  5494. "Symfony\\Component\\PropertyInfo\\": ""
  5495. },
  5496. "exclude-from-classmap": [
  5497. "/Tests/"
  5498. ]
  5499. },
  5500. "notification-url": "https://packagist.org/downloads/",
  5501. "license": [
  5502. "MIT"
  5503. ],
  5504. "authors": [
  5505. {
  5506. "name": "Kévin Dunglas",
  5507. "email": "dunglas@gmail.com"
  5508. },
  5509. {
  5510. "name": "Symfony Community",
  5511. "homepage": "https://symfony.com/contributors"
  5512. }
  5513. ],
  5514. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  5515. "homepage": "https://symfony.com",
  5516. "keywords": [
  5517. "doctrine",
  5518. "phpdoc",
  5519. "property",
  5520. "symfony",
  5521. "type",
  5522. "validator"
  5523. ],
  5524. "support": {
  5525. "source": "https://github.com/symfony/property-info/tree/v7.4.8"
  5526. },
  5527. "funding": [
  5528. {
  5529. "url": "https://symfony.com/sponsor",
  5530. "type": "custom"
  5531. },
  5532. {
  5533. "url": "https://github.com/fabpot",
  5534. "type": "github"
  5535. },
  5536. {
  5537. "url": "https://github.com/nicolas-grekas",
  5538. "type": "github"
  5539. },
  5540. {
  5541. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5542. "type": "tidelift"
  5543. }
  5544. ],
  5545. "time": "2026-03-24T13:12:05+00:00"
  5546. },
  5547. {
  5548. "name": "symfony/routing",
  5549. "version": "v7.4.12",
  5550. "source": {
  5551. "type": "git",
  5552. "url": "https://github.com/symfony/routing.git",
  5553. "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204"
  5554. },
  5555. "dist": {
  5556. "type": "zip",
  5557. "url": "https://api.github.com/repos/symfony/routing/zipball/3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
  5558. "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
  5559. "shasum": ""
  5560. },
  5561. "require": {
  5562. "php": ">=8.2",
  5563. "symfony/deprecation-contracts": "^2.5|^3"
  5564. },
  5565. "conflict": {
  5566. "symfony/config": "<6.4",
  5567. "symfony/dependency-injection": "<6.4",
  5568. "symfony/yaml": "<6.4"
  5569. },
  5570. "require-dev": {
  5571. "psr/log": "^1|^2|^3",
  5572. "symfony/config": "^6.4|^7.0|^8.0",
  5573. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5574. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5575. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5576. "symfony/yaml": "^6.4|^7.0|^8.0"
  5577. },
  5578. "type": "library",
  5579. "autoload": {
  5580. "psr-4": {
  5581. "Symfony\\Component\\Routing\\": ""
  5582. },
  5583. "exclude-from-classmap": [
  5584. "/Tests/"
  5585. ]
  5586. },
  5587. "notification-url": "https://packagist.org/downloads/",
  5588. "license": [
  5589. "MIT"
  5590. ],
  5591. "authors": [
  5592. {
  5593. "name": "Fabien Potencier",
  5594. "email": "fabien@symfony.com"
  5595. },
  5596. {
  5597. "name": "Symfony Community",
  5598. "homepage": "https://symfony.com/contributors"
  5599. }
  5600. ],
  5601. "description": "Maps an HTTP request to a set of configuration variables",
  5602. "homepage": "https://symfony.com",
  5603. "keywords": [
  5604. "router",
  5605. "routing",
  5606. "uri",
  5607. "url"
  5608. ],
  5609. "support": {
  5610. "source": "https://github.com/symfony/routing/tree/v7.4.12"
  5611. },
  5612. "funding": [
  5613. {
  5614. "url": "https://symfony.com/sponsor",
  5615. "type": "custom"
  5616. },
  5617. {
  5618. "url": "https://github.com/fabpot",
  5619. "type": "github"
  5620. },
  5621. {
  5622. "url": "https://github.com/nicolas-grekas",
  5623. "type": "github"
  5624. },
  5625. {
  5626. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5627. "type": "tidelift"
  5628. }
  5629. ],
  5630. "time": "2026-05-20T07:20:23+00:00"
  5631. },
  5632. {
  5633. "name": "symfony/runtime",
  5634. "version": "v7.4.12",
  5635. "source": {
  5636. "type": "git",
  5637. "url": "https://github.com/symfony/runtime.git",
  5638. "reference": "0b032fa77359745db793df5aff626779180c5f3b"
  5639. },
  5640. "dist": {
  5641. "type": "zip",
  5642. "url": "https://api.github.com/repos/symfony/runtime/zipball/0b032fa77359745db793df5aff626779180c5f3b",
  5643. "reference": "0b032fa77359745db793df5aff626779180c5f3b",
  5644. "shasum": ""
  5645. },
  5646. "require": {
  5647. "composer-plugin-api": "^1.0|^2.0",
  5648. "php": ">=8.2"
  5649. },
  5650. "conflict": {
  5651. "symfony/dotenv": "<6.4"
  5652. },
  5653. "require-dev": {
  5654. "composer/composer": "^2.6",
  5655. "symfony/console": "^6.4|^7.0|^8.0",
  5656. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5657. "symfony/dotenv": "^6.4|^7.0|^8.0",
  5658. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5659. "symfony/http-kernel": "^6.4|^7.0|^8.0"
  5660. },
  5661. "type": "composer-plugin",
  5662. "extra": {
  5663. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  5664. },
  5665. "autoload": {
  5666. "psr-4": {
  5667. "Symfony\\Component\\Runtime\\": "",
  5668. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  5669. },
  5670. "exclude-from-classmap": [
  5671. "/Tests/"
  5672. ]
  5673. },
  5674. "notification-url": "https://packagist.org/downloads/",
  5675. "license": [
  5676. "MIT"
  5677. ],
  5678. "authors": [
  5679. {
  5680. "name": "Nicolas Grekas",
  5681. "email": "p@tchwork.com"
  5682. },
  5683. {
  5684. "name": "Symfony Community",
  5685. "homepage": "https://symfony.com/contributors"
  5686. }
  5687. ],
  5688. "description": "Enables decoupling PHP applications from global state",
  5689. "homepage": "https://symfony.com",
  5690. "keywords": [
  5691. "runtime"
  5692. ],
  5693. "support": {
  5694. "source": "https://github.com/symfony/runtime/tree/v7.4.12"
  5695. },
  5696. "funding": [
  5697. {
  5698. "url": "https://symfony.com/sponsor",
  5699. "type": "custom"
  5700. },
  5701. {
  5702. "url": "https://github.com/fabpot",
  5703. "type": "github"
  5704. },
  5705. {
  5706. "url": "https://github.com/nicolas-grekas",
  5707. "type": "github"
  5708. },
  5709. {
  5710. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5711. "type": "tidelift"
  5712. }
  5713. ],
  5714. "time": "2026-05-20T07:20:23+00:00"
  5715. },
  5716. {
  5717. "name": "symfony/security-bundle",
  5718. "version": "v7.4.12",
  5719. "source": {
  5720. "type": "git",
  5721. "url": "https://github.com/symfony/security-bundle.git",
  5722. "reference": "6f6f859b437fb95028addfa21b417d25daca86d5"
  5723. },
  5724. "dist": {
  5725. "type": "zip",
  5726. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/6f6f859b437fb95028addfa21b417d25daca86d5",
  5727. "reference": "6f6f859b437fb95028addfa21b417d25daca86d5",
  5728. "shasum": ""
  5729. },
  5730. "require": {
  5731. "composer-runtime-api": ">=2.1",
  5732. "ext-xml": "*",
  5733. "php": ">=8.2",
  5734. "symfony/clock": "^6.4|^7.0|^8.0",
  5735. "symfony/config": "^7.4|^8.0",
  5736. "symfony/dependency-injection": "^6.4.11|^7.1.4|^8.0",
  5737. "symfony/deprecation-contracts": "^2.5|^3",
  5738. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  5739. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5740. "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0",
  5741. "symfony/password-hasher": "^6.4|^7.0|^8.0",
  5742. "symfony/security-core": "^7.4|^8.0",
  5743. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  5744. "symfony/security-http": "^7.4|^8.0",
  5745. "symfony/service-contracts": "^2.5|^3"
  5746. },
  5747. "conflict": {
  5748. "symfony/browser-kit": "<6.4",
  5749. "symfony/console": "<6.4",
  5750. "symfony/framework-bundle": "<6.4",
  5751. "symfony/http-client": "<6.4",
  5752. "symfony/ldap": "<6.4",
  5753. "symfony/serializer": "<6.4",
  5754. "symfony/twig-bundle": "<6.4",
  5755. "symfony/validator": "<6.4"
  5756. },
  5757. "require-dev": {
  5758. "symfony/asset": "^6.4|^7.0|^8.0",
  5759. "symfony/browser-kit": "^6.4|^7.0|^8.0",
  5760. "symfony/console": "^6.4|^7.0|^8.0",
  5761. "symfony/css-selector": "^6.4|^7.0|^8.0",
  5762. "symfony/dom-crawler": "^6.4|^7.0|^8.0",
  5763. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5764. "symfony/form": "^6.4|^7.0|^8.0",
  5765. "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",
  5766. "symfony/http-client": "^6.4|^7.0|^8.0",
  5767. "symfony/ldap": "^6.4|^7.0|^8.0",
  5768. "symfony/process": "^6.4|^7.0|^8.0",
  5769. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  5770. "symfony/runtime": "^6.4.13|^7.1.6|^8.0",
  5771. "symfony/serializer": "^6.4|^7.0|^8.0",
  5772. "symfony/translation": "^6.4|^7.0|^8.0",
  5773. "symfony/twig-bridge": "^6.4|^7.0|^8.0",
  5774. "symfony/twig-bundle": "^6.4|^7.0|^8.0",
  5775. "symfony/validator": "^6.4|^7.0|^8.0",
  5776. "symfony/yaml": "^6.4|^7.0|^8.0",
  5777. "twig/twig": "^3.15",
  5778. "web-token/jwt-library": "^3.3.2|^4.0"
  5779. },
  5780. "type": "symfony-bundle",
  5781. "autoload": {
  5782. "psr-4": {
  5783. "Symfony\\Bundle\\SecurityBundle\\": ""
  5784. },
  5785. "exclude-from-classmap": [
  5786. "/Tests/"
  5787. ]
  5788. },
  5789. "notification-url": "https://packagist.org/downloads/",
  5790. "license": [
  5791. "MIT"
  5792. ],
  5793. "authors": [
  5794. {
  5795. "name": "Fabien Potencier",
  5796. "email": "fabien@symfony.com"
  5797. },
  5798. {
  5799. "name": "Symfony Community",
  5800. "homepage": "https://symfony.com/contributors"
  5801. }
  5802. ],
  5803. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  5804. "homepage": "https://symfony.com",
  5805. "support": {
  5806. "source": "https://github.com/symfony/security-bundle/tree/v7.4.12"
  5807. },
  5808. "funding": [
  5809. {
  5810. "url": "https://symfony.com/sponsor",
  5811. "type": "custom"
  5812. },
  5813. {
  5814. "url": "https://github.com/fabpot",
  5815. "type": "github"
  5816. },
  5817. {
  5818. "url": "https://github.com/nicolas-grekas",
  5819. "type": "github"
  5820. },
  5821. {
  5822. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5823. "type": "tidelift"
  5824. }
  5825. ],
  5826. "time": "2026-05-15T07:14:02+00:00"
  5827. },
  5828. {
  5829. "name": "symfony/security-core",
  5830. "version": "v7.4.12",
  5831. "source": {
  5832. "type": "git",
  5833. "url": "https://github.com/symfony/security-core.git",
  5834. "reference": "efff84605474ec682c7d9c6278088811e6f3caaa"
  5835. },
  5836. "dist": {
  5837. "type": "zip",
  5838. "url": "https://api.github.com/repos/symfony/security-core/zipball/efff84605474ec682c7d9c6278088811e6f3caaa",
  5839. "reference": "efff84605474ec682c7d9c6278088811e6f3caaa",
  5840. "shasum": ""
  5841. },
  5842. "require": {
  5843. "php": ">=8.2",
  5844. "symfony/deprecation-contracts": "^2.5|^3",
  5845. "symfony/event-dispatcher-contracts": "^2.5|^3",
  5846. "symfony/password-hasher": "^6.4|^7.0|^8.0",
  5847. "symfony/service-contracts": "^2.5|^3"
  5848. },
  5849. "conflict": {
  5850. "symfony/dependency-injection": "<6.4",
  5851. "symfony/event-dispatcher": "<6.4",
  5852. "symfony/http-foundation": "<6.4",
  5853. "symfony/ldap": "<6.4",
  5854. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  5855. "symfony/validator": "<6.4"
  5856. },
  5857. "require-dev": {
  5858. "psr/cache": "^1.0|^2.0|^3.0",
  5859. "psr/container": "^1.1|^2.0",
  5860. "psr/log": "^1|^2|^3",
  5861. "symfony/cache": "^6.4|^7.0|^8.0",
  5862. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5863. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  5864. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5865. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5866. "symfony/ldap": "^6.4|^7.0|^8.0",
  5867. "symfony/string": "^6.4|^7.0|^8.0",
  5868. "symfony/translation": "^6.4.3|^7.0.3|^8.0",
  5869. "symfony/validator": "^6.4|^7.0|^8.0"
  5870. },
  5871. "type": "library",
  5872. "autoload": {
  5873. "psr-4": {
  5874. "Symfony\\Component\\Security\\Core\\": ""
  5875. },
  5876. "exclude-from-classmap": [
  5877. "/Tests/"
  5878. ]
  5879. },
  5880. "notification-url": "https://packagist.org/downloads/",
  5881. "license": [
  5882. "MIT"
  5883. ],
  5884. "authors": [
  5885. {
  5886. "name": "Fabien Potencier",
  5887. "email": "fabien@symfony.com"
  5888. },
  5889. {
  5890. "name": "Symfony Community",
  5891. "homepage": "https://symfony.com/contributors"
  5892. }
  5893. ],
  5894. "description": "Symfony Security Component - Core Library",
  5895. "homepage": "https://symfony.com",
  5896. "support": {
  5897. "source": "https://github.com/symfony/security-core/tree/v7.4.12"
  5898. },
  5899. "funding": [
  5900. {
  5901. "url": "https://symfony.com/sponsor",
  5902. "type": "custom"
  5903. },
  5904. {
  5905. "url": "https://github.com/fabpot",
  5906. "type": "github"
  5907. },
  5908. {
  5909. "url": "https://github.com/nicolas-grekas",
  5910. "type": "github"
  5911. },
  5912. {
  5913. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5914. "type": "tidelift"
  5915. }
  5916. ],
  5917. "time": "2026-05-15T06:48:59+00:00"
  5918. },
  5919. {
  5920. "name": "symfony/security-csrf",
  5921. "version": "v7.4.8",
  5922. "source": {
  5923. "type": "git",
  5924. "url": "https://github.com/symfony/security-csrf.git",
  5925. "reference": "16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d"
  5926. },
  5927. "dist": {
  5928. "type": "zip",
  5929. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d",
  5930. "reference": "16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d",
  5931. "shasum": ""
  5932. },
  5933. "require": {
  5934. "php": ">=8.2",
  5935. "symfony/security-core": "^6.4|^7.0|^8.0"
  5936. },
  5937. "conflict": {
  5938. "symfony/http-foundation": "<6.4"
  5939. },
  5940. "require-dev": {
  5941. "psr/log": "^1|^2|^3",
  5942. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5943. "symfony/http-kernel": "^6.4|^7.0|^8.0"
  5944. },
  5945. "type": "library",
  5946. "autoload": {
  5947. "psr-4": {
  5948. "Symfony\\Component\\Security\\Csrf\\": ""
  5949. },
  5950. "exclude-from-classmap": [
  5951. "/Tests/"
  5952. ]
  5953. },
  5954. "notification-url": "https://packagist.org/downloads/",
  5955. "license": [
  5956. "MIT"
  5957. ],
  5958. "authors": [
  5959. {
  5960. "name": "Fabien Potencier",
  5961. "email": "fabien@symfony.com"
  5962. },
  5963. {
  5964. "name": "Symfony Community",
  5965. "homepage": "https://symfony.com/contributors"
  5966. }
  5967. ],
  5968. "description": "Symfony Security Component - CSRF Library",
  5969. "homepage": "https://symfony.com",
  5970. "support": {
  5971. "source": "https://github.com/symfony/security-csrf/tree/v7.4.8"
  5972. },
  5973. "funding": [
  5974. {
  5975. "url": "https://symfony.com/sponsor",
  5976. "type": "custom"
  5977. },
  5978. {
  5979. "url": "https://github.com/fabpot",
  5980. "type": "github"
  5981. },
  5982. {
  5983. "url": "https://github.com/nicolas-grekas",
  5984. "type": "github"
  5985. },
  5986. {
  5987. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5988. "type": "tidelift"
  5989. }
  5990. ],
  5991. "time": "2026-03-24T13:12:05+00:00"
  5992. },
  5993. {
  5994. "name": "symfony/security-http",
  5995. "version": "v7.4.12",
  5996. "source": {
  5997. "type": "git",
  5998. "url": "https://github.com/symfony/security-http.git",
  5999. "reference": "1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee"
  6000. },
  6001. "dist": {
  6002. "type": "zip",
  6003. "url": "https://api.github.com/repos/symfony/security-http/zipball/1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee",
  6004. "reference": "1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee",
  6005. "shasum": ""
  6006. },
  6007. "require": {
  6008. "php": ">=8.2",
  6009. "symfony/deprecation-contracts": "^2.5|^3",
  6010. "symfony/event-dispatcher": "^6.4|^7.0",
  6011. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  6012. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6013. "symfony/polyfill-mbstring": "~1.0",
  6014. "symfony/property-access": "^6.4|^7.0|^8.0",
  6015. "symfony/security-core": "^7.3|^8.0",
  6016. "symfony/service-contracts": "^2.5|^3"
  6017. },
  6018. "conflict": {
  6019. "symfony/clock": "<6.4",
  6020. "symfony/http-client-contracts": "<3.0",
  6021. "symfony/security-bundle": "<6.4",
  6022. "symfony/security-csrf": "<6.4"
  6023. },
  6024. "require-dev": {
  6025. "psr/log": "^1|^2|^3",
  6026. "symfony/cache": "^6.4|^7.0|^8.0",
  6027. "symfony/clock": "^6.4|^7.0|^8.0",
  6028. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6029. "symfony/http-client": "^6.4|^7.0|^8.0",
  6030. "symfony/http-client-contracts": "^3.0",
  6031. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  6032. "symfony/routing": "^6.4|^7.0|^8.0",
  6033. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  6034. "symfony/translation": "^6.4|^7.0|^8.0",
  6035. "web-token/jwt-library": "^3.3.2|^4.0"
  6036. },
  6037. "type": "library",
  6038. "autoload": {
  6039. "psr-4": {
  6040. "Symfony\\Component\\Security\\Http\\": ""
  6041. },
  6042. "exclude-from-classmap": [
  6043. "/Tests/"
  6044. ]
  6045. },
  6046. "notification-url": "https://packagist.org/downloads/",
  6047. "license": [
  6048. "MIT"
  6049. ],
  6050. "authors": [
  6051. {
  6052. "name": "Fabien Potencier",
  6053. "email": "fabien@symfony.com"
  6054. },
  6055. {
  6056. "name": "Symfony Community",
  6057. "homepage": "https://symfony.com/contributors"
  6058. }
  6059. ],
  6060. "description": "Symfony Security Component - HTTP Integration",
  6061. "homepage": "https://symfony.com",
  6062. "support": {
  6063. "source": "https://github.com/symfony/security-http/tree/v7.4.12"
  6064. },
  6065. "funding": [
  6066. {
  6067. "url": "https://symfony.com/sponsor",
  6068. "type": "custom"
  6069. },
  6070. {
  6071. "url": "https://github.com/fabpot",
  6072. "type": "github"
  6073. },
  6074. {
  6075. "url": "https://github.com/nicolas-grekas",
  6076. "type": "github"
  6077. },
  6078. {
  6079. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6080. "type": "tidelift"
  6081. }
  6082. ],
  6083. "time": "2026-05-20T07:20:23+00:00"
  6084. },
  6085. {
  6086. "name": "symfony/service-contracts",
  6087. "version": "v3.7.0",
  6088. "source": {
  6089. "type": "git",
  6090. "url": "https://github.com/symfony/service-contracts.git",
  6091. "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a"
  6092. },
  6093. "dist": {
  6094. "type": "zip",
  6095. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d25d82433a80eba6aa0e6c24b61d7370d99e444a",
  6096. "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a",
  6097. "shasum": ""
  6098. },
  6099. "require": {
  6100. "php": ">=8.1",
  6101. "psr/container": "^1.1|^2.0",
  6102. "symfony/deprecation-contracts": "^2.5|^3"
  6103. },
  6104. "conflict": {
  6105. "ext-psr": "<1.1|>=2"
  6106. },
  6107. "type": "library",
  6108. "extra": {
  6109. "thanks": {
  6110. "url": "https://github.com/symfony/contracts",
  6111. "name": "symfony/contracts"
  6112. },
  6113. "branch-alias": {
  6114. "dev-main": "3.7-dev"
  6115. }
  6116. },
  6117. "autoload": {
  6118. "psr-4": {
  6119. "Symfony\\Contracts\\Service\\": ""
  6120. },
  6121. "exclude-from-classmap": [
  6122. "/Test/"
  6123. ]
  6124. },
  6125. "notification-url": "https://packagist.org/downloads/",
  6126. "license": [
  6127. "MIT"
  6128. ],
  6129. "authors": [
  6130. {
  6131. "name": "Nicolas Grekas",
  6132. "email": "p@tchwork.com"
  6133. },
  6134. {
  6135. "name": "Symfony Community",
  6136. "homepage": "https://symfony.com/contributors"
  6137. }
  6138. ],
  6139. "description": "Generic abstractions related to writing services",
  6140. "homepage": "https://symfony.com",
  6141. "keywords": [
  6142. "abstractions",
  6143. "contracts",
  6144. "decoupling",
  6145. "interfaces",
  6146. "interoperability",
  6147. "standards"
  6148. ],
  6149. "support": {
  6150. "source": "https://github.com/symfony/service-contracts/tree/v3.7.0"
  6151. },
  6152. "funding": [
  6153. {
  6154. "url": "https://symfony.com/sponsor",
  6155. "type": "custom"
  6156. },
  6157. {
  6158. "url": "https://github.com/fabpot",
  6159. "type": "github"
  6160. },
  6161. {
  6162. "url": "https://github.com/nicolas-grekas",
  6163. "type": "github"
  6164. },
  6165. {
  6166. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6167. "type": "tidelift"
  6168. }
  6169. ],
  6170. "time": "2026-03-28T09:44:51+00:00"
  6171. },
  6172. {
  6173. "name": "symfony/stopwatch",
  6174. "version": "v7.4.8",
  6175. "source": {
  6176. "type": "git",
  6177. "url": "https://github.com/symfony/stopwatch.git",
  6178. "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89"
  6179. },
  6180. "dist": {
  6181. "type": "zip",
  6182. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
  6183. "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
  6184. "shasum": ""
  6185. },
  6186. "require": {
  6187. "php": ">=8.2",
  6188. "symfony/service-contracts": "^2.5|^3"
  6189. },
  6190. "type": "library",
  6191. "autoload": {
  6192. "psr-4": {
  6193. "Symfony\\Component\\Stopwatch\\": ""
  6194. },
  6195. "exclude-from-classmap": [
  6196. "/Tests/"
  6197. ]
  6198. },
  6199. "notification-url": "https://packagist.org/downloads/",
  6200. "license": [
  6201. "MIT"
  6202. ],
  6203. "authors": [
  6204. {
  6205. "name": "Fabien Potencier",
  6206. "email": "fabien@symfony.com"
  6207. },
  6208. {
  6209. "name": "Symfony Community",
  6210. "homepage": "https://symfony.com/contributors"
  6211. }
  6212. ],
  6213. "description": "Provides a way to profile code",
  6214. "homepage": "https://symfony.com",
  6215. "support": {
  6216. "source": "https://github.com/symfony/stopwatch/tree/v7.4.8"
  6217. },
  6218. "funding": [
  6219. {
  6220. "url": "https://symfony.com/sponsor",
  6221. "type": "custom"
  6222. },
  6223. {
  6224. "url": "https://github.com/fabpot",
  6225. "type": "github"
  6226. },
  6227. {
  6228. "url": "https://github.com/nicolas-grekas",
  6229. "type": "github"
  6230. },
  6231. {
  6232. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6233. "type": "tidelift"
  6234. }
  6235. ],
  6236. "time": "2026-03-24T13:12:05+00:00"
  6237. },
  6238. {
  6239. "name": "symfony/string",
  6240. "version": "v7.4.11",
  6241. "source": {
  6242. "type": "git",
  6243. "url": "https://github.com/symfony/string.git",
  6244. "reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15"
  6245. },
  6246. "dist": {
  6247. "type": "zip",
  6248. "url": "https://api.github.com/repos/symfony/string/zipball/965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
  6249. "reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
  6250. "shasum": ""
  6251. },
  6252. "require": {
  6253. "php": ">=8.2",
  6254. "symfony/deprecation-contracts": "^2.5|^3.0",
  6255. "symfony/polyfill-ctype": "~1.8",
  6256. "symfony/polyfill-intl-grapheme": "~1.33",
  6257. "symfony/polyfill-intl-normalizer": "~1.0",
  6258. "symfony/polyfill-mbstring": "~1.0"
  6259. },
  6260. "conflict": {
  6261. "symfony/translation-contracts": "<2.5"
  6262. },
  6263. "require-dev": {
  6264. "symfony/emoji": "^7.1|^8.0",
  6265. "symfony/http-client": "^6.4|^7.0|^8.0",
  6266. "symfony/intl": "^6.4|^7.0|^8.0",
  6267. "symfony/translation-contracts": "^2.5|^3.0",
  6268. "symfony/var-exporter": "^6.4|^7.0|^8.0"
  6269. },
  6270. "type": "library",
  6271. "autoload": {
  6272. "files": [
  6273. "Resources/functions.php"
  6274. ],
  6275. "psr-4": {
  6276. "Symfony\\Component\\String\\": ""
  6277. },
  6278. "exclude-from-classmap": [
  6279. "/Tests/"
  6280. ]
  6281. },
  6282. "notification-url": "https://packagist.org/downloads/",
  6283. "license": [
  6284. "MIT"
  6285. ],
  6286. "authors": [
  6287. {
  6288. "name": "Nicolas Grekas",
  6289. "email": "p@tchwork.com"
  6290. },
  6291. {
  6292. "name": "Symfony Community",
  6293. "homepage": "https://symfony.com/contributors"
  6294. }
  6295. ],
  6296. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6297. "homepage": "https://symfony.com",
  6298. "keywords": [
  6299. "grapheme",
  6300. "i18n",
  6301. "string",
  6302. "unicode",
  6303. "utf-8",
  6304. "utf8"
  6305. ],
  6306. "support": {
  6307. "source": "https://github.com/symfony/string/tree/v7.4.11"
  6308. },
  6309. "funding": [
  6310. {
  6311. "url": "https://symfony.com/sponsor",
  6312. "type": "custom"
  6313. },
  6314. {
  6315. "url": "https://github.com/fabpot",
  6316. "type": "github"
  6317. },
  6318. {
  6319. "url": "https://github.com/nicolas-grekas",
  6320. "type": "github"
  6321. },
  6322. {
  6323. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6324. "type": "tidelift"
  6325. }
  6326. ],
  6327. "time": "2026-05-13T12:04:42+00:00"
  6328. },
  6329. {
  6330. "name": "symfony/translation",
  6331. "version": "v7.4.10",
  6332. "source": {
  6333. "type": "git",
  6334. "url": "https://github.com/symfony/translation.git",
  6335. "reference": "ada7578c30dd5feaa8259cff3e885069ea81ddde"
  6336. },
  6337. "dist": {
  6338. "type": "zip",
  6339. "url": "https://api.github.com/repos/symfony/translation/zipball/ada7578c30dd5feaa8259cff3e885069ea81ddde",
  6340. "reference": "ada7578c30dd5feaa8259cff3e885069ea81ddde",
  6341. "shasum": ""
  6342. },
  6343. "require": {
  6344. "php": ">=8.2",
  6345. "symfony/deprecation-contracts": "^2.5|^3",
  6346. "symfony/polyfill-mbstring": "~1.0",
  6347. "symfony/translation-contracts": "^2.5.3|^3.3"
  6348. },
  6349. "conflict": {
  6350. "nikic/php-parser": "<5.0",
  6351. "symfony/config": "<6.4",
  6352. "symfony/console": "<6.4",
  6353. "symfony/dependency-injection": "<6.4",
  6354. "symfony/http-client-contracts": "<2.5",
  6355. "symfony/http-kernel": "<6.4",
  6356. "symfony/service-contracts": "<2.5",
  6357. "symfony/twig-bundle": "<6.4",
  6358. "symfony/yaml": "<6.4"
  6359. },
  6360. "provide": {
  6361. "symfony/translation-implementation": "2.3|3.0"
  6362. },
  6363. "require-dev": {
  6364. "nikic/php-parser": "^5.0",
  6365. "psr/log": "^1|^2|^3",
  6366. "symfony/config": "^6.4|^7.0|^8.0",
  6367. "symfony/console": "^6.4|^7.0|^8.0",
  6368. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6369. "symfony/finder": "^6.4|^7.0|^8.0",
  6370. "symfony/http-client-contracts": "^2.5|^3.0",
  6371. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6372. "symfony/intl": "^6.4|^7.0|^8.0",
  6373. "symfony/polyfill-intl-icu": "^1.21",
  6374. "symfony/routing": "^6.4|^7.0|^8.0",
  6375. "symfony/service-contracts": "^2.5|^3",
  6376. "symfony/yaml": "^6.4|^7.0|^8.0"
  6377. },
  6378. "type": "library",
  6379. "autoload": {
  6380. "files": [
  6381. "Resources/functions.php"
  6382. ],
  6383. "psr-4": {
  6384. "Symfony\\Component\\Translation\\": ""
  6385. },
  6386. "exclude-from-classmap": [
  6387. "/Tests/"
  6388. ]
  6389. },
  6390. "notification-url": "https://packagist.org/downloads/",
  6391. "license": [
  6392. "MIT"
  6393. ],
  6394. "authors": [
  6395. {
  6396. "name": "Fabien Potencier",
  6397. "email": "fabien@symfony.com"
  6398. },
  6399. {
  6400. "name": "Symfony Community",
  6401. "homepage": "https://symfony.com/contributors"
  6402. }
  6403. ],
  6404. "description": "Provides tools to internationalize your application",
  6405. "homepage": "https://symfony.com",
  6406. "support": {
  6407. "source": "https://github.com/symfony/translation/tree/v7.4.10"
  6408. },
  6409. "funding": [
  6410. {
  6411. "url": "https://symfony.com/sponsor",
  6412. "type": "custom"
  6413. },
  6414. {
  6415. "url": "https://github.com/fabpot",
  6416. "type": "github"
  6417. },
  6418. {
  6419. "url": "https://github.com/nicolas-grekas",
  6420. "type": "github"
  6421. },
  6422. {
  6423. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6424. "type": "tidelift"
  6425. }
  6426. ],
  6427. "time": "2026-05-06T11:19:24+00:00"
  6428. },
  6429. {
  6430. "name": "symfony/translation-contracts",
  6431. "version": "v3.7.0",
  6432. "source": {
  6433. "type": "git",
  6434. "url": "https://github.com/symfony/translation-contracts.git",
  6435. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d"
  6436. },
  6437. "dist": {
  6438. "type": "zip",
  6439. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/0ab302977a952b42fd51475c4ebac81f8da0a95d",
  6440. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d",
  6441. "shasum": ""
  6442. },
  6443. "require": {
  6444. "php": ">=8.1"
  6445. },
  6446. "type": "library",
  6447. "extra": {
  6448. "thanks": {
  6449. "url": "https://github.com/symfony/contracts",
  6450. "name": "symfony/contracts"
  6451. },
  6452. "branch-alias": {
  6453. "dev-main": "3.7-dev"
  6454. }
  6455. },
  6456. "autoload": {
  6457. "psr-4": {
  6458. "Symfony\\Contracts\\Translation\\": ""
  6459. },
  6460. "exclude-from-classmap": [
  6461. "/Test/"
  6462. ]
  6463. },
  6464. "notification-url": "https://packagist.org/downloads/",
  6465. "license": [
  6466. "MIT"
  6467. ],
  6468. "authors": [
  6469. {
  6470. "name": "Nicolas Grekas",
  6471. "email": "p@tchwork.com"
  6472. },
  6473. {
  6474. "name": "Symfony Community",
  6475. "homepage": "https://symfony.com/contributors"
  6476. }
  6477. ],
  6478. "description": "Generic abstractions related to translation",
  6479. "homepage": "https://symfony.com",
  6480. "keywords": [
  6481. "abstractions",
  6482. "contracts",
  6483. "decoupling",
  6484. "interfaces",
  6485. "interoperability",
  6486. "standards"
  6487. ],
  6488. "support": {
  6489. "source": "https://github.com/symfony/translation-contracts/tree/v3.7.0"
  6490. },
  6491. "funding": [
  6492. {
  6493. "url": "https://symfony.com/sponsor",
  6494. "type": "custom"
  6495. },
  6496. {
  6497. "url": "https://github.com/fabpot",
  6498. "type": "github"
  6499. },
  6500. {
  6501. "url": "https://github.com/nicolas-grekas",
  6502. "type": "github"
  6503. },
  6504. {
  6505. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6506. "type": "tidelift"
  6507. }
  6508. ],
  6509. "time": "2026-01-05T13:30:16+00:00"
  6510. },
  6511. {
  6512. "name": "symfony/twig-bridge",
  6513. "version": "v7.4.12",
  6514. "source": {
  6515. "type": "git",
  6516. "url": "https://github.com/symfony/twig-bridge.git",
  6517. "reference": "81663873d946531129c76c65e80b681ce99c0e89"
  6518. },
  6519. "dist": {
  6520. "type": "zip",
  6521. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/81663873d946531129c76c65e80b681ce99c0e89",
  6522. "reference": "81663873d946531129c76c65e80b681ce99c0e89",
  6523. "shasum": ""
  6524. },
  6525. "require": {
  6526. "php": ">=8.2",
  6527. "symfony/deprecation-contracts": "^2.5|^3",
  6528. "symfony/translation-contracts": "^2.5|^3",
  6529. "twig/twig": "^3.21"
  6530. },
  6531. "conflict": {
  6532. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  6533. "phpdocumentor/type-resolver": "<1.5.1",
  6534. "symfony/console": "<6.4",
  6535. "symfony/form": "<6.4.32|>7,<7.3.10|>7.4,<7.4.4|>8.0,<8.0.4",
  6536. "symfony/http-foundation": "<6.4",
  6537. "symfony/http-kernel": "<6.4",
  6538. "symfony/mime": "<6.4.37|>7,<7.4.9|>8.0,<8.0.9",
  6539. "symfony/serializer": "<6.4",
  6540. "symfony/translation": "<6.4",
  6541. "symfony/workflow": "<6.4"
  6542. },
  6543. "require-dev": {
  6544. "egulias/email-validator": "^2.1.10|^3|^4",
  6545. "league/html-to-markdown": "^5.0",
  6546. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  6547. "symfony/asset": "^6.4|^7.0|^8.0",
  6548. "symfony/asset-mapper": "^6.4|^7.0|^8.0",
  6549. "symfony/console": "^6.4|^7.0|^8.0",
  6550. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6551. "symfony/emoji": "^7.1|^8.0",
  6552. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6553. "symfony/finder": "^6.4|^7.0|^8.0",
  6554. "symfony/form": "^6.4.32|~7.3.10|^7.4.4|^8.0.4",
  6555. "symfony/html-sanitizer": "^6.4|^7.0|^8.0",
  6556. "symfony/http-foundation": "^7.3|^8.0",
  6557. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6558. "symfony/intl": "^6.4|^7.0|^8.0",
  6559. "symfony/mime": "^6.4.37|^7.4.9|^8.0.9",
  6560. "symfony/polyfill-intl-icu": "~1.0",
  6561. "symfony/property-info": "^6.4|^7.0|^8.0",
  6562. "symfony/routing": "^6.4|^7.0|^8.0",
  6563. "symfony/security-acl": "^2.8|^3.0",
  6564. "symfony/security-core": "^6.4|^7.0|^8.0",
  6565. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  6566. "symfony/security-http": "^6.4|^7.0|^8.0",
  6567. "symfony/serializer": "^6.4.3|^7.0.3|^8.0",
  6568. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  6569. "symfony/translation": "^6.4|^7.0|^8.0",
  6570. "symfony/validator": "^6.4|^7.0|^8.0",
  6571. "symfony/web-link": "^6.4|^7.0|^8.0",
  6572. "symfony/workflow": "^6.4|^7.0|^8.0",
  6573. "symfony/yaml": "^6.4|^7.0|^8.0",
  6574. "twig/cssinliner-extra": "^3",
  6575. "twig/inky-extra": "^3",
  6576. "twig/markdown-extra": "^3"
  6577. },
  6578. "type": "symfony-bridge",
  6579. "autoload": {
  6580. "psr-4": {
  6581. "Symfony\\Bridge\\Twig\\": ""
  6582. },
  6583. "exclude-from-classmap": [
  6584. "/Tests/"
  6585. ]
  6586. },
  6587. "notification-url": "https://packagist.org/downloads/",
  6588. "license": [
  6589. "MIT"
  6590. ],
  6591. "authors": [
  6592. {
  6593. "name": "Fabien Potencier",
  6594. "email": "fabien@symfony.com"
  6595. },
  6596. {
  6597. "name": "Symfony Community",
  6598. "homepage": "https://symfony.com/contributors"
  6599. }
  6600. ],
  6601. "description": "Provides integration for Twig with various Symfony components",
  6602. "homepage": "https://symfony.com",
  6603. "support": {
  6604. "source": "https://github.com/symfony/twig-bridge/tree/v7.4.12"
  6605. },
  6606. "funding": [
  6607. {
  6608. "url": "https://symfony.com/sponsor",
  6609. "type": "custom"
  6610. },
  6611. {
  6612. "url": "https://github.com/fabpot",
  6613. "type": "github"
  6614. },
  6615. {
  6616. "url": "https://github.com/nicolas-grekas",
  6617. "type": "github"
  6618. },
  6619. {
  6620. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6621. "type": "tidelift"
  6622. }
  6623. ],
  6624. "time": "2026-04-29T17:13:54+00:00"
  6625. },
  6626. {
  6627. "name": "symfony/twig-bundle",
  6628. "version": "v7.4.8",
  6629. "source": {
  6630. "type": "git",
  6631. "url": "https://github.com/symfony/twig-bundle.git",
  6632. "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95"
  6633. },
  6634. "dist": {
  6635. "type": "zip",
  6636. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
  6637. "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
  6638. "shasum": ""
  6639. },
  6640. "require": {
  6641. "composer-runtime-api": ">=2.1",
  6642. "php": ">=8.2",
  6643. "symfony/config": "^7.4|^8.0",
  6644. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6645. "symfony/deprecation-contracts": "^2.5|^3",
  6646. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  6647. "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0",
  6648. "symfony/twig-bridge": "^7.3|^8.0",
  6649. "twig/twig": "^3.12"
  6650. },
  6651. "conflict": {
  6652. "symfony/framework-bundle": "<6.4",
  6653. "symfony/translation": "<6.4"
  6654. },
  6655. "require-dev": {
  6656. "symfony/asset": "^6.4|^7.0|^8.0",
  6657. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6658. "symfony/finder": "^6.4|^7.0|^8.0",
  6659. "symfony/form": "^6.4|^7.0|^8.0",
  6660. "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",
  6661. "symfony/routing": "^6.4|^7.0|^8.0",
  6662. "symfony/runtime": "^6.4.13|^7.1.6",
  6663. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  6664. "symfony/translation": "^6.4|^7.0|^8.0",
  6665. "symfony/web-link": "^6.4|^7.0|^8.0",
  6666. "symfony/yaml": "^6.4|^7.0|^8.0"
  6667. },
  6668. "type": "symfony-bundle",
  6669. "autoload": {
  6670. "psr-4": {
  6671. "Symfony\\Bundle\\TwigBundle\\": ""
  6672. },
  6673. "exclude-from-classmap": [
  6674. "/Tests/"
  6675. ]
  6676. },
  6677. "notification-url": "https://packagist.org/downloads/",
  6678. "license": [
  6679. "MIT"
  6680. ],
  6681. "authors": [
  6682. {
  6683. "name": "Fabien Potencier",
  6684. "email": "fabien@symfony.com"
  6685. },
  6686. {
  6687. "name": "Symfony Community",
  6688. "homepage": "https://symfony.com/contributors"
  6689. }
  6690. ],
  6691. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  6692. "homepage": "https://symfony.com",
  6693. "support": {
  6694. "source": "https://github.com/symfony/twig-bundle/tree/v7.4.8"
  6695. },
  6696. "funding": [
  6697. {
  6698. "url": "https://symfony.com/sponsor",
  6699. "type": "custom"
  6700. },
  6701. {
  6702. "url": "https://github.com/fabpot",
  6703. "type": "github"
  6704. },
  6705. {
  6706. "url": "https://github.com/nicolas-grekas",
  6707. "type": "github"
  6708. },
  6709. {
  6710. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6711. "type": "tidelift"
  6712. }
  6713. ],
  6714. "time": "2026-03-24T13:12:05+00:00"
  6715. },
  6716. {
  6717. "name": "symfony/type-info",
  6718. "version": "v7.4.9",
  6719. "source": {
  6720. "type": "git",
  6721. "url": "https://github.com/symfony/type-info.git",
  6722. "reference": "cafeedbf157b890e94ac5b83eaed85595106d5d6"
  6723. },
  6724. "dist": {
  6725. "type": "zip",
  6726. "url": "https://api.github.com/repos/symfony/type-info/zipball/cafeedbf157b890e94ac5b83eaed85595106d5d6",
  6727. "reference": "cafeedbf157b890e94ac5b83eaed85595106d5d6",
  6728. "shasum": ""
  6729. },
  6730. "require": {
  6731. "php": ">=8.2",
  6732. "psr/container": "^1.1|^2.0",
  6733. "symfony/deprecation-contracts": "^2.5|^3"
  6734. },
  6735. "conflict": {
  6736. "phpstan/phpdoc-parser": "<1.30"
  6737. },
  6738. "require-dev": {
  6739. "phpstan/phpdoc-parser": "^1.30|^2.0"
  6740. },
  6741. "type": "library",
  6742. "autoload": {
  6743. "psr-4": {
  6744. "Symfony\\Component\\TypeInfo\\": ""
  6745. },
  6746. "exclude-from-classmap": [
  6747. "/Tests/"
  6748. ]
  6749. },
  6750. "notification-url": "https://packagist.org/downloads/",
  6751. "license": [
  6752. "MIT"
  6753. ],
  6754. "authors": [
  6755. {
  6756. "name": "Mathias Arlaud",
  6757. "email": "mathias.arlaud@gmail.com"
  6758. },
  6759. {
  6760. "name": "Baptiste LEDUC",
  6761. "email": "baptiste.leduc@gmail.com"
  6762. },
  6763. {
  6764. "name": "Symfony Community",
  6765. "homepage": "https://symfony.com/contributors"
  6766. }
  6767. ],
  6768. "description": "Extracts PHP types information.",
  6769. "homepage": "https://symfony.com",
  6770. "keywords": [
  6771. "PHPStan",
  6772. "phpdoc",
  6773. "symfony",
  6774. "type"
  6775. ],
  6776. "support": {
  6777. "source": "https://github.com/symfony/type-info/tree/v7.4.9"
  6778. },
  6779. "funding": [
  6780. {
  6781. "url": "https://symfony.com/sponsor",
  6782. "type": "custom"
  6783. },
  6784. {
  6785. "url": "https://github.com/fabpot",
  6786. "type": "github"
  6787. },
  6788. {
  6789. "url": "https://github.com/nicolas-grekas",
  6790. "type": "github"
  6791. },
  6792. {
  6793. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6794. "type": "tidelift"
  6795. }
  6796. ],
  6797. "time": "2026-04-22T15:21:55+00:00"
  6798. },
  6799. {
  6800. "name": "symfony/validator",
  6801. "version": "v7.4.10",
  6802. "source": {
  6803. "type": "git",
  6804. "url": "https://github.com/symfony/validator.git",
  6805. "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361"
  6806. },
  6807. "dist": {
  6808. "type": "zip",
  6809. "url": "https://api.github.com/repos/symfony/validator/zipball/c76458623af9a3fe3b2e5b09b36453f334c2a361",
  6810. "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361",
  6811. "shasum": ""
  6812. },
  6813. "require": {
  6814. "php": ">=8.2",
  6815. "symfony/deprecation-contracts": "^2.5|^3",
  6816. "symfony/polyfill-ctype": "~1.8",
  6817. "symfony/polyfill-mbstring": "~1.0",
  6818. "symfony/polyfill-php83": "^1.27",
  6819. "symfony/translation-contracts": "^2.5|^3"
  6820. },
  6821. "conflict": {
  6822. "doctrine/lexer": "<1.1",
  6823. "symfony/dependency-injection": "<6.4",
  6824. "symfony/doctrine-bridge": "<7.0",
  6825. "symfony/expression-language": "<6.4",
  6826. "symfony/http-kernel": "<6.4",
  6827. "symfony/intl": "<6.4",
  6828. "symfony/property-info": "<6.4",
  6829. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  6830. "symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3",
  6831. "symfony/yaml": "<6.4"
  6832. },
  6833. "require-dev": {
  6834. "egulias/email-validator": "^2.1.10|^3|^4",
  6835. "symfony/cache": "^6.4|^7.0|^8.0",
  6836. "symfony/config": "^6.4|^7.0|^8.0",
  6837. "symfony/console": "^6.4|^7.0|^8.0",
  6838. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6839. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6840. "symfony/finder": "^6.4|^7.0|^8.0",
  6841. "symfony/http-client": "^6.4|^7.0|^8.0",
  6842. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  6843. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6844. "symfony/intl": "^6.4|^7.0|^8.0",
  6845. "symfony/mime": "^6.4|^7.0|^8.0",
  6846. "symfony/process": "^6.4|^7.0|^8.0",
  6847. "symfony/property-access": "^6.4|^7.0|^8.0",
  6848. "symfony/property-info": "^6.4|^7.0|^8.0",
  6849. "symfony/string": "^6.4|^7.0|^8.0",
  6850. "symfony/translation": "^6.4.3|^7.0.3|^8.0",
  6851. "symfony/type-info": "^7.1.8",
  6852. "symfony/yaml": "^6.4|^7.0|^8.0"
  6853. },
  6854. "type": "library",
  6855. "autoload": {
  6856. "psr-4": {
  6857. "Symfony\\Component\\Validator\\": ""
  6858. },
  6859. "exclude-from-classmap": [
  6860. "/Tests/",
  6861. "/Resources/bin/"
  6862. ]
  6863. },
  6864. "notification-url": "https://packagist.org/downloads/",
  6865. "license": [
  6866. "MIT"
  6867. ],
  6868. "authors": [
  6869. {
  6870. "name": "Fabien Potencier",
  6871. "email": "fabien@symfony.com"
  6872. },
  6873. {
  6874. "name": "Symfony Community",
  6875. "homepage": "https://symfony.com/contributors"
  6876. }
  6877. ],
  6878. "description": "Provides tools to validate values",
  6879. "homepage": "https://symfony.com",
  6880. "support": {
  6881. "source": "https://github.com/symfony/validator/tree/v7.4.10"
  6882. },
  6883. "funding": [
  6884. {
  6885. "url": "https://symfony.com/sponsor",
  6886. "type": "custom"
  6887. },
  6888. {
  6889. "url": "https://github.com/fabpot",
  6890. "type": "github"
  6891. },
  6892. {
  6893. "url": "https://github.com/nicolas-grekas",
  6894. "type": "github"
  6895. },
  6896. {
  6897. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6898. "type": "tidelift"
  6899. }
  6900. ],
  6901. "time": "2026-05-05T15:30:56+00:00"
  6902. },
  6903. {
  6904. "name": "symfony/var-dumper",
  6905. "version": "v7.4.8",
  6906. "source": {
  6907. "type": "git",
  6908. "url": "https://github.com/symfony/var-dumper.git",
  6909. "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd"
  6910. },
  6911. "dist": {
  6912. "type": "zip",
  6913. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
  6914. "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
  6915. "shasum": ""
  6916. },
  6917. "require": {
  6918. "php": ">=8.2",
  6919. "symfony/deprecation-contracts": "^2.5|^3",
  6920. "symfony/polyfill-mbstring": "~1.0"
  6921. },
  6922. "conflict": {
  6923. "symfony/console": "<6.4"
  6924. },
  6925. "require-dev": {
  6926. "symfony/console": "^6.4|^7.0|^8.0",
  6927. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6928. "symfony/process": "^6.4|^7.0|^8.0",
  6929. "symfony/uid": "^6.4|^7.0|^8.0",
  6930. "twig/twig": "^3.12"
  6931. },
  6932. "bin": [
  6933. "Resources/bin/var-dump-server"
  6934. ],
  6935. "type": "library",
  6936. "autoload": {
  6937. "files": [
  6938. "Resources/functions/dump.php"
  6939. ],
  6940. "psr-4": {
  6941. "Symfony\\Component\\VarDumper\\": ""
  6942. },
  6943. "exclude-from-classmap": [
  6944. "/Tests/"
  6945. ]
  6946. },
  6947. "notification-url": "https://packagist.org/downloads/",
  6948. "license": [
  6949. "MIT"
  6950. ],
  6951. "authors": [
  6952. {
  6953. "name": "Nicolas Grekas",
  6954. "email": "p@tchwork.com"
  6955. },
  6956. {
  6957. "name": "Symfony Community",
  6958. "homepage": "https://symfony.com/contributors"
  6959. }
  6960. ],
  6961. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6962. "homepage": "https://symfony.com",
  6963. "keywords": [
  6964. "debug",
  6965. "dump"
  6966. ],
  6967. "support": {
  6968. "source": "https://github.com/symfony/var-dumper/tree/v7.4.8"
  6969. },
  6970. "funding": [
  6971. {
  6972. "url": "https://symfony.com/sponsor",
  6973. "type": "custom"
  6974. },
  6975. {
  6976. "url": "https://github.com/fabpot",
  6977. "type": "github"
  6978. },
  6979. {
  6980. "url": "https://github.com/nicolas-grekas",
  6981. "type": "github"
  6982. },
  6983. {
  6984. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6985. "type": "tidelift"
  6986. }
  6987. ],
  6988. "time": "2026-03-30T13:44:50+00:00"
  6989. },
  6990. {
  6991. "name": "symfony/var-exporter",
  6992. "version": "v7.4.9",
  6993. "source": {
  6994. "type": "git",
  6995. "url": "https://github.com/symfony/var-exporter.git",
  6996. "reference": "22e03a49c95ef054a43601cd159b222bfab1c701"
  6997. },
  6998. "dist": {
  6999. "type": "zip",
  7000. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/22e03a49c95ef054a43601cd159b222bfab1c701",
  7001. "reference": "22e03a49c95ef054a43601cd159b222bfab1c701",
  7002. "shasum": ""
  7003. },
  7004. "require": {
  7005. "php": ">=8.2",
  7006. "symfony/deprecation-contracts": "^2.5|^3"
  7007. },
  7008. "require-dev": {
  7009. "symfony/property-access": "^6.4|^7.0|^8.0",
  7010. "symfony/serializer": "^6.4|^7.0|^8.0",
  7011. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  7012. },
  7013. "type": "library",
  7014. "autoload": {
  7015. "psr-4": {
  7016. "Symfony\\Component\\VarExporter\\": ""
  7017. },
  7018. "exclude-from-classmap": [
  7019. "/Tests/"
  7020. ]
  7021. },
  7022. "notification-url": "https://packagist.org/downloads/",
  7023. "license": [
  7024. "MIT"
  7025. ],
  7026. "authors": [
  7027. {
  7028. "name": "Nicolas Grekas",
  7029. "email": "p@tchwork.com"
  7030. },
  7031. {
  7032. "name": "Symfony Community",
  7033. "homepage": "https://symfony.com/contributors"
  7034. }
  7035. ],
  7036. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  7037. "homepage": "https://symfony.com",
  7038. "keywords": [
  7039. "clone",
  7040. "construct",
  7041. "export",
  7042. "hydrate",
  7043. "instantiate",
  7044. "lazy-loading",
  7045. "proxy",
  7046. "serialize"
  7047. ],
  7048. "support": {
  7049. "source": "https://github.com/symfony/var-exporter/tree/v7.4.9"
  7050. },
  7051. "funding": [
  7052. {
  7053. "url": "https://symfony.com/sponsor",
  7054. "type": "custom"
  7055. },
  7056. {
  7057. "url": "https://github.com/fabpot",
  7058. "type": "github"
  7059. },
  7060. {
  7061. "url": "https://github.com/nicolas-grekas",
  7062. "type": "github"
  7063. },
  7064. {
  7065. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7066. "type": "tidelift"
  7067. }
  7068. ],
  7069. "time": "2026-04-18T13:18:21+00:00"
  7070. },
  7071. {
  7072. "name": "symfony/webpack-encore-bundle",
  7073. "version": "v2.4.0",
  7074. "source": {
  7075. "type": "git",
  7076. "url": "https://github.com/symfony/webpack-encore-bundle.git",
  7077. "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e"
  7078. },
  7079. "dist": {
  7080. "type": "zip",
  7081. "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
  7082. "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
  7083. "shasum": ""
  7084. },
  7085. "require": {
  7086. "php": ">=8.1.0",
  7087. "symfony/asset": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7088. "symfony/config": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7089. "symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7090. "symfony/http-kernel": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7091. "symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0"
  7092. },
  7093. "require-dev": {
  7094. "symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7095. "symfony/http-client": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7096. "symfony/phpunit-bridge": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7097. "symfony/twig-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  7098. "symfony/web-link": "^5.4 || ^6.2 || ^7.0 || ^8.0"
  7099. },
  7100. "type": "symfony-bundle",
  7101. "extra": {
  7102. "thanks": {
  7103. "url": "https://github.com/symfony/webpack-encore",
  7104. "name": "symfony/webpack-encore"
  7105. }
  7106. },
  7107. "autoload": {
  7108. "psr-4": {
  7109. "Symfony\\WebpackEncoreBundle\\": "src"
  7110. }
  7111. },
  7112. "notification-url": "https://packagist.org/downloads/",
  7113. "license": [
  7114. "MIT"
  7115. ],
  7116. "authors": [
  7117. {
  7118. "name": "Symfony Community",
  7119. "homepage": "https://symfony.com/contributors"
  7120. }
  7121. ],
  7122. "description": "Integration of your Symfony app with Webpack Encore",
  7123. "support": {
  7124. "issues": "https://github.com/symfony/webpack-encore-bundle/issues",
  7125. "source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.4.0"
  7126. },
  7127. "funding": [
  7128. {
  7129. "url": "https://symfony.com/sponsor",
  7130. "type": "custom"
  7131. },
  7132. {
  7133. "url": "https://github.com/fabpot",
  7134. "type": "github"
  7135. },
  7136. {
  7137. "url": "https://github.com/nicolas-grekas",
  7138. "type": "github"
  7139. },
  7140. {
  7141. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7142. "type": "tidelift"
  7143. }
  7144. ],
  7145. "time": "2025-11-27T13:41:46+00:00"
  7146. },
  7147. {
  7148. "name": "symfony/yaml",
  7149. "version": "v7.4.12",
  7150. "source": {
  7151. "type": "git",
  7152. "url": "https://github.com/symfony/yaml.git",
  7153. "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51"
  7154. },
  7155. "dist": {
  7156. "type": "zip",
  7157. "url": "https://api.github.com/repos/symfony/yaml/zipball/8b6952b56ca6417f25f7a65758cadd0ce02edc51",
  7158. "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51",
  7159. "shasum": ""
  7160. },
  7161. "require": {
  7162. "php": ">=8.2",
  7163. "symfony/deprecation-contracts": "^2.5|^3",
  7164. "symfony/polyfill-ctype": "^1.8"
  7165. },
  7166. "conflict": {
  7167. "symfony/console": "<6.4"
  7168. },
  7169. "require-dev": {
  7170. "symfony/console": "^6.4|^7.0|^8.0"
  7171. },
  7172. "bin": [
  7173. "Resources/bin/yaml-lint"
  7174. ],
  7175. "type": "library",
  7176. "autoload": {
  7177. "psr-4": {
  7178. "Symfony\\Component\\Yaml\\": ""
  7179. },
  7180. "exclude-from-classmap": [
  7181. "/Tests/"
  7182. ]
  7183. },
  7184. "notification-url": "https://packagist.org/downloads/",
  7185. "license": [
  7186. "MIT"
  7187. ],
  7188. "authors": [
  7189. {
  7190. "name": "Fabien Potencier",
  7191. "email": "fabien@symfony.com"
  7192. },
  7193. {
  7194. "name": "Symfony Community",
  7195. "homepage": "https://symfony.com/contributors"
  7196. }
  7197. ],
  7198. "description": "Loads and dumps YAML files",
  7199. "homepage": "https://symfony.com",
  7200. "support": {
  7201. "source": "https://github.com/symfony/yaml/tree/v7.4.12"
  7202. },
  7203. "funding": [
  7204. {
  7205. "url": "https://symfony.com/sponsor",
  7206. "type": "custom"
  7207. },
  7208. {
  7209. "url": "https://github.com/fabpot",
  7210. "type": "github"
  7211. },
  7212. {
  7213. "url": "https://github.com/nicolas-grekas",
  7214. "type": "github"
  7215. },
  7216. {
  7217. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7218. "type": "tidelift"
  7219. }
  7220. ],
  7221. "time": "2026-05-20T07:20:23+00:00"
  7222. },
  7223. {
  7224. "name": "thecodingmachine/safe",
  7225. "version": "v3.4.0",
  7226. "source": {
  7227. "type": "git",
  7228. "url": "https://github.com/thecodingmachine/safe.git",
  7229. "reference": "705683a25bacf0d4860c7dea4d7947bfd09eea19"
  7230. },
  7231. "dist": {
  7232. "type": "zip",
  7233. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/705683a25bacf0d4860c7dea4d7947bfd09eea19",
  7234. "reference": "705683a25bacf0d4860c7dea4d7947bfd09eea19",
  7235. "shasum": ""
  7236. },
  7237. "require": {
  7238. "php": "^8.1"
  7239. },
  7240. "require-dev": {
  7241. "php-parallel-lint/php-parallel-lint": "^1.4",
  7242. "phpstan/phpstan": "^2",
  7243. "phpunit/phpunit": "^10",
  7244. "squizlabs/php_codesniffer": "^3.2"
  7245. },
  7246. "type": "library",
  7247. "autoload": {
  7248. "files": [
  7249. "lib/special_cases.php",
  7250. "generated/apache.php",
  7251. "generated/apcu.php",
  7252. "generated/array.php",
  7253. "generated/bzip2.php",
  7254. "generated/calendar.php",
  7255. "generated/classobj.php",
  7256. "generated/com.php",
  7257. "generated/cubrid.php",
  7258. "generated/curl.php",
  7259. "generated/datetime.php",
  7260. "generated/dir.php",
  7261. "generated/eio.php",
  7262. "generated/errorfunc.php",
  7263. "generated/exec.php",
  7264. "generated/fileinfo.php",
  7265. "generated/filesystem.php",
  7266. "generated/filter.php",
  7267. "generated/fpm.php",
  7268. "generated/ftp.php",
  7269. "generated/funchand.php",
  7270. "generated/gettext.php",
  7271. "generated/gmp.php",
  7272. "generated/gnupg.php",
  7273. "generated/hash.php",
  7274. "generated/ibase.php",
  7275. "generated/ibmDb2.php",
  7276. "generated/iconv.php",
  7277. "generated/image.php",
  7278. "generated/imap.php",
  7279. "generated/info.php",
  7280. "generated/inotify.php",
  7281. "generated/json.php",
  7282. "generated/ldap.php",
  7283. "generated/libxml.php",
  7284. "generated/lzf.php",
  7285. "generated/mailparse.php",
  7286. "generated/mbstring.php",
  7287. "generated/misc.php",
  7288. "generated/mysql.php",
  7289. "generated/mysqli.php",
  7290. "generated/network.php",
  7291. "generated/oci8.php",
  7292. "generated/opcache.php",
  7293. "generated/openssl.php",
  7294. "generated/outcontrol.php",
  7295. "generated/pcntl.php",
  7296. "generated/pcre.php",
  7297. "generated/pgsql.php",
  7298. "generated/posix.php",
  7299. "generated/ps.php",
  7300. "generated/pspell.php",
  7301. "generated/readline.php",
  7302. "generated/rnp.php",
  7303. "generated/rpminfo.php",
  7304. "generated/rrd.php",
  7305. "generated/sem.php",
  7306. "generated/session.php",
  7307. "generated/shmop.php",
  7308. "generated/sockets.php",
  7309. "generated/sodium.php",
  7310. "generated/solr.php",
  7311. "generated/spl.php",
  7312. "generated/sqlsrv.php",
  7313. "generated/ssdeep.php",
  7314. "generated/ssh2.php",
  7315. "generated/stream.php",
  7316. "generated/strings.php",
  7317. "generated/swoole.php",
  7318. "generated/uodbc.php",
  7319. "generated/uopz.php",
  7320. "generated/url.php",
  7321. "generated/var.php",
  7322. "generated/xdiff.php",
  7323. "generated/xml.php",
  7324. "generated/xmlrpc.php",
  7325. "generated/yaml.php",
  7326. "generated/yaz.php",
  7327. "generated/zip.php",
  7328. "generated/zlib.php"
  7329. ],
  7330. "classmap": [
  7331. "lib/DateTime.php",
  7332. "lib/DateTimeImmutable.php",
  7333. "lib/Exceptions/",
  7334. "generated/Exceptions/"
  7335. ]
  7336. },
  7337. "notification-url": "https://packagist.org/downloads/",
  7338. "license": [
  7339. "MIT"
  7340. ],
  7341. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  7342. "support": {
  7343. "issues": "https://github.com/thecodingmachine/safe/issues",
  7344. "source": "https://github.com/thecodingmachine/safe/tree/v3.4.0"
  7345. },
  7346. "funding": [
  7347. {
  7348. "url": "https://github.com/OskarStark",
  7349. "type": "github"
  7350. },
  7351. {
  7352. "url": "https://github.com/shish",
  7353. "type": "github"
  7354. },
  7355. {
  7356. "url": "https://github.com/silasjoisten",
  7357. "type": "github"
  7358. },
  7359. {
  7360. "url": "https://github.com/staabm",
  7361. "type": "github"
  7362. }
  7363. ],
  7364. "time": "2026-02-04T18:08:13+00:00"
  7365. },
  7366. {
  7367. "name": "twig/twig",
  7368. "version": "v3.26.0",
  7369. "source": {
  7370. "type": "git",
  7371. "url": "https://github.com/twigphp/Twig.git",
  7372. "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc"
  7373. },
  7374. "dist": {
  7375. "type": "zip",
  7376. "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
  7377. "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
  7378. "shasum": ""
  7379. },
  7380. "require": {
  7381. "php": ">=8.1.0",
  7382. "symfony/deprecation-contracts": "^2.5|^3",
  7383. "symfony/polyfill-ctype": "^1.8",
  7384. "symfony/polyfill-mbstring": "^1.3"
  7385. },
  7386. "require-dev": {
  7387. "php-cs-fixer/shim": "^3.0@stable",
  7388. "phpstan/phpstan": "^2.0@stable",
  7389. "psr/container": "^1.0|^2.0",
  7390. "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
  7391. },
  7392. "type": "library",
  7393. "autoload": {
  7394. "files": [
  7395. "src/Resources/core.php",
  7396. "src/Resources/debug.php",
  7397. "src/Resources/escaper.php",
  7398. "src/Resources/string_loader.php"
  7399. ],
  7400. "psr-4": {
  7401. "Twig\\": "src/"
  7402. }
  7403. },
  7404. "notification-url": "https://packagist.org/downloads/",
  7405. "license": [
  7406. "BSD-3-Clause"
  7407. ],
  7408. "authors": [
  7409. {
  7410. "name": "Fabien Potencier",
  7411. "email": "fabien@symfony.com",
  7412. "homepage": "http://fabien.potencier.org",
  7413. "role": "Lead Developer"
  7414. },
  7415. {
  7416. "name": "Twig Team",
  7417. "role": "Contributors"
  7418. },
  7419. {
  7420. "name": "Armin Ronacher",
  7421. "email": "armin.ronacher@active-4.com",
  7422. "role": "Project Founder"
  7423. }
  7424. ],
  7425. "description": "Twig, the flexible, fast, and secure template language for PHP",
  7426. "homepage": "https://twig.symfony.com",
  7427. "keywords": [
  7428. "templating"
  7429. ],
  7430. "support": {
  7431. "issues": "https://github.com/twigphp/Twig/issues",
  7432. "source": "https://github.com/twigphp/Twig/tree/v3.26.0"
  7433. },
  7434. "funding": [
  7435. {
  7436. "url": "https://github.com/fabpot",
  7437. "type": "github"
  7438. },
  7439. {
  7440. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7441. "type": "tidelift"
  7442. }
  7443. ],
  7444. "time": "2026-05-20T07:31:59+00:00"
  7445. }
  7446. ],
  7447. "packages-dev": [
  7448. {
  7449. "name": "nikic/php-parser",
  7450. "version": "v5.7.0",
  7451. "source": {
  7452. "type": "git",
  7453. "url": "https://github.com/nikic/PHP-Parser.git",
  7454. "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
  7455. },
  7456. "dist": {
  7457. "type": "zip",
  7458. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  7459. "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  7460. "shasum": ""
  7461. },
  7462. "require": {
  7463. "ext-ctype": "*",
  7464. "ext-json": "*",
  7465. "ext-tokenizer": "*",
  7466. "php": ">=7.4"
  7467. },
  7468. "require-dev": {
  7469. "ircmaxell/php-yacc": "^0.0.7",
  7470. "phpunit/phpunit": "^9.0"
  7471. },
  7472. "bin": [
  7473. "bin/php-parse"
  7474. ],
  7475. "type": "library",
  7476. "extra": {
  7477. "branch-alias": {
  7478. "dev-master": "5.x-dev"
  7479. }
  7480. },
  7481. "autoload": {
  7482. "psr-4": {
  7483. "PhpParser\\": "lib/PhpParser"
  7484. }
  7485. },
  7486. "notification-url": "https://packagist.org/downloads/",
  7487. "license": [
  7488. "BSD-3-Clause"
  7489. ],
  7490. "authors": [
  7491. {
  7492. "name": "Nikita Popov"
  7493. }
  7494. ],
  7495. "description": "A PHP parser written in PHP",
  7496. "keywords": [
  7497. "parser",
  7498. "php"
  7499. ],
  7500. "support": {
  7501. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7502. "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
  7503. },
  7504. "time": "2025-12-06T11:56:16+00:00"
  7505. },
  7506. {
  7507. "name": "symfony/maker-bundle",
  7508. "version": "v1.67.0",
  7509. "source": {
  7510. "type": "git",
  7511. "url": "https://github.com/symfony/maker-bundle.git",
  7512. "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516"
  7513. },
  7514. "dist": {
  7515. "type": "zip",
  7516. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
  7517. "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
  7518. "shasum": ""
  7519. },
  7520. "require": {
  7521. "composer-runtime-api": "^2.1",
  7522. "doctrine/inflector": "^2.0",
  7523. "nikic/php-parser": "^5.0",
  7524. "php": ">=8.1",
  7525. "symfony/config": "^6.4|^7.0|^8.0",
  7526. "symfony/console": "^6.4|^7.0|^8.0",
  7527. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  7528. "symfony/deprecation-contracts": "^2.2|^3",
  7529. "symfony/filesystem": "^6.4|^7.0|^8.0",
  7530. "symfony/finder": "^6.4|^7.0|^8.0",
  7531. "symfony/framework-bundle": "^6.4|^7.0|^8.0",
  7532. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  7533. "symfony/process": "^6.4|^7.0|^8.0"
  7534. },
  7535. "conflict": {
  7536. "doctrine/doctrine-bundle": "<2.10",
  7537. "doctrine/orm": "<2.15"
  7538. },
  7539. "require-dev": {
  7540. "composer/semver": "^3.0",
  7541. "doctrine/doctrine-bundle": "^2.10|^3.0",
  7542. "doctrine/orm": "^2.15|^3",
  7543. "doctrine/persistence": "^3.1|^4.0",
  7544. "symfony/http-client": "^6.4|^7.0|^8.0",
  7545. "symfony/phpunit-bridge": "^6.4.1|^7.0|^8.0",
  7546. "symfony/security-core": "^6.4|^7.0|^8.0",
  7547. "symfony/security-http": "^6.4|^7.0|^8.0",
  7548. "symfony/yaml": "^6.4|^7.0|^8.0",
  7549. "twig/twig": "^3.0|^4.x-dev"
  7550. },
  7551. "type": "symfony-bundle",
  7552. "extra": {
  7553. "branch-alias": {
  7554. "dev-main": "1.x-dev"
  7555. }
  7556. },
  7557. "autoload": {
  7558. "psr-4": {
  7559. "Symfony\\Bundle\\MakerBundle\\": "src/"
  7560. }
  7561. },
  7562. "notification-url": "https://packagist.org/downloads/",
  7563. "license": [
  7564. "MIT"
  7565. ],
  7566. "authors": [
  7567. {
  7568. "name": "Symfony Community",
  7569. "homepage": "https://symfony.com/contributors"
  7570. }
  7571. ],
  7572. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  7573. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  7574. "keywords": [
  7575. "code generator",
  7576. "dev",
  7577. "generator",
  7578. "scaffold",
  7579. "scaffolding"
  7580. ],
  7581. "support": {
  7582. "issues": "https://github.com/symfony/maker-bundle/issues",
  7583. "source": "https://github.com/symfony/maker-bundle/tree/v1.67.0"
  7584. },
  7585. "funding": [
  7586. {
  7587. "url": "https://symfony.com/sponsor",
  7588. "type": "custom"
  7589. },
  7590. {
  7591. "url": "https://github.com/fabpot",
  7592. "type": "github"
  7593. },
  7594. {
  7595. "url": "https://github.com/nicolas-grekas",
  7596. "type": "github"
  7597. },
  7598. {
  7599. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7600. "type": "tidelift"
  7601. }
  7602. ],
  7603. "time": "2026-03-18T13:39:06+00:00"
  7604. },
  7605. {
  7606. "name": "symfony/process",
  7607. "version": "v7.4.11",
  7608. "source": {
  7609. "type": "git",
  7610. "url": "https://github.com/symfony/process.git",
  7611. "reference": "d9593c9efa40499eb078b81144de42cbc28a31f0"
  7612. },
  7613. "dist": {
  7614. "type": "zip",
  7615. "url": "https://api.github.com/repos/symfony/process/zipball/d9593c9efa40499eb078b81144de42cbc28a31f0",
  7616. "reference": "d9593c9efa40499eb078b81144de42cbc28a31f0",
  7617. "shasum": ""
  7618. },
  7619. "require": {
  7620. "php": ">=8.2"
  7621. },
  7622. "type": "library",
  7623. "autoload": {
  7624. "psr-4": {
  7625. "Symfony\\Component\\Process\\": ""
  7626. },
  7627. "exclude-from-classmap": [
  7628. "/Tests/"
  7629. ]
  7630. },
  7631. "notification-url": "https://packagist.org/downloads/",
  7632. "license": [
  7633. "MIT"
  7634. ],
  7635. "authors": [
  7636. {
  7637. "name": "Fabien Potencier",
  7638. "email": "fabien@symfony.com"
  7639. },
  7640. {
  7641. "name": "Symfony Community",
  7642. "homepage": "https://symfony.com/contributors"
  7643. }
  7644. ],
  7645. "description": "Executes commands in sub-processes",
  7646. "homepage": "https://symfony.com",
  7647. "support": {
  7648. "source": "https://github.com/symfony/process/tree/v7.4.11"
  7649. },
  7650. "funding": [
  7651. {
  7652. "url": "https://symfony.com/sponsor",
  7653. "type": "custom"
  7654. },
  7655. {
  7656. "url": "https://github.com/fabpot",
  7657. "type": "github"
  7658. },
  7659. {
  7660. "url": "https://github.com/nicolas-grekas",
  7661. "type": "github"
  7662. },
  7663. {
  7664. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7665. "type": "tidelift"
  7666. }
  7667. ],
  7668. "time": "2026-05-11T16:55:21+00:00"
  7669. }
  7670. ],
  7671. "aliases": [],
  7672. "minimum-stability": "stable",
  7673. "stability-flags": {},
  7674. "prefer-stable": true,
  7675. "prefer-lowest": false,
  7676. "platform": {
  7677. "php": ">=8.2",
  7678. "ext-ctype": "*",
  7679. "ext-iconv": "*"
  7680. },
  7681. "platform-dev": {},
  7682. "plugin-api-version": "2.9.0"
  7683. }