Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

6182 wiersze
224 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": "15a7bf65293c8d623f82986b5c017838",
  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": "phenx/php-font-lib",
  1901. "version": "0.5.4",
  1902. "source": {
  1903. "type": "git",
  1904. "url": "https://github.com/dompdf/php-font-lib.git",
  1905. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
  1906. },
  1907. "dist": {
  1908. "type": "zip",
  1909. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
  1910. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
  1911. "shasum": ""
  1912. },
  1913. "require": {
  1914. "ext-mbstring": "*"
  1915. },
  1916. "require-dev": {
  1917. "symfony/phpunit-bridge": "^3 || ^4 || ^5"
  1918. },
  1919. "type": "library",
  1920. "autoload": {
  1921. "psr-4": {
  1922. "FontLib\\": "src/FontLib"
  1923. }
  1924. },
  1925. "notification-url": "https://packagist.org/downloads/",
  1926. "license": [
  1927. "LGPL-3.0"
  1928. ],
  1929. "authors": [
  1930. {
  1931. "name": "Fabien Ménager",
  1932. "email": "fabien.menager@gmail.com"
  1933. }
  1934. ],
  1935. "description": "A library to read, parse, export and make subsets of different types of font files.",
  1936. "homepage": "https://github.com/PhenX/php-font-lib",
  1937. "support": {
  1938. "issues": "https://github.com/dompdf/php-font-lib/issues",
  1939. "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
  1940. },
  1941. "time": "2021-12-17T19:44:54+00:00"
  1942. },
  1943. {
  1944. "name": "phenx/php-svg-lib",
  1945. "version": "0.5.0",
  1946. "source": {
  1947. "type": "git",
  1948. "url": "https://github.com/dompdf/php-svg-lib.git",
  1949. "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
  1950. },
  1951. "dist": {
  1952. "type": "zip",
  1953. "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
  1954. "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
  1955. "shasum": ""
  1956. },
  1957. "require": {
  1958. "ext-mbstring": "*",
  1959. "php": "^7.1 || ^8.0",
  1960. "sabberworm/php-css-parser": "^8.4"
  1961. },
  1962. "require-dev": {
  1963. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
  1964. },
  1965. "type": "library",
  1966. "autoload": {
  1967. "psr-4": {
  1968. "Svg\\": "src/Svg"
  1969. }
  1970. },
  1971. "notification-url": "https://packagist.org/downloads/",
  1972. "license": [
  1973. "LGPL-3.0"
  1974. ],
  1975. "authors": [
  1976. {
  1977. "name": "Fabien Ménager",
  1978. "email": "fabien.menager@gmail.com"
  1979. }
  1980. ],
  1981. "description": "A library to read, parse and export to PDF SVG files.",
  1982. "homepage": "https://github.com/PhenX/php-svg-lib",
  1983. "support": {
  1984. "issues": "https://github.com/dompdf/php-svg-lib/issues",
  1985. "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
  1986. },
  1987. "time": "2022-09-06T12:16:56+00:00"
  1988. },
  1989. {
  1990. "name": "phpoffice/phpspreadsheet",
  1991. "version": "1.28.0",
  1992. "source": {
  1993. "type": "git",
  1994. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  1995. "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a"
  1996. },
  1997. "dist": {
  1998. "type": "zip",
  1999. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
  2000. "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
  2001. "shasum": ""
  2002. },
  2003. "require": {
  2004. "ext-ctype": "*",
  2005. "ext-dom": "*",
  2006. "ext-fileinfo": "*",
  2007. "ext-gd": "*",
  2008. "ext-iconv": "*",
  2009. "ext-libxml": "*",
  2010. "ext-mbstring": "*",
  2011. "ext-simplexml": "*",
  2012. "ext-xml": "*",
  2013. "ext-xmlreader": "*",
  2014. "ext-xmlwriter": "*",
  2015. "ext-zip": "*",
  2016. "ext-zlib": "*",
  2017. "ezyang/htmlpurifier": "^4.15",
  2018. "maennchen/zipstream-php": "^2.1",
  2019. "markbaker/complex": "^3.0",
  2020. "markbaker/matrix": "^3.0",
  2021. "php": "^7.4 || ^8.0",
  2022. "psr/http-client": "^1.0",
  2023. "psr/http-factory": "^1.0",
  2024. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  2025. },
  2026. "require-dev": {
  2027. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  2028. "dompdf/dompdf": "^1.0 || ^2.0",
  2029. "friendsofphp/php-cs-fixer": "^3.2",
  2030. "mitoteam/jpgraph": "^10.2.4",
  2031. "mpdf/mpdf": "^8.1.1",
  2032. "phpcompatibility/php-compatibility": "^9.3",
  2033. "phpstan/phpstan": "^1.1",
  2034. "phpstan/phpstan-phpunit": "^1.0",
  2035. "phpunit/phpunit": "^8.5 || ^9.0",
  2036. "squizlabs/php_codesniffer": "^3.7",
  2037. "tecnickcom/tcpdf": "^6.5"
  2038. },
  2039. "suggest": {
  2040. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  2041. "ext-intl": "PHP Internationalization Functions",
  2042. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  2043. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  2044. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  2045. },
  2046. "type": "library",
  2047. "autoload": {
  2048. "psr-4": {
  2049. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  2050. }
  2051. },
  2052. "notification-url": "https://packagist.org/downloads/",
  2053. "license": [
  2054. "MIT"
  2055. ],
  2056. "authors": [
  2057. {
  2058. "name": "Maarten Balliauw",
  2059. "homepage": "https://blog.maartenballiauw.be"
  2060. },
  2061. {
  2062. "name": "Mark Baker",
  2063. "homepage": "https://markbakeruk.net"
  2064. },
  2065. {
  2066. "name": "Franck Lefevre",
  2067. "homepage": "https://rootslabs.net"
  2068. },
  2069. {
  2070. "name": "Erik Tilt"
  2071. },
  2072. {
  2073. "name": "Adrien Crivelli"
  2074. }
  2075. ],
  2076. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  2077. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  2078. "keywords": [
  2079. "OpenXML",
  2080. "excel",
  2081. "gnumeric",
  2082. "ods",
  2083. "php",
  2084. "spreadsheet",
  2085. "xls",
  2086. "xlsx"
  2087. ],
  2088. "support": {
  2089. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  2090. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.28.0"
  2091. },
  2092. "time": "2023-02-25T12:24:49+00:00"
  2093. },
  2094. {
  2095. "name": "psr/cache",
  2096. "version": "3.0.0",
  2097. "source": {
  2098. "type": "git",
  2099. "url": "https://github.com/php-fig/cache.git",
  2100. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  2101. },
  2102. "dist": {
  2103. "type": "zip",
  2104. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  2105. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  2106. "shasum": ""
  2107. },
  2108. "require": {
  2109. "php": ">=8.0.0"
  2110. },
  2111. "type": "library",
  2112. "extra": {
  2113. "branch-alias": {
  2114. "dev-master": "1.0.x-dev"
  2115. }
  2116. },
  2117. "autoload": {
  2118. "psr-4": {
  2119. "Psr\\Cache\\": "src/"
  2120. }
  2121. },
  2122. "notification-url": "https://packagist.org/downloads/",
  2123. "license": [
  2124. "MIT"
  2125. ],
  2126. "authors": [
  2127. {
  2128. "name": "PHP-FIG",
  2129. "homepage": "https://www.php-fig.org/"
  2130. }
  2131. ],
  2132. "description": "Common interface for caching libraries",
  2133. "keywords": [
  2134. "cache",
  2135. "psr",
  2136. "psr-6"
  2137. ],
  2138. "support": {
  2139. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  2140. },
  2141. "time": "2021-02-03T23:26:27+00:00"
  2142. },
  2143. {
  2144. "name": "psr/container",
  2145. "version": "2.0.2",
  2146. "source": {
  2147. "type": "git",
  2148. "url": "https://github.com/php-fig/container.git",
  2149. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  2150. },
  2151. "dist": {
  2152. "type": "zip",
  2153. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2154. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2155. "shasum": ""
  2156. },
  2157. "require": {
  2158. "php": ">=7.4.0"
  2159. },
  2160. "type": "library",
  2161. "extra": {
  2162. "branch-alias": {
  2163. "dev-master": "2.0.x-dev"
  2164. }
  2165. },
  2166. "autoload": {
  2167. "psr-4": {
  2168. "Psr\\Container\\": "src/"
  2169. }
  2170. },
  2171. "notification-url": "https://packagist.org/downloads/",
  2172. "license": [
  2173. "MIT"
  2174. ],
  2175. "authors": [
  2176. {
  2177. "name": "PHP-FIG",
  2178. "homepage": "https://www.php-fig.org/"
  2179. }
  2180. ],
  2181. "description": "Common Container Interface (PHP FIG PSR-11)",
  2182. "homepage": "https://github.com/php-fig/container",
  2183. "keywords": [
  2184. "PSR-11",
  2185. "container",
  2186. "container-interface",
  2187. "container-interop",
  2188. "psr"
  2189. ],
  2190. "support": {
  2191. "issues": "https://github.com/php-fig/container/issues",
  2192. "source": "https://github.com/php-fig/container/tree/2.0.2"
  2193. },
  2194. "time": "2021-11-05T16:47:00+00:00"
  2195. },
  2196. {
  2197. "name": "psr/event-dispatcher",
  2198. "version": "1.0.0",
  2199. "source": {
  2200. "type": "git",
  2201. "url": "https://github.com/php-fig/event-dispatcher.git",
  2202. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2203. },
  2204. "dist": {
  2205. "type": "zip",
  2206. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2207. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2208. "shasum": ""
  2209. },
  2210. "require": {
  2211. "php": ">=7.2.0"
  2212. },
  2213. "type": "library",
  2214. "extra": {
  2215. "branch-alias": {
  2216. "dev-master": "1.0.x-dev"
  2217. }
  2218. },
  2219. "autoload": {
  2220. "psr-4": {
  2221. "Psr\\EventDispatcher\\": "src/"
  2222. }
  2223. },
  2224. "notification-url": "https://packagist.org/downloads/",
  2225. "license": [
  2226. "MIT"
  2227. ],
  2228. "authors": [
  2229. {
  2230. "name": "PHP-FIG",
  2231. "homepage": "http://www.php-fig.org/"
  2232. }
  2233. ],
  2234. "description": "Standard interfaces for event handling.",
  2235. "keywords": [
  2236. "events",
  2237. "psr",
  2238. "psr-14"
  2239. ],
  2240. "support": {
  2241. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2242. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2243. },
  2244. "time": "2019-01-08T18:20:26+00:00"
  2245. },
  2246. {
  2247. "name": "psr/http-client",
  2248. "version": "1.0.2",
  2249. "source": {
  2250. "type": "git",
  2251. "url": "https://github.com/php-fig/http-client.git",
  2252. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  2253. },
  2254. "dist": {
  2255. "type": "zip",
  2256. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2257. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2258. "shasum": ""
  2259. },
  2260. "require": {
  2261. "php": "^7.0 || ^8.0",
  2262. "psr/http-message": "^1.0 || ^2.0"
  2263. },
  2264. "type": "library",
  2265. "extra": {
  2266. "branch-alias": {
  2267. "dev-master": "1.0.x-dev"
  2268. }
  2269. },
  2270. "autoload": {
  2271. "psr-4": {
  2272. "Psr\\Http\\Client\\": "src/"
  2273. }
  2274. },
  2275. "notification-url": "https://packagist.org/downloads/",
  2276. "license": [
  2277. "MIT"
  2278. ],
  2279. "authors": [
  2280. {
  2281. "name": "PHP-FIG",
  2282. "homepage": "https://www.php-fig.org/"
  2283. }
  2284. ],
  2285. "description": "Common interface for HTTP clients",
  2286. "homepage": "https://github.com/php-fig/http-client",
  2287. "keywords": [
  2288. "http",
  2289. "http-client",
  2290. "psr",
  2291. "psr-18"
  2292. ],
  2293. "support": {
  2294. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  2295. },
  2296. "time": "2023-04-10T20:12:12+00:00"
  2297. },
  2298. {
  2299. "name": "psr/http-factory",
  2300. "version": "1.0.2",
  2301. "source": {
  2302. "type": "git",
  2303. "url": "https://github.com/php-fig/http-factory.git",
  2304. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  2305. },
  2306. "dist": {
  2307. "type": "zip",
  2308. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  2309. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  2310. "shasum": ""
  2311. },
  2312. "require": {
  2313. "php": ">=7.0.0",
  2314. "psr/http-message": "^1.0 || ^2.0"
  2315. },
  2316. "type": "library",
  2317. "extra": {
  2318. "branch-alias": {
  2319. "dev-master": "1.0.x-dev"
  2320. }
  2321. },
  2322. "autoload": {
  2323. "psr-4": {
  2324. "Psr\\Http\\Message\\": "src/"
  2325. }
  2326. },
  2327. "notification-url": "https://packagist.org/downloads/",
  2328. "license": [
  2329. "MIT"
  2330. ],
  2331. "authors": [
  2332. {
  2333. "name": "PHP-FIG",
  2334. "homepage": "https://www.php-fig.org/"
  2335. }
  2336. ],
  2337. "description": "Common interfaces for PSR-7 HTTP message factories",
  2338. "keywords": [
  2339. "factory",
  2340. "http",
  2341. "message",
  2342. "psr",
  2343. "psr-17",
  2344. "psr-7",
  2345. "request",
  2346. "response"
  2347. ],
  2348. "support": {
  2349. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  2350. },
  2351. "time": "2023-04-10T20:10:41+00:00"
  2352. },
  2353. {
  2354. "name": "psr/http-message",
  2355. "version": "1.1",
  2356. "source": {
  2357. "type": "git",
  2358. "url": "https://github.com/php-fig/http-message.git",
  2359. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  2360. },
  2361. "dist": {
  2362. "type": "zip",
  2363. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2364. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2365. "shasum": ""
  2366. },
  2367. "require": {
  2368. "php": "^7.2 || ^8.0"
  2369. },
  2370. "type": "library",
  2371. "extra": {
  2372. "branch-alias": {
  2373. "dev-master": "1.1.x-dev"
  2374. }
  2375. },
  2376. "autoload": {
  2377. "psr-4": {
  2378. "Psr\\Http\\Message\\": "src/"
  2379. }
  2380. },
  2381. "notification-url": "https://packagist.org/downloads/",
  2382. "license": [
  2383. "MIT"
  2384. ],
  2385. "authors": [
  2386. {
  2387. "name": "PHP-FIG",
  2388. "homepage": "http://www.php-fig.org/"
  2389. }
  2390. ],
  2391. "description": "Common interface for HTTP messages",
  2392. "homepage": "https://github.com/php-fig/http-message",
  2393. "keywords": [
  2394. "http",
  2395. "http-message",
  2396. "psr",
  2397. "psr-7",
  2398. "request",
  2399. "response"
  2400. ],
  2401. "support": {
  2402. "source": "https://github.com/php-fig/http-message/tree/1.1"
  2403. },
  2404. "time": "2023-04-04T09:50:52+00:00"
  2405. },
  2406. {
  2407. "name": "psr/log",
  2408. "version": "3.0.0",
  2409. "source": {
  2410. "type": "git",
  2411. "url": "https://github.com/php-fig/log.git",
  2412. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  2413. },
  2414. "dist": {
  2415. "type": "zip",
  2416. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2417. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  2418. "shasum": ""
  2419. },
  2420. "require": {
  2421. "php": ">=8.0.0"
  2422. },
  2423. "type": "library",
  2424. "extra": {
  2425. "branch-alias": {
  2426. "dev-master": "3.x-dev"
  2427. }
  2428. },
  2429. "autoload": {
  2430. "psr-4": {
  2431. "Psr\\Log\\": "src"
  2432. }
  2433. },
  2434. "notification-url": "https://packagist.org/downloads/",
  2435. "license": [
  2436. "MIT"
  2437. ],
  2438. "authors": [
  2439. {
  2440. "name": "PHP-FIG",
  2441. "homepage": "https://www.php-fig.org/"
  2442. }
  2443. ],
  2444. "description": "Common interface for logging libraries",
  2445. "homepage": "https://github.com/php-fig/log",
  2446. "keywords": [
  2447. "log",
  2448. "psr",
  2449. "psr-3"
  2450. ],
  2451. "support": {
  2452. "source": "https://github.com/php-fig/log/tree/3.0.0"
  2453. },
  2454. "time": "2021-07-14T16:46:02+00:00"
  2455. },
  2456. {
  2457. "name": "psr/simple-cache",
  2458. "version": "3.0.0",
  2459. "source": {
  2460. "type": "git",
  2461. "url": "https://github.com/php-fig/simple-cache.git",
  2462. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  2463. },
  2464. "dist": {
  2465. "type": "zip",
  2466. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2467. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  2468. "shasum": ""
  2469. },
  2470. "require": {
  2471. "php": ">=8.0.0"
  2472. },
  2473. "type": "library",
  2474. "extra": {
  2475. "branch-alias": {
  2476. "dev-master": "3.0.x-dev"
  2477. }
  2478. },
  2479. "autoload": {
  2480. "psr-4": {
  2481. "Psr\\SimpleCache\\": "src/"
  2482. }
  2483. },
  2484. "notification-url": "https://packagist.org/downloads/",
  2485. "license": [
  2486. "MIT"
  2487. ],
  2488. "authors": [
  2489. {
  2490. "name": "PHP-FIG",
  2491. "homepage": "https://www.php-fig.org/"
  2492. }
  2493. ],
  2494. "description": "Common interfaces for simple caching",
  2495. "keywords": [
  2496. "cache",
  2497. "caching",
  2498. "psr",
  2499. "psr-16",
  2500. "simple-cache"
  2501. ],
  2502. "support": {
  2503. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  2504. },
  2505. "time": "2021-10-29T13:26:27+00:00"
  2506. },
  2507. {
  2508. "name": "sabberworm/php-css-parser",
  2509. "version": "8.4.0",
  2510. "source": {
  2511. "type": "git",
  2512. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  2513. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
  2514. },
  2515. "dist": {
  2516. "type": "zip",
  2517. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
  2518. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
  2519. "shasum": ""
  2520. },
  2521. "require": {
  2522. "ext-iconv": "*",
  2523. "php": ">=5.6.20"
  2524. },
  2525. "require-dev": {
  2526. "codacy/coverage": "^1.4",
  2527. "phpunit/phpunit": "^4.8.36"
  2528. },
  2529. "suggest": {
  2530. "ext-mbstring": "for parsing UTF-8 CSS"
  2531. },
  2532. "type": "library",
  2533. "autoload": {
  2534. "psr-4": {
  2535. "Sabberworm\\CSS\\": "src/"
  2536. }
  2537. },
  2538. "notification-url": "https://packagist.org/downloads/",
  2539. "license": [
  2540. "MIT"
  2541. ],
  2542. "authors": [
  2543. {
  2544. "name": "Raphael Schweikert"
  2545. }
  2546. ],
  2547. "description": "Parser for CSS Files written in PHP",
  2548. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  2549. "keywords": [
  2550. "css",
  2551. "parser",
  2552. "stylesheet"
  2553. ],
  2554. "support": {
  2555. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  2556. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
  2557. },
  2558. "time": "2021-12-11T13:40:54+00:00"
  2559. },
  2560. {
  2561. "name": "sensio/framework-extra-bundle",
  2562. "version": "v6.2.10",
  2563. "source": {
  2564. "type": "git",
  2565. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  2566. "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f"
  2567. },
  2568. "dist": {
  2569. "type": "zip",
  2570. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f",
  2571. "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f",
  2572. "shasum": ""
  2573. },
  2574. "require": {
  2575. "doctrine/annotations": "^1.0|^2.0",
  2576. "php": ">=7.2.5",
  2577. "symfony/config": "^4.4|^5.0|^6.0",
  2578. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  2579. "symfony/framework-bundle": "^4.4|^5.0|^6.0",
  2580. "symfony/http-kernel": "^4.4|^5.0|^6.0"
  2581. },
  2582. "conflict": {
  2583. "doctrine/doctrine-cache-bundle": "<1.3.1",
  2584. "doctrine/persistence": "<1.3"
  2585. },
  2586. "require-dev": {
  2587. "doctrine/dbal": "^2.10|^3.0",
  2588. "doctrine/doctrine-bundle": "^1.11|^2.0",
  2589. "doctrine/orm": "^2.5",
  2590. "symfony/browser-kit": "^4.4|^5.0|^6.0",
  2591. "symfony/doctrine-bridge": "^4.4|^5.0|^6.0",
  2592. "symfony/dom-crawler": "^4.4|^5.0|^6.0",
  2593. "symfony/expression-language": "^4.4|^5.0|^6.0",
  2594. "symfony/finder": "^4.4|^5.0|^6.0",
  2595. "symfony/monolog-bridge": "^4.0|^5.0|^6.0",
  2596. "symfony/monolog-bundle": "^3.2",
  2597. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
  2598. "symfony/security-bundle": "^4.4|^5.0|^6.0",
  2599. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  2600. "symfony/yaml": "^4.4|^5.0|^6.0",
  2601. "twig/twig": "^1.34|^2.4|^3.0"
  2602. },
  2603. "type": "symfony-bundle",
  2604. "extra": {
  2605. "branch-alias": {
  2606. "dev-master": "6.1.x-dev"
  2607. }
  2608. },
  2609. "autoload": {
  2610. "psr-4": {
  2611. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  2612. },
  2613. "exclude-from-classmap": [
  2614. "/tests/"
  2615. ]
  2616. },
  2617. "notification-url": "https://packagist.org/downloads/",
  2618. "license": [
  2619. "MIT"
  2620. ],
  2621. "authors": [
  2622. {
  2623. "name": "Fabien Potencier",
  2624. "email": "fabien@symfony.com"
  2625. }
  2626. ],
  2627. "description": "This bundle provides a way to configure your controllers with annotations",
  2628. "keywords": [
  2629. "annotations",
  2630. "controllers"
  2631. ],
  2632. "support": {
  2633. "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10"
  2634. },
  2635. "abandoned": "Symfony",
  2636. "time": "2023-02-24T14:57:12+00:00"
  2637. },
  2638. {
  2639. "name": "symfony/cache",
  2640. "version": "v6.2.10",
  2641. "source": {
  2642. "type": "git",
  2643. "url": "https://github.com/symfony/cache.git",
  2644. "reference": "1ce7ed8e7ca6948892b6a3a52bb60cf2b04f7c94"
  2645. },
  2646. "dist": {
  2647. "type": "zip",
  2648. "url": "https://api.github.com/repos/symfony/cache/zipball/1ce7ed8e7ca6948892b6a3a52bb60cf2b04f7c94",
  2649. "reference": "1ce7ed8e7ca6948892b6a3a52bb60cf2b04f7c94",
  2650. "shasum": ""
  2651. },
  2652. "require": {
  2653. "php": ">=8.1",
  2654. "psr/cache": "^2.0|^3.0",
  2655. "psr/log": "^1.1|^2|^3",
  2656. "symfony/cache-contracts": "^1.1.7|^2|^3",
  2657. "symfony/service-contracts": "^1.1|^2|^3",
  2658. "symfony/var-exporter": "^6.2.10"
  2659. },
  2660. "conflict": {
  2661. "doctrine/dbal": "<2.13.1",
  2662. "symfony/dependency-injection": "<5.4",
  2663. "symfony/http-kernel": "<5.4",
  2664. "symfony/var-dumper": "<5.4"
  2665. },
  2666. "provide": {
  2667. "psr/cache-implementation": "2.0|3.0",
  2668. "psr/simple-cache-implementation": "1.0|2.0|3.0",
  2669. "symfony/cache-implementation": "1.1|2.0|3.0"
  2670. },
  2671. "require-dev": {
  2672. "cache/integration-tests": "dev-master",
  2673. "doctrine/dbal": "^2.13.1|^3.0",
  2674. "predis/predis": "^1.1",
  2675. "psr/simple-cache": "^1.0|^2.0|^3.0",
  2676. "symfony/config": "^5.4|^6.0",
  2677. "symfony/dependency-injection": "^5.4|^6.0",
  2678. "symfony/filesystem": "^5.4|^6.0",
  2679. "symfony/http-kernel": "^5.4|^6.0",
  2680. "symfony/messenger": "^5.4|^6.0",
  2681. "symfony/var-dumper": "^5.4|^6.0"
  2682. },
  2683. "type": "library",
  2684. "autoload": {
  2685. "psr-4": {
  2686. "Symfony\\Component\\Cache\\": ""
  2687. },
  2688. "classmap": [
  2689. "Traits/ValueWrapper.php"
  2690. ],
  2691. "exclude-from-classmap": [
  2692. "/Tests/"
  2693. ]
  2694. },
  2695. "notification-url": "https://packagist.org/downloads/",
  2696. "license": [
  2697. "MIT"
  2698. ],
  2699. "authors": [
  2700. {
  2701. "name": "Nicolas Grekas",
  2702. "email": "p@tchwork.com"
  2703. },
  2704. {
  2705. "name": "Symfony Community",
  2706. "homepage": "https://symfony.com/contributors"
  2707. }
  2708. ],
  2709. "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
  2710. "homepage": "https://symfony.com",
  2711. "keywords": [
  2712. "caching",
  2713. "psr6"
  2714. ],
  2715. "support": {
  2716. "source": "https://github.com/symfony/cache/tree/v6.2.10"
  2717. },
  2718. "funding": [
  2719. {
  2720. "url": "https://symfony.com/sponsor",
  2721. "type": "custom"
  2722. },
  2723. {
  2724. "url": "https://github.com/fabpot",
  2725. "type": "github"
  2726. },
  2727. {
  2728. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2729. "type": "tidelift"
  2730. }
  2731. ],
  2732. "time": "2023-04-21T15:42:15+00:00"
  2733. },
  2734. {
  2735. "name": "symfony/cache-contracts",
  2736. "version": "v3.2.1",
  2737. "source": {
  2738. "type": "git",
  2739. "url": "https://github.com/symfony/cache-contracts.git",
  2740. "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632"
  2741. },
  2742. "dist": {
  2743. "type": "zip",
  2744. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/eeb71f04b6f7f34ca6d15633df82e014528b1632",
  2745. "reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632",
  2746. "shasum": ""
  2747. },
  2748. "require": {
  2749. "php": ">=8.1",
  2750. "psr/cache": "^3.0"
  2751. },
  2752. "suggest": {
  2753. "symfony/cache-implementation": ""
  2754. },
  2755. "type": "library",
  2756. "extra": {
  2757. "branch-alias": {
  2758. "dev-main": "3.3-dev"
  2759. },
  2760. "thanks": {
  2761. "name": "symfony/contracts",
  2762. "url": "https://github.com/symfony/contracts"
  2763. }
  2764. },
  2765. "autoload": {
  2766. "psr-4": {
  2767. "Symfony\\Contracts\\Cache\\": ""
  2768. }
  2769. },
  2770. "notification-url": "https://packagist.org/downloads/",
  2771. "license": [
  2772. "MIT"
  2773. ],
  2774. "authors": [
  2775. {
  2776. "name": "Nicolas Grekas",
  2777. "email": "p@tchwork.com"
  2778. },
  2779. {
  2780. "name": "Symfony Community",
  2781. "homepage": "https://symfony.com/contributors"
  2782. }
  2783. ],
  2784. "description": "Generic abstractions related to caching",
  2785. "homepage": "https://symfony.com",
  2786. "keywords": [
  2787. "abstractions",
  2788. "contracts",
  2789. "decoupling",
  2790. "interfaces",
  2791. "interoperability",
  2792. "standards"
  2793. ],
  2794. "support": {
  2795. "source": "https://github.com/symfony/cache-contracts/tree/v3.2.1"
  2796. },
  2797. "funding": [
  2798. {
  2799. "url": "https://symfony.com/sponsor",
  2800. "type": "custom"
  2801. },
  2802. {
  2803. "url": "https://github.com/fabpot",
  2804. "type": "github"
  2805. },
  2806. {
  2807. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2808. "type": "tidelift"
  2809. }
  2810. ],
  2811. "time": "2023-03-01T10:32:47+00:00"
  2812. },
  2813. {
  2814. "name": "symfony/config",
  2815. "version": "v6.2.7",
  2816. "source": {
  2817. "type": "git",
  2818. "url": "https://github.com/symfony/config.git",
  2819. "reference": "249271da6f545d6579e0663374f8249a80be2893"
  2820. },
  2821. "dist": {
  2822. "type": "zip",
  2823. "url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893",
  2824. "reference": "249271da6f545d6579e0663374f8249a80be2893",
  2825. "shasum": ""
  2826. },
  2827. "require": {
  2828. "php": ">=8.1",
  2829. "symfony/deprecation-contracts": "^2.1|^3",
  2830. "symfony/filesystem": "^5.4|^6.0",
  2831. "symfony/polyfill-ctype": "~1.8"
  2832. },
  2833. "conflict": {
  2834. "symfony/finder": "<5.4"
  2835. },
  2836. "require-dev": {
  2837. "symfony/event-dispatcher": "^5.4|^6.0",
  2838. "symfony/finder": "^5.4|^6.0",
  2839. "symfony/messenger": "^5.4|^6.0",
  2840. "symfony/service-contracts": "^1.1|^2|^3",
  2841. "symfony/yaml": "^5.4|^6.0"
  2842. },
  2843. "suggest": {
  2844. "symfony/yaml": "To use the yaml reference dumper"
  2845. },
  2846. "type": "library",
  2847. "autoload": {
  2848. "psr-4": {
  2849. "Symfony\\Component\\Config\\": ""
  2850. },
  2851. "exclude-from-classmap": [
  2852. "/Tests/"
  2853. ]
  2854. },
  2855. "notification-url": "https://packagist.org/downloads/",
  2856. "license": [
  2857. "MIT"
  2858. ],
  2859. "authors": [
  2860. {
  2861. "name": "Fabien Potencier",
  2862. "email": "fabien@symfony.com"
  2863. },
  2864. {
  2865. "name": "Symfony Community",
  2866. "homepage": "https://symfony.com/contributors"
  2867. }
  2868. ],
  2869. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  2870. "homepage": "https://symfony.com",
  2871. "support": {
  2872. "source": "https://github.com/symfony/config/tree/v6.2.7"
  2873. },
  2874. "funding": [
  2875. {
  2876. "url": "https://symfony.com/sponsor",
  2877. "type": "custom"
  2878. },
  2879. {
  2880. "url": "https://github.com/fabpot",
  2881. "type": "github"
  2882. },
  2883. {
  2884. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2885. "type": "tidelift"
  2886. }
  2887. ],
  2888. "time": "2023-02-14T08:44:56+00:00"
  2889. },
  2890. {
  2891. "name": "symfony/console",
  2892. "version": "v6.2.10",
  2893. "source": {
  2894. "type": "git",
  2895. "url": "https://github.com/symfony/console.git",
  2896. "reference": "12288d9f4500f84a4d02254d4aa968b15488476f"
  2897. },
  2898. "dist": {
  2899. "type": "zip",
  2900. "url": "https://api.github.com/repos/symfony/console/zipball/12288d9f4500f84a4d02254d4aa968b15488476f",
  2901. "reference": "12288d9f4500f84a4d02254d4aa968b15488476f",
  2902. "shasum": ""
  2903. },
  2904. "require": {
  2905. "php": ">=8.1",
  2906. "symfony/deprecation-contracts": "^2.1|^3",
  2907. "symfony/polyfill-mbstring": "~1.0",
  2908. "symfony/service-contracts": "^1.1|^2|^3",
  2909. "symfony/string": "^5.4|^6.0"
  2910. },
  2911. "conflict": {
  2912. "symfony/dependency-injection": "<5.4",
  2913. "symfony/dotenv": "<5.4",
  2914. "symfony/event-dispatcher": "<5.4",
  2915. "symfony/lock": "<5.4",
  2916. "symfony/process": "<5.4"
  2917. },
  2918. "provide": {
  2919. "psr/log-implementation": "1.0|2.0|3.0"
  2920. },
  2921. "require-dev": {
  2922. "psr/log": "^1|^2|^3",
  2923. "symfony/config": "^5.4|^6.0",
  2924. "symfony/dependency-injection": "^5.4|^6.0",
  2925. "symfony/event-dispatcher": "^5.4|^6.0",
  2926. "symfony/lock": "^5.4|^6.0",
  2927. "symfony/process": "^5.4|^6.0",
  2928. "symfony/var-dumper": "^5.4|^6.0"
  2929. },
  2930. "suggest": {
  2931. "psr/log": "For using the console logger",
  2932. "symfony/event-dispatcher": "",
  2933. "symfony/lock": "",
  2934. "symfony/process": ""
  2935. },
  2936. "type": "library",
  2937. "autoload": {
  2938. "psr-4": {
  2939. "Symfony\\Component\\Console\\": ""
  2940. },
  2941. "exclude-from-classmap": [
  2942. "/Tests/"
  2943. ]
  2944. },
  2945. "notification-url": "https://packagist.org/downloads/",
  2946. "license": [
  2947. "MIT"
  2948. ],
  2949. "authors": [
  2950. {
  2951. "name": "Fabien Potencier",
  2952. "email": "fabien@symfony.com"
  2953. },
  2954. {
  2955. "name": "Symfony Community",
  2956. "homepage": "https://symfony.com/contributors"
  2957. }
  2958. ],
  2959. "description": "Eases the creation of beautiful and testable command line interfaces",
  2960. "homepage": "https://symfony.com",
  2961. "keywords": [
  2962. "cli",
  2963. "command-line",
  2964. "console",
  2965. "terminal"
  2966. ],
  2967. "support": {
  2968. "source": "https://github.com/symfony/console/tree/v6.2.10"
  2969. },
  2970. "funding": [
  2971. {
  2972. "url": "https://symfony.com/sponsor",
  2973. "type": "custom"
  2974. },
  2975. {
  2976. "url": "https://github.com/fabpot",
  2977. "type": "github"
  2978. },
  2979. {
  2980. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2981. "type": "tidelift"
  2982. }
  2983. ],
  2984. "time": "2023-04-28T13:37:43+00:00"
  2985. },
  2986. {
  2987. "name": "symfony/dependency-injection",
  2988. "version": "v6.2.10",
  2989. "source": {
  2990. "type": "git",
  2991. "url": "https://github.com/symfony/dependency-injection.git",
  2992. "reference": "d732a66a2672669232c0b4536c8c96724a679780"
  2993. },
  2994. "dist": {
  2995. "type": "zip",
  2996. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d732a66a2672669232c0b4536c8c96724a679780",
  2997. "reference": "d732a66a2672669232c0b4536c8c96724a679780",
  2998. "shasum": ""
  2999. },
  3000. "require": {
  3001. "php": ">=8.1",
  3002. "psr/container": "^1.1|^2.0",
  3003. "symfony/deprecation-contracts": "^2.1|^3",
  3004. "symfony/service-contracts": "^1.1.6|^2.0|^3.0",
  3005. "symfony/var-exporter": "^6.2.7"
  3006. },
  3007. "conflict": {
  3008. "ext-psr": "<1.1|>=2",
  3009. "symfony/config": "<6.1",
  3010. "symfony/finder": "<5.4",
  3011. "symfony/proxy-manager-bridge": "<6.2",
  3012. "symfony/yaml": "<5.4"
  3013. },
  3014. "provide": {
  3015. "psr/container-implementation": "1.1|2.0",
  3016. "symfony/service-implementation": "1.1|2.0|3.0"
  3017. },
  3018. "require-dev": {
  3019. "symfony/config": "^6.1",
  3020. "symfony/expression-language": "^5.4|^6.0",
  3021. "symfony/yaml": "^5.4|^6.0"
  3022. },
  3023. "suggest": {
  3024. "symfony/config": "",
  3025. "symfony/expression-language": "For using expressions in service container configuration",
  3026. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  3027. "symfony/yaml": ""
  3028. },
  3029. "type": "library",
  3030. "autoload": {
  3031. "psr-4": {
  3032. "Symfony\\Component\\DependencyInjection\\": ""
  3033. },
  3034. "exclude-from-classmap": [
  3035. "/Tests/"
  3036. ]
  3037. },
  3038. "notification-url": "https://packagist.org/downloads/",
  3039. "license": [
  3040. "MIT"
  3041. ],
  3042. "authors": [
  3043. {
  3044. "name": "Fabien Potencier",
  3045. "email": "fabien@symfony.com"
  3046. },
  3047. {
  3048. "name": "Symfony Community",
  3049. "homepage": "https://symfony.com/contributors"
  3050. }
  3051. ],
  3052. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  3053. "homepage": "https://symfony.com",
  3054. "support": {
  3055. "source": "https://github.com/symfony/dependency-injection/tree/v6.2.10"
  3056. },
  3057. "funding": [
  3058. {
  3059. "url": "https://symfony.com/sponsor",
  3060. "type": "custom"
  3061. },
  3062. {
  3063. "url": "https://github.com/fabpot",
  3064. "type": "github"
  3065. },
  3066. {
  3067. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3068. "type": "tidelift"
  3069. }
  3070. ],
  3071. "time": "2023-04-21T15:42:15+00:00"
  3072. },
  3073. {
  3074. "name": "symfony/deprecation-contracts",
  3075. "version": "v3.2.1",
  3076. "source": {
  3077. "type": "git",
  3078. "url": "https://github.com/symfony/deprecation-contracts.git",
  3079. "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
  3080. },
  3081. "dist": {
  3082. "type": "zip",
  3083. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
  3084. "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
  3085. "shasum": ""
  3086. },
  3087. "require": {
  3088. "php": ">=8.1"
  3089. },
  3090. "type": "library",
  3091. "extra": {
  3092. "branch-alias": {
  3093. "dev-main": "3.3-dev"
  3094. },
  3095. "thanks": {
  3096. "name": "symfony/contracts",
  3097. "url": "https://github.com/symfony/contracts"
  3098. }
  3099. },
  3100. "autoload": {
  3101. "files": [
  3102. "function.php"
  3103. ]
  3104. },
  3105. "notification-url": "https://packagist.org/downloads/",
  3106. "license": [
  3107. "MIT"
  3108. ],
  3109. "authors": [
  3110. {
  3111. "name": "Nicolas Grekas",
  3112. "email": "p@tchwork.com"
  3113. },
  3114. {
  3115. "name": "Symfony Community",
  3116. "homepage": "https://symfony.com/contributors"
  3117. }
  3118. ],
  3119. "description": "A generic function and convention to trigger deprecation notices",
  3120. "homepage": "https://symfony.com",
  3121. "support": {
  3122. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
  3123. },
  3124. "funding": [
  3125. {
  3126. "url": "https://symfony.com/sponsor",
  3127. "type": "custom"
  3128. },
  3129. {
  3130. "url": "https://github.com/fabpot",
  3131. "type": "github"
  3132. },
  3133. {
  3134. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3135. "type": "tidelift"
  3136. }
  3137. ],
  3138. "time": "2023-03-01T10:25:55+00:00"
  3139. },
  3140. {
  3141. "name": "symfony/doctrine-bridge",
  3142. "version": "v6.2.9",
  3143. "source": {
  3144. "type": "git",
  3145. "url": "https://github.com/symfony/doctrine-bridge.git",
  3146. "reference": "4b3aeaa90d41c5527d7ba211d12102cedf06936e"
  3147. },
  3148. "dist": {
  3149. "type": "zip",
  3150. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/4b3aeaa90d41c5527d7ba211d12102cedf06936e",
  3151. "reference": "4b3aeaa90d41c5527d7ba211d12102cedf06936e",
  3152. "shasum": ""
  3153. },
  3154. "require": {
  3155. "doctrine/event-manager": "^1.2|^2",
  3156. "doctrine/persistence": "^2|^3",
  3157. "php": ">=8.1",
  3158. "symfony/deprecation-contracts": "^2.1|^3",
  3159. "symfony/polyfill-ctype": "~1.8",
  3160. "symfony/polyfill-mbstring": "~1.0",
  3161. "symfony/service-contracts": "^1.1|^2|^3"
  3162. },
  3163. "conflict": {
  3164. "doctrine/dbal": "<2.13.1",
  3165. "doctrine/lexer": "<1.1",
  3166. "doctrine/orm": "<2.7.4",
  3167. "phpunit/phpunit": "<5.4.3",
  3168. "symfony/cache": "<5.4",
  3169. "symfony/dependency-injection": "<5.4",
  3170. "symfony/form": "<5.4.21|>=6,<6.2.7",
  3171. "symfony/http-kernel": "<6.2",
  3172. "symfony/messenger": "<5.4",
  3173. "symfony/property-info": "<5.4",
  3174. "symfony/security-bundle": "<5.4",
  3175. "symfony/security-core": "<6.0",
  3176. "symfony/validator": "<5.4"
  3177. },
  3178. "require-dev": {
  3179. "doctrine/annotations": "^1.10.4|^2",
  3180. "doctrine/collections": "^1.0|^2.0",
  3181. "doctrine/data-fixtures": "^1.1",
  3182. "doctrine/dbal": "^2.13.1|^3.0",
  3183. "doctrine/orm": "^2.7.4",
  3184. "psr/log": "^1|^2|^3",
  3185. "symfony/cache": "^5.4|^6.0",
  3186. "symfony/config": "^5.4|^6.0",
  3187. "symfony/dependency-injection": "^5.4|^6.0",
  3188. "symfony/doctrine-messenger": "^5.4|^6.0",
  3189. "symfony/expression-language": "^5.4|^6.0",
  3190. "symfony/form": "^5.4.21|^6.2.7",
  3191. "symfony/http-kernel": "^6.2",
  3192. "symfony/messenger": "^5.4|^6.0",
  3193. "symfony/property-access": "^5.4|^6.0",
  3194. "symfony/property-info": "^5.4|^6.0",
  3195. "symfony/proxy-manager-bridge": "^5.4|^6.0",
  3196. "symfony/security-core": "^6.0",
  3197. "symfony/stopwatch": "^5.4|^6.0",
  3198. "symfony/translation": "^5.4|^6.0",
  3199. "symfony/uid": "^5.4|^6.0",
  3200. "symfony/validator": "^5.4|^6.0",
  3201. "symfony/var-dumper": "^5.4|^6.0"
  3202. },
  3203. "suggest": {
  3204. "doctrine/data-fixtures": "",
  3205. "doctrine/dbal": "",
  3206. "doctrine/orm": "",
  3207. "symfony/form": "",
  3208. "symfony/property-info": "",
  3209. "symfony/validator": ""
  3210. },
  3211. "type": "symfony-bridge",
  3212. "autoload": {
  3213. "psr-4": {
  3214. "Symfony\\Bridge\\Doctrine\\": ""
  3215. },
  3216. "exclude-from-classmap": [
  3217. "/Tests/"
  3218. ]
  3219. },
  3220. "notification-url": "https://packagist.org/downloads/",
  3221. "license": [
  3222. "MIT"
  3223. ],
  3224. "authors": [
  3225. {
  3226. "name": "Fabien Potencier",
  3227. "email": "fabien@symfony.com"
  3228. },
  3229. {
  3230. "name": "Symfony Community",
  3231. "homepage": "https://symfony.com/contributors"
  3232. }
  3233. ],
  3234. "description": "Provides integration for Doctrine with various Symfony components",
  3235. "homepage": "https://symfony.com",
  3236. "support": {
  3237. "source": "https://github.com/symfony/doctrine-bridge/tree/v6.2.9"
  3238. },
  3239. "funding": [
  3240. {
  3241. "url": "https://symfony.com/sponsor",
  3242. "type": "custom"
  3243. },
  3244. {
  3245. "url": "https://github.com/fabpot",
  3246. "type": "github"
  3247. },
  3248. {
  3249. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3250. "type": "tidelift"
  3251. }
  3252. ],
  3253. "time": "2023-04-11T16:08:35+00:00"
  3254. },
  3255. {
  3256. "name": "symfony/dotenv",
  3257. "version": "v6.2.8",
  3258. "source": {
  3259. "type": "git",
  3260. "url": "https://github.com/symfony/dotenv.git",
  3261. "reference": "4481aa45be7a11d2335c1d5b5bbe2f0c6199b105"
  3262. },
  3263. "dist": {
  3264. "type": "zip",
  3265. "url": "https://api.github.com/repos/symfony/dotenv/zipball/4481aa45be7a11d2335c1d5b5bbe2f0c6199b105",
  3266. "reference": "4481aa45be7a11d2335c1d5b5bbe2f0c6199b105",
  3267. "shasum": ""
  3268. },
  3269. "require": {
  3270. "php": ">=8.1"
  3271. },
  3272. "conflict": {
  3273. "symfony/console": "<5.4",
  3274. "symfony/process": "<5.4"
  3275. },
  3276. "require-dev": {
  3277. "symfony/console": "^5.4|^6.0",
  3278. "symfony/process": "^5.4|^6.0"
  3279. },
  3280. "type": "library",
  3281. "autoload": {
  3282. "psr-4": {
  3283. "Symfony\\Component\\Dotenv\\": ""
  3284. },
  3285. "exclude-from-classmap": [
  3286. "/Tests/"
  3287. ]
  3288. },
  3289. "notification-url": "https://packagist.org/downloads/",
  3290. "license": [
  3291. "MIT"
  3292. ],
  3293. "authors": [
  3294. {
  3295. "name": "Fabien Potencier",
  3296. "email": "fabien@symfony.com"
  3297. },
  3298. {
  3299. "name": "Symfony Community",
  3300. "homepage": "https://symfony.com/contributors"
  3301. }
  3302. ],
  3303. "description": "Registers environment variables from a .env file",
  3304. "homepage": "https://symfony.com",
  3305. "keywords": [
  3306. "dotenv",
  3307. "env",
  3308. "environment"
  3309. ],
  3310. "support": {
  3311. "source": "https://github.com/symfony/dotenv/tree/v6.2.8"
  3312. },
  3313. "funding": [
  3314. {
  3315. "url": "https://symfony.com/sponsor",
  3316. "type": "custom"
  3317. },
  3318. {
  3319. "url": "https://github.com/fabpot",
  3320. "type": "github"
  3321. },
  3322. {
  3323. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3324. "type": "tidelift"
  3325. }
  3326. ],
  3327. "time": "2023-03-10T10:06:03+00:00"
  3328. },
  3329. {
  3330. "name": "symfony/error-handler",
  3331. "version": "v6.2.10",
  3332. "source": {
  3333. "type": "git",
  3334. "url": "https://github.com/symfony/error-handler.git",
  3335. "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb"
  3336. },
  3337. "dist": {
  3338. "type": "zip",
  3339. "url": "https://api.github.com/repos/symfony/error-handler/zipball/8b7e9f124640cb0611624a9383176c3e5f7d8cfb",
  3340. "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb",
  3341. "shasum": ""
  3342. },
  3343. "require": {
  3344. "php": ">=8.1",
  3345. "psr/log": "^1|^2|^3",
  3346. "symfony/var-dumper": "^5.4|^6.0"
  3347. },
  3348. "require-dev": {
  3349. "symfony/deprecation-contracts": "^2.1|^3",
  3350. "symfony/http-kernel": "^5.4|^6.0",
  3351. "symfony/serializer": "^5.4|^6.0"
  3352. },
  3353. "bin": [
  3354. "Resources/bin/patch-type-declarations"
  3355. ],
  3356. "type": "library",
  3357. "autoload": {
  3358. "psr-4": {
  3359. "Symfony\\Component\\ErrorHandler\\": ""
  3360. },
  3361. "exclude-from-classmap": [
  3362. "/Tests/"
  3363. ]
  3364. },
  3365. "notification-url": "https://packagist.org/downloads/",
  3366. "license": [
  3367. "MIT"
  3368. ],
  3369. "authors": [
  3370. {
  3371. "name": "Fabien Potencier",
  3372. "email": "fabien@symfony.com"
  3373. },
  3374. {
  3375. "name": "Symfony Community",
  3376. "homepage": "https://symfony.com/contributors"
  3377. }
  3378. ],
  3379. "description": "Provides tools to manage errors and ease debugging PHP code",
  3380. "homepage": "https://symfony.com",
  3381. "support": {
  3382. "source": "https://github.com/symfony/error-handler/tree/v6.2.10"
  3383. },
  3384. "funding": [
  3385. {
  3386. "url": "https://symfony.com/sponsor",
  3387. "type": "custom"
  3388. },
  3389. {
  3390. "url": "https://github.com/fabpot",
  3391. "type": "github"
  3392. },
  3393. {
  3394. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3395. "type": "tidelift"
  3396. }
  3397. ],
  3398. "time": "2023-04-18T13:46:08+00:00"
  3399. },
  3400. {
  3401. "name": "symfony/event-dispatcher",
  3402. "version": "v6.2.8",
  3403. "source": {
  3404. "type": "git",
  3405. "url": "https://github.com/symfony/event-dispatcher.git",
  3406. "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339"
  3407. },
  3408. "dist": {
  3409. "type": "zip",
  3410. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
  3411. "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
  3412. "shasum": ""
  3413. },
  3414. "require": {
  3415. "php": ">=8.1",
  3416. "symfony/event-dispatcher-contracts": "^2|^3"
  3417. },
  3418. "conflict": {
  3419. "symfony/dependency-injection": "<5.4"
  3420. },
  3421. "provide": {
  3422. "psr/event-dispatcher-implementation": "1.0",
  3423. "symfony/event-dispatcher-implementation": "2.0|3.0"
  3424. },
  3425. "require-dev": {
  3426. "psr/log": "^1|^2|^3",
  3427. "symfony/config": "^5.4|^6.0",
  3428. "symfony/dependency-injection": "^5.4|^6.0",
  3429. "symfony/error-handler": "^5.4|^6.0",
  3430. "symfony/expression-language": "^5.4|^6.0",
  3431. "symfony/http-foundation": "^5.4|^6.0",
  3432. "symfony/service-contracts": "^1.1|^2|^3",
  3433. "symfony/stopwatch": "^5.4|^6.0"
  3434. },
  3435. "suggest": {
  3436. "symfony/dependency-injection": "",
  3437. "symfony/http-kernel": ""
  3438. },
  3439. "type": "library",
  3440. "autoload": {
  3441. "psr-4": {
  3442. "Symfony\\Component\\EventDispatcher\\": ""
  3443. },
  3444. "exclude-from-classmap": [
  3445. "/Tests/"
  3446. ]
  3447. },
  3448. "notification-url": "https://packagist.org/downloads/",
  3449. "license": [
  3450. "MIT"
  3451. ],
  3452. "authors": [
  3453. {
  3454. "name": "Fabien Potencier",
  3455. "email": "fabien@symfony.com"
  3456. },
  3457. {
  3458. "name": "Symfony Community",
  3459. "homepage": "https://symfony.com/contributors"
  3460. }
  3461. ],
  3462. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3463. "homepage": "https://symfony.com",
  3464. "support": {
  3465. "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.8"
  3466. },
  3467. "funding": [
  3468. {
  3469. "url": "https://symfony.com/sponsor",
  3470. "type": "custom"
  3471. },
  3472. {
  3473. "url": "https://github.com/fabpot",
  3474. "type": "github"
  3475. },
  3476. {
  3477. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3478. "type": "tidelift"
  3479. }
  3480. ],
  3481. "time": "2023-03-20T16:06:02+00:00"
  3482. },
  3483. {
  3484. "name": "symfony/event-dispatcher-contracts",
  3485. "version": "v3.2.1",
  3486. "source": {
  3487. "type": "git",
  3488. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3489. "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
  3490. },
  3491. "dist": {
  3492. "type": "zip",
  3493. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
  3494. "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
  3495. "shasum": ""
  3496. },
  3497. "require": {
  3498. "php": ">=8.1",
  3499. "psr/event-dispatcher": "^1"
  3500. },
  3501. "suggest": {
  3502. "symfony/event-dispatcher-implementation": ""
  3503. },
  3504. "type": "library",
  3505. "extra": {
  3506. "branch-alias": {
  3507. "dev-main": "3.3-dev"
  3508. },
  3509. "thanks": {
  3510. "name": "symfony/contracts",
  3511. "url": "https://github.com/symfony/contracts"
  3512. }
  3513. },
  3514. "autoload": {
  3515. "psr-4": {
  3516. "Symfony\\Contracts\\EventDispatcher\\": ""
  3517. }
  3518. },
  3519. "notification-url": "https://packagist.org/downloads/",
  3520. "license": [
  3521. "MIT"
  3522. ],
  3523. "authors": [
  3524. {
  3525. "name": "Nicolas Grekas",
  3526. "email": "p@tchwork.com"
  3527. },
  3528. {
  3529. "name": "Symfony Community",
  3530. "homepage": "https://symfony.com/contributors"
  3531. }
  3532. ],
  3533. "description": "Generic abstractions related to dispatching event",
  3534. "homepage": "https://symfony.com",
  3535. "keywords": [
  3536. "abstractions",
  3537. "contracts",
  3538. "decoupling",
  3539. "interfaces",
  3540. "interoperability",
  3541. "standards"
  3542. ],
  3543. "support": {
  3544. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
  3545. },
  3546. "funding": [
  3547. {
  3548. "url": "https://symfony.com/sponsor",
  3549. "type": "custom"
  3550. },
  3551. {
  3552. "url": "https://github.com/fabpot",
  3553. "type": "github"
  3554. },
  3555. {
  3556. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3557. "type": "tidelift"
  3558. }
  3559. ],
  3560. "time": "2023-03-01T10:32:47+00:00"
  3561. },
  3562. {
  3563. "name": "symfony/filesystem",
  3564. "version": "v6.2.10",
  3565. "source": {
  3566. "type": "git",
  3567. "url": "https://github.com/symfony/filesystem.git",
  3568. "reference": "fd588debf7d1bc16a2c84b4b3b71145d9946b894"
  3569. },
  3570. "dist": {
  3571. "type": "zip",
  3572. "url": "https://api.github.com/repos/symfony/filesystem/zipball/fd588debf7d1bc16a2c84b4b3b71145d9946b894",
  3573. "reference": "fd588debf7d1bc16a2c84b4b3b71145d9946b894",
  3574. "shasum": ""
  3575. },
  3576. "require": {
  3577. "php": ">=8.1",
  3578. "symfony/polyfill-ctype": "~1.8",
  3579. "symfony/polyfill-mbstring": "~1.8"
  3580. },
  3581. "type": "library",
  3582. "autoload": {
  3583. "psr-4": {
  3584. "Symfony\\Component\\Filesystem\\": ""
  3585. },
  3586. "exclude-from-classmap": [
  3587. "/Tests/"
  3588. ]
  3589. },
  3590. "notification-url": "https://packagist.org/downloads/",
  3591. "license": [
  3592. "MIT"
  3593. ],
  3594. "authors": [
  3595. {
  3596. "name": "Fabien Potencier",
  3597. "email": "fabien@symfony.com"
  3598. },
  3599. {
  3600. "name": "Symfony Community",
  3601. "homepage": "https://symfony.com/contributors"
  3602. }
  3603. ],
  3604. "description": "Provides basic utilities for the filesystem",
  3605. "homepage": "https://symfony.com",
  3606. "support": {
  3607. "source": "https://github.com/symfony/filesystem/tree/v6.2.10"
  3608. },
  3609. "funding": [
  3610. {
  3611. "url": "https://symfony.com/sponsor",
  3612. "type": "custom"
  3613. },
  3614. {
  3615. "url": "https://github.com/fabpot",
  3616. "type": "github"
  3617. },
  3618. {
  3619. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3620. "type": "tidelift"
  3621. }
  3622. ],
  3623. "time": "2023-04-18T13:46:08+00:00"
  3624. },
  3625. {
  3626. "name": "symfony/finder",
  3627. "version": "v6.2.7",
  3628. "source": {
  3629. "type": "git",
  3630. "url": "https://github.com/symfony/finder.git",
  3631. "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
  3632. },
  3633. "dist": {
  3634. "type": "zip",
  3635. "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
  3636. "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
  3637. "shasum": ""
  3638. },
  3639. "require": {
  3640. "php": ">=8.1"
  3641. },
  3642. "require-dev": {
  3643. "symfony/filesystem": "^6.0"
  3644. },
  3645. "type": "library",
  3646. "autoload": {
  3647. "psr-4": {
  3648. "Symfony\\Component\\Finder\\": ""
  3649. },
  3650. "exclude-from-classmap": [
  3651. "/Tests/"
  3652. ]
  3653. },
  3654. "notification-url": "https://packagist.org/downloads/",
  3655. "license": [
  3656. "MIT"
  3657. ],
  3658. "authors": [
  3659. {
  3660. "name": "Fabien Potencier",
  3661. "email": "fabien@symfony.com"
  3662. },
  3663. {
  3664. "name": "Symfony Community",
  3665. "homepage": "https://symfony.com/contributors"
  3666. }
  3667. ],
  3668. "description": "Finds files and directories via an intuitive fluent interface",
  3669. "homepage": "https://symfony.com",
  3670. "support": {
  3671. "source": "https://github.com/symfony/finder/tree/v6.2.7"
  3672. },
  3673. "funding": [
  3674. {
  3675. "url": "https://symfony.com/sponsor",
  3676. "type": "custom"
  3677. },
  3678. {
  3679. "url": "https://github.com/fabpot",
  3680. "type": "github"
  3681. },
  3682. {
  3683. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3684. "type": "tidelift"
  3685. }
  3686. ],
  3687. "time": "2023-02-16T09:57:23+00:00"
  3688. },
  3689. {
  3690. "name": "symfony/flex",
  3691. "version": "v2.2.5",
  3692. "source": {
  3693. "type": "git",
  3694. "url": "https://github.com/symfony/flex.git",
  3695. "reference": "2ff8465e7172790a47ab3c129f2b514eb2d8a286"
  3696. },
  3697. "dist": {
  3698. "type": "zip",
  3699. "url": "https://api.github.com/repos/symfony/flex/zipball/2ff8465e7172790a47ab3c129f2b514eb2d8a286",
  3700. "reference": "2ff8465e7172790a47ab3c129f2b514eb2d8a286",
  3701. "shasum": ""
  3702. },
  3703. "require": {
  3704. "composer-plugin-api": "^2.1",
  3705. "php": ">=8.0"
  3706. },
  3707. "require-dev": {
  3708. "composer/composer": "^2.1",
  3709. "symfony/dotenv": "^5.4|^6.0",
  3710. "symfony/filesystem": "^5.4|^6.0",
  3711. "symfony/phpunit-bridge": "^5.4|^6.0",
  3712. "symfony/process": "^5.4|^6.0"
  3713. },
  3714. "type": "composer-plugin",
  3715. "extra": {
  3716. "class": "Symfony\\Flex\\Flex"
  3717. },
  3718. "autoload": {
  3719. "psr-4": {
  3720. "Symfony\\Flex\\": "src"
  3721. }
  3722. },
  3723. "notification-url": "https://packagist.org/downloads/",
  3724. "license": [
  3725. "MIT"
  3726. ],
  3727. "authors": [
  3728. {
  3729. "name": "Fabien Potencier",
  3730. "email": "fabien.potencier@gmail.com"
  3731. }
  3732. ],
  3733. "description": "Composer plugin for Symfony",
  3734. "support": {
  3735. "issues": "https://github.com/symfony/flex/issues",
  3736. "source": "https://github.com/symfony/flex/tree/v2.2.5"
  3737. },
  3738. "funding": [
  3739. {
  3740. "url": "https://symfony.com/sponsor",
  3741. "type": "custom"
  3742. },
  3743. {
  3744. "url": "https://github.com/fabpot",
  3745. "type": "github"
  3746. },
  3747. {
  3748. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3749. "type": "tidelift"
  3750. }
  3751. ],
  3752. "time": "2023-02-18T08:03:15+00:00"
  3753. },
  3754. {
  3755. "name": "symfony/framework-bundle",
  3756. "version": "v6.2.10",
  3757. "source": {
  3758. "type": "git",
  3759. "url": "https://github.com/symfony/framework-bundle.git",
  3760. "reference": "823f285befde4e97bb70d97cae57997c38e4d6fd"
  3761. },
  3762. "dist": {
  3763. "type": "zip",
  3764. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/823f285befde4e97bb70d97cae57997c38e4d6fd",
  3765. "reference": "823f285befde4e97bb70d97cae57997c38e4d6fd",
  3766. "shasum": ""
  3767. },
  3768. "require": {
  3769. "composer-runtime-api": ">=2.1",
  3770. "ext-xml": "*",
  3771. "php": ">=8.1",
  3772. "symfony/cache": "^5.4|^6.0",
  3773. "symfony/config": "^6.1",
  3774. "symfony/dependency-injection": "^6.2.8",
  3775. "symfony/deprecation-contracts": "^2.1|^3",
  3776. "symfony/error-handler": "^6.1",
  3777. "symfony/event-dispatcher": "^5.4|^6.0",
  3778. "symfony/filesystem": "^5.4|^6.0",
  3779. "symfony/finder": "^5.4|^6.0",
  3780. "symfony/http-foundation": "^6.2",
  3781. "symfony/http-kernel": "^6.2.1",
  3782. "symfony/polyfill-mbstring": "~1.0",
  3783. "symfony/routing": "^5.4|^6.0"
  3784. },
  3785. "conflict": {
  3786. "doctrine/annotations": "<1.13.1",
  3787. "doctrine/persistence": "<1.3",
  3788. "phpdocumentor/reflection-docblock": "<3.2.2",
  3789. "phpdocumentor/type-resolver": "<1.4.0",
  3790. "phpunit/phpunit": "<5.4.3",
  3791. "symfony/asset": "<5.4",
  3792. "symfony/console": "<5.4",
  3793. "symfony/dom-crawler": "<5.4",
  3794. "symfony/dotenv": "<5.4",
  3795. "symfony/form": "<5.4",
  3796. "symfony/http-client": "<5.4",
  3797. "symfony/lock": "<5.4",
  3798. "symfony/mailer": "<5.4",
  3799. "symfony/messenger": "<6.2",
  3800. "symfony/mime": "<6.2",
  3801. "symfony/property-access": "<5.4",
  3802. "symfony/property-info": "<5.4",
  3803. "symfony/security-core": "<5.4",
  3804. "symfony/security-csrf": "<5.4",
  3805. "symfony/serializer": "<6.1",
  3806. "symfony/stopwatch": "<5.4",
  3807. "symfony/translation": "<6.2.8",
  3808. "symfony/twig-bridge": "<5.4",
  3809. "symfony/twig-bundle": "<5.4",
  3810. "symfony/validator": "<5.4",
  3811. "symfony/web-profiler-bundle": "<5.4",
  3812. "symfony/workflow": "<5.4"
  3813. },
  3814. "require-dev": {
  3815. "doctrine/annotations": "^1.13.1|^2",
  3816. "doctrine/persistence": "^1.3|^2|^3",
  3817. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3818. "symfony/asset": "^5.4|^6.0",
  3819. "symfony/browser-kit": "^5.4|^6.0",
  3820. "symfony/console": "^5.4.9|^6.0.9",
  3821. "symfony/css-selector": "^5.4|^6.0",
  3822. "symfony/dom-crawler": "^5.4|^6.0",
  3823. "symfony/dotenv": "^5.4|^6.0",
  3824. "symfony/expression-language": "^5.4|^6.0",
  3825. "symfony/form": "^5.4|^6.0",
  3826. "symfony/html-sanitizer": "^6.1",
  3827. "symfony/http-client": "^5.4|^6.0",
  3828. "symfony/lock": "^5.4|^6.0",
  3829. "symfony/mailer": "^5.4|^6.0",
  3830. "symfony/messenger": "^6.2",
  3831. "symfony/mime": "^6.2",
  3832. "symfony/notifier": "^5.4|^6.0",
  3833. "symfony/polyfill-intl-icu": "~1.0",
  3834. "symfony/process": "^5.4|^6.0",
  3835. "symfony/property-info": "^5.4|^6.0",
  3836. "symfony/rate-limiter": "^5.4|^6.0",
  3837. "symfony/security-bundle": "^5.4|^6.0",
  3838. "symfony/semaphore": "^5.4|^6.0",
  3839. "symfony/serializer": "^6.1",
  3840. "symfony/stopwatch": "^5.4|^6.0",
  3841. "symfony/string": "^5.4|^6.0",
  3842. "symfony/translation": "^6.2.8",
  3843. "symfony/twig-bundle": "^5.4|^6.0",
  3844. "symfony/uid": "^5.4|^6.0",
  3845. "symfony/validator": "^5.4|^6.0",
  3846. "symfony/web-link": "^5.4|^6.0",
  3847. "symfony/workflow": "^5.4|^6.0",
  3848. "symfony/yaml": "^5.4|^6.0",
  3849. "twig/twig": "^2.10|^3.0"
  3850. },
  3851. "suggest": {
  3852. "ext-apcu": "For best performance of the system caches",
  3853. "symfony/console": "For using the console commands",
  3854. "symfony/form": "For using forms",
  3855. "symfony/property-info": "For using the property_info service",
  3856. "symfony/serializer": "For using the serializer service",
  3857. "symfony/validator": "For using validation",
  3858. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  3859. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  3860. },
  3861. "type": "symfony-bundle",
  3862. "autoload": {
  3863. "psr-4": {
  3864. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3865. },
  3866. "exclude-from-classmap": [
  3867. "/Tests/"
  3868. ]
  3869. },
  3870. "notification-url": "https://packagist.org/downloads/",
  3871. "license": [
  3872. "MIT"
  3873. ],
  3874. "authors": [
  3875. {
  3876. "name": "Fabien Potencier",
  3877. "email": "fabien@symfony.com"
  3878. },
  3879. {
  3880. "name": "Symfony Community",
  3881. "homepage": "https://symfony.com/contributors"
  3882. }
  3883. ],
  3884. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  3885. "homepage": "https://symfony.com",
  3886. "support": {
  3887. "source": "https://github.com/symfony/framework-bundle/tree/v6.2.10"
  3888. },
  3889. "funding": [
  3890. {
  3891. "url": "https://symfony.com/sponsor",
  3892. "type": "custom"
  3893. },
  3894. {
  3895. "url": "https://github.com/fabpot",
  3896. "type": "github"
  3897. },
  3898. {
  3899. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3900. "type": "tidelift"
  3901. }
  3902. ],
  3903. "time": "2023-04-23T08:23:35+00:00"
  3904. },
  3905. {
  3906. "name": "symfony/http-foundation",
  3907. "version": "v6.2.10",
  3908. "source": {
  3909. "type": "git",
  3910. "url": "https://github.com/symfony/http-foundation.git",
  3911. "reference": "49adbb92bcb4e3c2943719d2756271e8b9602acc"
  3912. },
  3913. "dist": {
  3914. "type": "zip",
  3915. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49adbb92bcb4e3c2943719d2756271e8b9602acc",
  3916. "reference": "49adbb92bcb4e3c2943719d2756271e8b9602acc",
  3917. "shasum": ""
  3918. },
  3919. "require": {
  3920. "php": ">=8.1",
  3921. "symfony/deprecation-contracts": "^2.1|^3",
  3922. "symfony/polyfill-mbstring": "~1.1"
  3923. },
  3924. "conflict": {
  3925. "symfony/cache": "<6.2"
  3926. },
  3927. "require-dev": {
  3928. "predis/predis": "~1.0",
  3929. "symfony/cache": "^5.4|^6.0",
  3930. "symfony/dependency-injection": "^5.4|^6.0",
  3931. "symfony/expression-language": "^5.4|^6.0",
  3932. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  3933. "symfony/mime": "^5.4|^6.0",
  3934. "symfony/rate-limiter": "^5.2|^6.0"
  3935. },
  3936. "suggest": {
  3937. "symfony/mime": "To use the file extension guesser"
  3938. },
  3939. "type": "library",
  3940. "autoload": {
  3941. "psr-4": {
  3942. "Symfony\\Component\\HttpFoundation\\": ""
  3943. },
  3944. "exclude-from-classmap": [
  3945. "/Tests/"
  3946. ]
  3947. },
  3948. "notification-url": "https://packagist.org/downloads/",
  3949. "license": [
  3950. "MIT"
  3951. ],
  3952. "authors": [
  3953. {
  3954. "name": "Fabien Potencier",
  3955. "email": "fabien@symfony.com"
  3956. },
  3957. {
  3958. "name": "Symfony Community",
  3959. "homepage": "https://symfony.com/contributors"
  3960. }
  3961. ],
  3962. "description": "Defines an object-oriented layer for the HTTP specification",
  3963. "homepage": "https://symfony.com",
  3964. "support": {
  3965. "source": "https://github.com/symfony/http-foundation/tree/v6.2.10"
  3966. },
  3967. "funding": [
  3968. {
  3969. "url": "https://symfony.com/sponsor",
  3970. "type": "custom"
  3971. },
  3972. {
  3973. "url": "https://github.com/fabpot",
  3974. "type": "github"
  3975. },
  3976. {
  3977. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3978. "type": "tidelift"
  3979. }
  3980. ],
  3981. "time": "2023-04-18T13:46:08+00:00"
  3982. },
  3983. {
  3984. "name": "symfony/http-kernel",
  3985. "version": "v6.2.10",
  3986. "source": {
  3987. "type": "git",
  3988. "url": "https://github.com/symfony/http-kernel.git",
  3989. "reference": "81064a65a5496f17d2b6984f6519406f98864215"
  3990. },
  3991. "dist": {
  3992. "type": "zip",
  3993. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/81064a65a5496f17d2b6984f6519406f98864215",
  3994. "reference": "81064a65a5496f17d2b6984f6519406f98864215",
  3995. "shasum": ""
  3996. },
  3997. "require": {
  3998. "php": ">=8.1",
  3999. "psr/log": "^1|^2|^3",
  4000. "symfony/deprecation-contracts": "^2.1|^3",
  4001. "symfony/error-handler": "^6.1",
  4002. "symfony/event-dispatcher": "^5.4|^6.0",
  4003. "symfony/http-foundation": "^5.4.21|^6.2.7",
  4004. "symfony/polyfill-ctype": "^1.8"
  4005. },
  4006. "conflict": {
  4007. "symfony/browser-kit": "<5.4",
  4008. "symfony/cache": "<5.4",
  4009. "symfony/config": "<6.1",
  4010. "symfony/console": "<5.4",
  4011. "symfony/dependency-injection": "<6.2",
  4012. "symfony/doctrine-bridge": "<5.4",
  4013. "symfony/form": "<5.4",
  4014. "symfony/http-client": "<5.4",
  4015. "symfony/mailer": "<5.4",
  4016. "symfony/messenger": "<5.4",
  4017. "symfony/translation": "<5.4",
  4018. "symfony/twig-bridge": "<5.4",
  4019. "symfony/validator": "<5.4",
  4020. "twig/twig": "<2.13"
  4021. },
  4022. "provide": {
  4023. "psr/log-implementation": "1.0|2.0|3.0"
  4024. },
  4025. "require-dev": {
  4026. "psr/cache": "^1.0|^2.0|^3.0",
  4027. "symfony/browser-kit": "^5.4|^6.0",
  4028. "symfony/config": "^6.1",
  4029. "symfony/console": "^5.4|^6.0",
  4030. "symfony/css-selector": "^5.4|^6.0",
  4031. "symfony/dependency-injection": "^6.2",
  4032. "symfony/dom-crawler": "^5.4|^6.0",
  4033. "symfony/expression-language": "^5.4|^6.0",
  4034. "symfony/finder": "^5.4|^6.0",
  4035. "symfony/http-client-contracts": "^1.1|^2|^3",
  4036. "symfony/process": "^5.4|^6.0",
  4037. "symfony/routing": "^5.4|^6.0",
  4038. "symfony/stopwatch": "^5.4|^6.0",
  4039. "symfony/translation": "^5.4|^6.0",
  4040. "symfony/translation-contracts": "^1.1|^2|^3",
  4041. "symfony/uid": "^5.4|^6.0",
  4042. "twig/twig": "^2.13|^3.0.4"
  4043. },
  4044. "suggest": {
  4045. "symfony/browser-kit": "",
  4046. "symfony/config": "",
  4047. "symfony/console": "",
  4048. "symfony/dependency-injection": ""
  4049. },
  4050. "type": "library",
  4051. "autoload": {
  4052. "psr-4": {
  4053. "Symfony\\Component\\HttpKernel\\": ""
  4054. },
  4055. "exclude-from-classmap": [
  4056. "/Tests/"
  4057. ]
  4058. },
  4059. "notification-url": "https://packagist.org/downloads/",
  4060. "license": [
  4061. "MIT"
  4062. ],
  4063. "authors": [
  4064. {
  4065. "name": "Fabien Potencier",
  4066. "email": "fabien@symfony.com"
  4067. },
  4068. {
  4069. "name": "Symfony Community",
  4070. "homepage": "https://symfony.com/contributors"
  4071. }
  4072. ],
  4073. "description": "Provides a structured process for converting a Request into a Response",
  4074. "homepage": "https://symfony.com",
  4075. "support": {
  4076. "source": "https://github.com/symfony/http-kernel/tree/v6.2.10"
  4077. },
  4078. "funding": [
  4079. {
  4080. "url": "https://symfony.com/sponsor",
  4081. "type": "custom"
  4082. },
  4083. {
  4084. "url": "https://github.com/fabpot",
  4085. "type": "github"
  4086. },
  4087. {
  4088. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4089. "type": "tidelift"
  4090. }
  4091. ],
  4092. "time": "2023-04-28T13:50:28+00:00"
  4093. },
  4094. {
  4095. "name": "symfony/mailer",
  4096. "version": "v6.2.8",
  4097. "source": {
  4098. "type": "git",
  4099. "url": "https://github.com/symfony/mailer.git",
  4100. "reference": "bfcfa015c67e19c6fdb7ca6fe70700af1e740a17"
  4101. },
  4102. "dist": {
  4103. "type": "zip",
  4104. "url": "https://api.github.com/repos/symfony/mailer/zipball/bfcfa015c67e19c6fdb7ca6fe70700af1e740a17",
  4105. "reference": "bfcfa015c67e19c6fdb7ca6fe70700af1e740a17",
  4106. "shasum": ""
  4107. },
  4108. "require": {
  4109. "egulias/email-validator": "^2.1.10|^3|^4",
  4110. "php": ">=8.1",
  4111. "psr/event-dispatcher": "^1",
  4112. "psr/log": "^1|^2|^3",
  4113. "symfony/event-dispatcher": "^5.4|^6.0",
  4114. "symfony/mime": "^6.2",
  4115. "symfony/service-contracts": "^1.1|^2|^3"
  4116. },
  4117. "conflict": {
  4118. "symfony/http-kernel": "<5.4",
  4119. "symfony/messenger": "<6.2",
  4120. "symfony/mime": "<6.2",
  4121. "symfony/twig-bridge": "<6.2.1"
  4122. },
  4123. "require-dev": {
  4124. "symfony/console": "^5.4|^6.0",
  4125. "symfony/http-client": "^5.4|^6.0",
  4126. "symfony/messenger": "^6.2",
  4127. "symfony/twig-bridge": "^6.2"
  4128. },
  4129. "type": "library",
  4130. "autoload": {
  4131. "psr-4": {
  4132. "Symfony\\Component\\Mailer\\": ""
  4133. },
  4134. "exclude-from-classmap": [
  4135. "/Tests/"
  4136. ]
  4137. },
  4138. "notification-url": "https://packagist.org/downloads/",
  4139. "license": [
  4140. "MIT"
  4141. ],
  4142. "authors": [
  4143. {
  4144. "name": "Fabien Potencier",
  4145. "email": "fabien@symfony.com"
  4146. },
  4147. {
  4148. "name": "Symfony Community",
  4149. "homepage": "https://symfony.com/contributors"
  4150. }
  4151. ],
  4152. "description": "Helps sending emails",
  4153. "homepage": "https://symfony.com",
  4154. "support": {
  4155. "source": "https://github.com/symfony/mailer/tree/v6.2.8"
  4156. },
  4157. "funding": [
  4158. {
  4159. "url": "https://symfony.com/sponsor",
  4160. "type": "custom"
  4161. },
  4162. {
  4163. "url": "https://github.com/fabpot",
  4164. "type": "github"
  4165. },
  4166. {
  4167. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4168. "type": "tidelift"
  4169. }
  4170. ],
  4171. "time": "2023-03-14T15:00:05+00:00"
  4172. },
  4173. {
  4174. "name": "symfony/mime",
  4175. "version": "v6.2.10",
  4176. "source": {
  4177. "type": "git",
  4178. "url": "https://github.com/symfony/mime.git",
  4179. "reference": "b6c137fc53a9f7c4c951cd3f362b3734c7a97723"
  4180. },
  4181. "dist": {
  4182. "type": "zip",
  4183. "url": "https://api.github.com/repos/symfony/mime/zipball/b6c137fc53a9f7c4c951cd3f362b3734c7a97723",
  4184. "reference": "b6c137fc53a9f7c4c951cd3f362b3734c7a97723",
  4185. "shasum": ""
  4186. },
  4187. "require": {
  4188. "php": ">=8.1",
  4189. "symfony/polyfill-intl-idn": "^1.10",
  4190. "symfony/polyfill-mbstring": "^1.0"
  4191. },
  4192. "conflict": {
  4193. "egulias/email-validator": "~3.0.0",
  4194. "phpdocumentor/reflection-docblock": "<3.2.2",
  4195. "phpdocumentor/type-resolver": "<1.4.0",
  4196. "symfony/mailer": "<5.4",
  4197. "symfony/serializer": "<6.2"
  4198. },
  4199. "require-dev": {
  4200. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4201. "league/html-to-markdown": "^5.0",
  4202. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4203. "symfony/dependency-injection": "^5.4|^6.0",
  4204. "symfony/property-access": "^5.4|^6.0",
  4205. "symfony/property-info": "^5.4|^6.0",
  4206. "symfony/serializer": "^6.2"
  4207. },
  4208. "type": "library",
  4209. "autoload": {
  4210. "psr-4": {
  4211. "Symfony\\Component\\Mime\\": ""
  4212. },
  4213. "exclude-from-classmap": [
  4214. "/Tests/"
  4215. ]
  4216. },
  4217. "notification-url": "https://packagist.org/downloads/",
  4218. "license": [
  4219. "MIT"
  4220. ],
  4221. "authors": [
  4222. {
  4223. "name": "Fabien Potencier",
  4224. "email": "fabien@symfony.com"
  4225. },
  4226. {
  4227. "name": "Symfony Community",
  4228. "homepage": "https://symfony.com/contributors"
  4229. }
  4230. ],
  4231. "description": "Allows manipulating MIME messages",
  4232. "homepage": "https://symfony.com",
  4233. "keywords": [
  4234. "mime",
  4235. "mime-type"
  4236. ],
  4237. "support": {
  4238. "source": "https://github.com/symfony/mime/tree/v6.2.10"
  4239. },
  4240. "funding": [
  4241. {
  4242. "url": "https://symfony.com/sponsor",
  4243. "type": "custom"
  4244. },
  4245. {
  4246. "url": "https://github.com/fabpot",
  4247. "type": "github"
  4248. },
  4249. {
  4250. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4251. "type": "tidelift"
  4252. }
  4253. ],
  4254. "time": "2023-04-19T09:54:16+00:00"
  4255. },
  4256. {
  4257. "name": "symfony/password-hasher",
  4258. "version": "v6.2.7",
  4259. "source": {
  4260. "type": "git",
  4261. "url": "https://github.com/symfony/password-hasher.git",
  4262. "reference": "67820d8570bf1c2c2cd87cb76d9d12a9d52ab808"
  4263. },
  4264. "dist": {
  4265. "type": "zip",
  4266. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/67820d8570bf1c2c2cd87cb76d9d12a9d52ab808",
  4267. "reference": "67820d8570bf1c2c2cd87cb76d9d12a9d52ab808",
  4268. "shasum": ""
  4269. },
  4270. "require": {
  4271. "php": ">=8.1"
  4272. },
  4273. "conflict": {
  4274. "symfony/security-core": "<5.4"
  4275. },
  4276. "require-dev": {
  4277. "symfony/console": "^5.4|^6.0",
  4278. "symfony/security-core": "^5.4|^6.0"
  4279. },
  4280. "type": "library",
  4281. "autoload": {
  4282. "psr-4": {
  4283. "Symfony\\Component\\PasswordHasher\\": ""
  4284. },
  4285. "exclude-from-classmap": [
  4286. "/Tests/"
  4287. ]
  4288. },
  4289. "notification-url": "https://packagist.org/downloads/",
  4290. "license": [
  4291. "MIT"
  4292. ],
  4293. "authors": [
  4294. {
  4295. "name": "Robin Chalas",
  4296. "email": "robin.chalas@gmail.com"
  4297. },
  4298. {
  4299. "name": "Symfony Community",
  4300. "homepage": "https://symfony.com/contributors"
  4301. }
  4302. ],
  4303. "description": "Provides password hashing utilities",
  4304. "homepage": "https://symfony.com",
  4305. "keywords": [
  4306. "hashing",
  4307. "password"
  4308. ],
  4309. "support": {
  4310. "source": "https://github.com/symfony/password-hasher/tree/v6.2.7"
  4311. },
  4312. "funding": [
  4313. {
  4314. "url": "https://symfony.com/sponsor",
  4315. "type": "custom"
  4316. },
  4317. {
  4318. "url": "https://github.com/fabpot",
  4319. "type": "github"
  4320. },
  4321. {
  4322. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4323. "type": "tidelift"
  4324. }
  4325. ],
  4326. "time": "2023-02-14T08:44:56+00:00"
  4327. },
  4328. {
  4329. "name": "symfony/polyfill-intl-grapheme",
  4330. "version": "v1.27.0",
  4331. "source": {
  4332. "type": "git",
  4333. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4334. "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
  4335. },
  4336. "dist": {
  4337. "type": "zip",
  4338. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
  4339. "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
  4340. "shasum": ""
  4341. },
  4342. "require": {
  4343. "php": ">=7.1"
  4344. },
  4345. "suggest": {
  4346. "ext-intl": "For best performance"
  4347. },
  4348. "type": "library",
  4349. "extra": {
  4350. "branch-alias": {
  4351. "dev-main": "1.27-dev"
  4352. },
  4353. "thanks": {
  4354. "name": "symfony/polyfill",
  4355. "url": "https://github.com/symfony/polyfill"
  4356. }
  4357. },
  4358. "autoload": {
  4359. "files": [
  4360. "bootstrap.php"
  4361. ],
  4362. "psr-4": {
  4363. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4364. }
  4365. },
  4366. "notification-url": "https://packagist.org/downloads/",
  4367. "license": [
  4368. "MIT"
  4369. ],
  4370. "authors": [
  4371. {
  4372. "name": "Nicolas Grekas",
  4373. "email": "p@tchwork.com"
  4374. },
  4375. {
  4376. "name": "Symfony Community",
  4377. "homepage": "https://symfony.com/contributors"
  4378. }
  4379. ],
  4380. "description": "Symfony polyfill for intl's grapheme_* functions",
  4381. "homepage": "https://symfony.com",
  4382. "keywords": [
  4383. "compatibility",
  4384. "grapheme",
  4385. "intl",
  4386. "polyfill",
  4387. "portable",
  4388. "shim"
  4389. ],
  4390. "support": {
  4391. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
  4392. },
  4393. "funding": [
  4394. {
  4395. "url": "https://symfony.com/sponsor",
  4396. "type": "custom"
  4397. },
  4398. {
  4399. "url": "https://github.com/fabpot",
  4400. "type": "github"
  4401. },
  4402. {
  4403. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4404. "type": "tidelift"
  4405. }
  4406. ],
  4407. "time": "2022-11-03T14:55:06+00:00"
  4408. },
  4409. {
  4410. "name": "symfony/polyfill-intl-idn",
  4411. "version": "v1.27.0",
  4412. "source": {
  4413. "type": "git",
  4414. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4415. "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
  4416. },
  4417. "dist": {
  4418. "type": "zip",
  4419. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
  4420. "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
  4421. "shasum": ""
  4422. },
  4423. "require": {
  4424. "php": ">=7.1",
  4425. "symfony/polyfill-intl-normalizer": "^1.10",
  4426. "symfony/polyfill-php72": "^1.10"
  4427. },
  4428. "suggest": {
  4429. "ext-intl": "For best performance"
  4430. },
  4431. "type": "library",
  4432. "extra": {
  4433. "branch-alias": {
  4434. "dev-main": "1.27-dev"
  4435. },
  4436. "thanks": {
  4437. "name": "symfony/polyfill",
  4438. "url": "https://github.com/symfony/polyfill"
  4439. }
  4440. },
  4441. "autoload": {
  4442. "files": [
  4443. "bootstrap.php"
  4444. ],
  4445. "psr-4": {
  4446. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4447. }
  4448. },
  4449. "notification-url": "https://packagist.org/downloads/",
  4450. "license": [
  4451. "MIT"
  4452. ],
  4453. "authors": [
  4454. {
  4455. "name": "Laurent Bassin",
  4456. "email": "laurent@bassin.info"
  4457. },
  4458. {
  4459. "name": "Trevor Rowbotham",
  4460. "email": "trevor.rowbotham@pm.me"
  4461. },
  4462. {
  4463. "name": "Symfony Community",
  4464. "homepage": "https://symfony.com/contributors"
  4465. }
  4466. ],
  4467. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4468. "homepage": "https://symfony.com",
  4469. "keywords": [
  4470. "compatibility",
  4471. "idn",
  4472. "intl",
  4473. "polyfill",
  4474. "portable",
  4475. "shim"
  4476. ],
  4477. "support": {
  4478. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
  4479. },
  4480. "funding": [
  4481. {
  4482. "url": "https://symfony.com/sponsor",
  4483. "type": "custom"
  4484. },
  4485. {
  4486. "url": "https://github.com/fabpot",
  4487. "type": "github"
  4488. },
  4489. {
  4490. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4491. "type": "tidelift"
  4492. }
  4493. ],
  4494. "time": "2022-11-03T14:55:06+00:00"
  4495. },
  4496. {
  4497. "name": "symfony/polyfill-intl-normalizer",
  4498. "version": "v1.27.0",
  4499. "source": {
  4500. "type": "git",
  4501. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4502. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
  4503. },
  4504. "dist": {
  4505. "type": "zip",
  4506. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  4507. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  4508. "shasum": ""
  4509. },
  4510. "require": {
  4511. "php": ">=7.1"
  4512. },
  4513. "suggest": {
  4514. "ext-intl": "For best performance"
  4515. },
  4516. "type": "library",
  4517. "extra": {
  4518. "branch-alias": {
  4519. "dev-main": "1.27-dev"
  4520. },
  4521. "thanks": {
  4522. "name": "symfony/polyfill",
  4523. "url": "https://github.com/symfony/polyfill"
  4524. }
  4525. },
  4526. "autoload": {
  4527. "files": [
  4528. "bootstrap.php"
  4529. ],
  4530. "psr-4": {
  4531. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4532. },
  4533. "classmap": [
  4534. "Resources/stubs"
  4535. ]
  4536. },
  4537. "notification-url": "https://packagist.org/downloads/",
  4538. "license": [
  4539. "MIT"
  4540. ],
  4541. "authors": [
  4542. {
  4543. "name": "Nicolas Grekas",
  4544. "email": "p@tchwork.com"
  4545. },
  4546. {
  4547. "name": "Symfony Community",
  4548. "homepage": "https://symfony.com/contributors"
  4549. }
  4550. ],
  4551. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  4552. "homepage": "https://symfony.com",
  4553. "keywords": [
  4554. "compatibility",
  4555. "intl",
  4556. "normalizer",
  4557. "polyfill",
  4558. "portable",
  4559. "shim"
  4560. ],
  4561. "support": {
  4562. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
  4563. },
  4564. "funding": [
  4565. {
  4566. "url": "https://symfony.com/sponsor",
  4567. "type": "custom"
  4568. },
  4569. {
  4570. "url": "https://github.com/fabpot",
  4571. "type": "github"
  4572. },
  4573. {
  4574. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4575. "type": "tidelift"
  4576. }
  4577. ],
  4578. "time": "2022-11-03T14:55:06+00:00"
  4579. },
  4580. {
  4581. "name": "symfony/polyfill-mbstring",
  4582. "version": "v1.27.0",
  4583. "source": {
  4584. "type": "git",
  4585. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4586. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  4587. },
  4588. "dist": {
  4589. "type": "zip",
  4590. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  4591. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  4592. "shasum": ""
  4593. },
  4594. "require": {
  4595. "php": ">=7.1"
  4596. },
  4597. "provide": {
  4598. "ext-mbstring": "*"
  4599. },
  4600. "suggest": {
  4601. "ext-mbstring": "For best performance"
  4602. },
  4603. "type": "library",
  4604. "extra": {
  4605. "branch-alias": {
  4606. "dev-main": "1.27-dev"
  4607. },
  4608. "thanks": {
  4609. "name": "symfony/polyfill",
  4610. "url": "https://github.com/symfony/polyfill"
  4611. }
  4612. },
  4613. "autoload": {
  4614. "files": [
  4615. "bootstrap.php"
  4616. ],
  4617. "psr-4": {
  4618. "Symfony\\Polyfill\\Mbstring\\": ""
  4619. }
  4620. },
  4621. "notification-url": "https://packagist.org/downloads/",
  4622. "license": [
  4623. "MIT"
  4624. ],
  4625. "authors": [
  4626. {
  4627. "name": "Nicolas Grekas",
  4628. "email": "p@tchwork.com"
  4629. },
  4630. {
  4631. "name": "Symfony Community",
  4632. "homepage": "https://symfony.com/contributors"
  4633. }
  4634. ],
  4635. "description": "Symfony polyfill for the Mbstring extension",
  4636. "homepage": "https://symfony.com",
  4637. "keywords": [
  4638. "compatibility",
  4639. "mbstring",
  4640. "polyfill",
  4641. "portable",
  4642. "shim"
  4643. ],
  4644. "support": {
  4645. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  4646. },
  4647. "funding": [
  4648. {
  4649. "url": "https://symfony.com/sponsor",
  4650. "type": "custom"
  4651. },
  4652. {
  4653. "url": "https://github.com/fabpot",
  4654. "type": "github"
  4655. },
  4656. {
  4657. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4658. "type": "tidelift"
  4659. }
  4660. ],
  4661. "time": "2022-11-03T14:55:06+00:00"
  4662. },
  4663. {
  4664. "name": "symfony/property-access",
  4665. "version": "v6.2.8",
  4666. "source": {
  4667. "type": "git",
  4668. "url": "https://github.com/symfony/property-access.git",
  4669. "reference": "2ad1e0a07b8cab3e09905659d14f3b248e916374"
  4670. },
  4671. "dist": {
  4672. "type": "zip",
  4673. "url": "https://api.github.com/repos/symfony/property-access/zipball/2ad1e0a07b8cab3e09905659d14f3b248e916374",
  4674. "reference": "2ad1e0a07b8cab3e09905659d14f3b248e916374",
  4675. "shasum": ""
  4676. },
  4677. "require": {
  4678. "php": ">=8.1",
  4679. "symfony/deprecation-contracts": "^2.1|^3",
  4680. "symfony/property-info": "^5.4|^6.0"
  4681. },
  4682. "require-dev": {
  4683. "symfony/cache": "^5.4|^6.0"
  4684. },
  4685. "suggest": {
  4686. "psr/cache-implementation": "To cache access methods."
  4687. },
  4688. "type": "library",
  4689. "autoload": {
  4690. "psr-4": {
  4691. "Symfony\\Component\\PropertyAccess\\": ""
  4692. },
  4693. "exclude-from-classmap": [
  4694. "/Tests/"
  4695. ]
  4696. },
  4697. "notification-url": "https://packagist.org/downloads/",
  4698. "license": [
  4699. "MIT"
  4700. ],
  4701. "authors": [
  4702. {
  4703. "name": "Fabien Potencier",
  4704. "email": "fabien@symfony.com"
  4705. },
  4706. {
  4707. "name": "Symfony Community",
  4708. "homepage": "https://symfony.com/contributors"
  4709. }
  4710. ],
  4711. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  4712. "homepage": "https://symfony.com",
  4713. "keywords": [
  4714. "access",
  4715. "array",
  4716. "extraction",
  4717. "index",
  4718. "injection",
  4719. "object",
  4720. "property",
  4721. "property-path",
  4722. "reflection"
  4723. ],
  4724. "support": {
  4725. "source": "https://github.com/symfony/property-access/tree/v6.2.8"
  4726. },
  4727. "funding": [
  4728. {
  4729. "url": "https://symfony.com/sponsor",
  4730. "type": "custom"
  4731. },
  4732. {
  4733. "url": "https://github.com/fabpot",
  4734. "type": "github"
  4735. },
  4736. {
  4737. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4738. "type": "tidelift"
  4739. }
  4740. ],
  4741. "time": "2023-03-14T15:00:05+00:00"
  4742. },
  4743. {
  4744. "name": "symfony/property-info",
  4745. "version": "v6.2.10",
  4746. "source": {
  4747. "type": "git",
  4748. "url": "https://github.com/symfony/property-info.git",
  4749. "reference": "617177c24e1a92e011851948ba973758429a68b2"
  4750. },
  4751. "dist": {
  4752. "type": "zip",
  4753. "url": "https://api.github.com/repos/symfony/property-info/zipball/617177c24e1a92e011851948ba973758429a68b2",
  4754. "reference": "617177c24e1a92e011851948ba973758429a68b2",
  4755. "shasum": ""
  4756. },
  4757. "require": {
  4758. "php": ">=8.1",
  4759. "symfony/string": "^5.4|^6.0"
  4760. },
  4761. "conflict": {
  4762. "phpdocumentor/reflection-docblock": "<5.2",
  4763. "phpdocumentor/type-resolver": "<1.5.1",
  4764. "symfony/dependency-injection": "<5.4"
  4765. },
  4766. "require-dev": {
  4767. "doctrine/annotations": "^1.10.4|^2",
  4768. "phpdocumentor/reflection-docblock": "^5.2",
  4769. "phpstan/phpdoc-parser": "^1.0",
  4770. "symfony/cache": "^5.4|^6.0",
  4771. "symfony/dependency-injection": "^5.4|^6.0",
  4772. "symfony/serializer": "^5.4|^6.0"
  4773. },
  4774. "suggest": {
  4775. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  4776. "psr/cache-implementation": "To cache results",
  4777. "symfony/doctrine-bridge": "To use Doctrine metadata",
  4778. "symfony/serializer": "To use Serializer metadata"
  4779. },
  4780. "type": "library",
  4781. "autoload": {
  4782. "psr-4": {
  4783. "Symfony\\Component\\PropertyInfo\\": ""
  4784. },
  4785. "exclude-from-classmap": [
  4786. "/Tests/"
  4787. ]
  4788. },
  4789. "notification-url": "https://packagist.org/downloads/",
  4790. "license": [
  4791. "MIT"
  4792. ],
  4793. "authors": [
  4794. {
  4795. "name": "Kévin Dunglas",
  4796. "email": "dunglas@gmail.com"
  4797. },
  4798. {
  4799. "name": "Symfony Community",
  4800. "homepage": "https://symfony.com/contributors"
  4801. }
  4802. ],
  4803. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  4804. "homepage": "https://symfony.com",
  4805. "keywords": [
  4806. "doctrine",
  4807. "phpdoc",
  4808. "property",
  4809. "symfony",
  4810. "type",
  4811. "validator"
  4812. ],
  4813. "support": {
  4814. "source": "https://github.com/symfony/property-info/tree/v6.2.10"
  4815. },
  4816. "funding": [
  4817. {
  4818. "url": "https://symfony.com/sponsor",
  4819. "type": "custom"
  4820. },
  4821. {
  4822. "url": "https://github.com/fabpot",
  4823. "type": "github"
  4824. },
  4825. {
  4826. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4827. "type": "tidelift"
  4828. }
  4829. ],
  4830. "time": "2023-04-18T13:46:08+00:00"
  4831. },
  4832. {
  4833. "name": "symfony/routing",
  4834. "version": "v6.2.8",
  4835. "source": {
  4836. "type": "git",
  4837. "url": "https://github.com/symfony/routing.git",
  4838. "reference": "69062e2823f03b82265d73a966999660f0e1e404"
  4839. },
  4840. "dist": {
  4841. "type": "zip",
  4842. "url": "https://api.github.com/repos/symfony/routing/zipball/69062e2823f03b82265d73a966999660f0e1e404",
  4843. "reference": "69062e2823f03b82265d73a966999660f0e1e404",
  4844. "shasum": ""
  4845. },
  4846. "require": {
  4847. "php": ">=8.1"
  4848. },
  4849. "conflict": {
  4850. "doctrine/annotations": "<1.12",
  4851. "symfony/config": "<6.2",
  4852. "symfony/dependency-injection": "<5.4",
  4853. "symfony/yaml": "<5.4"
  4854. },
  4855. "require-dev": {
  4856. "doctrine/annotations": "^1.12|^2",
  4857. "psr/log": "^1|^2|^3",
  4858. "symfony/config": "^6.2",
  4859. "symfony/dependency-injection": "^5.4|^6.0",
  4860. "symfony/expression-language": "^5.4|^6.0",
  4861. "symfony/http-foundation": "^5.4|^6.0",
  4862. "symfony/yaml": "^5.4|^6.0"
  4863. },
  4864. "suggest": {
  4865. "symfony/config": "For using the all-in-one router or any loader",
  4866. "symfony/expression-language": "For using expression matching",
  4867. "symfony/http-foundation": "For using a Symfony Request object",
  4868. "symfony/yaml": "For using the YAML loader"
  4869. },
  4870. "type": "library",
  4871. "autoload": {
  4872. "psr-4": {
  4873. "Symfony\\Component\\Routing\\": ""
  4874. },
  4875. "exclude-from-classmap": [
  4876. "/Tests/"
  4877. ]
  4878. },
  4879. "notification-url": "https://packagist.org/downloads/",
  4880. "license": [
  4881. "MIT"
  4882. ],
  4883. "authors": [
  4884. {
  4885. "name": "Fabien Potencier",
  4886. "email": "fabien@symfony.com"
  4887. },
  4888. {
  4889. "name": "Symfony Community",
  4890. "homepage": "https://symfony.com/contributors"
  4891. }
  4892. ],
  4893. "description": "Maps an HTTP request to a set of configuration variables",
  4894. "homepage": "https://symfony.com",
  4895. "keywords": [
  4896. "router",
  4897. "routing",
  4898. "uri",
  4899. "url"
  4900. ],
  4901. "support": {
  4902. "source": "https://github.com/symfony/routing/tree/v6.2.8"
  4903. },
  4904. "funding": [
  4905. {
  4906. "url": "https://symfony.com/sponsor",
  4907. "type": "custom"
  4908. },
  4909. {
  4910. "url": "https://github.com/fabpot",
  4911. "type": "github"
  4912. },
  4913. {
  4914. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4915. "type": "tidelift"
  4916. }
  4917. ],
  4918. "time": "2023-03-14T15:00:05+00:00"
  4919. },
  4920. {
  4921. "name": "symfony/runtime",
  4922. "version": "v6.2.8",
  4923. "source": {
  4924. "type": "git",
  4925. "url": "https://github.com/symfony/runtime.git",
  4926. "reference": "f8b0751b33888329be8f8f0481bb81d279ec4157"
  4927. },
  4928. "dist": {
  4929. "type": "zip",
  4930. "url": "https://api.github.com/repos/symfony/runtime/zipball/f8b0751b33888329be8f8f0481bb81d279ec4157",
  4931. "reference": "f8b0751b33888329be8f8f0481bb81d279ec4157",
  4932. "shasum": ""
  4933. },
  4934. "require": {
  4935. "composer-plugin-api": "^1.0|^2.0",
  4936. "php": ">=8.1"
  4937. },
  4938. "conflict": {
  4939. "symfony/dotenv": "<5.4"
  4940. },
  4941. "require-dev": {
  4942. "composer/composer": "^1.0.2|^2.0",
  4943. "symfony/console": "^5.4|^6.0",
  4944. "symfony/dotenv": "^5.4|^6.0",
  4945. "symfony/http-foundation": "^5.4|^6.0",
  4946. "symfony/http-kernel": "^5.4|^6.0"
  4947. },
  4948. "type": "composer-plugin",
  4949. "extra": {
  4950. "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
  4951. },
  4952. "autoload": {
  4953. "psr-4": {
  4954. "Symfony\\Component\\Runtime\\": "",
  4955. "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
  4956. },
  4957. "exclude-from-classmap": [
  4958. "/Tests/"
  4959. ]
  4960. },
  4961. "notification-url": "https://packagist.org/downloads/",
  4962. "license": [
  4963. "MIT"
  4964. ],
  4965. "authors": [
  4966. {
  4967. "name": "Nicolas Grekas",
  4968. "email": "p@tchwork.com"
  4969. },
  4970. {
  4971. "name": "Symfony Community",
  4972. "homepage": "https://symfony.com/contributors"
  4973. }
  4974. ],
  4975. "description": "Enables decoupling PHP applications from global state",
  4976. "homepage": "https://symfony.com",
  4977. "keywords": [
  4978. "runtime"
  4979. ],
  4980. "support": {
  4981. "source": "https://github.com/symfony/runtime/tree/v6.2.8"
  4982. },
  4983. "funding": [
  4984. {
  4985. "url": "https://symfony.com/sponsor",
  4986. "type": "custom"
  4987. },
  4988. {
  4989. "url": "https://github.com/fabpot",
  4990. "type": "github"
  4991. },
  4992. {
  4993. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4994. "type": "tidelift"
  4995. }
  4996. ],
  4997. "time": "2023-03-14T15:48:35+00:00"
  4998. },
  4999. {
  5000. "name": "symfony/security-bundle",
  5001. "version": "v6.2.10",
  5002. "source": {
  5003. "type": "git",
  5004. "url": "https://github.com/symfony/security-bundle.git",
  5005. "reference": "b12dcedbcf423ae6d34d79cfaa6791a21c90bd14"
  5006. },
  5007. "dist": {
  5008. "type": "zip",
  5009. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/b12dcedbcf423ae6d34d79cfaa6791a21c90bd14",
  5010. "reference": "b12dcedbcf423ae6d34d79cfaa6791a21c90bd14",
  5011. "shasum": ""
  5012. },
  5013. "require": {
  5014. "composer-runtime-api": ">=2.1",
  5015. "ext-xml": "*",
  5016. "php": ">=8.1",
  5017. "symfony/config": "^6.1",
  5018. "symfony/dependency-injection": "^6.2",
  5019. "symfony/event-dispatcher": "^5.4|^6.0",
  5020. "symfony/http-foundation": "^6.2",
  5021. "symfony/http-kernel": "^6.2",
  5022. "symfony/password-hasher": "^5.4|^6.0",
  5023. "symfony/security-core": "^6.2",
  5024. "symfony/security-csrf": "^5.4|^6.0",
  5025. "symfony/security-http": "^6.2.10"
  5026. },
  5027. "conflict": {
  5028. "symfony/browser-kit": "<5.4",
  5029. "symfony/console": "<5.4",
  5030. "symfony/framework-bundle": "<5.4",
  5031. "symfony/ldap": "<5.4",
  5032. "symfony/twig-bundle": "<5.4"
  5033. },
  5034. "require-dev": {
  5035. "doctrine/annotations": "^1.10.4|^2",
  5036. "symfony/asset": "^5.4|^6.0",
  5037. "symfony/browser-kit": "^5.4|^6.0",
  5038. "symfony/console": "^5.4|^6.0",
  5039. "symfony/css-selector": "^5.4|^6.0",
  5040. "symfony/dom-crawler": "^5.4|^6.0",
  5041. "symfony/expression-language": "^5.4|^6.0",
  5042. "symfony/form": "^5.4|^6.0",
  5043. "symfony/framework-bundle": "^5.4|^6.0",
  5044. "symfony/ldap": "^5.4|^6.0",
  5045. "symfony/process": "^5.4|^6.0",
  5046. "symfony/rate-limiter": "^5.4|^6.0",
  5047. "symfony/serializer": "^5.4|^6.0",
  5048. "symfony/translation": "^5.4|^6.0",
  5049. "symfony/twig-bridge": "^5.4|^6.0",
  5050. "symfony/twig-bundle": "^5.4|^6.0",
  5051. "symfony/validator": "^5.4|^6.0",
  5052. "symfony/yaml": "^5.4|^6.0",
  5053. "twig/twig": "^2.13|^3.0.4"
  5054. },
  5055. "type": "symfony-bundle",
  5056. "autoload": {
  5057. "psr-4": {
  5058. "Symfony\\Bundle\\SecurityBundle\\": ""
  5059. },
  5060. "exclude-from-classmap": [
  5061. "/Tests/"
  5062. ]
  5063. },
  5064. "notification-url": "https://packagist.org/downloads/",
  5065. "license": [
  5066. "MIT"
  5067. ],
  5068. "authors": [
  5069. {
  5070. "name": "Fabien Potencier",
  5071. "email": "fabien@symfony.com"
  5072. },
  5073. {
  5074. "name": "Symfony Community",
  5075. "homepage": "https://symfony.com/contributors"
  5076. }
  5077. ],
  5078. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  5079. "homepage": "https://symfony.com",
  5080. "support": {
  5081. "source": "https://github.com/symfony/security-bundle/tree/v6.2.10"
  5082. },
  5083. "funding": [
  5084. {
  5085. "url": "https://symfony.com/sponsor",
  5086. "type": "custom"
  5087. },
  5088. {
  5089. "url": "https://github.com/fabpot",
  5090. "type": "github"
  5091. },
  5092. {
  5093. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5094. "type": "tidelift"
  5095. }
  5096. ],
  5097. "time": "2023-04-21T15:49:06+00:00"
  5098. },
  5099. {
  5100. "name": "symfony/security-core",
  5101. "version": "v6.2.8",
  5102. "source": {
  5103. "type": "git",
  5104. "url": "https://github.com/symfony/security-core.git",
  5105. "reference": "c141337bc7451f9a9e464733f1e536bf38d1d2fb"
  5106. },
  5107. "dist": {
  5108. "type": "zip",
  5109. "url": "https://api.github.com/repos/symfony/security-core/zipball/c141337bc7451f9a9e464733f1e536bf38d1d2fb",
  5110. "reference": "c141337bc7451f9a9e464733f1e536bf38d1d2fb",
  5111. "shasum": ""
  5112. },
  5113. "require": {
  5114. "php": ">=8.1",
  5115. "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
  5116. "symfony/password-hasher": "^5.4|^6.0",
  5117. "symfony/service-contracts": "^1.1.6|^2|^3"
  5118. },
  5119. "conflict": {
  5120. "symfony/event-dispatcher": "<5.4",
  5121. "symfony/http-foundation": "<5.4",
  5122. "symfony/ldap": "<5.4",
  5123. "symfony/security-guard": "<5.4",
  5124. "symfony/validator": "<5.4"
  5125. },
  5126. "require-dev": {
  5127. "psr/cache": "^1.0|^2.0|^3.0",
  5128. "psr/container": "^1.1|^2.0",
  5129. "psr/log": "^1|^2|^3",
  5130. "symfony/cache": "^5.4|^6.0",
  5131. "symfony/event-dispatcher": "^5.4|^6.0",
  5132. "symfony/expression-language": "^5.4|^6.0",
  5133. "symfony/http-foundation": "^5.4|^6.0",
  5134. "symfony/ldap": "^5.4|^6.0",
  5135. "symfony/translation": "^5.4|^6.0",
  5136. "symfony/validator": "^5.4|^6.0"
  5137. },
  5138. "suggest": {
  5139. "psr/container-implementation": "To instantiate the Security class",
  5140. "symfony/event-dispatcher": "",
  5141. "symfony/expression-language": "For using the expression voter",
  5142. "symfony/http-foundation": "",
  5143. "symfony/ldap": "For using LDAP integration",
  5144. "symfony/validator": "For using the user password constraint"
  5145. },
  5146. "type": "library",
  5147. "autoload": {
  5148. "psr-4": {
  5149. "Symfony\\Component\\Security\\Core\\": ""
  5150. },
  5151. "exclude-from-classmap": [
  5152. "/Tests/"
  5153. ]
  5154. },
  5155. "notification-url": "https://packagist.org/downloads/",
  5156. "license": [
  5157. "MIT"
  5158. ],
  5159. "authors": [
  5160. {
  5161. "name": "Fabien Potencier",
  5162. "email": "fabien@symfony.com"
  5163. },
  5164. {
  5165. "name": "Symfony Community",
  5166. "homepage": "https://symfony.com/contributors"
  5167. }
  5168. ],
  5169. "description": "Symfony Security Component - Core Library",
  5170. "homepage": "https://symfony.com",
  5171. "support": {
  5172. "source": "https://github.com/symfony/security-core/tree/v6.2.8"
  5173. },
  5174. "funding": [
  5175. {
  5176. "url": "https://symfony.com/sponsor",
  5177. "type": "custom"
  5178. },
  5179. {
  5180. "url": "https://github.com/fabpot",
  5181. "type": "github"
  5182. },
  5183. {
  5184. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5185. "type": "tidelift"
  5186. }
  5187. ],
  5188. "time": "2023-03-10T10:06:03+00:00"
  5189. },
  5190. {
  5191. "name": "symfony/security-csrf",
  5192. "version": "v6.2.7",
  5193. "source": {
  5194. "type": "git",
  5195. "url": "https://github.com/symfony/security-csrf.git",
  5196. "reference": "6cce7efdce68e0670d2f19acebc21dcd0798e333"
  5197. },
  5198. "dist": {
  5199. "type": "zip",
  5200. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/6cce7efdce68e0670d2f19acebc21dcd0798e333",
  5201. "reference": "6cce7efdce68e0670d2f19acebc21dcd0798e333",
  5202. "shasum": ""
  5203. },
  5204. "require": {
  5205. "php": ">=8.1",
  5206. "symfony/security-core": "^5.4|^6.0"
  5207. },
  5208. "conflict": {
  5209. "symfony/http-foundation": "<5.4"
  5210. },
  5211. "require-dev": {
  5212. "symfony/http-foundation": "^5.4|^6.0"
  5213. },
  5214. "suggest": {
  5215. "symfony/http-foundation": "For using the class SessionTokenStorage."
  5216. },
  5217. "type": "library",
  5218. "autoload": {
  5219. "psr-4": {
  5220. "Symfony\\Component\\Security\\Csrf\\": ""
  5221. },
  5222. "exclude-from-classmap": [
  5223. "/Tests/"
  5224. ]
  5225. },
  5226. "notification-url": "https://packagist.org/downloads/",
  5227. "license": [
  5228. "MIT"
  5229. ],
  5230. "authors": [
  5231. {
  5232. "name": "Fabien Potencier",
  5233. "email": "fabien@symfony.com"
  5234. },
  5235. {
  5236. "name": "Symfony Community",
  5237. "homepage": "https://symfony.com/contributors"
  5238. }
  5239. ],
  5240. "description": "Symfony Security Component - CSRF Library",
  5241. "homepage": "https://symfony.com",
  5242. "support": {
  5243. "source": "https://github.com/symfony/security-csrf/tree/v6.2.7"
  5244. },
  5245. "funding": [
  5246. {
  5247. "url": "https://symfony.com/sponsor",
  5248. "type": "custom"
  5249. },
  5250. {
  5251. "url": "https://github.com/fabpot",
  5252. "type": "github"
  5253. },
  5254. {
  5255. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5256. "type": "tidelift"
  5257. }
  5258. ],
  5259. "time": "2023-02-16T09:57:23+00:00"
  5260. },
  5261. {
  5262. "name": "symfony/security-http",
  5263. "version": "v6.2.10",
  5264. "source": {
  5265. "type": "git",
  5266. "url": "https://github.com/symfony/security-http.git",
  5267. "reference": "c468f059fac27680acf7e84cea07ba5ffff8942a"
  5268. },
  5269. "dist": {
  5270. "type": "zip",
  5271. "url": "https://api.github.com/repos/symfony/security-http/zipball/c468f059fac27680acf7e84cea07ba5ffff8942a",
  5272. "reference": "c468f059fac27680acf7e84cea07ba5ffff8942a",
  5273. "shasum": ""
  5274. },
  5275. "require": {
  5276. "php": ">=8.1",
  5277. "symfony/deprecation-contracts": "^2.1|^3",
  5278. "symfony/http-foundation": "^5.4|^6.0",
  5279. "symfony/http-kernel": "^6.2",
  5280. "symfony/polyfill-mbstring": "~1.0",
  5281. "symfony/property-access": "^5.4|^6.0",
  5282. "symfony/security-core": "~6.0.19|~6.1.11|^6.2.5"
  5283. },
  5284. "conflict": {
  5285. "symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
  5286. "symfony/security-bundle": "<5.4",
  5287. "symfony/security-csrf": "<5.4"
  5288. },
  5289. "require-dev": {
  5290. "psr/log": "^1|^2|^3",
  5291. "symfony/cache": "^5.4|^6.0",
  5292. "symfony/expression-language": "^5.4|^6.0",
  5293. "symfony/rate-limiter": "^5.4|^6.0",
  5294. "symfony/routing": "^5.4|^6.0",
  5295. "symfony/security-csrf": "^5.4|^6.0",
  5296. "symfony/translation": "^5.4|^6.0"
  5297. },
  5298. "suggest": {
  5299. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  5300. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  5301. },
  5302. "type": "library",
  5303. "autoload": {
  5304. "psr-4": {
  5305. "Symfony\\Component\\Security\\Http\\": ""
  5306. },
  5307. "exclude-from-classmap": [
  5308. "/Tests/"
  5309. ]
  5310. },
  5311. "notification-url": "https://packagist.org/downloads/",
  5312. "license": [
  5313. "MIT"
  5314. ],
  5315. "authors": [
  5316. {
  5317. "name": "Fabien Potencier",
  5318. "email": "fabien@symfony.com"
  5319. },
  5320. {
  5321. "name": "Symfony Community",
  5322. "homepage": "https://symfony.com/contributors"
  5323. }
  5324. ],
  5325. "description": "Symfony Security Component - HTTP Integration",
  5326. "homepage": "https://symfony.com",
  5327. "support": {
  5328. "source": "https://github.com/symfony/security-http/tree/v6.2.10"
  5329. },
  5330. "funding": [
  5331. {
  5332. "url": "https://symfony.com/sponsor",
  5333. "type": "custom"
  5334. },
  5335. {
  5336. "url": "https://github.com/fabpot",
  5337. "type": "github"
  5338. },
  5339. {
  5340. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5341. "type": "tidelift"
  5342. }
  5343. ],
  5344. "time": "2023-04-21T11:56:14+00:00"
  5345. },
  5346. {
  5347. "name": "symfony/service-contracts",
  5348. "version": "v3.2.1",
  5349. "source": {
  5350. "type": "git",
  5351. "url": "https://github.com/symfony/service-contracts.git",
  5352. "reference": "a8c9cedf55f314f3a186041d19537303766df09a"
  5353. },
  5354. "dist": {
  5355. "type": "zip",
  5356. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
  5357. "reference": "a8c9cedf55f314f3a186041d19537303766df09a",
  5358. "shasum": ""
  5359. },
  5360. "require": {
  5361. "php": ">=8.1",
  5362. "psr/container": "^2.0"
  5363. },
  5364. "conflict": {
  5365. "ext-psr": "<1.1|>=2"
  5366. },
  5367. "suggest": {
  5368. "symfony/service-implementation": ""
  5369. },
  5370. "type": "library",
  5371. "extra": {
  5372. "branch-alias": {
  5373. "dev-main": "3.3-dev"
  5374. },
  5375. "thanks": {
  5376. "name": "symfony/contracts",
  5377. "url": "https://github.com/symfony/contracts"
  5378. }
  5379. },
  5380. "autoload": {
  5381. "psr-4": {
  5382. "Symfony\\Contracts\\Service\\": ""
  5383. },
  5384. "exclude-from-classmap": [
  5385. "/Test/"
  5386. ]
  5387. },
  5388. "notification-url": "https://packagist.org/downloads/",
  5389. "license": [
  5390. "MIT"
  5391. ],
  5392. "authors": [
  5393. {
  5394. "name": "Nicolas Grekas",
  5395. "email": "p@tchwork.com"
  5396. },
  5397. {
  5398. "name": "Symfony Community",
  5399. "homepage": "https://symfony.com/contributors"
  5400. }
  5401. ],
  5402. "description": "Generic abstractions related to writing services",
  5403. "homepage": "https://symfony.com",
  5404. "keywords": [
  5405. "abstractions",
  5406. "contracts",
  5407. "decoupling",
  5408. "interfaces",
  5409. "interoperability",
  5410. "standards"
  5411. ],
  5412. "support": {
  5413. "source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
  5414. },
  5415. "funding": [
  5416. {
  5417. "url": "https://symfony.com/sponsor",
  5418. "type": "custom"
  5419. },
  5420. {
  5421. "url": "https://github.com/fabpot",
  5422. "type": "github"
  5423. },
  5424. {
  5425. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5426. "type": "tidelift"
  5427. }
  5428. ],
  5429. "time": "2023-03-01T10:32:47+00:00"
  5430. },
  5431. {
  5432. "name": "symfony/stopwatch",
  5433. "version": "v6.2.7",
  5434. "source": {
  5435. "type": "git",
  5436. "url": "https://github.com/symfony/stopwatch.git",
  5437. "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f"
  5438. },
  5439. "dist": {
  5440. "type": "zip",
  5441. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
  5442. "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
  5443. "shasum": ""
  5444. },
  5445. "require": {
  5446. "php": ">=8.1",
  5447. "symfony/service-contracts": "^1|^2|^3"
  5448. },
  5449. "type": "library",
  5450. "autoload": {
  5451. "psr-4": {
  5452. "Symfony\\Component\\Stopwatch\\": ""
  5453. },
  5454. "exclude-from-classmap": [
  5455. "/Tests/"
  5456. ]
  5457. },
  5458. "notification-url": "https://packagist.org/downloads/",
  5459. "license": [
  5460. "MIT"
  5461. ],
  5462. "authors": [
  5463. {
  5464. "name": "Fabien Potencier",
  5465. "email": "fabien@symfony.com"
  5466. },
  5467. {
  5468. "name": "Symfony Community",
  5469. "homepage": "https://symfony.com/contributors"
  5470. }
  5471. ],
  5472. "description": "Provides a way to profile code",
  5473. "homepage": "https://symfony.com",
  5474. "support": {
  5475. "source": "https://github.com/symfony/stopwatch/tree/v6.2.7"
  5476. },
  5477. "funding": [
  5478. {
  5479. "url": "https://symfony.com/sponsor",
  5480. "type": "custom"
  5481. },
  5482. {
  5483. "url": "https://github.com/fabpot",
  5484. "type": "github"
  5485. },
  5486. {
  5487. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5488. "type": "tidelift"
  5489. }
  5490. ],
  5491. "time": "2023-02-14T08:44:56+00:00"
  5492. },
  5493. {
  5494. "name": "symfony/string",
  5495. "version": "v6.2.8",
  5496. "source": {
  5497. "type": "git",
  5498. "url": "https://github.com/symfony/string.git",
  5499. "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef"
  5500. },
  5501. "dist": {
  5502. "type": "zip",
  5503. "url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef",
  5504. "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef",
  5505. "shasum": ""
  5506. },
  5507. "require": {
  5508. "php": ">=8.1",
  5509. "symfony/polyfill-ctype": "~1.8",
  5510. "symfony/polyfill-intl-grapheme": "~1.0",
  5511. "symfony/polyfill-intl-normalizer": "~1.0",
  5512. "symfony/polyfill-mbstring": "~1.0"
  5513. },
  5514. "conflict": {
  5515. "symfony/translation-contracts": "<2.0"
  5516. },
  5517. "require-dev": {
  5518. "symfony/error-handler": "^5.4|^6.0",
  5519. "symfony/http-client": "^5.4|^6.0",
  5520. "symfony/intl": "^6.2",
  5521. "symfony/translation-contracts": "^2.0|^3.0",
  5522. "symfony/var-exporter": "^5.4|^6.0"
  5523. },
  5524. "type": "library",
  5525. "autoload": {
  5526. "files": [
  5527. "Resources/functions.php"
  5528. ],
  5529. "psr-4": {
  5530. "Symfony\\Component\\String\\": ""
  5531. },
  5532. "exclude-from-classmap": [
  5533. "/Tests/"
  5534. ]
  5535. },
  5536. "notification-url": "https://packagist.org/downloads/",
  5537. "license": [
  5538. "MIT"
  5539. ],
  5540. "authors": [
  5541. {
  5542. "name": "Nicolas Grekas",
  5543. "email": "p@tchwork.com"
  5544. },
  5545. {
  5546. "name": "Symfony Community",
  5547. "homepage": "https://symfony.com/contributors"
  5548. }
  5549. ],
  5550. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  5551. "homepage": "https://symfony.com",
  5552. "keywords": [
  5553. "grapheme",
  5554. "i18n",
  5555. "string",
  5556. "unicode",
  5557. "utf-8",
  5558. "utf8"
  5559. ],
  5560. "support": {
  5561. "source": "https://github.com/symfony/string/tree/v6.2.8"
  5562. },
  5563. "funding": [
  5564. {
  5565. "url": "https://symfony.com/sponsor",
  5566. "type": "custom"
  5567. },
  5568. {
  5569. "url": "https://github.com/fabpot",
  5570. "type": "github"
  5571. },
  5572. {
  5573. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5574. "type": "tidelift"
  5575. }
  5576. ],
  5577. "time": "2023-03-20T16:06:02+00:00"
  5578. },
  5579. {
  5580. "name": "symfony/var-dumper",
  5581. "version": "v6.2.10",
  5582. "source": {
  5583. "type": "git",
  5584. "url": "https://github.com/symfony/var-dumper.git",
  5585. "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab"
  5586. },
  5587. "dist": {
  5588. "type": "zip",
  5589. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/41a750a23412ca76fdbbf5096943b4134272c1ab",
  5590. "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab",
  5591. "shasum": ""
  5592. },
  5593. "require": {
  5594. "php": ">=8.1",
  5595. "symfony/polyfill-mbstring": "~1.0"
  5596. },
  5597. "conflict": {
  5598. "phpunit/phpunit": "<5.4.3",
  5599. "symfony/console": "<5.4"
  5600. },
  5601. "require-dev": {
  5602. "ext-iconv": "*",
  5603. "symfony/console": "^5.4|^6.0",
  5604. "symfony/process": "^5.4|^6.0",
  5605. "symfony/uid": "^5.4|^6.0",
  5606. "twig/twig": "^2.13|^3.0.4"
  5607. },
  5608. "suggest": {
  5609. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  5610. "ext-intl": "To show region name in time zone dump",
  5611. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  5612. },
  5613. "bin": [
  5614. "Resources/bin/var-dump-server"
  5615. ],
  5616. "type": "library",
  5617. "autoload": {
  5618. "files": [
  5619. "Resources/functions/dump.php"
  5620. ],
  5621. "psr-4": {
  5622. "Symfony\\Component\\VarDumper\\": ""
  5623. },
  5624. "exclude-from-classmap": [
  5625. "/Tests/"
  5626. ]
  5627. },
  5628. "notification-url": "https://packagist.org/downloads/",
  5629. "license": [
  5630. "MIT"
  5631. ],
  5632. "authors": [
  5633. {
  5634. "name": "Nicolas Grekas",
  5635. "email": "p@tchwork.com"
  5636. },
  5637. {
  5638. "name": "Symfony Community",
  5639. "homepage": "https://symfony.com/contributors"
  5640. }
  5641. ],
  5642. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  5643. "homepage": "https://symfony.com",
  5644. "keywords": [
  5645. "debug",
  5646. "dump"
  5647. ],
  5648. "support": {
  5649. "source": "https://github.com/symfony/var-dumper/tree/v6.2.10"
  5650. },
  5651. "funding": [
  5652. {
  5653. "url": "https://symfony.com/sponsor",
  5654. "type": "custom"
  5655. },
  5656. {
  5657. "url": "https://github.com/fabpot",
  5658. "type": "github"
  5659. },
  5660. {
  5661. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5662. "type": "tidelift"
  5663. }
  5664. ],
  5665. "time": "2023-04-18T13:46:08+00:00"
  5666. },
  5667. {
  5668. "name": "symfony/var-exporter",
  5669. "version": "v6.2.10",
  5670. "source": {
  5671. "type": "git",
  5672. "url": "https://github.com/symfony/var-exporter.git",
  5673. "reference": "9a07920c2058bafee921ce4d90aeef2193837d63"
  5674. },
  5675. "dist": {
  5676. "type": "zip",
  5677. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9a07920c2058bafee921ce4d90aeef2193837d63",
  5678. "reference": "9a07920c2058bafee921ce4d90aeef2193837d63",
  5679. "shasum": ""
  5680. },
  5681. "require": {
  5682. "php": ">=8.1"
  5683. },
  5684. "require-dev": {
  5685. "symfony/var-dumper": "^5.4|^6.0"
  5686. },
  5687. "type": "library",
  5688. "autoload": {
  5689. "psr-4": {
  5690. "Symfony\\Component\\VarExporter\\": ""
  5691. },
  5692. "exclude-from-classmap": [
  5693. "/Tests/"
  5694. ]
  5695. },
  5696. "notification-url": "https://packagist.org/downloads/",
  5697. "license": [
  5698. "MIT"
  5699. ],
  5700. "authors": [
  5701. {
  5702. "name": "Nicolas Grekas",
  5703. "email": "p@tchwork.com"
  5704. },
  5705. {
  5706. "name": "Symfony Community",
  5707. "homepage": "https://symfony.com/contributors"
  5708. }
  5709. ],
  5710. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  5711. "homepage": "https://symfony.com",
  5712. "keywords": [
  5713. "clone",
  5714. "construct",
  5715. "export",
  5716. "hydrate",
  5717. "instantiate",
  5718. "lazy-loading",
  5719. "proxy",
  5720. "serialize"
  5721. ],
  5722. "support": {
  5723. "source": "https://github.com/symfony/var-exporter/tree/v6.2.10"
  5724. },
  5725. "funding": [
  5726. {
  5727. "url": "https://symfony.com/sponsor",
  5728. "type": "custom"
  5729. },
  5730. {
  5731. "url": "https://github.com/fabpot",
  5732. "type": "github"
  5733. },
  5734. {
  5735. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5736. "type": "tidelift"
  5737. }
  5738. ],
  5739. "time": "2023-04-21T08:33:05+00:00"
  5740. },
  5741. {
  5742. "name": "symfony/yaml",
  5743. "version": "v6.2.10",
  5744. "source": {
  5745. "type": "git",
  5746. "url": "https://github.com/symfony/yaml.git",
  5747. "reference": "61916f3861b1e9705b18cfde723921a71dd1559d"
  5748. },
  5749. "dist": {
  5750. "type": "zip",
  5751. "url": "https://api.github.com/repos/symfony/yaml/zipball/61916f3861b1e9705b18cfde723921a71dd1559d",
  5752. "reference": "61916f3861b1e9705b18cfde723921a71dd1559d",
  5753. "shasum": ""
  5754. },
  5755. "require": {
  5756. "php": ">=8.1",
  5757. "symfony/polyfill-ctype": "^1.8"
  5758. },
  5759. "conflict": {
  5760. "symfony/console": "<5.4"
  5761. },
  5762. "require-dev": {
  5763. "symfony/console": "^5.4|^6.0"
  5764. },
  5765. "suggest": {
  5766. "symfony/console": "For validating YAML files using the lint command"
  5767. },
  5768. "bin": [
  5769. "Resources/bin/yaml-lint"
  5770. ],
  5771. "type": "library",
  5772. "autoload": {
  5773. "psr-4": {
  5774. "Symfony\\Component\\Yaml\\": ""
  5775. },
  5776. "exclude-from-classmap": [
  5777. "/Tests/"
  5778. ]
  5779. },
  5780. "notification-url": "https://packagist.org/downloads/",
  5781. "license": [
  5782. "MIT"
  5783. ],
  5784. "authors": [
  5785. {
  5786. "name": "Fabien Potencier",
  5787. "email": "fabien@symfony.com"
  5788. },
  5789. {
  5790. "name": "Symfony Community",
  5791. "homepage": "https://symfony.com/contributors"
  5792. }
  5793. ],
  5794. "description": "Loads and dumps YAML files",
  5795. "homepage": "https://symfony.com",
  5796. "support": {
  5797. "source": "https://github.com/symfony/yaml/tree/v6.2.10"
  5798. },
  5799. "funding": [
  5800. {
  5801. "url": "https://symfony.com/sponsor",
  5802. "type": "custom"
  5803. },
  5804. {
  5805. "url": "https://github.com/fabpot",
  5806. "type": "github"
  5807. },
  5808. {
  5809. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5810. "type": "tidelift"
  5811. }
  5812. ],
  5813. "time": "2023-04-28T13:25:36+00:00"
  5814. }
  5815. ],
  5816. "packages-dev": [
  5817. {
  5818. "name": "symfony/debug-bundle",
  5819. "version": "v6.2.7",
  5820. "source": {
  5821. "type": "git",
  5822. "url": "https://github.com/symfony/debug-bundle.git",
  5823. "reference": "8ff6c96d09c462beade7512137899e400c76d994"
  5824. },
  5825. "dist": {
  5826. "type": "zip",
  5827. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/8ff6c96d09c462beade7512137899e400c76d994",
  5828. "reference": "8ff6c96d09c462beade7512137899e400c76d994",
  5829. "shasum": ""
  5830. },
  5831. "require": {
  5832. "ext-xml": "*",
  5833. "php": ">=8.1",
  5834. "symfony/dependency-injection": "^5.4|^6.0",
  5835. "symfony/http-kernel": "^5.4|^6.0",
  5836. "symfony/twig-bridge": "^5.4|^6.0",
  5837. "symfony/var-dumper": "^5.4|^6.0"
  5838. },
  5839. "conflict": {
  5840. "symfony/config": "<5.4",
  5841. "symfony/dependency-injection": "<5.4"
  5842. },
  5843. "require-dev": {
  5844. "symfony/config": "^5.4|^6.0",
  5845. "symfony/web-profiler-bundle": "^5.4|^6.0"
  5846. },
  5847. "suggest": {
  5848. "symfony/config": "For service container configuration",
  5849. "symfony/dependency-injection": "For using as a service from the container"
  5850. },
  5851. "type": "symfony-bundle",
  5852. "autoload": {
  5853. "psr-4": {
  5854. "Symfony\\Bundle\\DebugBundle\\": ""
  5855. },
  5856. "exclude-from-classmap": [
  5857. "/Tests/"
  5858. ]
  5859. },
  5860. "notification-url": "https://packagist.org/downloads/",
  5861. "license": [
  5862. "MIT"
  5863. ],
  5864. "authors": [
  5865. {
  5866. "name": "Fabien Potencier",
  5867. "email": "fabien@symfony.com"
  5868. },
  5869. {
  5870. "name": "Symfony Community",
  5871. "homepage": "https://symfony.com/contributors"
  5872. }
  5873. ],
  5874. "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
  5875. "homepage": "https://symfony.com",
  5876. "support": {
  5877. "source": "https://github.com/symfony/debug-bundle/tree/v6.2.7"
  5878. },
  5879. "funding": [
  5880. {
  5881. "url": "https://symfony.com/sponsor",
  5882. "type": "custom"
  5883. },
  5884. {
  5885. "url": "https://github.com/fabpot",
  5886. "type": "github"
  5887. },
  5888. {
  5889. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5890. "type": "tidelift"
  5891. }
  5892. ],
  5893. "time": "2023-02-14T08:44:56+00:00"
  5894. },
  5895. {
  5896. "name": "symfony/translation-contracts",
  5897. "version": "v3.3.0",
  5898. "source": {
  5899. "type": "git",
  5900. "url": "https://github.com/symfony/translation-contracts.git",
  5901. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
  5902. },
  5903. "dist": {
  5904. "type": "zip",
  5905. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
  5906. "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
  5907. "shasum": ""
  5908. },
  5909. "require": {
  5910. "php": ">=8.1"
  5911. },
  5912. "type": "library",
  5913. "extra": {
  5914. "branch-alias": {
  5915. "dev-main": "3.4-dev"
  5916. },
  5917. "thanks": {
  5918. "name": "symfony/contracts",
  5919. "url": "https://github.com/symfony/contracts"
  5920. }
  5921. },
  5922. "autoload": {
  5923. "psr-4": {
  5924. "Symfony\\Contracts\\Translation\\": ""
  5925. },
  5926. "exclude-from-classmap": [
  5927. "/Test/"
  5928. ]
  5929. },
  5930. "notification-url": "https://packagist.org/downloads/",
  5931. "license": [
  5932. "MIT"
  5933. ],
  5934. "authors": [
  5935. {
  5936. "name": "Nicolas Grekas",
  5937. "email": "p@tchwork.com"
  5938. },
  5939. {
  5940. "name": "Symfony Community",
  5941. "homepage": "https://symfony.com/contributors"
  5942. }
  5943. ],
  5944. "description": "Generic abstractions related to translation",
  5945. "homepage": "https://symfony.com",
  5946. "keywords": [
  5947. "abstractions",
  5948. "contracts",
  5949. "decoupling",
  5950. "interfaces",
  5951. "interoperability",
  5952. "standards"
  5953. ],
  5954. "support": {
  5955. "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
  5956. },
  5957. "funding": [
  5958. {
  5959. "url": "https://symfony.com/sponsor",
  5960. "type": "custom"
  5961. },
  5962. {
  5963. "url": "https://github.com/fabpot",
  5964. "type": "github"
  5965. },
  5966. {
  5967. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5968. "type": "tidelift"
  5969. }
  5970. ],
  5971. "time": "2023-05-30T17:17:10+00:00"
  5972. },
  5973. {
  5974. "name": "symfony/twig-bridge",
  5975. "version": "v6.2.8",
  5976. "source": {
  5977. "type": "git",
  5978. "url": "https://github.com/symfony/twig-bridge.git",
  5979. "reference": "30e3ad6ae749b2d2700ecf9b4a1a9d5c96b18927"
  5980. },
  5981. "dist": {
  5982. "type": "zip",
  5983. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/30e3ad6ae749b2d2700ecf9b4a1a9d5c96b18927",
  5984. "reference": "30e3ad6ae749b2d2700ecf9b4a1a9d5c96b18927",
  5985. "shasum": ""
  5986. },
  5987. "require": {
  5988. "php": ">=8.1",
  5989. "symfony/translation-contracts": "^1.1|^2|^3",
  5990. "twig/twig": "^2.13|^3.0.4"
  5991. },
  5992. "conflict": {
  5993. "phpdocumentor/reflection-docblock": "<3.2.2",
  5994. "phpdocumentor/type-resolver": "<1.4.0",
  5995. "symfony/console": "<5.4",
  5996. "symfony/form": "<6.2.7",
  5997. "symfony/http-foundation": "<5.4",
  5998. "symfony/http-kernel": "<6.2",
  5999. "symfony/mime": "<6.2",
  6000. "symfony/translation": "<5.4",
  6001. "symfony/workflow": "<5.4"
  6002. },
  6003. "require-dev": {
  6004. "doctrine/annotations": "^1.12|^2",
  6005. "egulias/email-validator": "^2.1.10|^3|^4",
  6006. "league/html-to-markdown": "^5.0",
  6007. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6008. "symfony/asset": "^5.4|^6.0",
  6009. "symfony/console": "^5.4|^6.0",
  6010. "symfony/dependency-injection": "^5.4|^6.0",
  6011. "symfony/expression-language": "^5.4|^6.0",
  6012. "symfony/finder": "^5.4|^6.0",
  6013. "symfony/form": "^6.2.7",
  6014. "symfony/html-sanitizer": "^6.1",
  6015. "symfony/http-foundation": "^5.4|^6.0",
  6016. "symfony/http-kernel": "^6.2",
  6017. "symfony/intl": "^5.4|^6.0",
  6018. "symfony/mime": "^6.2",
  6019. "symfony/polyfill-intl-icu": "~1.0",
  6020. "symfony/property-info": "^5.4|^6.0",
  6021. "symfony/routing": "^5.4|^6.0",
  6022. "symfony/security-acl": "^2.8|^3.0",
  6023. "symfony/security-core": "^5.4|^6.0",
  6024. "symfony/security-csrf": "^5.4|^6.0",
  6025. "symfony/security-http": "^5.4|^6.0",
  6026. "symfony/serializer": "^6.2",
  6027. "symfony/stopwatch": "^5.4|^6.0",
  6028. "symfony/translation": "^5.4|^6.0",
  6029. "symfony/web-link": "^5.4|^6.0",
  6030. "symfony/workflow": "^5.4|^6.0",
  6031. "symfony/yaml": "^5.4|^6.0",
  6032. "twig/cssinliner-extra": "^2.12|^3",
  6033. "twig/inky-extra": "^2.12|^3",
  6034. "twig/markdown-extra": "^2.12|^3"
  6035. },
  6036. "suggest": {
  6037. "symfony/asset": "For using the AssetExtension",
  6038. "symfony/expression-language": "For using the ExpressionExtension",
  6039. "symfony/finder": "",
  6040. "symfony/form": "For using the FormExtension",
  6041. "symfony/html-sanitizer": "For using the HtmlSanitizerExtension",
  6042. "symfony/http-kernel": "For using the HttpKernelExtension",
  6043. "symfony/routing": "For using the RoutingExtension",
  6044. "symfony/security-core": "For using the SecurityExtension",
  6045. "symfony/security-csrf": "For using the CsrfExtension",
  6046. "symfony/security-http": "For using the LogoutUrlExtension",
  6047. "symfony/stopwatch": "For using the StopwatchExtension",
  6048. "symfony/translation": "For using the TranslationExtension",
  6049. "symfony/var-dumper": "For using the DumpExtension",
  6050. "symfony/web-link": "For using the WebLinkExtension",
  6051. "symfony/yaml": "For using the YamlExtension"
  6052. },
  6053. "type": "symfony-bridge",
  6054. "autoload": {
  6055. "psr-4": {
  6056. "Symfony\\Bridge\\Twig\\": ""
  6057. },
  6058. "exclude-from-classmap": [
  6059. "/Tests/"
  6060. ]
  6061. },
  6062. "notification-url": "https://packagist.org/downloads/",
  6063. "license": [
  6064. "MIT"
  6065. ],
  6066. "authors": [
  6067. {
  6068. "name": "Fabien Potencier",
  6069. "email": "fabien@symfony.com"
  6070. },
  6071. {
  6072. "name": "Symfony Community",
  6073. "homepage": "https://symfony.com/contributors"
  6074. }
  6075. ],
  6076. "description": "Provides integration for Twig with various Symfony components",
  6077. "homepage": "https://symfony.com",
  6078. "support": {
  6079. "source": "https://github.com/symfony/twig-bridge/tree/v6.2.8"
  6080. },
  6081. "funding": [
  6082. {
  6083. "url": "https://symfony.com/sponsor",
  6084. "type": "custom"
  6085. },
  6086. {
  6087. "url": "https://github.com/fabpot",
  6088. "type": "github"
  6089. },
  6090. {
  6091. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6092. "type": "tidelift"
  6093. }
  6094. ],
  6095. "time": "2023-03-31T09:14:44+00:00"
  6096. },
  6097. {
  6098. "name": "twig/twig",
  6099. "version": "v3.6.0",
  6100. "source": {
  6101. "type": "git",
  6102. "url": "https://github.com/twigphp/Twig.git",
  6103. "reference": "106c170d08e8415d78be2d16c3d057d0d108262b"
  6104. },
  6105. "dist": {
  6106. "type": "zip",
  6107. "url": "https://api.github.com/repos/twigphp/Twig/zipball/106c170d08e8415d78be2d16c3d057d0d108262b",
  6108. "reference": "106c170d08e8415d78be2d16c3d057d0d108262b",
  6109. "shasum": ""
  6110. },
  6111. "require": {
  6112. "php": ">=7.2.5",
  6113. "symfony/polyfill-ctype": "^1.8",
  6114. "symfony/polyfill-mbstring": "^1.3"
  6115. },
  6116. "require-dev": {
  6117. "psr/container": "^1.0|^2.0",
  6118. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  6119. },
  6120. "type": "library",
  6121. "autoload": {
  6122. "psr-4": {
  6123. "Twig\\": "src/"
  6124. }
  6125. },
  6126. "notification-url": "https://packagist.org/downloads/",
  6127. "license": [
  6128. "BSD-3-Clause"
  6129. ],
  6130. "authors": [
  6131. {
  6132. "name": "Fabien Potencier",
  6133. "email": "fabien@symfony.com",
  6134. "homepage": "http://fabien.potencier.org",
  6135. "role": "Lead Developer"
  6136. },
  6137. {
  6138. "name": "Twig Team",
  6139. "role": "Contributors"
  6140. },
  6141. {
  6142. "name": "Armin Ronacher",
  6143. "email": "armin.ronacher@active-4.com",
  6144. "role": "Project Founder"
  6145. }
  6146. ],
  6147. "description": "Twig, the flexible, fast, and secure template language for PHP",
  6148. "homepage": "https://twig.symfony.com",
  6149. "keywords": [
  6150. "templating"
  6151. ],
  6152. "support": {
  6153. "issues": "https://github.com/twigphp/Twig/issues",
  6154. "source": "https://github.com/twigphp/Twig/tree/v3.6.0"
  6155. },
  6156. "funding": [
  6157. {
  6158. "url": "https://github.com/fabpot",
  6159. "type": "github"
  6160. },
  6161. {
  6162. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  6163. "type": "tidelift"
  6164. }
  6165. ],
  6166. "time": "2023-05-03T19:06:57+00:00"
  6167. }
  6168. ],
  6169. "aliases": [],
  6170. "minimum-stability": "stable",
  6171. "stability-flags": [],
  6172. "prefer-stable": true,
  6173. "prefer-lowest": false,
  6174. "platform": {
  6175. "php": ">=8.1",
  6176. "ext-ctype": "*",
  6177. "ext-iconv": "*"
  6178. },
  6179. "platform-dev": [],
  6180. "plugin-api-version": "2.3.0"
  6181. }