選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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