Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

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