Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

7501 řádky
274 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": "6a52005068f345beb15a732e99cbb73a",
  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-foundation",
  3845. "version": "v7.4.8",
  3846. "source": {
  3847. "type": "git",
  3848. "url": "https://github.com/symfony/http-foundation.git",
  3849. "reference": "9381209597ec66c25be154cbf2289076e64d1eab"
  3850. },
  3851. "dist": {
  3852. "type": "zip",
  3853. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9381209597ec66c25be154cbf2289076e64d1eab",
  3854. "reference": "9381209597ec66c25be154cbf2289076e64d1eab",
  3855. "shasum": ""
  3856. },
  3857. "require": {
  3858. "php": ">=8.2",
  3859. "symfony/deprecation-contracts": "^2.5|^3",
  3860. "symfony/polyfill-mbstring": "^1.1"
  3861. },
  3862. "conflict": {
  3863. "doctrine/dbal": "<3.6",
  3864. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  3865. },
  3866. "require-dev": {
  3867. "doctrine/dbal": "^3.6|^4",
  3868. "predis/predis": "^1.1|^2.0",
  3869. "symfony/cache": "^6.4.12|^7.1.5|^8.0",
  3870. "symfony/clock": "^6.4|^7.0|^8.0",
  3871. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  3872. "symfony/expression-language": "^6.4|^7.0|^8.0",
  3873. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  3874. "symfony/mime": "^6.4|^7.0|^8.0",
  3875. "symfony/rate-limiter": "^6.4|^7.0|^8.0"
  3876. },
  3877. "type": "library",
  3878. "autoload": {
  3879. "psr-4": {
  3880. "Symfony\\Component\\HttpFoundation\\": ""
  3881. },
  3882. "exclude-from-classmap": [
  3883. "/Tests/"
  3884. ]
  3885. },
  3886. "notification-url": "https://packagist.org/downloads/",
  3887. "license": [
  3888. "MIT"
  3889. ],
  3890. "authors": [
  3891. {
  3892. "name": "Fabien Potencier",
  3893. "email": "fabien@symfony.com"
  3894. },
  3895. {
  3896. "name": "Symfony Community",
  3897. "homepage": "https://symfony.com/contributors"
  3898. }
  3899. ],
  3900. "description": "Defines an object-oriented layer for the HTTP specification",
  3901. "homepage": "https://symfony.com",
  3902. "support": {
  3903. "source": "https://github.com/symfony/http-foundation/tree/v7.4.8"
  3904. },
  3905. "funding": [
  3906. {
  3907. "url": "https://symfony.com/sponsor",
  3908. "type": "custom"
  3909. },
  3910. {
  3911. "url": "https://github.com/fabpot",
  3912. "type": "github"
  3913. },
  3914. {
  3915. "url": "https://github.com/nicolas-grekas",
  3916. "type": "github"
  3917. },
  3918. {
  3919. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3920. "type": "tidelift"
  3921. }
  3922. ],
  3923. "time": "2026-03-24T13:12:05+00:00"
  3924. },
  3925. {
  3926. "name": "symfony/http-kernel",
  3927. "version": "v7.4.12",
  3928. "source": {
  3929. "type": "git",
  3930. "url": "https://github.com/symfony/http-kernel.git",
  3931. "reference": "7922b53e70d2ba2027af8bb6a59d91eb3541ea4d"
  3932. },
  3933. "dist": {
  3934. "type": "zip",
  3935. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7922b53e70d2ba2027af8bb6a59d91eb3541ea4d",
  3936. "reference": "7922b53e70d2ba2027af8bb6a59d91eb3541ea4d",
  3937. "shasum": ""
  3938. },
  3939. "require": {
  3940. "php": ">=8.2",
  3941. "psr/log": "^1|^2|^3",
  3942. "symfony/deprecation-contracts": "^2.5|^3",
  3943. "symfony/error-handler": "^6.4|^7.0|^8.0",
  3944. "symfony/event-dispatcher": "^7.3|^8.0",
  3945. "symfony/http-foundation": "^7.4|^8.0",
  3946. "symfony/polyfill-ctype": "^1.8"
  3947. },
  3948. "conflict": {
  3949. "symfony/browser-kit": "<6.4",
  3950. "symfony/cache": "<6.4",
  3951. "symfony/config": "<6.4",
  3952. "symfony/console": "<6.4",
  3953. "symfony/dependency-injection": "<6.4",
  3954. "symfony/doctrine-bridge": "<6.4",
  3955. "symfony/flex": "<2.10",
  3956. "symfony/form": "<6.4",
  3957. "symfony/http-client": "<6.4",
  3958. "symfony/http-client-contracts": "<2.5",
  3959. "symfony/mailer": "<6.4",
  3960. "symfony/messenger": "<6.4",
  3961. "symfony/translation": "<6.4",
  3962. "symfony/translation-contracts": "<2.5",
  3963. "symfony/twig-bridge": "<6.4",
  3964. "symfony/validator": "<6.4",
  3965. "symfony/var-dumper": "<6.4",
  3966. "twig/twig": "<3.12"
  3967. },
  3968. "provide": {
  3969. "psr/log-implementation": "1.0|2.0|3.0"
  3970. },
  3971. "require-dev": {
  3972. "psr/cache": "^1.0|^2.0|^3.0",
  3973. "symfony/browser-kit": "^6.4|^7.0|^8.0",
  3974. "symfony/clock": "^6.4|^7.0|^8.0",
  3975. "symfony/config": "^6.4|^7.0|^8.0",
  3976. "symfony/console": "^6.4|^7.0|^8.0",
  3977. "symfony/css-selector": "^6.4|^7.0|^8.0",
  3978. "symfony/dependency-injection": "^6.4.1|^7.0.1|^8.0",
  3979. "symfony/dom-crawler": "^6.4|^7.0|^8.0",
  3980. "symfony/expression-language": "^6.4|^7.0|^8.0",
  3981. "symfony/finder": "^6.4|^7.0|^8.0",
  3982. "symfony/http-client-contracts": "^2.5|^3",
  3983. "symfony/process": "^6.4|^7.0|^8.0",
  3984. "symfony/property-access": "^7.1|^8.0",
  3985. "symfony/routing": "^6.4|^7.0|^8.0",
  3986. "symfony/serializer": "^7.1|^8.0",
  3987. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  3988. "symfony/translation": "^6.4|^7.0|^8.0",
  3989. "symfony/translation-contracts": "^2.5|^3",
  3990. "symfony/uid": "^6.4|^7.0|^8.0",
  3991. "symfony/validator": "^6.4|^7.0|^8.0",
  3992. "symfony/var-dumper": "^6.4|^7.0|^8.0",
  3993. "symfony/var-exporter": "^6.4|^7.0|^8.0",
  3994. "twig/twig": "^3.12"
  3995. },
  3996. "type": "library",
  3997. "autoload": {
  3998. "psr-4": {
  3999. "Symfony\\Component\\HttpKernel\\": ""
  4000. },
  4001. "exclude-from-classmap": [
  4002. "/Tests/"
  4003. ]
  4004. },
  4005. "notification-url": "https://packagist.org/downloads/",
  4006. "license": [
  4007. "MIT"
  4008. ],
  4009. "authors": [
  4010. {
  4011. "name": "Fabien Potencier",
  4012. "email": "fabien@symfony.com"
  4013. },
  4014. {
  4015. "name": "Symfony Community",
  4016. "homepage": "https://symfony.com/contributors"
  4017. }
  4018. ],
  4019. "description": "Provides a structured process for converting a Request into a Response",
  4020. "homepage": "https://symfony.com",
  4021. "support": {
  4022. "source": "https://github.com/symfony/http-kernel/tree/v7.4.12"
  4023. },
  4024. "funding": [
  4025. {
  4026. "url": "https://symfony.com/sponsor",
  4027. "type": "custom"
  4028. },
  4029. {
  4030. "url": "https://github.com/fabpot",
  4031. "type": "github"
  4032. },
  4033. {
  4034. "url": "https://github.com/nicolas-grekas",
  4035. "type": "github"
  4036. },
  4037. {
  4038. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4039. "type": "tidelift"
  4040. }
  4041. ],
  4042. "time": "2026-05-20T09:27:11+00:00"
  4043. },
  4044. {
  4045. "name": "symfony/mailer",
  4046. "version": "v7.4.12",
  4047. "source": {
  4048. "type": "git",
  4049. "url": "https://github.com/symfony/mailer.git",
  4050. "reference": "5cefb712a25f320579615ba9e1942abaeade7dff"
  4051. },
  4052. "dist": {
  4053. "type": "zip",
  4054. "url": "https://api.github.com/repos/symfony/mailer/zipball/5cefb712a25f320579615ba9e1942abaeade7dff",
  4055. "reference": "5cefb712a25f320579615ba9e1942abaeade7dff",
  4056. "shasum": ""
  4057. },
  4058. "require": {
  4059. "egulias/email-validator": "^2.1.10|^3|^4",
  4060. "php": ">=8.2",
  4061. "psr/event-dispatcher": "^1",
  4062. "psr/log": "^1|^2|^3",
  4063. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  4064. "symfony/mime": "^7.2|^8.0",
  4065. "symfony/service-contracts": "^2.5|^3"
  4066. },
  4067. "conflict": {
  4068. "symfony/http-client-contracts": "<2.5",
  4069. "symfony/http-kernel": "<6.4",
  4070. "symfony/messenger": "<6.4",
  4071. "symfony/mime": "<6.4",
  4072. "symfony/twig-bridge": "<6.4"
  4073. },
  4074. "require-dev": {
  4075. "symfony/console": "^6.4|^7.0|^8.0",
  4076. "symfony/http-client": "^6.4|^7.0|^8.0",
  4077. "symfony/messenger": "^6.4|^7.0|^8.0",
  4078. "symfony/twig-bridge": "^6.4|^7.0|^8.0"
  4079. },
  4080. "type": "library",
  4081. "autoload": {
  4082. "psr-4": {
  4083. "Symfony\\Component\\Mailer\\": ""
  4084. },
  4085. "exclude-from-classmap": [
  4086. "/Tests/"
  4087. ]
  4088. },
  4089. "notification-url": "https://packagist.org/downloads/",
  4090. "license": [
  4091. "MIT"
  4092. ],
  4093. "authors": [
  4094. {
  4095. "name": "Fabien Potencier",
  4096. "email": "fabien@symfony.com"
  4097. },
  4098. {
  4099. "name": "Symfony Community",
  4100. "homepage": "https://symfony.com/contributors"
  4101. }
  4102. ],
  4103. "description": "Helps sending emails",
  4104. "homepage": "https://symfony.com",
  4105. "support": {
  4106. "source": "https://github.com/symfony/mailer/tree/v7.4.12"
  4107. },
  4108. "funding": [
  4109. {
  4110. "url": "https://symfony.com/sponsor",
  4111. "type": "custom"
  4112. },
  4113. {
  4114. "url": "https://github.com/fabpot",
  4115. "type": "github"
  4116. },
  4117. {
  4118. "url": "https://github.com/nicolas-grekas",
  4119. "type": "github"
  4120. },
  4121. {
  4122. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4123. "type": "tidelift"
  4124. }
  4125. ],
  4126. "time": "2026-05-20T07:20:23+00:00"
  4127. },
  4128. {
  4129. "name": "symfony/mime",
  4130. "version": "v7.4.12",
  4131. "source": {
  4132. "type": "git",
  4133. "url": "https://github.com/symfony/mime.git",
  4134. "reference": "b198dd66c211c97119bcaaff7c13431dbbb5e470"
  4135. },
  4136. "dist": {
  4137. "type": "zip",
  4138. "url": "https://api.github.com/repos/symfony/mime/zipball/b198dd66c211c97119bcaaff7c13431dbbb5e470",
  4139. "reference": "b198dd66c211c97119bcaaff7c13431dbbb5e470",
  4140. "shasum": ""
  4141. },
  4142. "require": {
  4143. "php": ">=8.2",
  4144. "symfony/deprecation-contracts": "^2.5|^3",
  4145. "symfony/polyfill-intl-idn": "^1.10",
  4146. "symfony/polyfill-mbstring": "^1.0"
  4147. },
  4148. "conflict": {
  4149. "egulias/email-validator": "~3.0.0",
  4150. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  4151. "phpdocumentor/type-resolver": "<1.5.1",
  4152. "symfony/mailer": "<6.4",
  4153. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  4154. },
  4155. "require-dev": {
  4156. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4157. "league/html-to-markdown": "^5.0",
  4158. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  4159. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  4160. "symfony/process": "^6.4|^7.0|^8.0",
  4161. "symfony/property-access": "^6.4|^7.0|^8.0",
  4162. "symfony/property-info": "^6.4|^7.0|^8.0",
  4163. "symfony/serializer": "^6.4.3|^7.0.3|^8.0"
  4164. },
  4165. "type": "library",
  4166. "autoload": {
  4167. "psr-4": {
  4168. "Symfony\\Component\\Mime\\": ""
  4169. },
  4170. "exclude-from-classmap": [
  4171. "/Tests/"
  4172. ]
  4173. },
  4174. "notification-url": "https://packagist.org/downloads/",
  4175. "license": [
  4176. "MIT"
  4177. ],
  4178. "authors": [
  4179. {
  4180. "name": "Fabien Potencier",
  4181. "email": "fabien@symfony.com"
  4182. },
  4183. {
  4184. "name": "Symfony Community",
  4185. "homepage": "https://symfony.com/contributors"
  4186. }
  4187. ],
  4188. "description": "Allows manipulating MIME messages",
  4189. "homepage": "https://symfony.com",
  4190. "keywords": [
  4191. "mime",
  4192. "mime-type"
  4193. ],
  4194. "support": {
  4195. "source": "https://github.com/symfony/mime/tree/v7.4.12"
  4196. },
  4197. "funding": [
  4198. {
  4199. "url": "https://symfony.com/sponsor",
  4200. "type": "custom"
  4201. },
  4202. {
  4203. "url": "https://github.com/fabpot",
  4204. "type": "github"
  4205. },
  4206. {
  4207. "url": "https://github.com/nicolas-grekas",
  4208. "type": "github"
  4209. },
  4210. {
  4211. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4212. "type": "tidelift"
  4213. }
  4214. ],
  4215. "time": "2026-05-20T07:20:23+00:00"
  4216. },
  4217. {
  4218. "name": "symfony/monolog-bridge",
  4219. "version": "v7.4.12",
  4220. "source": {
  4221. "type": "git",
  4222. "url": "https://github.com/symfony/monolog-bridge.git",
  4223. "reference": "20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8"
  4224. },
  4225. "dist": {
  4226. "type": "zip",
  4227. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8",
  4228. "reference": "20bb2345ac7a9dd57724b6b7ada92c6d7d67b4b8",
  4229. "shasum": ""
  4230. },
  4231. "require": {
  4232. "monolog/monolog": "^3",
  4233. "php": ">=8.2",
  4234. "symfony/deprecation-contracts": "^2.5|^3",
  4235. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  4236. "symfony/service-contracts": "^2.5|^3"
  4237. },
  4238. "conflict": {
  4239. "symfony/console": "<6.4",
  4240. "symfony/http-foundation": "<6.4",
  4241. "symfony/security-core": "<6.4"
  4242. },
  4243. "require-dev": {
  4244. "symfony/console": "^6.4|^7.0|^8.0",
  4245. "symfony/http-client": "^6.4|^7.0|^8.0",
  4246. "symfony/mailer": "^6.4|^7.0|^8.0",
  4247. "symfony/messenger": "^6.4|^7.0|^8.0",
  4248. "symfony/mime": "^6.4|^7.0|^8.0",
  4249. "symfony/security-core": "^6.4|^7.0|^8.0",
  4250. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  4251. },
  4252. "type": "symfony-bridge",
  4253. "autoload": {
  4254. "psr-4": {
  4255. "Symfony\\Bridge\\Monolog\\": ""
  4256. },
  4257. "exclude-from-classmap": [
  4258. "/Tests/"
  4259. ]
  4260. },
  4261. "notification-url": "https://packagist.org/downloads/",
  4262. "license": [
  4263. "MIT"
  4264. ],
  4265. "authors": [
  4266. {
  4267. "name": "Fabien Potencier",
  4268. "email": "fabien@symfony.com"
  4269. },
  4270. {
  4271. "name": "Symfony Community",
  4272. "homepage": "https://symfony.com/contributors"
  4273. }
  4274. ],
  4275. "description": "Provides integration for Monolog with various Symfony components",
  4276. "homepage": "https://symfony.com",
  4277. "support": {
  4278. "source": "https://github.com/symfony/monolog-bridge/tree/v7.4.12"
  4279. },
  4280. "funding": [
  4281. {
  4282. "url": "https://symfony.com/sponsor",
  4283. "type": "custom"
  4284. },
  4285. {
  4286. "url": "https://github.com/fabpot",
  4287. "type": "github"
  4288. },
  4289. {
  4290. "url": "https://github.com/nicolas-grekas",
  4291. "type": "github"
  4292. },
  4293. {
  4294. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4295. "type": "tidelift"
  4296. }
  4297. ],
  4298. "time": "2026-05-20T07:20:23+00:00"
  4299. },
  4300. {
  4301. "name": "symfony/monolog-bundle",
  4302. "version": "v4.0.2",
  4303. "source": {
  4304. "type": "git",
  4305. "url": "https://github.com/symfony/monolog-bundle.git",
  4306. "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598"
  4307. },
  4308. "dist": {
  4309. "type": "zip",
  4310. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/c012c6aba13129eb02aa7dd61e66e720911d8598",
  4311. "reference": "c012c6aba13129eb02aa7dd61e66e720911d8598",
  4312. "shasum": ""
  4313. },
  4314. "require": {
  4315. "composer-runtime-api": "^2.0",
  4316. "monolog/monolog": "^3.5",
  4317. "php": ">=8.2",
  4318. "symfony/config": "^7.3 || ^8.0",
  4319. "symfony/dependency-injection": "^7.3 || ^8.0",
  4320. "symfony/http-kernel": "^7.3 || ^8.0",
  4321. "symfony/monolog-bridge": "^7.3 || ^8.0",
  4322. "symfony/polyfill-php84": "^1.30"
  4323. },
  4324. "require-dev": {
  4325. "phpunit/phpunit": "^11.5.41 || ^12.3",
  4326. "symfony/console": "^7.3 || ^8.0",
  4327. "symfony/yaml": "^7.3 || ^8.0"
  4328. },
  4329. "type": "symfony-bundle",
  4330. "autoload": {
  4331. "psr-4": {
  4332. "Symfony\\Bundle\\MonologBundle\\": "src"
  4333. }
  4334. },
  4335. "notification-url": "https://packagist.org/downloads/",
  4336. "license": [
  4337. "MIT"
  4338. ],
  4339. "authors": [
  4340. {
  4341. "name": "Fabien Potencier",
  4342. "email": "fabien@symfony.com"
  4343. },
  4344. {
  4345. "name": "Symfony Community",
  4346. "homepage": "https://symfony.com/contributors"
  4347. }
  4348. ],
  4349. "description": "Symfony MonologBundle",
  4350. "homepage": "https://symfony.com",
  4351. "keywords": [
  4352. "log",
  4353. "logging"
  4354. ],
  4355. "support": {
  4356. "issues": "https://github.com/symfony/monolog-bundle/issues",
  4357. "source": "https://github.com/symfony/monolog-bundle/tree/v4.0.2"
  4358. },
  4359. "funding": [
  4360. {
  4361. "url": "https://symfony.com/sponsor",
  4362. "type": "custom"
  4363. },
  4364. {
  4365. "url": "https://github.com/fabpot",
  4366. "type": "github"
  4367. },
  4368. {
  4369. "url": "https://github.com/nicolas-grekas",
  4370. "type": "github"
  4371. },
  4372. {
  4373. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4374. "type": "tidelift"
  4375. }
  4376. ],
  4377. "time": "2026-04-02T18:27:21+00:00"
  4378. },
  4379. {
  4380. "name": "symfony/options-resolver",
  4381. "version": "v7.4.8",
  4382. "source": {
  4383. "type": "git",
  4384. "url": "https://github.com/symfony/options-resolver.git",
  4385. "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4"
  4386. },
  4387. "dist": {
  4388. "type": "zip",
  4389. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
  4390. "reference": "2888fcdc4dc2fd5f7c7397be78631e8af12e02b4",
  4391. "shasum": ""
  4392. },
  4393. "require": {
  4394. "php": ">=8.2",
  4395. "symfony/deprecation-contracts": "^2.5|^3"
  4396. },
  4397. "type": "library",
  4398. "autoload": {
  4399. "psr-4": {
  4400. "Symfony\\Component\\OptionsResolver\\": ""
  4401. },
  4402. "exclude-from-classmap": [
  4403. "/Tests/"
  4404. ]
  4405. },
  4406. "notification-url": "https://packagist.org/downloads/",
  4407. "license": [
  4408. "MIT"
  4409. ],
  4410. "authors": [
  4411. {
  4412. "name": "Fabien Potencier",
  4413. "email": "fabien@symfony.com"
  4414. },
  4415. {
  4416. "name": "Symfony Community",
  4417. "homepage": "https://symfony.com/contributors"
  4418. }
  4419. ],
  4420. "description": "Provides an improved replacement for the array_replace PHP function",
  4421. "homepage": "https://symfony.com",
  4422. "keywords": [
  4423. "config",
  4424. "configuration",
  4425. "options"
  4426. ],
  4427. "support": {
  4428. "source": "https://github.com/symfony/options-resolver/tree/v7.4.8"
  4429. },
  4430. "funding": [
  4431. {
  4432. "url": "https://symfony.com/sponsor",
  4433. "type": "custom"
  4434. },
  4435. {
  4436. "url": "https://github.com/fabpot",
  4437. "type": "github"
  4438. },
  4439. {
  4440. "url": "https://github.com/nicolas-grekas",
  4441. "type": "github"
  4442. },
  4443. {
  4444. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4445. "type": "tidelift"
  4446. }
  4447. ],
  4448. "time": "2026-03-24T13:12:05+00:00"
  4449. },
  4450. {
  4451. "name": "symfony/password-hasher",
  4452. "version": "v7.4.8",
  4453. "source": {
  4454. "type": "git",
  4455. "url": "https://github.com/symfony/password-hasher.git",
  4456. "reference": "18a7d92126c95962f7efbcc9e421ba710a366847"
  4457. },
  4458. "dist": {
  4459. "type": "zip",
  4460. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/18a7d92126c95962f7efbcc9e421ba710a366847",
  4461. "reference": "18a7d92126c95962f7efbcc9e421ba710a366847",
  4462. "shasum": ""
  4463. },
  4464. "require": {
  4465. "php": ">=8.2"
  4466. },
  4467. "conflict": {
  4468. "symfony/security-core": "<6.4"
  4469. },
  4470. "require-dev": {
  4471. "symfony/console": "^6.4|^7.0|^8.0",
  4472. "symfony/security-core": "^6.4|^7.0|^8.0"
  4473. },
  4474. "type": "library",
  4475. "autoload": {
  4476. "psr-4": {
  4477. "Symfony\\Component\\PasswordHasher\\": ""
  4478. },
  4479. "exclude-from-classmap": [
  4480. "/Tests/"
  4481. ]
  4482. },
  4483. "notification-url": "https://packagist.org/downloads/",
  4484. "license": [
  4485. "MIT"
  4486. ],
  4487. "authors": [
  4488. {
  4489. "name": "Robin Chalas",
  4490. "email": "robin.chalas@gmail.com"
  4491. },
  4492. {
  4493. "name": "Symfony Community",
  4494. "homepage": "https://symfony.com/contributors"
  4495. }
  4496. ],
  4497. "description": "Provides password hashing utilities",
  4498. "homepage": "https://symfony.com",
  4499. "keywords": [
  4500. "hashing",
  4501. "password"
  4502. ],
  4503. "support": {
  4504. "source": "https://github.com/symfony/password-hasher/tree/v7.4.8"
  4505. },
  4506. "funding": [
  4507. {
  4508. "url": "https://symfony.com/sponsor",
  4509. "type": "custom"
  4510. },
  4511. {
  4512. "url": "https://github.com/fabpot",
  4513. "type": "github"
  4514. },
  4515. {
  4516. "url": "https://github.com/nicolas-grekas",
  4517. "type": "github"
  4518. },
  4519. {
  4520. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4521. "type": "tidelift"
  4522. }
  4523. ],
  4524. "time": "2026-03-24T13:12:05+00:00"
  4525. },
  4526. {
  4527. "name": "symfony/polyfill-intl-grapheme",
  4528. "version": "v1.37.0",
  4529. "source": {
  4530. "type": "git",
  4531. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4532. "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e"
  4533. },
  4534. "dist": {
  4535. "type": "zip",
  4536. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e",
  4537. "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e",
  4538. "shasum": ""
  4539. },
  4540. "require": {
  4541. "php": ">=7.2"
  4542. },
  4543. "suggest": {
  4544. "ext-intl": "For best performance"
  4545. },
  4546. "type": "library",
  4547. "extra": {
  4548. "thanks": {
  4549. "url": "https://github.com/symfony/polyfill",
  4550. "name": "symfony/polyfill"
  4551. }
  4552. },
  4553. "autoload": {
  4554. "files": [
  4555. "bootstrap.php"
  4556. ],
  4557. "psr-4": {
  4558. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4559. }
  4560. },
  4561. "notification-url": "https://packagist.org/downloads/",
  4562. "license": [
  4563. "MIT"
  4564. ],
  4565. "authors": [
  4566. {
  4567. "name": "Nicolas Grekas",
  4568. "email": "p@tchwork.com"
  4569. },
  4570. {
  4571. "name": "Symfony Community",
  4572. "homepage": "https://symfony.com/contributors"
  4573. }
  4574. ],
  4575. "description": "Symfony polyfill for intl's grapheme_* functions",
  4576. "homepage": "https://symfony.com",
  4577. "keywords": [
  4578. "compatibility",
  4579. "grapheme",
  4580. "intl",
  4581. "polyfill",
  4582. "portable",
  4583. "shim"
  4584. ],
  4585. "support": {
  4586. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0"
  4587. },
  4588. "funding": [
  4589. {
  4590. "url": "https://symfony.com/sponsor",
  4591. "type": "custom"
  4592. },
  4593. {
  4594. "url": "https://github.com/fabpot",
  4595. "type": "github"
  4596. },
  4597. {
  4598. "url": "https://github.com/nicolas-grekas",
  4599. "type": "github"
  4600. },
  4601. {
  4602. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4603. "type": "tidelift"
  4604. }
  4605. ],
  4606. "time": "2026-04-26T13:13:48+00:00"
  4607. },
  4608. {
  4609. "name": "symfony/polyfill-intl-icu",
  4610. "version": "v1.37.0",
  4611. "source": {
  4612. "type": "git",
  4613. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  4614. "reference": "3510b63d07376b04e57e27e82607d468bb134f78"
  4615. },
  4616. "dist": {
  4617. "type": "zip",
  4618. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3510b63d07376b04e57e27e82607d468bb134f78",
  4619. "reference": "3510b63d07376b04e57e27e82607d468bb134f78",
  4620. "shasum": ""
  4621. },
  4622. "require": {
  4623. "php": ">=7.2"
  4624. },
  4625. "suggest": {
  4626. "ext-intl": "For best performance and support of other locales than \"en\""
  4627. },
  4628. "type": "library",
  4629. "extra": {
  4630. "thanks": {
  4631. "url": "https://github.com/symfony/polyfill",
  4632. "name": "symfony/polyfill"
  4633. }
  4634. },
  4635. "autoload": {
  4636. "files": [
  4637. "bootstrap.php"
  4638. ],
  4639. "psr-4": {
  4640. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  4641. },
  4642. "classmap": [
  4643. "Resources/stubs"
  4644. ],
  4645. "exclude-from-classmap": [
  4646. "/Tests/"
  4647. ]
  4648. },
  4649. "notification-url": "https://packagist.org/downloads/",
  4650. "license": [
  4651. "MIT"
  4652. ],
  4653. "authors": [
  4654. {
  4655. "name": "Nicolas Grekas",
  4656. "email": "p@tchwork.com"
  4657. },
  4658. {
  4659. "name": "Symfony Community",
  4660. "homepage": "https://symfony.com/contributors"
  4661. }
  4662. ],
  4663. "description": "Symfony polyfill for intl's ICU-related data and classes",
  4664. "homepage": "https://symfony.com",
  4665. "keywords": [
  4666. "compatibility",
  4667. "icu",
  4668. "intl",
  4669. "polyfill",
  4670. "portable",
  4671. "shim"
  4672. ],
  4673. "support": {
  4674. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.37.0"
  4675. },
  4676. "funding": [
  4677. {
  4678. "url": "https://symfony.com/sponsor",
  4679. "type": "custom"
  4680. },
  4681. {
  4682. "url": "https://github.com/fabpot",
  4683. "type": "github"
  4684. },
  4685. {
  4686. "url": "https://github.com/nicolas-grekas",
  4687. "type": "github"
  4688. },
  4689. {
  4690. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4691. "type": "tidelift"
  4692. }
  4693. ],
  4694. "time": "2026-04-10T16:50:15+00:00"
  4695. },
  4696. {
  4697. "name": "symfony/polyfill-intl-idn",
  4698. "version": "v1.37.0",
  4699. "source": {
  4700. "type": "git",
  4701. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4702. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
  4703. },
  4704. "dist": {
  4705. "type": "zip",
  4706. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  4707. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  4708. "shasum": ""
  4709. },
  4710. "require": {
  4711. "php": ">=7.2",
  4712. "symfony/polyfill-intl-normalizer": "^1.10"
  4713. },
  4714. "suggest": {
  4715. "ext-intl": "For best performance"
  4716. },
  4717. "type": "library",
  4718. "extra": {
  4719. "thanks": {
  4720. "url": "https://github.com/symfony/polyfill",
  4721. "name": "symfony/polyfill"
  4722. }
  4723. },
  4724. "autoload": {
  4725. "files": [
  4726. "bootstrap.php"
  4727. ],
  4728. "psr-4": {
  4729. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4730. }
  4731. },
  4732. "notification-url": "https://packagist.org/downloads/",
  4733. "license": [
  4734. "MIT"
  4735. ],
  4736. "authors": [
  4737. {
  4738. "name": "Laurent Bassin",
  4739. "email": "laurent@bassin.info"
  4740. },
  4741. {
  4742. "name": "Trevor Rowbotham",
  4743. "email": "trevor.rowbotham@pm.me"
  4744. },
  4745. {
  4746. "name": "Symfony Community",
  4747. "homepage": "https://symfony.com/contributors"
  4748. }
  4749. ],
  4750. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4751. "homepage": "https://symfony.com",
  4752. "keywords": [
  4753. "compatibility",
  4754. "idn",
  4755. "intl",
  4756. "polyfill",
  4757. "portable",
  4758. "shim"
  4759. ],
  4760. "support": {
  4761. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.37.0"
  4762. },
  4763. "funding": [
  4764. {
  4765. "url": "https://symfony.com/sponsor",
  4766. "type": "custom"
  4767. },
  4768. {
  4769. "url": "https://github.com/fabpot",
  4770. "type": "github"
  4771. },
  4772. {
  4773. "url": "https://github.com/nicolas-grekas",
  4774. "type": "github"
  4775. },
  4776. {
  4777. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4778. "type": "tidelift"
  4779. }
  4780. ],
  4781. "time": "2024-09-10T14:38:51+00:00"
  4782. },
  4783. {
  4784. "name": "symfony/polyfill-intl-normalizer",
  4785. "version": "v1.37.0",
  4786. "source": {
  4787. "type": "git",
  4788. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4789. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  4790. },
  4791. "dist": {
  4792. "type": "zip",
  4793. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  4794. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  4795. "shasum": ""
  4796. },
  4797. "require": {
  4798. "php": ">=7.2"
  4799. },
  4800. "suggest": {
  4801. "ext-intl": "For best performance"
  4802. },
  4803. "type": "library",
  4804. "extra": {
  4805. "thanks": {
  4806. "url": "https://github.com/symfony/polyfill",
  4807. "name": "symfony/polyfill"
  4808. }
  4809. },
  4810. "autoload": {
  4811. "files": [
  4812. "bootstrap.php"
  4813. ],
  4814. "psr-4": {
  4815. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4816. },
  4817. "classmap": [
  4818. "Resources/stubs"
  4819. ]
  4820. },
  4821. "notification-url": "https://packagist.org/downloads/",
  4822. "license": [
  4823. "MIT"
  4824. ],
  4825. "authors": [
  4826. {
  4827. "name": "Nicolas Grekas",
  4828. "email": "p@tchwork.com"
  4829. },
  4830. {
  4831. "name": "Symfony Community",
  4832. "homepage": "https://symfony.com/contributors"
  4833. }
  4834. ],
  4835. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  4836. "homepage": "https://symfony.com",
  4837. "keywords": [
  4838. "compatibility",
  4839. "intl",
  4840. "normalizer",
  4841. "polyfill",
  4842. "portable",
  4843. "shim"
  4844. ],
  4845. "support": {
  4846. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.0"
  4847. },
  4848. "funding": [
  4849. {
  4850. "url": "https://symfony.com/sponsor",
  4851. "type": "custom"
  4852. },
  4853. {
  4854. "url": "https://github.com/fabpot",
  4855. "type": "github"
  4856. },
  4857. {
  4858. "url": "https://github.com/nicolas-grekas",
  4859. "type": "github"
  4860. },
  4861. {
  4862. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4863. "type": "tidelift"
  4864. }
  4865. ],
  4866. "time": "2024-09-09T11:45:10+00:00"
  4867. },
  4868. {
  4869. "name": "symfony/polyfill-mbstring",
  4870. "version": "v1.37.0",
  4871. "source": {
  4872. "type": "git",
  4873. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4874. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
  4875. },
  4876. "dist": {
  4877. "type": "zip",
  4878. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
  4879. "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
  4880. "shasum": ""
  4881. },
  4882. "require": {
  4883. "ext-iconv": "*",
  4884. "php": ">=7.2"
  4885. },
  4886. "provide": {
  4887. "ext-mbstring": "*"
  4888. },
  4889. "suggest": {
  4890. "ext-mbstring": "For best performance"
  4891. },
  4892. "type": "library",
  4893. "extra": {
  4894. "thanks": {
  4895. "url": "https://github.com/symfony/polyfill",
  4896. "name": "symfony/polyfill"
  4897. }
  4898. },
  4899. "autoload": {
  4900. "files": [
  4901. "bootstrap.php"
  4902. ],
  4903. "psr-4": {
  4904. "Symfony\\Polyfill\\Mbstring\\": ""
  4905. }
  4906. },
  4907. "notification-url": "https://packagist.org/downloads/",
  4908. "license": [
  4909. "MIT"
  4910. ],
  4911. "authors": [
  4912. {
  4913. "name": "Nicolas Grekas",
  4914. "email": "p@tchwork.com"
  4915. },
  4916. {
  4917. "name": "Symfony Community",
  4918. "homepage": "https://symfony.com/contributors"
  4919. }
  4920. ],
  4921. "description": "Symfony polyfill for the Mbstring extension",
  4922. "homepage": "https://symfony.com",
  4923. "keywords": [
  4924. "compatibility",
  4925. "mbstring",
  4926. "polyfill",
  4927. "portable",
  4928. "shim"
  4929. ],
  4930. "support": {
  4931. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
  4932. },
  4933. "funding": [
  4934. {
  4935. "url": "https://symfony.com/sponsor",
  4936. "type": "custom"
  4937. },
  4938. {
  4939. "url": "https://github.com/fabpot",
  4940. "type": "github"
  4941. },
  4942. {
  4943. "url": "https://github.com/nicolas-grekas",
  4944. "type": "github"
  4945. },
  4946. {
  4947. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4948. "type": "tidelift"
  4949. }
  4950. ],
  4951. "time": "2026-04-10T17:25:58+00:00"
  4952. },
  4953. {
  4954. "name": "symfony/polyfill-php83",
  4955. "version": "v1.37.0",
  4956. "source": {
  4957. "type": "git",
  4958. "url": "https://github.com/symfony/polyfill-php83.git",
  4959. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149"
  4960. },
  4961. "dist": {
  4962. "type": "zip",
  4963. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  4964. "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149",
  4965. "shasum": ""
  4966. },
  4967. "require": {
  4968. "php": ">=7.2"
  4969. },
  4970. "type": "library",
  4971. "extra": {
  4972. "thanks": {
  4973. "url": "https://github.com/symfony/polyfill",
  4974. "name": "symfony/polyfill"
  4975. }
  4976. },
  4977. "autoload": {
  4978. "files": [
  4979. "bootstrap.php"
  4980. ],
  4981. "psr-4": {
  4982. "Symfony\\Polyfill\\Php83\\": ""
  4983. },
  4984. "classmap": [
  4985. "Resources/stubs"
  4986. ]
  4987. },
  4988. "notification-url": "https://packagist.org/downloads/",
  4989. "license": [
  4990. "MIT"
  4991. ],
  4992. "authors": [
  4993. {
  4994. "name": "Nicolas Grekas",
  4995. "email": "p@tchwork.com"
  4996. },
  4997. {
  4998. "name": "Symfony Community",
  4999. "homepage": "https://symfony.com/contributors"
  5000. }
  5001. ],
  5002. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5003. "homepage": "https://symfony.com",
  5004. "keywords": [
  5005. "compatibility",
  5006. "polyfill",
  5007. "portable",
  5008. "shim"
  5009. ],
  5010. "support": {
  5011. "source": "https://github.com/symfony/polyfill-php83/tree/v1.37.0"
  5012. },
  5013. "funding": [
  5014. {
  5015. "url": "https://symfony.com/sponsor",
  5016. "type": "custom"
  5017. },
  5018. {
  5019. "url": "https://github.com/fabpot",
  5020. "type": "github"
  5021. },
  5022. {
  5023. "url": "https://github.com/nicolas-grekas",
  5024. "type": "github"
  5025. },
  5026. {
  5027. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5028. "type": "tidelift"
  5029. }
  5030. ],
  5031. "time": "2026-04-10T17:25:58+00:00"
  5032. },
  5033. {
  5034. "name": "symfony/polyfill-php84",
  5035. "version": "v1.37.0",
  5036. "source": {
  5037. "type": "git",
  5038. "url": "https://github.com/symfony/polyfill-php84.git",
  5039. "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06"
  5040. },
  5041. "dist": {
  5042. "type": "zip",
  5043. "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06",
  5044. "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06",
  5045. "shasum": ""
  5046. },
  5047. "require": {
  5048. "php": ">=7.2"
  5049. },
  5050. "type": "library",
  5051. "extra": {
  5052. "thanks": {
  5053. "url": "https://github.com/symfony/polyfill",
  5054. "name": "symfony/polyfill"
  5055. }
  5056. },
  5057. "autoload": {
  5058. "files": [
  5059. "bootstrap.php"
  5060. ],
  5061. "psr-4": {
  5062. "Symfony\\Polyfill\\Php84\\": ""
  5063. },
  5064. "classmap": [
  5065. "Resources/stubs"
  5066. ]
  5067. },
  5068. "notification-url": "https://packagist.org/downloads/",
  5069. "license": [
  5070. "MIT"
  5071. ],
  5072. "authors": [
  5073. {
  5074. "name": "Nicolas Grekas",
  5075. "email": "p@tchwork.com"
  5076. },
  5077. {
  5078. "name": "Symfony Community",
  5079. "homepage": "https://symfony.com/contributors"
  5080. }
  5081. ],
  5082. "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
  5083. "homepage": "https://symfony.com",
  5084. "keywords": [
  5085. "compatibility",
  5086. "polyfill",
  5087. "portable",
  5088. "shim"
  5089. ],
  5090. "support": {
  5091. "source": "https://github.com/symfony/polyfill-php84/tree/v1.37.0"
  5092. },
  5093. "funding": [
  5094. {
  5095. "url": "https://symfony.com/sponsor",
  5096. "type": "custom"
  5097. },
  5098. {
  5099. "url": "https://github.com/fabpot",
  5100. "type": "github"
  5101. },
  5102. {
  5103. "url": "https://github.com/nicolas-grekas",
  5104. "type": "github"
  5105. },
  5106. {
  5107. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5108. "type": "tidelift"
  5109. }
  5110. ],
  5111. "time": "2026-04-10T18:47:49+00:00"
  5112. },
  5113. {
  5114. "name": "symfony/polyfill-php85",
  5115. "version": "v1.37.0",
  5116. "source": {
  5117. "type": "git",
  5118. "url": "https://github.com/symfony/polyfill-php85.git",
  5119. "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee"
  5120. },
  5121. "dist": {
  5122. "type": "zip",
  5123. "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/fcfa4973a9917cef23f2e38774da74a2b7d115ee",
  5124. "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee",
  5125. "shasum": ""
  5126. },
  5127. "require": {
  5128. "php": ">=7.2"
  5129. },
  5130. "type": "library",
  5131. "extra": {
  5132. "thanks": {
  5133. "url": "https://github.com/symfony/polyfill",
  5134. "name": "symfony/polyfill"
  5135. }
  5136. },
  5137. "autoload": {
  5138. "files": [
  5139. "bootstrap.php"
  5140. ],
  5141. "psr-4": {
  5142. "Symfony\\Polyfill\\Php85\\": ""
  5143. },
  5144. "classmap": [
  5145. "Resources/stubs"
  5146. ]
  5147. },
  5148. "notification-url": "https://packagist.org/downloads/",
  5149. "license": [
  5150. "MIT"
  5151. ],
  5152. "authors": [
  5153. {
  5154. "name": "Nicolas Grekas",
  5155. "email": "p@tchwork.com"
  5156. },
  5157. {
  5158. "name": "Symfony Community",
  5159. "homepage": "https://symfony.com/contributors"
  5160. }
  5161. ],
  5162. "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
  5163. "homepage": "https://symfony.com",
  5164. "keywords": [
  5165. "compatibility",
  5166. "polyfill",
  5167. "portable",
  5168. "shim"
  5169. ],
  5170. "support": {
  5171. "source": "https://github.com/symfony/polyfill-php85/tree/v1.37.0"
  5172. },
  5173. "funding": [
  5174. {
  5175. "url": "https://symfony.com/sponsor",
  5176. "type": "custom"
  5177. },
  5178. {
  5179. "url": "https://github.com/fabpot",
  5180. "type": "github"
  5181. },
  5182. {
  5183. "url": "https://github.com/nicolas-grekas",
  5184. "type": "github"
  5185. },
  5186. {
  5187. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5188. "type": "tidelift"
  5189. }
  5190. ],
  5191. "time": "2026-04-26T13:10:57+00:00"
  5192. },
  5193. {
  5194. "name": "symfony/property-access",
  5195. "version": "v7.4.8",
  5196. "source": {
  5197. "type": "git",
  5198. "url": "https://github.com/symfony/property-access.git",
  5199. "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc"
  5200. },
  5201. "dist": {
  5202. "type": "zip",
  5203. "url": "https://api.github.com/repos/symfony/property-access/zipball/b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
  5204. "reference": "b7dad9dae8b8a47ef7ecc76c8569e7d8c7d90cfc",
  5205. "shasum": ""
  5206. },
  5207. "require": {
  5208. "php": ">=8.2",
  5209. "symfony/property-info": "^6.4.32|~7.3.10|^7.4.4|^8.0.4"
  5210. },
  5211. "require-dev": {
  5212. "symfony/cache": "^6.4|^7.0|^8.0",
  5213. "symfony/var-exporter": "^6.4.1|^7.0.1|^8.0"
  5214. },
  5215. "type": "library",
  5216. "autoload": {
  5217. "psr-4": {
  5218. "Symfony\\Component\\PropertyAccess\\": ""
  5219. },
  5220. "exclude-from-classmap": [
  5221. "/Tests/"
  5222. ]
  5223. },
  5224. "notification-url": "https://packagist.org/downloads/",
  5225. "license": [
  5226. "MIT"
  5227. ],
  5228. "authors": [
  5229. {
  5230. "name": "Fabien Potencier",
  5231. "email": "fabien@symfony.com"
  5232. },
  5233. {
  5234. "name": "Symfony Community",
  5235. "homepage": "https://symfony.com/contributors"
  5236. }
  5237. ],
  5238. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5239. "homepage": "https://symfony.com",
  5240. "keywords": [
  5241. "access",
  5242. "array",
  5243. "extraction",
  5244. "index",
  5245. "injection",
  5246. "object",
  5247. "property",
  5248. "property-path",
  5249. "reflection"
  5250. ],
  5251. "support": {
  5252. "source": "https://github.com/symfony/property-access/tree/v7.4.8"
  5253. },
  5254. "funding": [
  5255. {
  5256. "url": "https://symfony.com/sponsor",
  5257. "type": "custom"
  5258. },
  5259. {
  5260. "url": "https://github.com/fabpot",
  5261. "type": "github"
  5262. },
  5263. {
  5264. "url": "https://github.com/nicolas-grekas",
  5265. "type": "github"
  5266. },
  5267. {
  5268. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5269. "type": "tidelift"
  5270. }
  5271. ],
  5272. "time": "2026-03-24T13:12:05+00:00"
  5273. },
  5274. {
  5275. "name": "symfony/property-info",
  5276. "version": "v7.4.8",
  5277. "source": {
  5278. "type": "git",
  5279. "url": "https://github.com/symfony/property-info.git",
  5280. "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175"
  5281. },
  5282. "dist": {
  5283. "type": "zip",
  5284. "url": "https://api.github.com/repos/symfony/property-info/zipball/ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
  5285. "reference": "ac5e82528b986c4f7cfccbf7764b5d2e824d6175",
  5286. "shasum": ""
  5287. },
  5288. "require": {
  5289. "php": ">=8.2",
  5290. "symfony/deprecation-contracts": "^2.5|^3",
  5291. "symfony/string": "^6.4|^7.0|^8.0",
  5292. "symfony/type-info": "^7.4.7|^8.0.7"
  5293. },
  5294. "conflict": {
  5295. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  5296. "phpdocumentor/type-resolver": "<1.5.1",
  5297. "symfony/cache": "<6.4",
  5298. "symfony/dependency-injection": "<6.4",
  5299. "symfony/serializer": "<6.4"
  5300. },
  5301. "require-dev": {
  5302. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  5303. "phpstan/phpdoc-parser": "^1.0|^2.0",
  5304. "symfony/cache": "^6.4|^7.0|^8.0",
  5305. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5306. "symfony/serializer": "^6.4|^7.0|^8.0"
  5307. },
  5308. "type": "library",
  5309. "autoload": {
  5310. "psr-4": {
  5311. "Symfony\\Component\\PropertyInfo\\": ""
  5312. },
  5313. "exclude-from-classmap": [
  5314. "/Tests/"
  5315. ]
  5316. },
  5317. "notification-url": "https://packagist.org/downloads/",
  5318. "license": [
  5319. "MIT"
  5320. ],
  5321. "authors": [
  5322. {
  5323. "name": "Kévin Dunglas",
  5324. "email": "dunglas@gmail.com"
  5325. },
  5326. {
  5327. "name": "Symfony Community",
  5328. "homepage": "https://symfony.com/contributors"
  5329. }
  5330. ],
  5331. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  5332. "homepage": "https://symfony.com",
  5333. "keywords": [
  5334. "doctrine",
  5335. "phpdoc",
  5336. "property",
  5337. "symfony",
  5338. "type",
  5339. "validator"
  5340. ],
  5341. "support": {
  5342. "source": "https://github.com/symfony/property-info/tree/v7.4.8"
  5343. },
  5344. "funding": [
  5345. {
  5346. "url": "https://symfony.com/sponsor",
  5347. "type": "custom"
  5348. },
  5349. {
  5350. "url": "https://github.com/fabpot",
  5351. "type": "github"
  5352. },
  5353. {
  5354. "url": "https://github.com/nicolas-grekas",
  5355. "type": "github"
  5356. },
  5357. {
  5358. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5359. "type": "tidelift"
  5360. }
  5361. ],
  5362. "time": "2026-03-24T13:12:05+00:00"
  5363. },
  5364. {
  5365. "name": "symfony/routing",
  5366. "version": "v7.4.12",
  5367. "source": {
  5368. "type": "git",
  5369. "url": "https://github.com/symfony/routing.git",
  5370. "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204"
  5371. },
  5372. "dist": {
  5373. "type": "zip",
  5374. "url": "https://api.github.com/repos/symfony/routing/zipball/3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
  5375. "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
  5376. "shasum": ""
  5377. },
  5378. "require": {
  5379. "php": ">=8.2",
  5380. "symfony/deprecation-contracts": "^2.5|^3"
  5381. },
  5382. "conflict": {
  5383. "symfony/config": "<6.4",
  5384. "symfony/dependency-injection": "<6.4",
  5385. "symfony/yaml": "<6.4"
  5386. },
  5387. "require-dev": {
  5388. "psr/log": "^1|^2|^3",
  5389. "symfony/config": "^6.4|^7.0|^8.0",
  5390. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5391. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5392. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5393. "symfony/yaml": "^6.4|^7.0|^8.0"
  5394. },
  5395. "type": "library",
  5396. "autoload": {
  5397. "psr-4": {
  5398. "Symfony\\Component\\Routing\\": ""
  5399. },
  5400. "exclude-from-classmap": [
  5401. "/Tests/"
  5402. ]
  5403. },
  5404. "notification-url": "https://packagist.org/downloads/",
  5405. "license": [
  5406. "MIT"
  5407. ],
  5408. "authors": [
  5409. {
  5410. "name": "Fabien Potencier",
  5411. "email": "fabien@symfony.com"
  5412. },
  5413. {
  5414. "name": "Symfony Community",
  5415. "homepage": "https://symfony.com/contributors"
  5416. }
  5417. ],
  5418. "description": "Maps an HTTP request to a set of configuration variables",
  5419. "homepage": "https://symfony.com",
  5420. "keywords": [
  5421. "router",
  5422. "routing",
  5423. "uri",
  5424. "url"
  5425. ],
  5426. "support": {
  5427. "source": "https://github.com/symfony/routing/tree/v7.4.12"
  5428. },
  5429. "funding": [
  5430. {
  5431. "url": "https://symfony.com/sponsor",
  5432. "type": "custom"
  5433. },
  5434. {
  5435. "url": "https://github.com/fabpot",
  5436. "type": "github"
  5437. },
  5438. {
  5439. "url": "https://github.com/nicolas-grekas",
  5440. "type": "github"
  5441. },
  5442. {
  5443. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5444. "type": "tidelift"
  5445. }
  5446. ],
  5447. "time": "2026-05-20T07:20:23+00:00"
  5448. },
  5449. {
  5450. "name": "symfony/runtime",
  5451. "version": "v7.4.12",
  5452. "source": {
  5453. "type": "git",
  5454. "url": "https://github.com/symfony/runtime.git",
  5455. "reference": "0b032fa77359745db793df5aff626779180c5f3b"
  5456. },
  5457. "dist": {
  5458. "type": "zip",
  5459. "url": "https://api.github.com/repos/symfony/runtime/zipball/0b032fa77359745db793df5aff626779180c5f3b",
  5460. "reference": "0b032fa77359745db793df5aff626779180c5f3b",
  5461. "shasum": ""
  5462. },
  5463. "require": {
  5464. "composer-plugin-api": "^1.0|^2.0",
  5465. "php": ">=8.2"
  5466. },
  5467. "conflict": {
  5468. "symfony/dotenv": "<6.4"
  5469. },
  5470. "require-dev": {
  5471. "composer/composer": "^2.6",
  5472. "symfony/console": "^6.4|^7.0|^8.0",
  5473. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5474. "symfony/dotenv": "^6.4|^7.0|^8.0",
  5475. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5476. "symfony/http-kernel": "^6.4|^7.0|^8.0"
  5477. },
  5478. "type": "composer-plugin",
  5479. "extra": {
  5480. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  5481. },
  5482. "autoload": {
  5483. "psr-4": {
  5484. "Symfony\\Component\\Runtime\\": "",
  5485. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  5486. },
  5487. "exclude-from-classmap": [
  5488. "/Tests/"
  5489. ]
  5490. },
  5491. "notification-url": "https://packagist.org/downloads/",
  5492. "license": [
  5493. "MIT"
  5494. ],
  5495. "authors": [
  5496. {
  5497. "name": "Nicolas Grekas",
  5498. "email": "p@tchwork.com"
  5499. },
  5500. {
  5501. "name": "Symfony Community",
  5502. "homepage": "https://symfony.com/contributors"
  5503. }
  5504. ],
  5505. "description": "Enables decoupling PHP applications from global state",
  5506. "homepage": "https://symfony.com",
  5507. "keywords": [
  5508. "runtime"
  5509. ],
  5510. "support": {
  5511. "source": "https://github.com/symfony/runtime/tree/v7.4.12"
  5512. },
  5513. "funding": [
  5514. {
  5515. "url": "https://symfony.com/sponsor",
  5516. "type": "custom"
  5517. },
  5518. {
  5519. "url": "https://github.com/fabpot",
  5520. "type": "github"
  5521. },
  5522. {
  5523. "url": "https://github.com/nicolas-grekas",
  5524. "type": "github"
  5525. },
  5526. {
  5527. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5528. "type": "tidelift"
  5529. }
  5530. ],
  5531. "time": "2026-05-20T07:20:23+00:00"
  5532. },
  5533. {
  5534. "name": "symfony/security-bundle",
  5535. "version": "v7.4.12",
  5536. "source": {
  5537. "type": "git",
  5538. "url": "https://github.com/symfony/security-bundle.git",
  5539. "reference": "6f6f859b437fb95028addfa21b417d25daca86d5"
  5540. },
  5541. "dist": {
  5542. "type": "zip",
  5543. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/6f6f859b437fb95028addfa21b417d25daca86d5",
  5544. "reference": "6f6f859b437fb95028addfa21b417d25daca86d5",
  5545. "shasum": ""
  5546. },
  5547. "require": {
  5548. "composer-runtime-api": ">=2.1",
  5549. "ext-xml": "*",
  5550. "php": ">=8.2",
  5551. "symfony/clock": "^6.4|^7.0|^8.0",
  5552. "symfony/config": "^7.4|^8.0",
  5553. "symfony/dependency-injection": "^6.4.11|^7.1.4|^8.0",
  5554. "symfony/deprecation-contracts": "^2.5|^3",
  5555. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  5556. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5557. "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0",
  5558. "symfony/password-hasher": "^6.4|^7.0|^8.0",
  5559. "symfony/security-core": "^7.4|^8.0",
  5560. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  5561. "symfony/security-http": "^7.4|^8.0",
  5562. "symfony/service-contracts": "^2.5|^3"
  5563. },
  5564. "conflict": {
  5565. "symfony/browser-kit": "<6.4",
  5566. "symfony/console": "<6.4",
  5567. "symfony/framework-bundle": "<6.4",
  5568. "symfony/http-client": "<6.4",
  5569. "symfony/ldap": "<6.4",
  5570. "symfony/serializer": "<6.4",
  5571. "symfony/twig-bundle": "<6.4",
  5572. "symfony/validator": "<6.4"
  5573. },
  5574. "require-dev": {
  5575. "symfony/asset": "^6.4|^7.0|^8.0",
  5576. "symfony/browser-kit": "^6.4|^7.0|^8.0",
  5577. "symfony/console": "^6.4|^7.0|^8.0",
  5578. "symfony/css-selector": "^6.4|^7.0|^8.0",
  5579. "symfony/dom-crawler": "^6.4|^7.0|^8.0",
  5580. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5581. "symfony/form": "^6.4|^7.0|^8.0",
  5582. "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",
  5583. "symfony/http-client": "^6.4|^7.0|^8.0",
  5584. "symfony/ldap": "^6.4|^7.0|^8.0",
  5585. "symfony/process": "^6.4|^7.0|^8.0",
  5586. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  5587. "symfony/runtime": "^6.4.13|^7.1.6|^8.0",
  5588. "symfony/serializer": "^6.4|^7.0|^8.0",
  5589. "symfony/translation": "^6.4|^7.0|^8.0",
  5590. "symfony/twig-bridge": "^6.4|^7.0|^8.0",
  5591. "symfony/twig-bundle": "^6.4|^7.0|^8.0",
  5592. "symfony/validator": "^6.4|^7.0|^8.0",
  5593. "symfony/yaml": "^6.4|^7.0|^8.0",
  5594. "twig/twig": "^3.15",
  5595. "web-token/jwt-library": "^3.3.2|^4.0"
  5596. },
  5597. "type": "symfony-bundle",
  5598. "autoload": {
  5599. "psr-4": {
  5600. "Symfony\\Bundle\\SecurityBundle\\": ""
  5601. },
  5602. "exclude-from-classmap": [
  5603. "/Tests/"
  5604. ]
  5605. },
  5606. "notification-url": "https://packagist.org/downloads/",
  5607. "license": [
  5608. "MIT"
  5609. ],
  5610. "authors": [
  5611. {
  5612. "name": "Fabien Potencier",
  5613. "email": "fabien@symfony.com"
  5614. },
  5615. {
  5616. "name": "Symfony Community",
  5617. "homepage": "https://symfony.com/contributors"
  5618. }
  5619. ],
  5620. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  5621. "homepage": "https://symfony.com",
  5622. "support": {
  5623. "source": "https://github.com/symfony/security-bundle/tree/v7.4.12"
  5624. },
  5625. "funding": [
  5626. {
  5627. "url": "https://symfony.com/sponsor",
  5628. "type": "custom"
  5629. },
  5630. {
  5631. "url": "https://github.com/fabpot",
  5632. "type": "github"
  5633. },
  5634. {
  5635. "url": "https://github.com/nicolas-grekas",
  5636. "type": "github"
  5637. },
  5638. {
  5639. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5640. "type": "tidelift"
  5641. }
  5642. ],
  5643. "time": "2026-05-15T07:14:02+00:00"
  5644. },
  5645. {
  5646. "name": "symfony/security-core",
  5647. "version": "v7.4.12",
  5648. "source": {
  5649. "type": "git",
  5650. "url": "https://github.com/symfony/security-core.git",
  5651. "reference": "efff84605474ec682c7d9c6278088811e6f3caaa"
  5652. },
  5653. "dist": {
  5654. "type": "zip",
  5655. "url": "https://api.github.com/repos/symfony/security-core/zipball/efff84605474ec682c7d9c6278088811e6f3caaa",
  5656. "reference": "efff84605474ec682c7d9c6278088811e6f3caaa",
  5657. "shasum": ""
  5658. },
  5659. "require": {
  5660. "php": ">=8.2",
  5661. "symfony/deprecation-contracts": "^2.5|^3",
  5662. "symfony/event-dispatcher-contracts": "^2.5|^3",
  5663. "symfony/password-hasher": "^6.4|^7.0|^8.0",
  5664. "symfony/service-contracts": "^2.5|^3"
  5665. },
  5666. "conflict": {
  5667. "symfony/dependency-injection": "<6.4",
  5668. "symfony/event-dispatcher": "<6.4",
  5669. "symfony/http-foundation": "<6.4",
  5670. "symfony/ldap": "<6.4",
  5671. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  5672. "symfony/validator": "<6.4"
  5673. },
  5674. "require-dev": {
  5675. "psr/cache": "^1.0|^2.0|^3.0",
  5676. "psr/container": "^1.1|^2.0",
  5677. "psr/log": "^1|^2|^3",
  5678. "symfony/cache": "^6.4|^7.0|^8.0",
  5679. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  5680. "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
  5681. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5682. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5683. "symfony/ldap": "^6.4|^7.0|^8.0",
  5684. "symfony/string": "^6.4|^7.0|^8.0",
  5685. "symfony/translation": "^6.4.3|^7.0.3|^8.0",
  5686. "symfony/validator": "^6.4|^7.0|^8.0"
  5687. },
  5688. "type": "library",
  5689. "autoload": {
  5690. "psr-4": {
  5691. "Symfony\\Component\\Security\\Core\\": ""
  5692. },
  5693. "exclude-from-classmap": [
  5694. "/Tests/"
  5695. ]
  5696. },
  5697. "notification-url": "https://packagist.org/downloads/",
  5698. "license": [
  5699. "MIT"
  5700. ],
  5701. "authors": [
  5702. {
  5703. "name": "Fabien Potencier",
  5704. "email": "fabien@symfony.com"
  5705. },
  5706. {
  5707. "name": "Symfony Community",
  5708. "homepage": "https://symfony.com/contributors"
  5709. }
  5710. ],
  5711. "description": "Symfony Security Component - Core Library",
  5712. "homepage": "https://symfony.com",
  5713. "support": {
  5714. "source": "https://github.com/symfony/security-core/tree/v7.4.12"
  5715. },
  5716. "funding": [
  5717. {
  5718. "url": "https://symfony.com/sponsor",
  5719. "type": "custom"
  5720. },
  5721. {
  5722. "url": "https://github.com/fabpot",
  5723. "type": "github"
  5724. },
  5725. {
  5726. "url": "https://github.com/nicolas-grekas",
  5727. "type": "github"
  5728. },
  5729. {
  5730. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5731. "type": "tidelift"
  5732. }
  5733. ],
  5734. "time": "2026-05-15T06:48:59+00:00"
  5735. },
  5736. {
  5737. "name": "symfony/security-csrf",
  5738. "version": "v7.4.8",
  5739. "source": {
  5740. "type": "git",
  5741. "url": "https://github.com/symfony/security-csrf.git",
  5742. "reference": "16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d"
  5743. },
  5744. "dist": {
  5745. "type": "zip",
  5746. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d",
  5747. "reference": "16b3aa2f67d02fb0dbd013a8759bbe90daaa9c5d",
  5748. "shasum": ""
  5749. },
  5750. "require": {
  5751. "php": ">=8.2",
  5752. "symfony/security-core": "^6.4|^7.0|^8.0"
  5753. },
  5754. "conflict": {
  5755. "symfony/http-foundation": "<6.4"
  5756. },
  5757. "require-dev": {
  5758. "psr/log": "^1|^2|^3",
  5759. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5760. "symfony/http-kernel": "^6.4|^7.0|^8.0"
  5761. },
  5762. "type": "library",
  5763. "autoload": {
  5764. "psr-4": {
  5765. "Symfony\\Component\\Security\\Csrf\\": ""
  5766. },
  5767. "exclude-from-classmap": [
  5768. "/Tests/"
  5769. ]
  5770. },
  5771. "notification-url": "https://packagist.org/downloads/",
  5772. "license": [
  5773. "MIT"
  5774. ],
  5775. "authors": [
  5776. {
  5777. "name": "Fabien Potencier",
  5778. "email": "fabien@symfony.com"
  5779. },
  5780. {
  5781. "name": "Symfony Community",
  5782. "homepage": "https://symfony.com/contributors"
  5783. }
  5784. ],
  5785. "description": "Symfony Security Component - CSRF Library",
  5786. "homepage": "https://symfony.com",
  5787. "support": {
  5788. "source": "https://github.com/symfony/security-csrf/tree/v7.4.8"
  5789. },
  5790. "funding": [
  5791. {
  5792. "url": "https://symfony.com/sponsor",
  5793. "type": "custom"
  5794. },
  5795. {
  5796. "url": "https://github.com/fabpot",
  5797. "type": "github"
  5798. },
  5799. {
  5800. "url": "https://github.com/nicolas-grekas",
  5801. "type": "github"
  5802. },
  5803. {
  5804. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5805. "type": "tidelift"
  5806. }
  5807. ],
  5808. "time": "2026-03-24T13:12:05+00:00"
  5809. },
  5810. {
  5811. "name": "symfony/security-http",
  5812. "version": "v7.4.12",
  5813. "source": {
  5814. "type": "git",
  5815. "url": "https://github.com/symfony/security-http.git",
  5816. "reference": "1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee"
  5817. },
  5818. "dist": {
  5819. "type": "zip",
  5820. "url": "https://api.github.com/repos/symfony/security-http/zipball/1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee",
  5821. "reference": "1fc7ca636cbd2cad29b42cc13c9fd0c681c6efee",
  5822. "shasum": ""
  5823. },
  5824. "require": {
  5825. "php": ">=8.2",
  5826. "symfony/deprecation-contracts": "^2.5|^3",
  5827. "symfony/event-dispatcher": "^6.4|^7.0",
  5828. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  5829. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  5830. "symfony/polyfill-mbstring": "~1.0",
  5831. "symfony/property-access": "^6.4|^7.0|^8.0",
  5832. "symfony/security-core": "^7.3|^8.0",
  5833. "symfony/service-contracts": "^2.5|^3"
  5834. },
  5835. "conflict": {
  5836. "symfony/clock": "<6.4",
  5837. "symfony/http-client-contracts": "<3.0",
  5838. "symfony/security-bundle": "<6.4",
  5839. "symfony/security-csrf": "<6.4"
  5840. },
  5841. "require-dev": {
  5842. "psr/log": "^1|^2|^3",
  5843. "symfony/cache": "^6.4|^7.0|^8.0",
  5844. "symfony/clock": "^6.4|^7.0|^8.0",
  5845. "symfony/expression-language": "^6.4|^7.0|^8.0",
  5846. "symfony/http-client": "^6.4|^7.0|^8.0",
  5847. "symfony/http-client-contracts": "^3.0",
  5848. "symfony/rate-limiter": "^6.4|^7.0|^8.0",
  5849. "symfony/routing": "^6.4|^7.0|^8.0",
  5850. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  5851. "symfony/translation": "^6.4|^7.0|^8.0",
  5852. "web-token/jwt-library": "^3.3.2|^4.0"
  5853. },
  5854. "type": "library",
  5855. "autoload": {
  5856. "psr-4": {
  5857. "Symfony\\Component\\Security\\Http\\": ""
  5858. },
  5859. "exclude-from-classmap": [
  5860. "/Tests/"
  5861. ]
  5862. },
  5863. "notification-url": "https://packagist.org/downloads/",
  5864. "license": [
  5865. "MIT"
  5866. ],
  5867. "authors": [
  5868. {
  5869. "name": "Fabien Potencier",
  5870. "email": "fabien@symfony.com"
  5871. },
  5872. {
  5873. "name": "Symfony Community",
  5874. "homepage": "https://symfony.com/contributors"
  5875. }
  5876. ],
  5877. "description": "Symfony Security Component - HTTP Integration",
  5878. "homepage": "https://symfony.com",
  5879. "support": {
  5880. "source": "https://github.com/symfony/security-http/tree/v7.4.12"
  5881. },
  5882. "funding": [
  5883. {
  5884. "url": "https://symfony.com/sponsor",
  5885. "type": "custom"
  5886. },
  5887. {
  5888. "url": "https://github.com/fabpot",
  5889. "type": "github"
  5890. },
  5891. {
  5892. "url": "https://github.com/nicolas-grekas",
  5893. "type": "github"
  5894. },
  5895. {
  5896. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5897. "type": "tidelift"
  5898. }
  5899. ],
  5900. "time": "2026-05-20T07:20:23+00:00"
  5901. },
  5902. {
  5903. "name": "symfony/service-contracts",
  5904. "version": "v3.7.0",
  5905. "source": {
  5906. "type": "git",
  5907. "url": "https://github.com/symfony/service-contracts.git",
  5908. "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a"
  5909. },
  5910. "dist": {
  5911. "type": "zip",
  5912. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d25d82433a80eba6aa0e6c24b61d7370d99e444a",
  5913. "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a",
  5914. "shasum": ""
  5915. },
  5916. "require": {
  5917. "php": ">=8.1",
  5918. "psr/container": "^1.1|^2.0",
  5919. "symfony/deprecation-contracts": "^2.5|^3"
  5920. },
  5921. "conflict": {
  5922. "ext-psr": "<1.1|>=2"
  5923. },
  5924. "type": "library",
  5925. "extra": {
  5926. "thanks": {
  5927. "url": "https://github.com/symfony/contracts",
  5928. "name": "symfony/contracts"
  5929. },
  5930. "branch-alias": {
  5931. "dev-main": "3.7-dev"
  5932. }
  5933. },
  5934. "autoload": {
  5935. "psr-4": {
  5936. "Symfony\\Contracts\\Service\\": ""
  5937. },
  5938. "exclude-from-classmap": [
  5939. "/Test/"
  5940. ]
  5941. },
  5942. "notification-url": "https://packagist.org/downloads/",
  5943. "license": [
  5944. "MIT"
  5945. ],
  5946. "authors": [
  5947. {
  5948. "name": "Nicolas Grekas",
  5949. "email": "p@tchwork.com"
  5950. },
  5951. {
  5952. "name": "Symfony Community",
  5953. "homepage": "https://symfony.com/contributors"
  5954. }
  5955. ],
  5956. "description": "Generic abstractions related to writing services",
  5957. "homepage": "https://symfony.com",
  5958. "keywords": [
  5959. "abstractions",
  5960. "contracts",
  5961. "decoupling",
  5962. "interfaces",
  5963. "interoperability",
  5964. "standards"
  5965. ],
  5966. "support": {
  5967. "source": "https://github.com/symfony/service-contracts/tree/v3.7.0"
  5968. },
  5969. "funding": [
  5970. {
  5971. "url": "https://symfony.com/sponsor",
  5972. "type": "custom"
  5973. },
  5974. {
  5975. "url": "https://github.com/fabpot",
  5976. "type": "github"
  5977. },
  5978. {
  5979. "url": "https://github.com/nicolas-grekas",
  5980. "type": "github"
  5981. },
  5982. {
  5983. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5984. "type": "tidelift"
  5985. }
  5986. ],
  5987. "time": "2026-03-28T09:44:51+00:00"
  5988. },
  5989. {
  5990. "name": "symfony/stopwatch",
  5991. "version": "v7.4.8",
  5992. "source": {
  5993. "type": "git",
  5994. "url": "https://github.com/symfony/stopwatch.git",
  5995. "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89"
  5996. },
  5997. "dist": {
  5998. "type": "zip",
  5999. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
  6000. "reference": "70a852d72fec4d51efb1f48dcd968efcaf5ccb89",
  6001. "shasum": ""
  6002. },
  6003. "require": {
  6004. "php": ">=8.2",
  6005. "symfony/service-contracts": "^2.5|^3"
  6006. },
  6007. "type": "library",
  6008. "autoload": {
  6009. "psr-4": {
  6010. "Symfony\\Component\\Stopwatch\\": ""
  6011. },
  6012. "exclude-from-classmap": [
  6013. "/Tests/"
  6014. ]
  6015. },
  6016. "notification-url": "https://packagist.org/downloads/",
  6017. "license": [
  6018. "MIT"
  6019. ],
  6020. "authors": [
  6021. {
  6022. "name": "Fabien Potencier",
  6023. "email": "fabien@symfony.com"
  6024. },
  6025. {
  6026. "name": "Symfony Community",
  6027. "homepage": "https://symfony.com/contributors"
  6028. }
  6029. ],
  6030. "description": "Provides a way to profile code",
  6031. "homepage": "https://symfony.com",
  6032. "support": {
  6033. "source": "https://github.com/symfony/stopwatch/tree/v7.4.8"
  6034. },
  6035. "funding": [
  6036. {
  6037. "url": "https://symfony.com/sponsor",
  6038. "type": "custom"
  6039. },
  6040. {
  6041. "url": "https://github.com/fabpot",
  6042. "type": "github"
  6043. },
  6044. {
  6045. "url": "https://github.com/nicolas-grekas",
  6046. "type": "github"
  6047. },
  6048. {
  6049. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6050. "type": "tidelift"
  6051. }
  6052. ],
  6053. "time": "2026-03-24T13:12:05+00:00"
  6054. },
  6055. {
  6056. "name": "symfony/string",
  6057. "version": "v7.4.11",
  6058. "source": {
  6059. "type": "git",
  6060. "url": "https://github.com/symfony/string.git",
  6061. "reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15"
  6062. },
  6063. "dist": {
  6064. "type": "zip",
  6065. "url": "https://api.github.com/repos/symfony/string/zipball/965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
  6066. "reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
  6067. "shasum": ""
  6068. },
  6069. "require": {
  6070. "php": ">=8.2",
  6071. "symfony/deprecation-contracts": "^2.5|^3.0",
  6072. "symfony/polyfill-ctype": "~1.8",
  6073. "symfony/polyfill-intl-grapheme": "~1.33",
  6074. "symfony/polyfill-intl-normalizer": "~1.0",
  6075. "symfony/polyfill-mbstring": "~1.0"
  6076. },
  6077. "conflict": {
  6078. "symfony/translation-contracts": "<2.5"
  6079. },
  6080. "require-dev": {
  6081. "symfony/emoji": "^7.1|^8.0",
  6082. "symfony/http-client": "^6.4|^7.0|^8.0",
  6083. "symfony/intl": "^6.4|^7.0|^8.0",
  6084. "symfony/translation-contracts": "^2.5|^3.0",
  6085. "symfony/var-exporter": "^6.4|^7.0|^8.0"
  6086. },
  6087. "type": "library",
  6088. "autoload": {
  6089. "files": [
  6090. "Resources/functions.php"
  6091. ],
  6092. "psr-4": {
  6093. "Symfony\\Component\\String\\": ""
  6094. },
  6095. "exclude-from-classmap": [
  6096. "/Tests/"
  6097. ]
  6098. },
  6099. "notification-url": "https://packagist.org/downloads/",
  6100. "license": [
  6101. "MIT"
  6102. ],
  6103. "authors": [
  6104. {
  6105. "name": "Nicolas Grekas",
  6106. "email": "p@tchwork.com"
  6107. },
  6108. {
  6109. "name": "Symfony Community",
  6110. "homepage": "https://symfony.com/contributors"
  6111. }
  6112. ],
  6113. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  6114. "homepage": "https://symfony.com",
  6115. "keywords": [
  6116. "grapheme",
  6117. "i18n",
  6118. "string",
  6119. "unicode",
  6120. "utf-8",
  6121. "utf8"
  6122. ],
  6123. "support": {
  6124. "source": "https://github.com/symfony/string/tree/v7.4.11"
  6125. },
  6126. "funding": [
  6127. {
  6128. "url": "https://symfony.com/sponsor",
  6129. "type": "custom"
  6130. },
  6131. {
  6132. "url": "https://github.com/fabpot",
  6133. "type": "github"
  6134. },
  6135. {
  6136. "url": "https://github.com/nicolas-grekas",
  6137. "type": "github"
  6138. },
  6139. {
  6140. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6141. "type": "tidelift"
  6142. }
  6143. ],
  6144. "time": "2026-05-13T12:04:42+00:00"
  6145. },
  6146. {
  6147. "name": "symfony/translation",
  6148. "version": "v7.4.10",
  6149. "source": {
  6150. "type": "git",
  6151. "url": "https://github.com/symfony/translation.git",
  6152. "reference": "ada7578c30dd5feaa8259cff3e885069ea81ddde"
  6153. },
  6154. "dist": {
  6155. "type": "zip",
  6156. "url": "https://api.github.com/repos/symfony/translation/zipball/ada7578c30dd5feaa8259cff3e885069ea81ddde",
  6157. "reference": "ada7578c30dd5feaa8259cff3e885069ea81ddde",
  6158. "shasum": ""
  6159. },
  6160. "require": {
  6161. "php": ">=8.2",
  6162. "symfony/deprecation-contracts": "^2.5|^3",
  6163. "symfony/polyfill-mbstring": "~1.0",
  6164. "symfony/translation-contracts": "^2.5.3|^3.3"
  6165. },
  6166. "conflict": {
  6167. "nikic/php-parser": "<5.0",
  6168. "symfony/config": "<6.4",
  6169. "symfony/console": "<6.4",
  6170. "symfony/dependency-injection": "<6.4",
  6171. "symfony/http-client-contracts": "<2.5",
  6172. "symfony/http-kernel": "<6.4",
  6173. "symfony/service-contracts": "<2.5",
  6174. "symfony/twig-bundle": "<6.4",
  6175. "symfony/yaml": "<6.4"
  6176. },
  6177. "provide": {
  6178. "symfony/translation-implementation": "2.3|3.0"
  6179. },
  6180. "require-dev": {
  6181. "nikic/php-parser": "^5.0",
  6182. "psr/log": "^1|^2|^3",
  6183. "symfony/config": "^6.4|^7.0|^8.0",
  6184. "symfony/console": "^6.4|^7.0|^8.0",
  6185. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6186. "symfony/finder": "^6.4|^7.0|^8.0",
  6187. "symfony/http-client-contracts": "^2.5|^3.0",
  6188. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6189. "symfony/intl": "^6.4|^7.0|^8.0",
  6190. "symfony/polyfill-intl-icu": "^1.21",
  6191. "symfony/routing": "^6.4|^7.0|^8.0",
  6192. "symfony/service-contracts": "^2.5|^3",
  6193. "symfony/yaml": "^6.4|^7.0|^8.0"
  6194. },
  6195. "type": "library",
  6196. "autoload": {
  6197. "files": [
  6198. "Resources/functions.php"
  6199. ],
  6200. "psr-4": {
  6201. "Symfony\\Component\\Translation\\": ""
  6202. },
  6203. "exclude-from-classmap": [
  6204. "/Tests/"
  6205. ]
  6206. },
  6207. "notification-url": "https://packagist.org/downloads/",
  6208. "license": [
  6209. "MIT"
  6210. ],
  6211. "authors": [
  6212. {
  6213. "name": "Fabien Potencier",
  6214. "email": "fabien@symfony.com"
  6215. },
  6216. {
  6217. "name": "Symfony Community",
  6218. "homepage": "https://symfony.com/contributors"
  6219. }
  6220. ],
  6221. "description": "Provides tools to internationalize your application",
  6222. "homepage": "https://symfony.com",
  6223. "support": {
  6224. "source": "https://github.com/symfony/translation/tree/v7.4.10"
  6225. },
  6226. "funding": [
  6227. {
  6228. "url": "https://symfony.com/sponsor",
  6229. "type": "custom"
  6230. },
  6231. {
  6232. "url": "https://github.com/fabpot",
  6233. "type": "github"
  6234. },
  6235. {
  6236. "url": "https://github.com/nicolas-grekas",
  6237. "type": "github"
  6238. },
  6239. {
  6240. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6241. "type": "tidelift"
  6242. }
  6243. ],
  6244. "time": "2026-05-06T11:19:24+00:00"
  6245. },
  6246. {
  6247. "name": "symfony/translation-contracts",
  6248. "version": "v3.7.0",
  6249. "source": {
  6250. "type": "git",
  6251. "url": "https://github.com/symfony/translation-contracts.git",
  6252. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d"
  6253. },
  6254. "dist": {
  6255. "type": "zip",
  6256. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/0ab302977a952b42fd51475c4ebac81f8da0a95d",
  6257. "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d",
  6258. "shasum": ""
  6259. },
  6260. "require": {
  6261. "php": ">=8.1"
  6262. },
  6263. "type": "library",
  6264. "extra": {
  6265. "thanks": {
  6266. "url": "https://github.com/symfony/contracts",
  6267. "name": "symfony/contracts"
  6268. },
  6269. "branch-alias": {
  6270. "dev-main": "3.7-dev"
  6271. }
  6272. },
  6273. "autoload": {
  6274. "psr-4": {
  6275. "Symfony\\Contracts\\Translation\\": ""
  6276. },
  6277. "exclude-from-classmap": [
  6278. "/Test/"
  6279. ]
  6280. },
  6281. "notification-url": "https://packagist.org/downloads/",
  6282. "license": [
  6283. "MIT"
  6284. ],
  6285. "authors": [
  6286. {
  6287. "name": "Nicolas Grekas",
  6288. "email": "p@tchwork.com"
  6289. },
  6290. {
  6291. "name": "Symfony Community",
  6292. "homepage": "https://symfony.com/contributors"
  6293. }
  6294. ],
  6295. "description": "Generic abstractions related to translation",
  6296. "homepage": "https://symfony.com",
  6297. "keywords": [
  6298. "abstractions",
  6299. "contracts",
  6300. "decoupling",
  6301. "interfaces",
  6302. "interoperability",
  6303. "standards"
  6304. ],
  6305. "support": {
  6306. "source": "https://github.com/symfony/translation-contracts/tree/v3.7.0"
  6307. },
  6308. "funding": [
  6309. {
  6310. "url": "https://symfony.com/sponsor",
  6311. "type": "custom"
  6312. },
  6313. {
  6314. "url": "https://github.com/fabpot",
  6315. "type": "github"
  6316. },
  6317. {
  6318. "url": "https://github.com/nicolas-grekas",
  6319. "type": "github"
  6320. },
  6321. {
  6322. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6323. "type": "tidelift"
  6324. }
  6325. ],
  6326. "time": "2026-01-05T13:30:16+00:00"
  6327. },
  6328. {
  6329. "name": "symfony/twig-bridge",
  6330. "version": "v7.4.12",
  6331. "source": {
  6332. "type": "git",
  6333. "url": "https://github.com/symfony/twig-bridge.git",
  6334. "reference": "81663873d946531129c76c65e80b681ce99c0e89"
  6335. },
  6336. "dist": {
  6337. "type": "zip",
  6338. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/81663873d946531129c76c65e80b681ce99c0e89",
  6339. "reference": "81663873d946531129c76c65e80b681ce99c0e89",
  6340. "shasum": ""
  6341. },
  6342. "require": {
  6343. "php": ">=8.2",
  6344. "symfony/deprecation-contracts": "^2.5|^3",
  6345. "symfony/translation-contracts": "^2.5|^3",
  6346. "twig/twig": "^3.21"
  6347. },
  6348. "conflict": {
  6349. "phpdocumentor/reflection-docblock": "<5.2|>=7",
  6350. "phpdocumentor/type-resolver": "<1.5.1",
  6351. "symfony/console": "<6.4",
  6352. "symfony/form": "<6.4.32|>7,<7.3.10|>7.4,<7.4.4|>8.0,<8.0.4",
  6353. "symfony/http-foundation": "<6.4",
  6354. "symfony/http-kernel": "<6.4",
  6355. "symfony/mime": "<6.4.37|>7,<7.4.9|>8.0,<8.0.9",
  6356. "symfony/serializer": "<6.4",
  6357. "symfony/translation": "<6.4",
  6358. "symfony/workflow": "<6.4"
  6359. },
  6360. "require-dev": {
  6361. "egulias/email-validator": "^2.1.10|^3|^4",
  6362. "league/html-to-markdown": "^5.0",
  6363. "phpdocumentor/reflection-docblock": "^5.2|^6.0",
  6364. "symfony/asset": "^6.4|^7.0|^8.0",
  6365. "symfony/asset-mapper": "^6.4|^7.0|^8.0",
  6366. "symfony/console": "^6.4|^7.0|^8.0",
  6367. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6368. "symfony/emoji": "^7.1|^8.0",
  6369. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6370. "symfony/finder": "^6.4|^7.0|^8.0",
  6371. "symfony/form": "^6.4.32|~7.3.10|^7.4.4|^8.0.4",
  6372. "symfony/html-sanitizer": "^6.4|^7.0|^8.0",
  6373. "symfony/http-foundation": "^7.3|^8.0",
  6374. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6375. "symfony/intl": "^6.4|^7.0|^8.0",
  6376. "symfony/mime": "^6.4.37|^7.4.9|^8.0.9",
  6377. "symfony/polyfill-intl-icu": "~1.0",
  6378. "symfony/property-info": "^6.4|^7.0|^8.0",
  6379. "symfony/routing": "^6.4|^7.0|^8.0",
  6380. "symfony/security-acl": "^2.8|^3.0",
  6381. "symfony/security-core": "^6.4|^7.0|^8.0",
  6382. "symfony/security-csrf": "^6.4|^7.0|^8.0",
  6383. "symfony/security-http": "^6.4|^7.0|^8.0",
  6384. "symfony/serializer": "^6.4.3|^7.0.3|^8.0",
  6385. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  6386. "symfony/translation": "^6.4|^7.0|^8.0",
  6387. "symfony/validator": "^6.4|^7.0|^8.0",
  6388. "symfony/web-link": "^6.4|^7.0|^8.0",
  6389. "symfony/workflow": "^6.4|^7.0|^8.0",
  6390. "symfony/yaml": "^6.4|^7.0|^8.0",
  6391. "twig/cssinliner-extra": "^3",
  6392. "twig/inky-extra": "^3",
  6393. "twig/markdown-extra": "^3"
  6394. },
  6395. "type": "symfony-bridge",
  6396. "autoload": {
  6397. "psr-4": {
  6398. "Symfony\\Bridge\\Twig\\": ""
  6399. },
  6400. "exclude-from-classmap": [
  6401. "/Tests/"
  6402. ]
  6403. },
  6404. "notification-url": "https://packagist.org/downloads/",
  6405. "license": [
  6406. "MIT"
  6407. ],
  6408. "authors": [
  6409. {
  6410. "name": "Fabien Potencier",
  6411. "email": "fabien@symfony.com"
  6412. },
  6413. {
  6414. "name": "Symfony Community",
  6415. "homepage": "https://symfony.com/contributors"
  6416. }
  6417. ],
  6418. "description": "Provides integration for Twig with various Symfony components",
  6419. "homepage": "https://symfony.com",
  6420. "support": {
  6421. "source": "https://github.com/symfony/twig-bridge/tree/v7.4.12"
  6422. },
  6423. "funding": [
  6424. {
  6425. "url": "https://symfony.com/sponsor",
  6426. "type": "custom"
  6427. },
  6428. {
  6429. "url": "https://github.com/fabpot",
  6430. "type": "github"
  6431. },
  6432. {
  6433. "url": "https://github.com/nicolas-grekas",
  6434. "type": "github"
  6435. },
  6436. {
  6437. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6438. "type": "tidelift"
  6439. }
  6440. ],
  6441. "time": "2026-04-29T17:13:54+00:00"
  6442. },
  6443. {
  6444. "name": "symfony/twig-bundle",
  6445. "version": "v7.4.8",
  6446. "source": {
  6447. "type": "git",
  6448. "url": "https://github.com/symfony/twig-bundle.git",
  6449. "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95"
  6450. },
  6451. "dist": {
  6452. "type": "zip",
  6453. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
  6454. "reference": "ba1e06d7ff1ebb1d1799b6608d925f4eaba88d95",
  6455. "shasum": ""
  6456. },
  6457. "require": {
  6458. "composer-runtime-api": ">=2.1",
  6459. "php": ">=8.2",
  6460. "symfony/config": "^7.4|^8.0",
  6461. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6462. "symfony/deprecation-contracts": "^2.5|^3",
  6463. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  6464. "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0",
  6465. "symfony/twig-bridge": "^7.3|^8.0",
  6466. "twig/twig": "^3.12"
  6467. },
  6468. "conflict": {
  6469. "symfony/framework-bundle": "<6.4",
  6470. "symfony/translation": "<6.4"
  6471. },
  6472. "require-dev": {
  6473. "symfony/asset": "^6.4|^7.0|^8.0",
  6474. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6475. "symfony/finder": "^6.4|^7.0|^8.0",
  6476. "symfony/form": "^6.4|^7.0|^8.0",
  6477. "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0",
  6478. "symfony/routing": "^6.4|^7.0|^8.0",
  6479. "symfony/runtime": "^6.4.13|^7.1.6",
  6480. "symfony/stopwatch": "^6.4|^7.0|^8.0",
  6481. "symfony/translation": "^6.4|^7.0|^8.0",
  6482. "symfony/web-link": "^6.4|^7.0|^8.0",
  6483. "symfony/yaml": "^6.4|^7.0|^8.0"
  6484. },
  6485. "type": "symfony-bundle",
  6486. "autoload": {
  6487. "psr-4": {
  6488. "Symfony\\Bundle\\TwigBundle\\": ""
  6489. },
  6490. "exclude-from-classmap": [
  6491. "/Tests/"
  6492. ]
  6493. },
  6494. "notification-url": "https://packagist.org/downloads/",
  6495. "license": [
  6496. "MIT"
  6497. ],
  6498. "authors": [
  6499. {
  6500. "name": "Fabien Potencier",
  6501. "email": "fabien@symfony.com"
  6502. },
  6503. {
  6504. "name": "Symfony Community",
  6505. "homepage": "https://symfony.com/contributors"
  6506. }
  6507. ],
  6508. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  6509. "homepage": "https://symfony.com",
  6510. "support": {
  6511. "source": "https://github.com/symfony/twig-bundle/tree/v7.4.8"
  6512. },
  6513. "funding": [
  6514. {
  6515. "url": "https://symfony.com/sponsor",
  6516. "type": "custom"
  6517. },
  6518. {
  6519. "url": "https://github.com/fabpot",
  6520. "type": "github"
  6521. },
  6522. {
  6523. "url": "https://github.com/nicolas-grekas",
  6524. "type": "github"
  6525. },
  6526. {
  6527. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6528. "type": "tidelift"
  6529. }
  6530. ],
  6531. "time": "2026-03-24T13:12:05+00:00"
  6532. },
  6533. {
  6534. "name": "symfony/type-info",
  6535. "version": "v7.4.9",
  6536. "source": {
  6537. "type": "git",
  6538. "url": "https://github.com/symfony/type-info.git",
  6539. "reference": "cafeedbf157b890e94ac5b83eaed85595106d5d6"
  6540. },
  6541. "dist": {
  6542. "type": "zip",
  6543. "url": "https://api.github.com/repos/symfony/type-info/zipball/cafeedbf157b890e94ac5b83eaed85595106d5d6",
  6544. "reference": "cafeedbf157b890e94ac5b83eaed85595106d5d6",
  6545. "shasum": ""
  6546. },
  6547. "require": {
  6548. "php": ">=8.2",
  6549. "psr/container": "^1.1|^2.0",
  6550. "symfony/deprecation-contracts": "^2.5|^3"
  6551. },
  6552. "conflict": {
  6553. "phpstan/phpdoc-parser": "<1.30"
  6554. },
  6555. "require-dev": {
  6556. "phpstan/phpdoc-parser": "^1.30|^2.0"
  6557. },
  6558. "type": "library",
  6559. "autoload": {
  6560. "psr-4": {
  6561. "Symfony\\Component\\TypeInfo\\": ""
  6562. },
  6563. "exclude-from-classmap": [
  6564. "/Tests/"
  6565. ]
  6566. },
  6567. "notification-url": "https://packagist.org/downloads/",
  6568. "license": [
  6569. "MIT"
  6570. ],
  6571. "authors": [
  6572. {
  6573. "name": "Mathias Arlaud",
  6574. "email": "mathias.arlaud@gmail.com"
  6575. },
  6576. {
  6577. "name": "Baptiste LEDUC",
  6578. "email": "baptiste.leduc@gmail.com"
  6579. },
  6580. {
  6581. "name": "Symfony Community",
  6582. "homepage": "https://symfony.com/contributors"
  6583. }
  6584. ],
  6585. "description": "Extracts PHP types information.",
  6586. "homepage": "https://symfony.com",
  6587. "keywords": [
  6588. "PHPStan",
  6589. "phpdoc",
  6590. "symfony",
  6591. "type"
  6592. ],
  6593. "support": {
  6594. "source": "https://github.com/symfony/type-info/tree/v7.4.9"
  6595. },
  6596. "funding": [
  6597. {
  6598. "url": "https://symfony.com/sponsor",
  6599. "type": "custom"
  6600. },
  6601. {
  6602. "url": "https://github.com/fabpot",
  6603. "type": "github"
  6604. },
  6605. {
  6606. "url": "https://github.com/nicolas-grekas",
  6607. "type": "github"
  6608. },
  6609. {
  6610. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6611. "type": "tidelift"
  6612. }
  6613. ],
  6614. "time": "2026-04-22T15:21:55+00:00"
  6615. },
  6616. {
  6617. "name": "symfony/validator",
  6618. "version": "v7.4.10",
  6619. "source": {
  6620. "type": "git",
  6621. "url": "https://github.com/symfony/validator.git",
  6622. "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361"
  6623. },
  6624. "dist": {
  6625. "type": "zip",
  6626. "url": "https://api.github.com/repos/symfony/validator/zipball/c76458623af9a3fe3b2e5b09b36453f334c2a361",
  6627. "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361",
  6628. "shasum": ""
  6629. },
  6630. "require": {
  6631. "php": ">=8.2",
  6632. "symfony/deprecation-contracts": "^2.5|^3",
  6633. "symfony/polyfill-ctype": "~1.8",
  6634. "symfony/polyfill-mbstring": "~1.0",
  6635. "symfony/polyfill-php83": "^1.27",
  6636. "symfony/translation-contracts": "^2.5|^3"
  6637. },
  6638. "conflict": {
  6639. "doctrine/lexer": "<1.1",
  6640. "symfony/dependency-injection": "<6.4",
  6641. "symfony/doctrine-bridge": "<7.0",
  6642. "symfony/expression-language": "<6.4",
  6643. "symfony/http-kernel": "<6.4",
  6644. "symfony/intl": "<6.4",
  6645. "symfony/property-info": "<6.4",
  6646. "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
  6647. "symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3",
  6648. "symfony/yaml": "<6.4"
  6649. },
  6650. "require-dev": {
  6651. "egulias/email-validator": "^2.1.10|^3|^4",
  6652. "symfony/cache": "^6.4|^7.0|^8.0",
  6653. "symfony/config": "^6.4|^7.0|^8.0",
  6654. "symfony/console": "^6.4|^7.0|^8.0",
  6655. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  6656. "symfony/expression-language": "^6.4|^7.0|^8.0",
  6657. "symfony/finder": "^6.4|^7.0|^8.0",
  6658. "symfony/http-client": "^6.4|^7.0|^8.0",
  6659. "symfony/http-foundation": "^6.4|^7.0|^8.0",
  6660. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6661. "symfony/intl": "^6.4|^7.0|^8.0",
  6662. "symfony/mime": "^6.4|^7.0|^8.0",
  6663. "symfony/process": "^6.4|^7.0|^8.0",
  6664. "symfony/property-access": "^6.4|^7.0|^8.0",
  6665. "symfony/property-info": "^6.4|^7.0|^8.0",
  6666. "symfony/string": "^6.4|^7.0|^8.0",
  6667. "symfony/translation": "^6.4.3|^7.0.3|^8.0",
  6668. "symfony/type-info": "^7.1.8",
  6669. "symfony/yaml": "^6.4|^7.0|^8.0"
  6670. },
  6671. "type": "library",
  6672. "autoload": {
  6673. "psr-4": {
  6674. "Symfony\\Component\\Validator\\": ""
  6675. },
  6676. "exclude-from-classmap": [
  6677. "/Tests/",
  6678. "/Resources/bin/"
  6679. ]
  6680. },
  6681. "notification-url": "https://packagist.org/downloads/",
  6682. "license": [
  6683. "MIT"
  6684. ],
  6685. "authors": [
  6686. {
  6687. "name": "Fabien Potencier",
  6688. "email": "fabien@symfony.com"
  6689. },
  6690. {
  6691. "name": "Symfony Community",
  6692. "homepage": "https://symfony.com/contributors"
  6693. }
  6694. ],
  6695. "description": "Provides tools to validate values",
  6696. "homepage": "https://symfony.com",
  6697. "support": {
  6698. "source": "https://github.com/symfony/validator/tree/v7.4.10"
  6699. },
  6700. "funding": [
  6701. {
  6702. "url": "https://symfony.com/sponsor",
  6703. "type": "custom"
  6704. },
  6705. {
  6706. "url": "https://github.com/fabpot",
  6707. "type": "github"
  6708. },
  6709. {
  6710. "url": "https://github.com/nicolas-grekas",
  6711. "type": "github"
  6712. },
  6713. {
  6714. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6715. "type": "tidelift"
  6716. }
  6717. ],
  6718. "time": "2026-05-05T15:30:56+00:00"
  6719. },
  6720. {
  6721. "name": "symfony/var-dumper",
  6722. "version": "v7.4.8",
  6723. "source": {
  6724. "type": "git",
  6725. "url": "https://github.com/symfony/var-dumper.git",
  6726. "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd"
  6727. },
  6728. "dist": {
  6729. "type": "zip",
  6730. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
  6731. "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
  6732. "shasum": ""
  6733. },
  6734. "require": {
  6735. "php": ">=8.2",
  6736. "symfony/deprecation-contracts": "^2.5|^3",
  6737. "symfony/polyfill-mbstring": "~1.0"
  6738. },
  6739. "conflict": {
  6740. "symfony/console": "<6.4"
  6741. },
  6742. "require-dev": {
  6743. "symfony/console": "^6.4|^7.0|^8.0",
  6744. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  6745. "symfony/process": "^6.4|^7.0|^8.0",
  6746. "symfony/uid": "^6.4|^7.0|^8.0",
  6747. "twig/twig": "^3.12"
  6748. },
  6749. "bin": [
  6750. "Resources/bin/var-dump-server"
  6751. ],
  6752. "type": "library",
  6753. "autoload": {
  6754. "files": [
  6755. "Resources/functions/dump.php"
  6756. ],
  6757. "psr-4": {
  6758. "Symfony\\Component\\VarDumper\\": ""
  6759. },
  6760. "exclude-from-classmap": [
  6761. "/Tests/"
  6762. ]
  6763. },
  6764. "notification-url": "https://packagist.org/downloads/",
  6765. "license": [
  6766. "MIT"
  6767. ],
  6768. "authors": [
  6769. {
  6770. "name": "Nicolas Grekas",
  6771. "email": "p@tchwork.com"
  6772. },
  6773. {
  6774. "name": "Symfony Community",
  6775. "homepage": "https://symfony.com/contributors"
  6776. }
  6777. ],
  6778. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6779. "homepage": "https://symfony.com",
  6780. "keywords": [
  6781. "debug",
  6782. "dump"
  6783. ],
  6784. "support": {
  6785. "source": "https://github.com/symfony/var-dumper/tree/v7.4.8"
  6786. },
  6787. "funding": [
  6788. {
  6789. "url": "https://symfony.com/sponsor",
  6790. "type": "custom"
  6791. },
  6792. {
  6793. "url": "https://github.com/fabpot",
  6794. "type": "github"
  6795. },
  6796. {
  6797. "url": "https://github.com/nicolas-grekas",
  6798. "type": "github"
  6799. },
  6800. {
  6801. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6802. "type": "tidelift"
  6803. }
  6804. ],
  6805. "time": "2026-03-30T13:44:50+00:00"
  6806. },
  6807. {
  6808. "name": "symfony/var-exporter",
  6809. "version": "v7.4.9",
  6810. "source": {
  6811. "type": "git",
  6812. "url": "https://github.com/symfony/var-exporter.git",
  6813. "reference": "22e03a49c95ef054a43601cd159b222bfab1c701"
  6814. },
  6815. "dist": {
  6816. "type": "zip",
  6817. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/22e03a49c95ef054a43601cd159b222bfab1c701",
  6818. "reference": "22e03a49c95ef054a43601cd159b222bfab1c701",
  6819. "shasum": ""
  6820. },
  6821. "require": {
  6822. "php": ">=8.2",
  6823. "symfony/deprecation-contracts": "^2.5|^3"
  6824. },
  6825. "require-dev": {
  6826. "symfony/property-access": "^6.4|^7.0|^8.0",
  6827. "symfony/serializer": "^6.4|^7.0|^8.0",
  6828. "symfony/var-dumper": "^6.4|^7.0|^8.0"
  6829. },
  6830. "type": "library",
  6831. "autoload": {
  6832. "psr-4": {
  6833. "Symfony\\Component\\VarExporter\\": ""
  6834. },
  6835. "exclude-from-classmap": [
  6836. "/Tests/"
  6837. ]
  6838. },
  6839. "notification-url": "https://packagist.org/downloads/",
  6840. "license": [
  6841. "MIT"
  6842. ],
  6843. "authors": [
  6844. {
  6845. "name": "Nicolas Grekas",
  6846. "email": "p@tchwork.com"
  6847. },
  6848. {
  6849. "name": "Symfony Community",
  6850. "homepage": "https://symfony.com/contributors"
  6851. }
  6852. ],
  6853. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  6854. "homepage": "https://symfony.com",
  6855. "keywords": [
  6856. "clone",
  6857. "construct",
  6858. "export",
  6859. "hydrate",
  6860. "instantiate",
  6861. "lazy-loading",
  6862. "proxy",
  6863. "serialize"
  6864. ],
  6865. "support": {
  6866. "source": "https://github.com/symfony/var-exporter/tree/v7.4.9"
  6867. },
  6868. "funding": [
  6869. {
  6870. "url": "https://symfony.com/sponsor",
  6871. "type": "custom"
  6872. },
  6873. {
  6874. "url": "https://github.com/fabpot",
  6875. "type": "github"
  6876. },
  6877. {
  6878. "url": "https://github.com/nicolas-grekas",
  6879. "type": "github"
  6880. },
  6881. {
  6882. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6883. "type": "tidelift"
  6884. }
  6885. ],
  6886. "time": "2026-04-18T13:18:21+00:00"
  6887. },
  6888. {
  6889. "name": "symfony/webpack-encore-bundle",
  6890. "version": "v2.4.0",
  6891. "source": {
  6892. "type": "git",
  6893. "url": "https://github.com/symfony/webpack-encore-bundle.git",
  6894. "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e"
  6895. },
  6896. "dist": {
  6897. "type": "zip",
  6898. "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
  6899. "reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
  6900. "shasum": ""
  6901. },
  6902. "require": {
  6903. "php": ">=8.1.0",
  6904. "symfony/asset": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6905. "symfony/config": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6906. "symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6907. "symfony/http-kernel": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6908. "symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0"
  6909. },
  6910. "require-dev": {
  6911. "symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6912. "symfony/http-client": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6913. "symfony/phpunit-bridge": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6914. "symfony/twig-bundle": "^5.4 || ^6.2 || ^7.0 || ^8.0",
  6915. "symfony/web-link": "^5.4 || ^6.2 || ^7.0 || ^8.0"
  6916. },
  6917. "type": "symfony-bundle",
  6918. "extra": {
  6919. "thanks": {
  6920. "url": "https://github.com/symfony/webpack-encore",
  6921. "name": "symfony/webpack-encore"
  6922. }
  6923. },
  6924. "autoload": {
  6925. "psr-4": {
  6926. "Symfony\\WebpackEncoreBundle\\": "src"
  6927. }
  6928. },
  6929. "notification-url": "https://packagist.org/downloads/",
  6930. "license": [
  6931. "MIT"
  6932. ],
  6933. "authors": [
  6934. {
  6935. "name": "Symfony Community",
  6936. "homepage": "https://symfony.com/contributors"
  6937. }
  6938. ],
  6939. "description": "Integration of your Symfony app with Webpack Encore",
  6940. "support": {
  6941. "issues": "https://github.com/symfony/webpack-encore-bundle/issues",
  6942. "source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.4.0"
  6943. },
  6944. "funding": [
  6945. {
  6946. "url": "https://symfony.com/sponsor",
  6947. "type": "custom"
  6948. },
  6949. {
  6950. "url": "https://github.com/fabpot",
  6951. "type": "github"
  6952. },
  6953. {
  6954. "url": "https://github.com/nicolas-grekas",
  6955. "type": "github"
  6956. },
  6957. {
  6958. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6959. "type": "tidelift"
  6960. }
  6961. ],
  6962. "time": "2025-11-27T13:41:46+00:00"
  6963. },
  6964. {
  6965. "name": "symfony/yaml",
  6966. "version": "v7.4.12",
  6967. "source": {
  6968. "type": "git",
  6969. "url": "https://github.com/symfony/yaml.git",
  6970. "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51"
  6971. },
  6972. "dist": {
  6973. "type": "zip",
  6974. "url": "https://api.github.com/repos/symfony/yaml/zipball/8b6952b56ca6417f25f7a65758cadd0ce02edc51",
  6975. "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51",
  6976. "shasum": ""
  6977. },
  6978. "require": {
  6979. "php": ">=8.2",
  6980. "symfony/deprecation-contracts": "^2.5|^3",
  6981. "symfony/polyfill-ctype": "^1.8"
  6982. },
  6983. "conflict": {
  6984. "symfony/console": "<6.4"
  6985. },
  6986. "require-dev": {
  6987. "symfony/console": "^6.4|^7.0|^8.0"
  6988. },
  6989. "bin": [
  6990. "Resources/bin/yaml-lint"
  6991. ],
  6992. "type": "library",
  6993. "autoload": {
  6994. "psr-4": {
  6995. "Symfony\\Component\\Yaml\\": ""
  6996. },
  6997. "exclude-from-classmap": [
  6998. "/Tests/"
  6999. ]
  7000. },
  7001. "notification-url": "https://packagist.org/downloads/",
  7002. "license": [
  7003. "MIT"
  7004. ],
  7005. "authors": [
  7006. {
  7007. "name": "Fabien Potencier",
  7008. "email": "fabien@symfony.com"
  7009. },
  7010. {
  7011. "name": "Symfony Community",
  7012. "homepage": "https://symfony.com/contributors"
  7013. }
  7014. ],
  7015. "description": "Loads and dumps YAML files",
  7016. "homepage": "https://symfony.com",
  7017. "support": {
  7018. "source": "https://github.com/symfony/yaml/tree/v7.4.12"
  7019. },
  7020. "funding": [
  7021. {
  7022. "url": "https://symfony.com/sponsor",
  7023. "type": "custom"
  7024. },
  7025. {
  7026. "url": "https://github.com/fabpot",
  7027. "type": "github"
  7028. },
  7029. {
  7030. "url": "https://github.com/nicolas-grekas",
  7031. "type": "github"
  7032. },
  7033. {
  7034. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7035. "type": "tidelift"
  7036. }
  7037. ],
  7038. "time": "2026-05-20T07:20:23+00:00"
  7039. },
  7040. {
  7041. "name": "thecodingmachine/safe",
  7042. "version": "v3.4.0",
  7043. "source": {
  7044. "type": "git",
  7045. "url": "https://github.com/thecodingmachine/safe.git",
  7046. "reference": "705683a25bacf0d4860c7dea4d7947bfd09eea19"
  7047. },
  7048. "dist": {
  7049. "type": "zip",
  7050. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/705683a25bacf0d4860c7dea4d7947bfd09eea19",
  7051. "reference": "705683a25bacf0d4860c7dea4d7947bfd09eea19",
  7052. "shasum": ""
  7053. },
  7054. "require": {
  7055. "php": "^8.1"
  7056. },
  7057. "require-dev": {
  7058. "php-parallel-lint/php-parallel-lint": "^1.4",
  7059. "phpstan/phpstan": "^2",
  7060. "phpunit/phpunit": "^10",
  7061. "squizlabs/php_codesniffer": "^3.2"
  7062. },
  7063. "type": "library",
  7064. "autoload": {
  7065. "files": [
  7066. "lib/special_cases.php",
  7067. "generated/apache.php",
  7068. "generated/apcu.php",
  7069. "generated/array.php",
  7070. "generated/bzip2.php",
  7071. "generated/calendar.php",
  7072. "generated/classobj.php",
  7073. "generated/com.php",
  7074. "generated/cubrid.php",
  7075. "generated/curl.php",
  7076. "generated/datetime.php",
  7077. "generated/dir.php",
  7078. "generated/eio.php",
  7079. "generated/errorfunc.php",
  7080. "generated/exec.php",
  7081. "generated/fileinfo.php",
  7082. "generated/filesystem.php",
  7083. "generated/filter.php",
  7084. "generated/fpm.php",
  7085. "generated/ftp.php",
  7086. "generated/funchand.php",
  7087. "generated/gettext.php",
  7088. "generated/gmp.php",
  7089. "generated/gnupg.php",
  7090. "generated/hash.php",
  7091. "generated/ibase.php",
  7092. "generated/ibmDb2.php",
  7093. "generated/iconv.php",
  7094. "generated/image.php",
  7095. "generated/imap.php",
  7096. "generated/info.php",
  7097. "generated/inotify.php",
  7098. "generated/json.php",
  7099. "generated/ldap.php",
  7100. "generated/libxml.php",
  7101. "generated/lzf.php",
  7102. "generated/mailparse.php",
  7103. "generated/mbstring.php",
  7104. "generated/misc.php",
  7105. "generated/mysql.php",
  7106. "generated/mysqli.php",
  7107. "generated/network.php",
  7108. "generated/oci8.php",
  7109. "generated/opcache.php",
  7110. "generated/openssl.php",
  7111. "generated/outcontrol.php",
  7112. "generated/pcntl.php",
  7113. "generated/pcre.php",
  7114. "generated/pgsql.php",
  7115. "generated/posix.php",
  7116. "generated/ps.php",
  7117. "generated/pspell.php",
  7118. "generated/readline.php",
  7119. "generated/rnp.php",
  7120. "generated/rpminfo.php",
  7121. "generated/rrd.php",
  7122. "generated/sem.php",
  7123. "generated/session.php",
  7124. "generated/shmop.php",
  7125. "generated/sockets.php",
  7126. "generated/sodium.php",
  7127. "generated/solr.php",
  7128. "generated/spl.php",
  7129. "generated/sqlsrv.php",
  7130. "generated/ssdeep.php",
  7131. "generated/ssh2.php",
  7132. "generated/stream.php",
  7133. "generated/strings.php",
  7134. "generated/swoole.php",
  7135. "generated/uodbc.php",
  7136. "generated/uopz.php",
  7137. "generated/url.php",
  7138. "generated/var.php",
  7139. "generated/xdiff.php",
  7140. "generated/xml.php",
  7141. "generated/xmlrpc.php",
  7142. "generated/yaml.php",
  7143. "generated/yaz.php",
  7144. "generated/zip.php",
  7145. "generated/zlib.php"
  7146. ],
  7147. "classmap": [
  7148. "lib/DateTime.php",
  7149. "lib/DateTimeImmutable.php",
  7150. "lib/Exceptions/",
  7151. "generated/Exceptions/"
  7152. ]
  7153. },
  7154. "notification-url": "https://packagist.org/downloads/",
  7155. "license": [
  7156. "MIT"
  7157. ],
  7158. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  7159. "support": {
  7160. "issues": "https://github.com/thecodingmachine/safe/issues",
  7161. "source": "https://github.com/thecodingmachine/safe/tree/v3.4.0"
  7162. },
  7163. "funding": [
  7164. {
  7165. "url": "https://github.com/OskarStark",
  7166. "type": "github"
  7167. },
  7168. {
  7169. "url": "https://github.com/shish",
  7170. "type": "github"
  7171. },
  7172. {
  7173. "url": "https://github.com/silasjoisten",
  7174. "type": "github"
  7175. },
  7176. {
  7177. "url": "https://github.com/staabm",
  7178. "type": "github"
  7179. }
  7180. ],
  7181. "time": "2026-02-04T18:08:13+00:00"
  7182. },
  7183. {
  7184. "name": "twig/twig",
  7185. "version": "v3.26.0",
  7186. "source": {
  7187. "type": "git",
  7188. "url": "https://github.com/twigphp/Twig.git",
  7189. "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc"
  7190. },
  7191. "dist": {
  7192. "type": "zip",
  7193. "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
  7194. "reference": "1fcae487b180d78e6351f4e0afa91f9eab96a2bc",
  7195. "shasum": ""
  7196. },
  7197. "require": {
  7198. "php": ">=8.1.0",
  7199. "symfony/deprecation-contracts": "^2.5|^3",
  7200. "symfony/polyfill-ctype": "^1.8",
  7201. "symfony/polyfill-mbstring": "^1.3"
  7202. },
  7203. "require-dev": {
  7204. "php-cs-fixer/shim": "^3.0@stable",
  7205. "phpstan/phpstan": "^2.0@stable",
  7206. "psr/container": "^1.0|^2.0",
  7207. "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
  7208. },
  7209. "type": "library",
  7210. "autoload": {
  7211. "files": [
  7212. "src/Resources/core.php",
  7213. "src/Resources/debug.php",
  7214. "src/Resources/escaper.php",
  7215. "src/Resources/string_loader.php"
  7216. ],
  7217. "psr-4": {
  7218. "Twig\\": "src/"
  7219. }
  7220. },
  7221. "notification-url": "https://packagist.org/downloads/",
  7222. "license": [
  7223. "BSD-3-Clause"
  7224. ],
  7225. "authors": [
  7226. {
  7227. "name": "Fabien Potencier",
  7228. "email": "fabien@symfony.com",
  7229. "homepage": "http://fabien.potencier.org",
  7230. "role": "Lead Developer"
  7231. },
  7232. {
  7233. "name": "Twig Team",
  7234. "role": "Contributors"
  7235. },
  7236. {
  7237. "name": "Armin Ronacher",
  7238. "email": "armin.ronacher@active-4.com",
  7239. "role": "Project Founder"
  7240. }
  7241. ],
  7242. "description": "Twig, the flexible, fast, and secure template language for PHP",
  7243. "homepage": "https://twig.symfony.com",
  7244. "keywords": [
  7245. "templating"
  7246. ],
  7247. "support": {
  7248. "issues": "https://github.com/twigphp/Twig/issues",
  7249. "source": "https://github.com/twigphp/Twig/tree/v3.26.0"
  7250. },
  7251. "funding": [
  7252. {
  7253. "url": "https://github.com/fabpot",
  7254. "type": "github"
  7255. },
  7256. {
  7257. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  7258. "type": "tidelift"
  7259. }
  7260. ],
  7261. "time": "2026-05-20T07:31:59+00:00"
  7262. }
  7263. ],
  7264. "packages-dev": [
  7265. {
  7266. "name": "nikic/php-parser",
  7267. "version": "v5.7.0",
  7268. "source": {
  7269. "type": "git",
  7270. "url": "https://github.com/nikic/PHP-Parser.git",
  7271. "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
  7272. },
  7273. "dist": {
  7274. "type": "zip",
  7275. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  7276. "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
  7277. "shasum": ""
  7278. },
  7279. "require": {
  7280. "ext-ctype": "*",
  7281. "ext-json": "*",
  7282. "ext-tokenizer": "*",
  7283. "php": ">=7.4"
  7284. },
  7285. "require-dev": {
  7286. "ircmaxell/php-yacc": "^0.0.7",
  7287. "phpunit/phpunit": "^9.0"
  7288. },
  7289. "bin": [
  7290. "bin/php-parse"
  7291. ],
  7292. "type": "library",
  7293. "extra": {
  7294. "branch-alias": {
  7295. "dev-master": "5.x-dev"
  7296. }
  7297. },
  7298. "autoload": {
  7299. "psr-4": {
  7300. "PhpParser\\": "lib/PhpParser"
  7301. }
  7302. },
  7303. "notification-url": "https://packagist.org/downloads/",
  7304. "license": [
  7305. "BSD-3-Clause"
  7306. ],
  7307. "authors": [
  7308. {
  7309. "name": "Nikita Popov"
  7310. }
  7311. ],
  7312. "description": "A PHP parser written in PHP",
  7313. "keywords": [
  7314. "parser",
  7315. "php"
  7316. ],
  7317. "support": {
  7318. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7319. "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
  7320. },
  7321. "time": "2025-12-06T11:56:16+00:00"
  7322. },
  7323. {
  7324. "name": "symfony/maker-bundle",
  7325. "version": "v1.67.0",
  7326. "source": {
  7327. "type": "git",
  7328. "url": "https://github.com/symfony/maker-bundle.git",
  7329. "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516"
  7330. },
  7331. "dist": {
  7332. "type": "zip",
  7333. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
  7334. "reference": "6ce8b313845f16bcf385ee3cb31d8b24e30d5516",
  7335. "shasum": ""
  7336. },
  7337. "require": {
  7338. "composer-runtime-api": "^2.1",
  7339. "doctrine/inflector": "^2.0",
  7340. "nikic/php-parser": "^5.0",
  7341. "php": ">=8.1",
  7342. "symfony/config": "^6.4|^7.0|^8.0",
  7343. "symfony/console": "^6.4|^7.0|^8.0",
  7344. "symfony/dependency-injection": "^6.4|^7.0|^8.0",
  7345. "symfony/deprecation-contracts": "^2.2|^3",
  7346. "symfony/filesystem": "^6.4|^7.0|^8.0",
  7347. "symfony/finder": "^6.4|^7.0|^8.0",
  7348. "symfony/framework-bundle": "^6.4|^7.0|^8.0",
  7349. "symfony/http-kernel": "^6.4|^7.0|^8.0",
  7350. "symfony/process": "^6.4|^7.0|^8.0"
  7351. },
  7352. "conflict": {
  7353. "doctrine/doctrine-bundle": "<2.10",
  7354. "doctrine/orm": "<2.15"
  7355. },
  7356. "require-dev": {
  7357. "composer/semver": "^3.0",
  7358. "doctrine/doctrine-bundle": "^2.10|^3.0",
  7359. "doctrine/orm": "^2.15|^3",
  7360. "doctrine/persistence": "^3.1|^4.0",
  7361. "symfony/http-client": "^6.4|^7.0|^8.0",
  7362. "symfony/phpunit-bridge": "^6.4.1|^7.0|^8.0",
  7363. "symfony/security-core": "^6.4|^7.0|^8.0",
  7364. "symfony/security-http": "^6.4|^7.0|^8.0",
  7365. "symfony/yaml": "^6.4|^7.0|^8.0",
  7366. "twig/twig": "^3.0|^4.x-dev"
  7367. },
  7368. "type": "symfony-bundle",
  7369. "extra": {
  7370. "branch-alias": {
  7371. "dev-main": "1.x-dev"
  7372. }
  7373. },
  7374. "autoload": {
  7375. "psr-4": {
  7376. "Symfony\\Bundle\\MakerBundle\\": "src/"
  7377. }
  7378. },
  7379. "notification-url": "https://packagist.org/downloads/",
  7380. "license": [
  7381. "MIT"
  7382. ],
  7383. "authors": [
  7384. {
  7385. "name": "Symfony Community",
  7386. "homepage": "https://symfony.com/contributors"
  7387. }
  7388. ],
  7389. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  7390. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  7391. "keywords": [
  7392. "code generator",
  7393. "dev",
  7394. "generator",
  7395. "scaffold",
  7396. "scaffolding"
  7397. ],
  7398. "support": {
  7399. "issues": "https://github.com/symfony/maker-bundle/issues",
  7400. "source": "https://github.com/symfony/maker-bundle/tree/v1.67.0"
  7401. },
  7402. "funding": [
  7403. {
  7404. "url": "https://symfony.com/sponsor",
  7405. "type": "custom"
  7406. },
  7407. {
  7408. "url": "https://github.com/fabpot",
  7409. "type": "github"
  7410. },
  7411. {
  7412. "url": "https://github.com/nicolas-grekas",
  7413. "type": "github"
  7414. },
  7415. {
  7416. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7417. "type": "tidelift"
  7418. }
  7419. ],
  7420. "time": "2026-03-18T13:39:06+00:00"
  7421. },
  7422. {
  7423. "name": "symfony/process",
  7424. "version": "v7.4.11",
  7425. "source": {
  7426. "type": "git",
  7427. "url": "https://github.com/symfony/process.git",
  7428. "reference": "d9593c9efa40499eb078b81144de42cbc28a31f0"
  7429. },
  7430. "dist": {
  7431. "type": "zip",
  7432. "url": "https://api.github.com/repos/symfony/process/zipball/d9593c9efa40499eb078b81144de42cbc28a31f0",
  7433. "reference": "d9593c9efa40499eb078b81144de42cbc28a31f0",
  7434. "shasum": ""
  7435. },
  7436. "require": {
  7437. "php": ">=8.2"
  7438. },
  7439. "type": "library",
  7440. "autoload": {
  7441. "psr-4": {
  7442. "Symfony\\Component\\Process\\": ""
  7443. },
  7444. "exclude-from-classmap": [
  7445. "/Tests/"
  7446. ]
  7447. },
  7448. "notification-url": "https://packagist.org/downloads/",
  7449. "license": [
  7450. "MIT"
  7451. ],
  7452. "authors": [
  7453. {
  7454. "name": "Fabien Potencier",
  7455. "email": "fabien@symfony.com"
  7456. },
  7457. {
  7458. "name": "Symfony Community",
  7459. "homepage": "https://symfony.com/contributors"
  7460. }
  7461. ],
  7462. "description": "Executes commands in sub-processes",
  7463. "homepage": "https://symfony.com",
  7464. "support": {
  7465. "source": "https://github.com/symfony/process/tree/v7.4.11"
  7466. },
  7467. "funding": [
  7468. {
  7469. "url": "https://symfony.com/sponsor",
  7470. "type": "custom"
  7471. },
  7472. {
  7473. "url": "https://github.com/fabpot",
  7474. "type": "github"
  7475. },
  7476. {
  7477. "url": "https://github.com/nicolas-grekas",
  7478. "type": "github"
  7479. },
  7480. {
  7481. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7482. "type": "tidelift"
  7483. }
  7484. ],
  7485. "time": "2026-05-11T16:55:21+00:00"
  7486. }
  7487. ],
  7488. "aliases": [],
  7489. "minimum-stability": "stable",
  7490. "stability-flags": {},
  7491. "prefer-stable": true,
  7492. "prefer-lowest": false,
  7493. "platform": {
  7494. "php": ">=8.2",
  7495. "ext-ctype": "*",
  7496. "ext-iconv": "*"
  7497. },
  7498. "platform-dev": {},
  7499. "plugin-api-version": "2.9.0"
  7500. }