Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

9241 строка
337 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": "11ca8917ee233c35def1ef75d84a8deb",
  8. "packages": [
  9. {
  10. "name": "composer/package-versions-deprecated",
  11. "version": "1.11.99.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/package-versions-deprecated.git",
  15. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  20. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer-plugin-api": "^1.1.0 || ^2.0",
  25. "php": "^7 || ^8"
  26. },
  27. "replace": {
  28. "ocramius/package-versions": "1.11.99"
  29. },
  30. "require-dev": {
  31. "composer/composer": "^1.9.3 || ^2.0@dev",
  32. "ext-zip": "^1.13",
  33. "phpunit/phpunit": "^6.5 || ^7"
  34. },
  35. "type": "composer-plugin",
  36. "extra": {
  37. "class": "PackageVersions\\Installer",
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "PackageVersions\\": "src/PackageVersions"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Marco Pivetta",
  54. "email": "ocramius@gmail.com"
  55. },
  56. {
  57. "name": "Jordi Boggiano",
  58. "email": "j.boggiano@seld.be"
  59. }
  60. ],
  61. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  62. "support": {
  63. "issues": "https://github.com/composer/package-versions-deprecated/issues",
  64. "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
  65. },
  66. "funding": [
  67. {
  68. "url": "https://packagist.com",
  69. "type": "custom"
  70. },
  71. {
  72. "url": "https://github.com/composer",
  73. "type": "github"
  74. },
  75. {
  76. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  77. "type": "tidelift"
  78. }
  79. ],
  80. "time": "2020-11-11T10:22:58+00:00"
  81. },
  82. {
  83. "name": "doctrine/annotations",
  84. "version": "1.13.2",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/doctrine/annotations.git",
  88. "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
  93. "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
  94. "shasum": ""
  95. },
  96. "require": {
  97. "doctrine/lexer": "1.*",
  98. "ext-tokenizer": "*",
  99. "php": "^7.1 || ^8.0",
  100. "psr/cache": "^1 || ^2 || ^3"
  101. },
  102. "require-dev": {
  103. "doctrine/cache": "^1.11 || ^2.0",
  104. "doctrine/coding-standard": "^6.0 || ^8.1",
  105. "phpstan/phpstan": "^0.12.20",
  106. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  107. "symfony/cache": "^4.4 || ^5.2"
  108. },
  109. "type": "library",
  110. "autoload": {
  111. "psr-4": {
  112. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  113. }
  114. },
  115. "notification-url": "https://packagist.org/downloads/",
  116. "license": [
  117. "MIT"
  118. ],
  119. "authors": [
  120. {
  121. "name": "Guilherme Blanco",
  122. "email": "guilhermeblanco@gmail.com"
  123. },
  124. {
  125. "name": "Roman Borschel",
  126. "email": "roman@code-factory.org"
  127. },
  128. {
  129. "name": "Benjamin Eberlei",
  130. "email": "kontakt@beberlei.de"
  131. },
  132. {
  133. "name": "Jonathan Wage",
  134. "email": "jonwage@gmail.com"
  135. },
  136. {
  137. "name": "Johannes Schmitt",
  138. "email": "schmittjoh@gmail.com"
  139. }
  140. ],
  141. "description": "Docblock Annotations Parser",
  142. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  143. "keywords": [
  144. "annotations",
  145. "docblock",
  146. "parser"
  147. ],
  148. "support": {
  149. "issues": "https://github.com/doctrine/annotations/issues",
  150. "source": "https://github.com/doctrine/annotations/tree/1.13.2"
  151. },
  152. "time": "2021-08-05T19:00:23+00:00"
  153. },
  154. {
  155. "name": "doctrine/cache",
  156. "version": "2.1.1",
  157. "source": {
  158. "type": "git",
  159. "url": "https://github.com/doctrine/cache.git",
  160. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
  161. },
  162. "dist": {
  163. "type": "zip",
  164. "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
  165. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
  166. "shasum": ""
  167. },
  168. "require": {
  169. "php": "~7.1 || ^8.0"
  170. },
  171. "conflict": {
  172. "doctrine/common": ">2.2,<2.4"
  173. },
  174. "require-dev": {
  175. "alcaeus/mongo-php-adapter": "^1.1",
  176. "cache/integration-tests": "dev-master",
  177. "doctrine/coding-standard": "^8.0",
  178. "mongodb/mongodb": "^1.1",
  179. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  180. "predis/predis": "~1.0",
  181. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  182. "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
  183. "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
  184. },
  185. "suggest": {
  186. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  187. },
  188. "type": "library",
  189. "autoload": {
  190. "psr-4": {
  191. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  192. }
  193. },
  194. "notification-url": "https://packagist.org/downloads/",
  195. "license": [
  196. "MIT"
  197. ],
  198. "authors": [
  199. {
  200. "name": "Guilherme Blanco",
  201. "email": "guilhermeblanco@gmail.com"
  202. },
  203. {
  204. "name": "Roman Borschel",
  205. "email": "roman@code-factory.org"
  206. },
  207. {
  208. "name": "Benjamin Eberlei",
  209. "email": "kontakt@beberlei.de"
  210. },
  211. {
  212. "name": "Jonathan Wage",
  213. "email": "jonwage@gmail.com"
  214. },
  215. {
  216. "name": "Johannes Schmitt",
  217. "email": "schmittjoh@gmail.com"
  218. }
  219. ],
  220. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  221. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  222. "keywords": [
  223. "abstraction",
  224. "apcu",
  225. "cache",
  226. "caching",
  227. "couchdb",
  228. "memcached",
  229. "php",
  230. "redis",
  231. "xcache"
  232. ],
  233. "support": {
  234. "issues": "https://github.com/doctrine/cache/issues",
  235. "source": "https://github.com/doctrine/cache/tree/2.1.1"
  236. },
  237. "funding": [
  238. {
  239. "url": "https://www.doctrine-project.org/sponsorship.html",
  240. "type": "custom"
  241. },
  242. {
  243. "url": "https://www.patreon.com/phpdoctrine",
  244. "type": "patreon"
  245. },
  246. {
  247. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  248. "type": "tidelift"
  249. }
  250. ],
  251. "time": "2021-07-17T14:49:29+00:00"
  252. },
  253. {
  254. "name": "doctrine/collections",
  255. "version": "1.6.8",
  256. "source": {
  257. "type": "git",
  258. "url": "https://github.com/doctrine/collections.git",
  259. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
  260. },
  261. "dist": {
  262. "type": "zip",
  263. "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
  264. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
  265. "shasum": ""
  266. },
  267. "require": {
  268. "php": "^7.1.3 || ^8.0"
  269. },
  270. "require-dev": {
  271. "doctrine/coding-standard": "^9.0",
  272. "phpstan/phpstan": "^0.12",
  273. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  274. "vimeo/psalm": "^4.2.1"
  275. },
  276. "type": "library",
  277. "autoload": {
  278. "psr-4": {
  279. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  280. }
  281. },
  282. "notification-url": "https://packagist.org/downloads/",
  283. "license": [
  284. "MIT"
  285. ],
  286. "authors": [
  287. {
  288. "name": "Guilherme Blanco",
  289. "email": "guilhermeblanco@gmail.com"
  290. },
  291. {
  292. "name": "Roman Borschel",
  293. "email": "roman@code-factory.org"
  294. },
  295. {
  296. "name": "Benjamin Eberlei",
  297. "email": "kontakt@beberlei.de"
  298. },
  299. {
  300. "name": "Jonathan Wage",
  301. "email": "jonwage@gmail.com"
  302. },
  303. {
  304. "name": "Johannes Schmitt",
  305. "email": "schmittjoh@gmail.com"
  306. }
  307. ],
  308. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  309. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  310. "keywords": [
  311. "array",
  312. "collections",
  313. "iterators",
  314. "php"
  315. ],
  316. "support": {
  317. "issues": "https://github.com/doctrine/collections/issues",
  318. "source": "https://github.com/doctrine/collections/tree/1.6.8"
  319. },
  320. "time": "2021-08-10T18:51:53+00:00"
  321. },
  322. {
  323. "name": "doctrine/common",
  324. "version": "3.2.2",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/doctrine/common.git",
  328. "reference": "295082d3750987065912816a9d536c2df735f637"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/doctrine/common/zipball/295082d3750987065912816a9d536c2df735f637",
  333. "reference": "295082d3750987065912816a9d536c2df735f637",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "doctrine/persistence": "^2.0",
  338. "php": "^7.1 || ^8.0"
  339. },
  340. "require-dev": {
  341. "doctrine/coding-standard": "^9.0",
  342. "phpstan/phpstan": "^1.4.1",
  343. "phpstan/phpstan-phpunit": "^1",
  344. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  345. "squizlabs/php_codesniffer": "^3.0",
  346. "symfony/phpunit-bridge": "^4.0.5",
  347. "vimeo/psalm": "^4.4"
  348. },
  349. "type": "library",
  350. "autoload": {
  351. "psr-4": {
  352. "Doctrine\\Common\\": "lib/Doctrine/Common"
  353. }
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "MIT"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Guilherme Blanco",
  362. "email": "guilhermeblanco@gmail.com"
  363. },
  364. {
  365. "name": "Roman Borschel",
  366. "email": "roman@code-factory.org"
  367. },
  368. {
  369. "name": "Benjamin Eberlei",
  370. "email": "kontakt@beberlei.de"
  371. },
  372. {
  373. "name": "Jonathan Wage",
  374. "email": "jonwage@gmail.com"
  375. },
  376. {
  377. "name": "Johannes Schmitt",
  378. "email": "schmittjoh@gmail.com"
  379. },
  380. {
  381. "name": "Marco Pivetta",
  382. "email": "ocramius@gmail.com"
  383. }
  384. ],
  385. "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.",
  386. "homepage": "https://www.doctrine-project.org/projects/common.html",
  387. "keywords": [
  388. "common",
  389. "doctrine",
  390. "php"
  391. ],
  392. "support": {
  393. "issues": "https://github.com/doctrine/common/issues",
  394. "source": "https://github.com/doctrine/common/tree/3.2.2"
  395. },
  396. "funding": [
  397. {
  398. "url": "https://www.doctrine-project.org/sponsorship.html",
  399. "type": "custom"
  400. },
  401. {
  402. "url": "https://www.patreon.com/phpdoctrine",
  403. "type": "patreon"
  404. },
  405. {
  406. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  407. "type": "tidelift"
  408. }
  409. ],
  410. "time": "2022-02-02T09:15:57+00:00"
  411. },
  412. {
  413. "name": "doctrine/dbal",
  414. "version": "3.3.1",
  415. "source": {
  416. "type": "git",
  417. "url": "https://github.com/doctrine/dbal.git",
  418. "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2"
  419. },
  420. "dist": {
  421. "type": "zip",
  422. "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2",
  423. "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2",
  424. "shasum": ""
  425. },
  426. "require": {
  427. "composer-runtime-api": "^2",
  428. "doctrine/cache": "^1.11|^2.0",
  429. "doctrine/deprecations": "^0.5.3",
  430. "doctrine/event-manager": "^1.0",
  431. "php": "^7.3 || ^8.0",
  432. "psr/cache": "^1|^2|^3",
  433. "psr/log": "^1|^2|^3"
  434. },
  435. "require-dev": {
  436. "doctrine/coding-standard": "9.0.0",
  437. "jetbrains/phpstorm-stubs": "2021.1",
  438. "phpstan/phpstan": "1.4.0",
  439. "phpstan/phpstan-strict-rules": "^1.1",
  440. "phpunit/phpunit": "9.5.11",
  441. "psalm/plugin-phpunit": "0.16.1",
  442. "squizlabs/php_codesniffer": "3.6.2",
  443. "symfony/cache": "^5.2|^6.0",
  444. "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
  445. "vimeo/psalm": "4.16.1"
  446. },
  447. "suggest": {
  448. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  449. },
  450. "bin": [
  451. "bin/doctrine-dbal"
  452. ],
  453. "type": "library",
  454. "autoload": {
  455. "psr-4": {
  456. "Doctrine\\DBAL\\": "src"
  457. }
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "MIT"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Guilherme Blanco",
  466. "email": "guilhermeblanco@gmail.com"
  467. },
  468. {
  469. "name": "Roman Borschel",
  470. "email": "roman@code-factory.org"
  471. },
  472. {
  473. "name": "Benjamin Eberlei",
  474. "email": "kontakt@beberlei.de"
  475. },
  476. {
  477. "name": "Jonathan Wage",
  478. "email": "jonwage@gmail.com"
  479. }
  480. ],
  481. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  482. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  483. "keywords": [
  484. "abstraction",
  485. "database",
  486. "db2",
  487. "dbal",
  488. "mariadb",
  489. "mssql",
  490. "mysql",
  491. "oci8",
  492. "oracle",
  493. "pdo",
  494. "pgsql",
  495. "postgresql",
  496. "queryobject",
  497. "sasql",
  498. "sql",
  499. "sqlite",
  500. "sqlserver",
  501. "sqlsrv"
  502. ],
  503. "support": {
  504. "issues": "https://github.com/doctrine/dbal/issues",
  505. "source": "https://github.com/doctrine/dbal/tree/3.3.1"
  506. },
  507. "funding": [
  508. {
  509. "url": "https://www.doctrine-project.org/sponsorship.html",
  510. "type": "custom"
  511. },
  512. {
  513. "url": "https://www.patreon.com/phpdoctrine",
  514. "type": "patreon"
  515. },
  516. {
  517. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  518. "type": "tidelift"
  519. }
  520. ],
  521. "time": "2022-01-30T17:50:59+00:00"
  522. },
  523. {
  524. "name": "doctrine/deprecations",
  525. "version": "v0.5.3",
  526. "source": {
  527. "type": "git",
  528. "url": "https://github.com/doctrine/deprecations.git",
  529. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
  530. },
  531. "dist": {
  532. "type": "zip",
  533. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
  534. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
  535. "shasum": ""
  536. },
  537. "require": {
  538. "php": "^7.1|^8.0"
  539. },
  540. "require-dev": {
  541. "doctrine/coding-standard": "^6.0|^7.0|^8.0",
  542. "phpunit/phpunit": "^7.0|^8.0|^9.0",
  543. "psr/log": "^1.0"
  544. },
  545. "suggest": {
  546. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  547. },
  548. "type": "library",
  549. "autoload": {
  550. "psr-4": {
  551. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  552. }
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "MIT"
  557. ],
  558. "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.",
  559. "homepage": "https://www.doctrine-project.org/",
  560. "support": {
  561. "issues": "https://github.com/doctrine/deprecations/issues",
  562. "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
  563. },
  564. "time": "2021-03-21T12:59:47+00:00"
  565. },
  566. {
  567. "name": "doctrine/doctrine-bundle",
  568. "version": "2.5.5",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/doctrine/DoctrineBundle.git",
  572. "reference": "5c086cbbe5327937dd6f90da075f7d421b0f28bc"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5c086cbbe5327937dd6f90da075f7d421b0f28bc",
  577. "reference": "5c086cbbe5327937dd6f90da075f7d421b0f28bc",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "doctrine/annotations": "^1",
  582. "doctrine/cache": "^1.11 || ^2.0",
  583. "doctrine/dbal": "^2.13.1|^3.1",
  584. "doctrine/persistence": "^2.2",
  585. "doctrine/sql-formatter": "^1.0.1",
  586. "php": "^7.1 || ^8.0",
  587. "symfony/cache": "^4.3.3|^5.0|^6.0",
  588. "symfony/config": "^4.4.3|^5.0|^6.0",
  589. "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
  590. "symfony/dependency-injection": "^4.4.18|^5.0|^6.0",
  591. "symfony/deprecation-contracts": "^2.1|^3",
  592. "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
  593. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  594. "symfony/service-contracts": "^1.1.1|^2.0|^3"
  595. },
  596. "conflict": {
  597. "doctrine/orm": "<2.9",
  598. "twig/twig": "<1.34|>=2.0,<2.4"
  599. },
  600. "require-dev": {
  601. "doctrine/coding-standard": "^9.0",
  602. "doctrine/orm": "^2.9 || ^3.0",
  603. "friendsofphp/proxy-manager-lts": "^1.0",
  604. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
  605. "psalm/plugin-phpunit": "^0.16.1",
  606. "psalm/plugin-symfony": "^3",
  607. "symfony/phpunit-bridge": "^5.2|^6.0",
  608. "symfony/property-info": "^4.3.3|^5.0|^6.0",
  609. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
  610. "symfony/security-bundle": "^4.4|^5.0|^6.0",
  611. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
  612. "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
  613. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  614. "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
  615. "twig/twig": "^1.34|^2.12|^3.0",
  616. "vimeo/psalm": "^4.7"
  617. },
  618. "suggest": {
  619. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  620. "ext-pdo": "*",
  621. "symfony/web-profiler-bundle": "To use the data collector."
  622. },
  623. "type": "symfony-bundle",
  624. "autoload": {
  625. "psr-4": {
  626. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  627. }
  628. },
  629. "notification-url": "https://packagist.org/downloads/",
  630. "license": [
  631. "MIT"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Fabien Potencier",
  636. "email": "fabien@symfony.com"
  637. },
  638. {
  639. "name": "Benjamin Eberlei",
  640. "email": "kontakt@beberlei.de"
  641. },
  642. {
  643. "name": "Symfony Community",
  644. "homepage": "https://symfony.com/contributors"
  645. },
  646. {
  647. "name": "Doctrine Project",
  648. "homepage": "https://www.doctrine-project.org/"
  649. }
  650. ],
  651. "description": "Symfony DoctrineBundle",
  652. "homepage": "https://www.doctrine-project.org",
  653. "keywords": [
  654. "database",
  655. "dbal",
  656. "orm",
  657. "persistence"
  658. ],
  659. "support": {
  660. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  661. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.5"
  662. },
  663. "funding": [
  664. {
  665. "url": "https://www.doctrine-project.org/sponsorship.html",
  666. "type": "custom"
  667. },
  668. {
  669. "url": "https://www.patreon.com/phpdoctrine",
  670. "type": "patreon"
  671. },
  672. {
  673. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  674. "type": "tidelift"
  675. }
  676. ],
  677. "time": "2022-01-06T08:56:31+00:00"
  678. },
  679. {
  680. "name": "doctrine/doctrine-migrations-bundle",
  681. "version": "3.2.2",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  685. "reference": "3393f411ba25ade21969c33f2053220044854d01"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/3393f411ba25ade21969c33f2053220044854d01",
  690. "reference": "3393f411ba25ade21969c33f2053220044854d01",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "doctrine/doctrine-bundle": "~1.0|~2.0",
  695. "doctrine/migrations": "^3.2",
  696. "php": "^7.2|^8.0",
  697. "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
  698. },
  699. "require-dev": {
  700. "doctrine/coding-standard": "^8.0",
  701. "doctrine/orm": "^2.6",
  702. "doctrine/persistence": "^1.3||^2.0",
  703. "phpstan/phpstan": "^0.12",
  704. "phpstan/phpstan-deprecation-rules": "^0.12",
  705. "phpstan/phpstan-phpunit": "^0.12",
  706. "phpstan/phpstan-strict-rules": "^0.12",
  707. "phpunit/phpunit": "^8.0|^9.0",
  708. "vimeo/psalm": "^4.11"
  709. },
  710. "type": "symfony-bundle",
  711. "autoload": {
  712. "psr-4": {
  713. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  714. },
  715. "exclude-from-classmap": [
  716. "/Tests/"
  717. ]
  718. },
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "MIT"
  722. ],
  723. "authors": [
  724. {
  725. "name": "Fabien Potencier",
  726. "email": "fabien@symfony.com"
  727. },
  728. {
  729. "name": "Doctrine Project",
  730. "homepage": "https://www.doctrine-project.org"
  731. },
  732. {
  733. "name": "Symfony Community",
  734. "homepage": "https://symfony.com/contributors"
  735. }
  736. ],
  737. "description": "Symfony DoctrineMigrationsBundle",
  738. "homepage": "https://www.doctrine-project.org",
  739. "keywords": [
  740. "dbal",
  741. "migrations",
  742. "schema"
  743. ],
  744. "support": {
  745. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  746. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.2"
  747. },
  748. "funding": [
  749. {
  750. "url": "https://www.doctrine-project.org/sponsorship.html",
  751. "type": "custom"
  752. },
  753. {
  754. "url": "https://www.patreon.com/phpdoctrine",
  755. "type": "patreon"
  756. },
  757. {
  758. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  759. "type": "tidelift"
  760. }
  761. ],
  762. "time": "2022-02-01T18:08:07+00:00"
  763. },
  764. {
  765. "name": "doctrine/event-manager",
  766. "version": "1.1.1",
  767. "source": {
  768. "type": "git",
  769. "url": "https://github.com/doctrine/event-manager.git",
  770. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  771. },
  772. "dist": {
  773. "type": "zip",
  774. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  775. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  776. "shasum": ""
  777. },
  778. "require": {
  779. "php": "^7.1 || ^8.0"
  780. },
  781. "conflict": {
  782. "doctrine/common": "<2.9@dev"
  783. },
  784. "require-dev": {
  785. "doctrine/coding-standard": "^6.0",
  786. "phpunit/phpunit": "^7.0"
  787. },
  788. "type": "library",
  789. "extra": {
  790. "branch-alias": {
  791. "dev-master": "1.0.x-dev"
  792. }
  793. },
  794. "autoload": {
  795. "psr-4": {
  796. "Doctrine\\Common\\": "lib/Doctrine/Common"
  797. }
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "MIT"
  802. ],
  803. "authors": [
  804. {
  805. "name": "Guilherme Blanco",
  806. "email": "guilhermeblanco@gmail.com"
  807. },
  808. {
  809. "name": "Roman Borschel",
  810. "email": "roman@code-factory.org"
  811. },
  812. {
  813. "name": "Benjamin Eberlei",
  814. "email": "kontakt@beberlei.de"
  815. },
  816. {
  817. "name": "Jonathan Wage",
  818. "email": "jonwage@gmail.com"
  819. },
  820. {
  821. "name": "Johannes Schmitt",
  822. "email": "schmittjoh@gmail.com"
  823. },
  824. {
  825. "name": "Marco Pivetta",
  826. "email": "ocramius@gmail.com"
  827. }
  828. ],
  829. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  830. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  831. "keywords": [
  832. "event",
  833. "event dispatcher",
  834. "event manager",
  835. "event system",
  836. "events"
  837. ],
  838. "support": {
  839. "issues": "https://github.com/doctrine/event-manager/issues",
  840. "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
  841. },
  842. "funding": [
  843. {
  844. "url": "https://www.doctrine-project.org/sponsorship.html",
  845. "type": "custom"
  846. },
  847. {
  848. "url": "https://www.patreon.com/phpdoctrine",
  849. "type": "patreon"
  850. },
  851. {
  852. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  853. "type": "tidelift"
  854. }
  855. ],
  856. "time": "2020-05-29T18:28:51+00:00"
  857. },
  858. {
  859. "name": "doctrine/inflector",
  860. "version": "2.0.4",
  861. "source": {
  862. "type": "git",
  863. "url": "https://github.com/doctrine/inflector.git",
  864. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
  865. },
  866. "dist": {
  867. "type": "zip",
  868. "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  869. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  870. "shasum": ""
  871. },
  872. "require": {
  873. "php": "^7.2 || ^8.0"
  874. },
  875. "require-dev": {
  876. "doctrine/coding-standard": "^8.2",
  877. "phpstan/phpstan": "^0.12",
  878. "phpstan/phpstan-phpunit": "^0.12",
  879. "phpstan/phpstan-strict-rules": "^0.12",
  880. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  881. "vimeo/psalm": "^4.10"
  882. },
  883. "type": "library",
  884. "autoload": {
  885. "psr-4": {
  886. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  887. }
  888. },
  889. "notification-url": "https://packagist.org/downloads/",
  890. "license": [
  891. "MIT"
  892. ],
  893. "authors": [
  894. {
  895. "name": "Guilherme Blanco",
  896. "email": "guilhermeblanco@gmail.com"
  897. },
  898. {
  899. "name": "Roman Borschel",
  900. "email": "roman@code-factory.org"
  901. },
  902. {
  903. "name": "Benjamin Eberlei",
  904. "email": "kontakt@beberlei.de"
  905. },
  906. {
  907. "name": "Jonathan Wage",
  908. "email": "jonwage@gmail.com"
  909. },
  910. {
  911. "name": "Johannes Schmitt",
  912. "email": "schmittjoh@gmail.com"
  913. }
  914. ],
  915. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  916. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  917. "keywords": [
  918. "inflection",
  919. "inflector",
  920. "lowercase",
  921. "manipulation",
  922. "php",
  923. "plural",
  924. "singular",
  925. "strings",
  926. "uppercase",
  927. "words"
  928. ],
  929. "support": {
  930. "issues": "https://github.com/doctrine/inflector/issues",
  931. "source": "https://github.com/doctrine/inflector/tree/2.0.4"
  932. },
  933. "funding": [
  934. {
  935. "url": "https://www.doctrine-project.org/sponsorship.html",
  936. "type": "custom"
  937. },
  938. {
  939. "url": "https://www.patreon.com/phpdoctrine",
  940. "type": "patreon"
  941. },
  942. {
  943. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  944. "type": "tidelift"
  945. }
  946. ],
  947. "time": "2021-10-22T20:16:43+00:00"
  948. },
  949. {
  950. "name": "doctrine/instantiator",
  951. "version": "1.4.0",
  952. "source": {
  953. "type": "git",
  954. "url": "https://github.com/doctrine/instantiator.git",
  955. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  956. },
  957. "dist": {
  958. "type": "zip",
  959. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  960. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  961. "shasum": ""
  962. },
  963. "require": {
  964. "php": "^7.1 || ^8.0"
  965. },
  966. "require-dev": {
  967. "doctrine/coding-standard": "^8.0",
  968. "ext-pdo": "*",
  969. "ext-phar": "*",
  970. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  971. "phpstan/phpstan": "^0.12",
  972. "phpstan/phpstan-phpunit": "^0.12",
  973. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  974. },
  975. "type": "library",
  976. "autoload": {
  977. "psr-4": {
  978. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  979. }
  980. },
  981. "notification-url": "https://packagist.org/downloads/",
  982. "license": [
  983. "MIT"
  984. ],
  985. "authors": [
  986. {
  987. "name": "Marco Pivetta",
  988. "email": "ocramius@gmail.com",
  989. "homepage": "https://ocramius.github.io/"
  990. }
  991. ],
  992. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  993. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  994. "keywords": [
  995. "constructor",
  996. "instantiate"
  997. ],
  998. "support": {
  999. "issues": "https://github.com/doctrine/instantiator/issues",
  1000. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  1001. },
  1002. "funding": [
  1003. {
  1004. "url": "https://www.doctrine-project.org/sponsorship.html",
  1005. "type": "custom"
  1006. },
  1007. {
  1008. "url": "https://www.patreon.com/phpdoctrine",
  1009. "type": "patreon"
  1010. },
  1011. {
  1012. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  1013. "type": "tidelift"
  1014. }
  1015. ],
  1016. "time": "2020-11-10T18:47:58+00:00"
  1017. },
  1018. {
  1019. "name": "doctrine/lexer",
  1020. "version": "1.2.2",
  1021. "source": {
  1022. "type": "git",
  1023. "url": "https://github.com/doctrine/lexer.git",
  1024. "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
  1025. },
  1026. "dist": {
  1027. "type": "zip",
  1028. "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
  1029. "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
  1030. "shasum": ""
  1031. },
  1032. "require": {
  1033. "php": "^7.1 || ^8.0"
  1034. },
  1035. "require-dev": {
  1036. "doctrine/coding-standard": "^9.0",
  1037. "phpstan/phpstan": "1.3",
  1038. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1039. "vimeo/psalm": "^4.11"
  1040. },
  1041. "type": "library",
  1042. "autoload": {
  1043. "psr-4": {
  1044. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1045. }
  1046. },
  1047. "notification-url": "https://packagist.org/downloads/",
  1048. "license": [
  1049. "MIT"
  1050. ],
  1051. "authors": [
  1052. {
  1053. "name": "Guilherme Blanco",
  1054. "email": "guilhermeblanco@gmail.com"
  1055. },
  1056. {
  1057. "name": "Roman Borschel",
  1058. "email": "roman@code-factory.org"
  1059. },
  1060. {
  1061. "name": "Johannes Schmitt",
  1062. "email": "schmittjoh@gmail.com"
  1063. }
  1064. ],
  1065. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1066. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1067. "keywords": [
  1068. "annotations",
  1069. "docblock",
  1070. "lexer",
  1071. "parser",
  1072. "php"
  1073. ],
  1074. "support": {
  1075. "issues": "https://github.com/doctrine/lexer/issues",
  1076. "source": "https://github.com/doctrine/lexer/tree/1.2.2"
  1077. },
  1078. "funding": [
  1079. {
  1080. "url": "https://www.doctrine-project.org/sponsorship.html",
  1081. "type": "custom"
  1082. },
  1083. {
  1084. "url": "https://www.patreon.com/phpdoctrine",
  1085. "type": "patreon"
  1086. },
  1087. {
  1088. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1089. "type": "tidelift"
  1090. }
  1091. ],
  1092. "time": "2022-01-12T08:27:12+00:00"
  1093. },
  1094. {
  1095. "name": "doctrine/migrations",
  1096. "version": "3.4.1",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/doctrine/migrations.git",
  1100. "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/doctrine/migrations/zipball/e7df670aa9565b435ffec636cebdb4d0a1987f10",
  1105. "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10",
  1106. "shasum": ""
  1107. },
  1108. "require": {
  1109. "composer-runtime-api": "^2",
  1110. "doctrine/dbal": "^2.11 || ^3.0",
  1111. "doctrine/deprecations": "^0.5.3",
  1112. "doctrine/event-manager": "^1.0",
  1113. "friendsofphp/proxy-manager-lts": "^1.0",
  1114. "php": "^7.2 || ^8.0",
  1115. "psr/log": "^1.1.3 || ^2 || ^3",
  1116. "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0",
  1117. "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1118. },
  1119. "require-dev": {
  1120. "doctrine/coding-standard": "^8.0",
  1121. "doctrine/orm": "^2.6",
  1122. "doctrine/persistence": "^1.3 || ^2.0",
  1123. "doctrine/sql-formatter": "^1.0",
  1124. "ergebnis/composer-normalize": "^2.9",
  1125. "ext-pdo_sqlite": "*",
  1126. "phpstan/phpstan": "^0.12",
  1127. "phpstan/phpstan-deprecation-rules": "^0.12",
  1128. "phpstan/phpstan-phpunit": "^0.12",
  1129. "phpstan/phpstan-strict-rules": "^0.12",
  1130. "phpstan/phpstan-symfony": "^0.12",
  1131. "phpunit/phpunit": "^8.5 || ^9.4",
  1132. "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0",
  1133. "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1134. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1135. },
  1136. "suggest": {
  1137. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1138. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1139. },
  1140. "bin": [
  1141. "bin/doctrine-migrations"
  1142. ],
  1143. "type": "library",
  1144. "extra": {
  1145. "composer-normalize": {
  1146. "indent-size": 4,
  1147. "indent-style": "space"
  1148. }
  1149. },
  1150. "autoload": {
  1151. "psr-4": {
  1152. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1153. }
  1154. },
  1155. "notification-url": "https://packagist.org/downloads/",
  1156. "license": [
  1157. "MIT"
  1158. ],
  1159. "authors": [
  1160. {
  1161. "name": "Benjamin Eberlei",
  1162. "email": "kontakt@beberlei.de"
  1163. },
  1164. {
  1165. "name": "Jonathan Wage",
  1166. "email": "jonwage@gmail.com"
  1167. },
  1168. {
  1169. "name": "Michael Simonson",
  1170. "email": "contact@mikesimonson.com"
  1171. }
  1172. ],
  1173. "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.",
  1174. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1175. "keywords": [
  1176. "database",
  1177. "dbal",
  1178. "migrations"
  1179. ],
  1180. "support": {
  1181. "issues": "https://github.com/doctrine/migrations/issues",
  1182. "source": "https://github.com/doctrine/migrations/tree/3.4.1"
  1183. },
  1184. "funding": [
  1185. {
  1186. "url": "https://www.doctrine-project.org/sponsorship.html",
  1187. "type": "custom"
  1188. },
  1189. {
  1190. "url": "https://www.patreon.com/phpdoctrine",
  1191. "type": "patreon"
  1192. },
  1193. {
  1194. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  1195. "type": "tidelift"
  1196. }
  1197. ],
  1198. "time": "2022-01-28T21:58:35+00:00"
  1199. },
  1200. {
  1201. "name": "doctrine/orm",
  1202. "version": "2.11.1",
  1203. "source": {
  1204. "type": "git",
  1205. "url": "https://github.com/doctrine/orm.git",
  1206. "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6"
  1207. },
  1208. "dist": {
  1209. "type": "zip",
  1210. "url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
  1211. "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
  1212. "shasum": ""
  1213. },
  1214. "require": {
  1215. "composer-runtime-api": "^2",
  1216. "doctrine/cache": "^1.12.1 || ^2.1.1",
  1217. "doctrine/collections": "^1.5",
  1218. "doctrine/common": "^3.0.3",
  1219. "doctrine/dbal": "^2.13.1 || ^3.2",
  1220. "doctrine/deprecations": "^0.5.3",
  1221. "doctrine/event-manager": "^1.1",
  1222. "doctrine/inflector": "^1.4 || ^2.0",
  1223. "doctrine/instantiator": "^1.3",
  1224. "doctrine/lexer": "^1.0",
  1225. "doctrine/persistence": "^2.2",
  1226. "ext-ctype": "*",
  1227. "ext-pdo": "*",
  1228. "php": "^7.1 || ^8.0",
  1229. "psr/cache": "^1 || ^2 || ^3",
  1230. "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
  1231. "symfony/polyfill-php72": "^1.23",
  1232. "symfony/polyfill-php80": "^1.15"
  1233. },
  1234. "conflict": {
  1235. "doctrine/annotations": "<1.13 || >= 2.0"
  1236. },
  1237. "require-dev": {
  1238. "doctrine/annotations": "^1.13",
  1239. "doctrine/coding-standard": "^9.0",
  1240. "phpbench/phpbench": "^0.16.10 || ^1.0",
  1241. "phpstan/phpstan": "1.4.3",
  1242. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
  1243. "squizlabs/php_codesniffer": "3.6.2",
  1244. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  1245. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1246. "vimeo/psalm": "4.19.0"
  1247. },
  1248. "suggest": {
  1249. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
  1250. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1251. },
  1252. "bin": [
  1253. "bin/doctrine"
  1254. ],
  1255. "type": "library",
  1256. "autoload": {
  1257. "psr-4": {
  1258. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1259. }
  1260. },
  1261. "notification-url": "https://packagist.org/downloads/",
  1262. "license": [
  1263. "MIT"
  1264. ],
  1265. "authors": [
  1266. {
  1267. "name": "Guilherme Blanco",
  1268. "email": "guilhermeblanco@gmail.com"
  1269. },
  1270. {
  1271. "name": "Roman Borschel",
  1272. "email": "roman@code-factory.org"
  1273. },
  1274. {
  1275. "name": "Benjamin Eberlei",
  1276. "email": "kontakt@beberlei.de"
  1277. },
  1278. {
  1279. "name": "Jonathan Wage",
  1280. "email": "jonwage@gmail.com"
  1281. },
  1282. {
  1283. "name": "Marco Pivetta",
  1284. "email": "ocramius@gmail.com"
  1285. }
  1286. ],
  1287. "description": "Object-Relational-Mapper for PHP",
  1288. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1289. "keywords": [
  1290. "database",
  1291. "orm"
  1292. ],
  1293. "support": {
  1294. "issues": "https://github.com/doctrine/orm/issues",
  1295. "source": "https://github.com/doctrine/orm/tree/2.11.1"
  1296. },
  1297. "time": "2022-01-30T21:47:06+00:00"
  1298. },
  1299. {
  1300. "name": "doctrine/persistence",
  1301. "version": "2.3.0",
  1302. "source": {
  1303. "type": "git",
  1304. "url": "https://github.com/doctrine/persistence.git",
  1305. "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8"
  1306. },
  1307. "dist": {
  1308. "type": "zip",
  1309. "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8",
  1310. "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8",
  1311. "shasum": ""
  1312. },
  1313. "require": {
  1314. "doctrine/cache": "^1.11 || ^2.0",
  1315. "doctrine/collections": "^1.0",
  1316. "doctrine/deprecations": "^0.5.3",
  1317. "doctrine/event-manager": "^1.0",
  1318. "php": "^7.1 || ^8.0",
  1319. "psr/cache": "^1.0 || ^2.0 || ^3.0"
  1320. },
  1321. "conflict": {
  1322. "doctrine/annotations": "<1.0 || >=2.0",
  1323. "doctrine/common": "<2.10@dev"
  1324. },
  1325. "require-dev": {
  1326. "composer/package-versions-deprecated": "^1.11",
  1327. "doctrine/annotations": "^1.0",
  1328. "doctrine/coding-standard": "^6.0 || ^9.0",
  1329. "doctrine/common": "^3.0",
  1330. "phpstan/phpstan": "1.2.0",
  1331. "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
  1332. "symfony/cache": "^4.4 || ^5.0 || ^6.0",
  1333. "vimeo/psalm": "4.13.1"
  1334. },
  1335. "type": "library",
  1336. "autoload": {
  1337. "psr-4": {
  1338. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1339. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1340. }
  1341. },
  1342. "notification-url": "https://packagist.org/downloads/",
  1343. "license": [
  1344. "MIT"
  1345. ],
  1346. "authors": [
  1347. {
  1348. "name": "Guilherme Blanco",
  1349. "email": "guilhermeblanco@gmail.com"
  1350. },
  1351. {
  1352. "name": "Roman Borschel",
  1353. "email": "roman@code-factory.org"
  1354. },
  1355. {
  1356. "name": "Benjamin Eberlei",
  1357. "email": "kontakt@beberlei.de"
  1358. },
  1359. {
  1360. "name": "Jonathan Wage",
  1361. "email": "jonwage@gmail.com"
  1362. },
  1363. {
  1364. "name": "Johannes Schmitt",
  1365. "email": "schmittjoh@gmail.com"
  1366. },
  1367. {
  1368. "name": "Marco Pivetta",
  1369. "email": "ocramius@gmail.com"
  1370. }
  1371. ],
  1372. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1373. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1374. "keywords": [
  1375. "mapper",
  1376. "object",
  1377. "odm",
  1378. "orm",
  1379. "persistence"
  1380. ],
  1381. "support": {
  1382. "issues": "https://github.com/doctrine/persistence/issues",
  1383. "source": "https://github.com/doctrine/persistence/tree/2.3.0"
  1384. },
  1385. "time": "2022-01-09T19:58:46+00:00"
  1386. },
  1387. {
  1388. "name": "doctrine/sql-formatter",
  1389. "version": "1.1.2",
  1390. "source": {
  1391. "type": "git",
  1392. "url": "https://github.com/doctrine/sql-formatter.git",
  1393. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894"
  1394. },
  1395. "dist": {
  1396. "type": "zip",
  1397. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1398. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1399. "shasum": ""
  1400. },
  1401. "require": {
  1402. "php": "^7.1 || ^8.0"
  1403. },
  1404. "require-dev": {
  1405. "bamarni/composer-bin-plugin": "^1.4"
  1406. },
  1407. "bin": [
  1408. "bin/sql-formatter"
  1409. ],
  1410. "type": "library",
  1411. "autoload": {
  1412. "psr-4": {
  1413. "Doctrine\\SqlFormatter\\": "src"
  1414. }
  1415. },
  1416. "notification-url": "https://packagist.org/downloads/",
  1417. "license": [
  1418. "MIT"
  1419. ],
  1420. "authors": [
  1421. {
  1422. "name": "Jeremy Dorn",
  1423. "email": "jeremy@jeremydorn.com",
  1424. "homepage": "http://jeremydorn.com/"
  1425. }
  1426. ],
  1427. "description": "a PHP SQL highlighting library",
  1428. "homepage": "https://github.com/doctrine/sql-formatter/",
  1429. "keywords": [
  1430. "highlight",
  1431. "sql"
  1432. ],
  1433. "support": {
  1434. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1435. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.2"
  1436. },
  1437. "time": "2021-11-05T11:11:14+00:00"
  1438. },
  1439. {
  1440. "name": "dompdf/dompdf",
  1441. "version": "v1.1.1",
  1442. "source": {
  1443. "type": "git",
  1444. "url": "https://github.com/dompdf/dompdf.git",
  1445. "reference": "de4aad040737a89fae2129cdeb0f79c45513128d"
  1446. },
  1447. "dist": {
  1448. "type": "zip",
  1449. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d",
  1450. "reference": "de4aad040737a89fae2129cdeb0f79c45513128d",
  1451. "shasum": ""
  1452. },
  1453. "require": {
  1454. "ext-dom": "*",
  1455. "ext-mbstring": "*",
  1456. "phenx/php-font-lib": "^0.5.2",
  1457. "phenx/php-svg-lib": "^0.3.3",
  1458. "php": "^7.1 || ^8.0"
  1459. },
  1460. "require-dev": {
  1461. "mockery/mockery": "^1.3",
  1462. "phpunit/phpunit": "^7.5 || ^8 || ^9",
  1463. "squizlabs/php_codesniffer": "^3.5"
  1464. },
  1465. "suggest": {
  1466. "ext-gd": "Needed to process images",
  1467. "ext-gmagick": "Improves image processing performance",
  1468. "ext-imagick": "Improves image processing performance",
  1469. "ext-zlib": "Needed for pdf stream compression"
  1470. },
  1471. "type": "library",
  1472. "autoload": {
  1473. "psr-4": {
  1474. "Dompdf\\": "src/"
  1475. },
  1476. "classmap": [
  1477. "lib/"
  1478. ]
  1479. },
  1480. "notification-url": "https://packagist.org/downloads/",
  1481. "license": [
  1482. "LGPL-2.1"
  1483. ],
  1484. "authors": [
  1485. {
  1486. "name": "Fabien Ménager",
  1487. "email": "fabien.menager@gmail.com"
  1488. },
  1489. {
  1490. "name": "Brian Sweeney",
  1491. "email": "eclecticgeek@gmail.com"
  1492. },
  1493. {
  1494. "name": "Gabriel Bull",
  1495. "email": "me@gabrielbull.com"
  1496. }
  1497. ],
  1498. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  1499. "homepage": "https://github.com/dompdf/dompdf",
  1500. "support": {
  1501. "issues": "https://github.com/dompdf/dompdf/issues",
  1502. "source": "https://github.com/dompdf/dompdf/tree/v1.1.1"
  1503. },
  1504. "time": "2021-11-24T00:45:04+00:00"
  1505. },
  1506. {
  1507. "name": "egulias/email-validator",
  1508. "version": "3.1.2",
  1509. "source": {
  1510. "type": "git",
  1511. "url": "https://github.com/egulias/EmailValidator.git",
  1512. "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
  1513. },
  1514. "dist": {
  1515. "type": "zip",
  1516. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
  1517. "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
  1518. "shasum": ""
  1519. },
  1520. "require": {
  1521. "doctrine/lexer": "^1.2",
  1522. "php": ">=7.2",
  1523. "symfony/polyfill-intl-idn": "^1.15"
  1524. },
  1525. "require-dev": {
  1526. "php-coveralls/php-coveralls": "^2.2",
  1527. "phpunit/phpunit": "^8.5.8|^9.3.3",
  1528. "vimeo/psalm": "^4"
  1529. },
  1530. "suggest": {
  1531. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1532. },
  1533. "type": "library",
  1534. "extra": {
  1535. "branch-alias": {
  1536. "dev-master": "3.0.x-dev"
  1537. }
  1538. },
  1539. "autoload": {
  1540. "psr-4": {
  1541. "Egulias\\EmailValidator\\": "src"
  1542. }
  1543. },
  1544. "notification-url": "https://packagist.org/downloads/",
  1545. "license": [
  1546. "MIT"
  1547. ],
  1548. "authors": [
  1549. {
  1550. "name": "Eduardo Gulias Davis"
  1551. }
  1552. ],
  1553. "description": "A library for validating emails against several RFCs",
  1554. "homepage": "https://github.com/egulias/EmailValidator",
  1555. "keywords": [
  1556. "email",
  1557. "emailvalidation",
  1558. "emailvalidator",
  1559. "validation",
  1560. "validator"
  1561. ],
  1562. "support": {
  1563. "issues": "https://github.com/egulias/EmailValidator/issues",
  1564. "source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
  1565. },
  1566. "funding": [
  1567. {
  1568. "url": "https://github.com/egulias",
  1569. "type": "github"
  1570. }
  1571. ],
  1572. "time": "2021-10-11T09:18:27+00:00"
  1573. },
  1574. {
  1575. "name": "ezyang/htmlpurifier",
  1576. "version": "v4.16.0",
  1577. "source": {
  1578. "type": "git",
  1579. "url": "https://github.com/ezyang/htmlpurifier.git",
  1580. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
  1581. },
  1582. "dist": {
  1583. "type": "zip",
  1584. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  1585. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  1586. "shasum": ""
  1587. },
  1588. "require": {
  1589. "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"
  1590. },
  1591. "require-dev": {
  1592. "cerdic/css-tidy": "^1.7 || ^2.0",
  1593. "simpletest/simpletest": "dev-master"
  1594. },
  1595. "suggest": {
  1596. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  1597. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  1598. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  1599. "ext-tidy": "Used for pretty-printing HTML"
  1600. },
  1601. "type": "library",
  1602. "autoload": {
  1603. "files": [
  1604. "library/HTMLPurifier.composer.php"
  1605. ],
  1606. "psr-0": {
  1607. "HTMLPurifier": "library/"
  1608. },
  1609. "exclude-from-classmap": [
  1610. "/library/HTMLPurifier/Language/"
  1611. ]
  1612. },
  1613. "notification-url": "https://packagist.org/downloads/",
  1614. "license": [
  1615. "LGPL-2.1-or-later"
  1616. ],
  1617. "authors": [
  1618. {
  1619. "name": "Edward Z. Yang",
  1620. "email": "admin@htmlpurifier.org",
  1621. "homepage": "http://ezyang.com"
  1622. }
  1623. ],
  1624. "description": "Standards compliant HTML filter written in PHP",
  1625. "homepage": "http://htmlpurifier.org/",
  1626. "keywords": [
  1627. "html"
  1628. ],
  1629. "support": {
  1630. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  1631. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
  1632. },
  1633. "time": "2022-09-18T07:06:19+00:00"
  1634. },
  1635. {
  1636. "name": "friendsofphp/proxy-manager-lts",
  1637. "version": "v1.0.5",
  1638. "source": {
  1639. "type": "git",
  1640. "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
  1641. "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f"
  1642. },
  1643. "dist": {
  1644. "type": "zip",
  1645. "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f",
  1646. "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f",
  1647. "shasum": ""
  1648. },
  1649. "require": {
  1650. "laminas/laminas-code": "~3.4.1|^4.0",
  1651. "php": ">=7.1",
  1652. "symfony/filesystem": "^4.4.17|^5.0|^6.0"
  1653. },
  1654. "conflict": {
  1655. "laminas/laminas-stdlib": "<3.2.1",
  1656. "zendframework/zend-stdlib": "<3.2.1"
  1657. },
  1658. "replace": {
  1659. "ocramius/proxy-manager": "^2.1"
  1660. },
  1661. "require-dev": {
  1662. "ext-phar": "*",
  1663. "symfony/phpunit-bridge": "^5.2|^6.0"
  1664. },
  1665. "type": "library",
  1666. "extra": {
  1667. "thanks": {
  1668. "name": "ocramius/proxy-manager",
  1669. "url": "https://github.com/Ocramius/ProxyManager"
  1670. }
  1671. },
  1672. "autoload": {
  1673. "psr-4": {
  1674. "ProxyManager\\": "src/ProxyManager"
  1675. }
  1676. },
  1677. "notification-url": "https://packagist.org/downloads/",
  1678. "license": [
  1679. "MIT"
  1680. ],
  1681. "authors": [
  1682. {
  1683. "name": "Marco Pivetta",
  1684. "email": "ocramius@gmail.com",
  1685. "homepage": "http://ocramius.github.io/"
  1686. },
  1687. {
  1688. "name": "Nicolas Grekas",
  1689. "email": "p@tchwork.com"
  1690. }
  1691. ],
  1692. "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
  1693. "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
  1694. "keywords": [
  1695. "aop",
  1696. "lazy loading",
  1697. "proxy",
  1698. "proxy pattern",
  1699. "service proxies"
  1700. ],
  1701. "support": {
  1702. "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
  1703. "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.5"
  1704. },
  1705. "funding": [
  1706. {
  1707. "url": "https://github.com/Ocramius",
  1708. "type": "github"
  1709. },
  1710. {
  1711. "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
  1712. "type": "tidelift"
  1713. }
  1714. ],
  1715. "time": "2021-05-22T16:11:15+00:00"
  1716. },
  1717. {
  1718. "name": "laminas/laminas-code",
  1719. "version": "4.5.1",
  1720. "source": {
  1721. "type": "git",
  1722. "url": "https://github.com/laminas/laminas-code.git",
  1723. "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e"
  1724. },
  1725. "dist": {
  1726. "type": "zip",
  1727. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
  1728. "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
  1729. "shasum": ""
  1730. },
  1731. "require": {
  1732. "php": ">=7.4, <8.2"
  1733. },
  1734. "require-dev": {
  1735. "doctrine/annotations": "^1.13.2",
  1736. "ext-phar": "*",
  1737. "laminas/laminas-coding-standard": "^2.3.0",
  1738. "laminas/laminas-stdlib": "^3.6.1",
  1739. "phpunit/phpunit": "^9.5.10",
  1740. "psalm/plugin-phpunit": "^0.16.1",
  1741. "vimeo/psalm": "^4.13.1"
  1742. },
  1743. "suggest": {
  1744. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  1745. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  1746. },
  1747. "type": "library",
  1748. "autoload": {
  1749. "psr-4": {
  1750. "Laminas\\Code\\": "src/"
  1751. },
  1752. "files": [
  1753. "polyfill/ReflectionEnumPolyfill.php"
  1754. ]
  1755. },
  1756. "notification-url": "https://packagist.org/downloads/",
  1757. "license": [
  1758. "BSD-3-Clause"
  1759. ],
  1760. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  1761. "homepage": "https://laminas.dev",
  1762. "keywords": [
  1763. "code",
  1764. "laminas",
  1765. "laminasframework"
  1766. ],
  1767. "support": {
  1768. "chat": "https://laminas.dev/chat",
  1769. "docs": "https://docs.laminas.dev/laminas-code/",
  1770. "forum": "https://discourse.laminas.dev",
  1771. "issues": "https://github.com/laminas/laminas-code/issues",
  1772. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  1773. "source": "https://github.com/laminas/laminas-code"
  1774. },
  1775. "funding": [
  1776. {
  1777. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1778. "type": "community_bridge"
  1779. }
  1780. ],
  1781. "time": "2021-12-19T18:06:55+00:00"
  1782. },
  1783. {
  1784. "name": "maennchen/zipstream-php",
  1785. "version": "2.2.6",
  1786. "source": {
  1787. "type": "git",
  1788. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  1789. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
  1790. },
  1791. "dist": {
  1792. "type": "zip",
  1793. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  1794. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  1795. "shasum": ""
  1796. },
  1797. "require": {
  1798. "myclabs/php-enum": "^1.5",
  1799. "php": "^7.4 || ^8.0",
  1800. "psr/http-message": "^1.0",
  1801. "symfony/polyfill-mbstring": "^1.0"
  1802. },
  1803. "require-dev": {
  1804. "ext-zip": "*",
  1805. "friendsofphp/php-cs-fixer": "^3.9",
  1806. "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
  1807. "mikey179/vfsstream": "^1.6",
  1808. "php-coveralls/php-coveralls": "^2.4",
  1809. "phpunit/phpunit": "^8.5.8 || ^9.4.2",
  1810. "vimeo/psalm": "^4.1"
  1811. },
  1812. "type": "library",
  1813. "autoload": {
  1814. "psr-4": {
  1815. "ZipStream\\": "src/"
  1816. }
  1817. },
  1818. "notification-url": "https://packagist.org/downloads/",
  1819. "license": [
  1820. "MIT"
  1821. ],
  1822. "authors": [
  1823. {
  1824. "name": "Paul Duncan",
  1825. "email": "pabs@pablotron.org"
  1826. },
  1827. {
  1828. "name": "Jonatan Männchen",
  1829. "email": "jonatan@maennchen.ch"
  1830. },
  1831. {
  1832. "name": "Jesse Donat",
  1833. "email": "donatj@gmail.com"
  1834. },
  1835. {
  1836. "name": "András Kolesár",
  1837. "email": "kolesar@kolesar.hu"
  1838. }
  1839. ],
  1840. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  1841. "keywords": [
  1842. "stream",
  1843. "zip"
  1844. ],
  1845. "support": {
  1846. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  1847. "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
  1848. },
  1849. "funding": [
  1850. {
  1851. "url": "https://github.com/maennchen",
  1852. "type": "github"
  1853. },
  1854. {
  1855. "url": "https://opencollective.com/zipstream",
  1856. "type": "open_collective"
  1857. }
  1858. ],
  1859. "time": "2022-11-25T18:57:19+00:00"
  1860. },
  1861. {
  1862. "name": "markbaker/complex",
  1863. "version": "3.0.2",
  1864. "source": {
  1865. "type": "git",
  1866. "url": "https://github.com/MarkBaker/PHPComplex.git",
  1867. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  1868. },
  1869. "dist": {
  1870. "type": "zip",
  1871. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1872. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1873. "shasum": ""
  1874. },
  1875. "require": {
  1876. "php": "^7.2 || ^8.0"
  1877. },
  1878. "require-dev": {
  1879. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1880. "phpcompatibility/php-compatibility": "^9.3",
  1881. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1882. "squizlabs/php_codesniffer": "^3.7"
  1883. },
  1884. "type": "library",
  1885. "autoload": {
  1886. "psr-4": {
  1887. "Complex\\": "classes/src/"
  1888. }
  1889. },
  1890. "notification-url": "https://packagist.org/downloads/",
  1891. "license": [
  1892. "MIT"
  1893. ],
  1894. "authors": [
  1895. {
  1896. "name": "Mark Baker",
  1897. "email": "mark@lange.demon.co.uk"
  1898. }
  1899. ],
  1900. "description": "PHP Class for working with complex numbers",
  1901. "homepage": "https://github.com/MarkBaker/PHPComplex",
  1902. "keywords": [
  1903. "complex",
  1904. "mathematics"
  1905. ],
  1906. "support": {
  1907. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  1908. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  1909. },
  1910. "time": "2022-12-06T16:21:08+00:00"
  1911. },
  1912. {
  1913. "name": "markbaker/matrix",
  1914. "version": "3.0.1",
  1915. "source": {
  1916. "type": "git",
  1917. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  1918. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  1919. },
  1920. "dist": {
  1921. "type": "zip",
  1922. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  1923. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  1924. "shasum": ""
  1925. },
  1926. "require": {
  1927. "php": "^7.1 || ^8.0"
  1928. },
  1929. "require-dev": {
  1930. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1931. "phpcompatibility/php-compatibility": "^9.3",
  1932. "phpdocumentor/phpdocumentor": "2.*",
  1933. "phploc/phploc": "^4.0",
  1934. "phpmd/phpmd": "2.*",
  1935. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1936. "sebastian/phpcpd": "^4.0",
  1937. "squizlabs/php_codesniffer": "^3.7"
  1938. },
  1939. "type": "library",
  1940. "autoload": {
  1941. "psr-4": {
  1942. "Matrix\\": "classes/src/"
  1943. }
  1944. },
  1945. "notification-url": "https://packagist.org/downloads/",
  1946. "license": [
  1947. "MIT"
  1948. ],
  1949. "authors": [
  1950. {
  1951. "name": "Mark Baker",
  1952. "email": "mark@demon-angel.eu"
  1953. }
  1954. ],
  1955. "description": "PHP Class for working with matrices",
  1956. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  1957. "keywords": [
  1958. "mathematics",
  1959. "matrix",
  1960. "vector"
  1961. ],
  1962. "support": {
  1963. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  1964. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  1965. },
  1966. "time": "2022-12-02T22:17:43+00:00"
  1967. },
  1968. {
  1969. "name": "monolog/monolog",
  1970. "version": "2.3.5",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/Seldaek/monolog.git",
  1974. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
  1979. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
  1980. "shasum": ""
  1981. },
  1982. "require": {
  1983. "php": ">=7.2",
  1984. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  1985. },
  1986. "provide": {
  1987. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  1988. },
  1989. "require-dev": {
  1990. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1991. "doctrine/couchdb": "~1.0@dev",
  1992. "elasticsearch/elasticsearch": "^7",
  1993. "graylog2/gelf-php": "^1.4.2",
  1994. "mongodb/mongodb": "^1.8",
  1995. "php-amqplib/php-amqplib": "~2.4 || ^3",
  1996. "php-console/php-console": "^3.1.3",
  1997. "phpspec/prophecy": "^1.6.1",
  1998. "phpstan/phpstan": "^0.12.91",
  1999. "phpunit/phpunit": "^8.5",
  2000. "predis/predis": "^1.1",
  2001. "rollbar/rollbar": "^1.3",
  2002. "ruflin/elastica": ">=0.90@dev",
  2003. "swiftmailer/swiftmailer": "^5.3|^6.0"
  2004. },
  2005. "suggest": {
  2006. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2007. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2008. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  2009. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2010. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  2011. "ext-mbstring": "Allow to work properly with unicode symbols",
  2012. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  2013. "ext-openssl": "Required to send log messages using SSL",
  2014. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  2015. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2016. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  2017. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2018. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2019. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2020. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2021. },
  2022. "type": "library",
  2023. "extra": {
  2024. "branch-alias": {
  2025. "dev-main": "2.x-dev"
  2026. }
  2027. },
  2028. "autoload": {
  2029. "psr-4": {
  2030. "Monolog\\": "src/Monolog"
  2031. }
  2032. },
  2033. "notification-url": "https://packagist.org/downloads/",
  2034. "license": [
  2035. "MIT"
  2036. ],
  2037. "authors": [
  2038. {
  2039. "name": "Jordi Boggiano",
  2040. "email": "j.boggiano@seld.be",
  2041. "homepage": "https://seld.be"
  2042. }
  2043. ],
  2044. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2045. "homepage": "https://github.com/Seldaek/monolog",
  2046. "keywords": [
  2047. "log",
  2048. "logging",
  2049. "psr-3"
  2050. ],
  2051. "support": {
  2052. "issues": "https://github.com/Seldaek/monolog/issues",
  2053. "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
  2054. },
  2055. "funding": [
  2056. {
  2057. "url": "https://github.com/Seldaek",
  2058. "type": "github"
  2059. },
  2060. {
  2061. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  2062. "type": "tidelift"
  2063. }
  2064. ],
  2065. "time": "2021-10-01T21:08:31+00:00"
  2066. },
  2067. {
  2068. "name": "myclabs/php-enum",
  2069. "version": "1.8.4",
  2070. "source": {
  2071. "type": "git",
  2072. "url": "https://github.com/myclabs/php-enum.git",
  2073. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
  2074. },
  2075. "dist": {
  2076. "type": "zip",
  2077. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
  2078. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
  2079. "shasum": ""
  2080. },
  2081. "require": {
  2082. "ext-json": "*",
  2083. "php": "^7.3 || ^8.0"
  2084. },
  2085. "require-dev": {
  2086. "phpunit/phpunit": "^9.5",
  2087. "squizlabs/php_codesniffer": "1.*",
  2088. "vimeo/psalm": "^4.6.2"
  2089. },
  2090. "type": "library",
  2091. "autoload": {
  2092. "psr-4": {
  2093. "MyCLabs\\Enum\\": "src/"
  2094. },
  2095. "classmap": [
  2096. "stubs/Stringable.php"
  2097. ]
  2098. },
  2099. "notification-url": "https://packagist.org/downloads/",
  2100. "license": [
  2101. "MIT"
  2102. ],
  2103. "authors": [
  2104. {
  2105. "name": "PHP Enum contributors",
  2106. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  2107. }
  2108. ],
  2109. "description": "PHP Enum implementation",
  2110. "homepage": "http://github.com/myclabs/php-enum",
  2111. "keywords": [
  2112. "enum"
  2113. ],
  2114. "support": {
  2115. "issues": "https://github.com/myclabs/php-enum/issues",
  2116. "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
  2117. },
  2118. "funding": [
  2119. {
  2120. "url": "https://github.com/mnapoli",
  2121. "type": "github"
  2122. },
  2123. {
  2124. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  2125. "type": "tidelift"
  2126. }
  2127. ],
  2128. "time": "2022-08-04T09:53:51+00:00"
  2129. },
  2130. {
  2131. "name": "phenx/php-font-lib",
  2132. "version": "0.5.4",
  2133. "source": {
  2134. "type": "git",
  2135. "url": "https://github.com/dompdf/php-font-lib.git",
  2136. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
  2137. },
  2138. "dist": {
  2139. "type": "zip",
  2140. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
  2141. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
  2142. "shasum": ""
  2143. },
  2144. "require": {
  2145. "ext-mbstring": "*"
  2146. },
  2147. "require-dev": {
  2148. "symfony/phpunit-bridge": "^3 || ^4 || ^5"
  2149. },
  2150. "type": "library",
  2151. "autoload": {
  2152. "psr-4": {
  2153. "FontLib\\": "src/FontLib"
  2154. }
  2155. },
  2156. "notification-url": "https://packagist.org/downloads/",
  2157. "license": [
  2158. "LGPL-3.0"
  2159. ],
  2160. "authors": [
  2161. {
  2162. "name": "Fabien Ménager",
  2163. "email": "fabien.menager@gmail.com"
  2164. }
  2165. ],
  2166. "description": "A library to read, parse, export and make subsets of different types of font files.",
  2167. "homepage": "https://github.com/PhenX/php-font-lib",
  2168. "support": {
  2169. "issues": "https://github.com/dompdf/php-font-lib/issues",
  2170. "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
  2171. },
  2172. "time": "2021-12-17T19:44:54+00:00"
  2173. },
  2174. {
  2175. "name": "phenx/php-svg-lib",
  2176. "version": "0.3.4",
  2177. "source": {
  2178. "type": "git",
  2179. "url": "https://github.com/PhenX/php-svg-lib.git",
  2180. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
  2181. },
  2182. "dist": {
  2183. "type": "zip",
  2184. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  2185. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  2186. "shasum": ""
  2187. },
  2188. "require": {
  2189. "php": "^7.4 || ^8.0",
  2190. "sabberworm/php-css-parser": "^8.3"
  2191. },
  2192. "require-dev": {
  2193. "phpunit/phpunit": "^9.5"
  2194. },
  2195. "type": "library",
  2196. "autoload": {
  2197. "psr-4": {
  2198. "Svg\\": "src/Svg"
  2199. }
  2200. },
  2201. "notification-url": "https://packagist.org/downloads/",
  2202. "license": [
  2203. "LGPL-3.0"
  2204. ],
  2205. "authors": [
  2206. {
  2207. "name": "Fabien Ménager",
  2208. "email": "fabien.menager@gmail.com"
  2209. }
  2210. ],
  2211. "description": "A library to read, parse and export to PDF SVG files.",
  2212. "homepage": "https://github.com/PhenX/php-svg-lib",
  2213. "support": {
  2214. "issues": "https://github.com/PhenX/php-svg-lib/issues",
  2215. "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
  2216. },
  2217. "time": "2021-10-18T02:13:32+00:00"
  2218. },
  2219. {
  2220. "name": "phpdocumentor/reflection-common",
  2221. "version": "2.2.0",
  2222. "source": {
  2223. "type": "git",
  2224. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2225. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  2226. },
  2227. "dist": {
  2228. "type": "zip",
  2229. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  2230. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  2231. "shasum": ""
  2232. },
  2233. "require": {
  2234. "php": "^7.2 || ^8.0"
  2235. },
  2236. "type": "library",
  2237. "extra": {
  2238. "branch-alias": {
  2239. "dev-2.x": "2.x-dev"
  2240. }
  2241. },
  2242. "autoload": {
  2243. "psr-4": {
  2244. "phpDocumentor\\Reflection\\": "src/"
  2245. }
  2246. },
  2247. "notification-url": "https://packagist.org/downloads/",
  2248. "license": [
  2249. "MIT"
  2250. ],
  2251. "authors": [
  2252. {
  2253. "name": "Jaap van Otterdijk",
  2254. "email": "opensource@ijaap.nl"
  2255. }
  2256. ],
  2257. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2258. "homepage": "http://www.phpdoc.org",
  2259. "keywords": [
  2260. "FQSEN",
  2261. "phpDocumentor",
  2262. "phpdoc",
  2263. "reflection",
  2264. "static analysis"
  2265. ],
  2266. "support": {
  2267. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  2268. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  2269. },
  2270. "time": "2020-06-27T09:03:43+00:00"
  2271. },
  2272. {
  2273. "name": "phpdocumentor/reflection-docblock",
  2274. "version": "5.3.0",
  2275. "source": {
  2276. "type": "git",
  2277. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2278. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  2279. },
  2280. "dist": {
  2281. "type": "zip",
  2282. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  2283. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  2284. "shasum": ""
  2285. },
  2286. "require": {
  2287. "ext-filter": "*",
  2288. "php": "^7.2 || ^8.0",
  2289. "phpdocumentor/reflection-common": "^2.2",
  2290. "phpdocumentor/type-resolver": "^1.3",
  2291. "webmozart/assert": "^1.9.1"
  2292. },
  2293. "require-dev": {
  2294. "mockery/mockery": "~1.3.2",
  2295. "psalm/phar": "^4.8"
  2296. },
  2297. "type": "library",
  2298. "extra": {
  2299. "branch-alias": {
  2300. "dev-master": "5.x-dev"
  2301. }
  2302. },
  2303. "autoload": {
  2304. "psr-4": {
  2305. "phpDocumentor\\Reflection\\": "src"
  2306. }
  2307. },
  2308. "notification-url": "https://packagist.org/downloads/",
  2309. "license": [
  2310. "MIT"
  2311. ],
  2312. "authors": [
  2313. {
  2314. "name": "Mike van Riel",
  2315. "email": "me@mikevanriel.com"
  2316. },
  2317. {
  2318. "name": "Jaap van Otterdijk",
  2319. "email": "account@ijaap.nl"
  2320. }
  2321. ],
  2322. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2323. "support": {
  2324. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  2325. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  2326. },
  2327. "time": "2021-10-19T17:43:47+00:00"
  2328. },
  2329. {
  2330. "name": "phpdocumentor/type-resolver",
  2331. "version": "1.6.0",
  2332. "source": {
  2333. "type": "git",
  2334. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2335. "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
  2336. },
  2337. "dist": {
  2338. "type": "zip",
  2339. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
  2340. "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
  2341. "shasum": ""
  2342. },
  2343. "require": {
  2344. "php": "^7.2 || ^8.0",
  2345. "phpdocumentor/reflection-common": "^2.0"
  2346. },
  2347. "require-dev": {
  2348. "ext-tokenizer": "*",
  2349. "psalm/phar": "^4.8"
  2350. },
  2351. "type": "library",
  2352. "extra": {
  2353. "branch-alias": {
  2354. "dev-1.x": "1.x-dev"
  2355. }
  2356. },
  2357. "autoload": {
  2358. "psr-4": {
  2359. "phpDocumentor\\Reflection\\": "src"
  2360. }
  2361. },
  2362. "notification-url": "https://packagist.org/downloads/",
  2363. "license": [
  2364. "MIT"
  2365. ],
  2366. "authors": [
  2367. {
  2368. "name": "Mike van Riel",
  2369. "email": "me@mikevanriel.com"
  2370. }
  2371. ],
  2372. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  2373. "support": {
  2374. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  2375. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
  2376. },
  2377. "time": "2022-01-04T19:58:01+00:00"
  2378. },
  2379. {
  2380. "name": "phpoffice/phpspreadsheet",
  2381. "version": "1.29.0",
  2382. "source": {
  2383. "type": "git",
  2384. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  2385. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
  2386. },
  2387. "dist": {
  2388. "type": "zip",
  2389. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  2390. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  2391. "shasum": ""
  2392. },
  2393. "require": {
  2394. "ext-ctype": "*",
  2395. "ext-dom": "*",
  2396. "ext-fileinfo": "*",
  2397. "ext-gd": "*",
  2398. "ext-iconv": "*",
  2399. "ext-libxml": "*",
  2400. "ext-mbstring": "*",
  2401. "ext-simplexml": "*",
  2402. "ext-xml": "*",
  2403. "ext-xmlreader": "*",
  2404. "ext-xmlwriter": "*",
  2405. "ext-zip": "*",
  2406. "ext-zlib": "*",
  2407. "ezyang/htmlpurifier": "^4.15",
  2408. "maennchen/zipstream-php": "^2.1 || ^3.0",
  2409. "markbaker/complex": "^3.0",
  2410. "markbaker/matrix": "^3.0",
  2411. "php": "^7.4 || ^8.0",
  2412. "psr/http-client": "^1.0",
  2413. "psr/http-factory": "^1.0",
  2414. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  2415. },
  2416. "require-dev": {
  2417. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  2418. "dompdf/dompdf": "^1.0 || ^2.0",
  2419. "friendsofphp/php-cs-fixer": "^3.2",
  2420. "mitoteam/jpgraph": "^10.3",
  2421. "mpdf/mpdf": "^8.1.1",
  2422. "phpcompatibility/php-compatibility": "^9.3",
  2423. "phpstan/phpstan": "^1.1",
  2424. "phpstan/phpstan-phpunit": "^1.0",
  2425. "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
  2426. "squizlabs/php_codesniffer": "^3.7",
  2427. "tecnickcom/tcpdf": "^6.5"
  2428. },
  2429. "suggest": {
  2430. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  2431. "ext-intl": "PHP Internationalization Functions",
  2432. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  2433. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  2434. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  2435. },
  2436. "type": "library",
  2437. "autoload": {
  2438. "psr-4": {
  2439. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  2440. }
  2441. },
  2442. "notification-url": "https://packagist.org/downloads/",
  2443. "license": [
  2444. "MIT"
  2445. ],
  2446. "authors": [
  2447. {
  2448. "name": "Maarten Balliauw",
  2449. "homepage": "https://blog.maartenballiauw.be"
  2450. },
  2451. {
  2452. "name": "Mark Baker",
  2453. "homepage": "https://markbakeruk.net"
  2454. },
  2455. {
  2456. "name": "Franck Lefevre",
  2457. "homepage": "https://rootslabs.net"
  2458. },
  2459. {
  2460. "name": "Erik Tilt"
  2461. },
  2462. {
  2463. "name": "Adrien Crivelli"
  2464. }
  2465. ],
  2466. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  2467. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  2468. "keywords": [
  2469. "OpenXML",
  2470. "excel",
  2471. "gnumeric",
  2472. "ods",
  2473. "php",
  2474. "spreadsheet",
  2475. "xls",
  2476. "xlsx"
  2477. ],
  2478. "support": {
  2479. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  2480. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
  2481. },
  2482. "time": "2023-06-14T22:48:31+00:00"
  2483. },
  2484. {
  2485. "name": "psr/cache",
  2486. "version": "1.0.1",
  2487. "source": {
  2488. "type": "git",
  2489. "url": "https://github.com/php-fig/cache.git",
  2490. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  2491. },
  2492. "dist": {
  2493. "type": "zip",
  2494. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  2495. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  2496. "shasum": ""
  2497. },
  2498. "require": {
  2499. "php": ">=5.3.0"
  2500. },
  2501. "type": "library",
  2502. "extra": {
  2503. "branch-alias": {
  2504. "dev-master": "1.0.x-dev"
  2505. }
  2506. },
  2507. "autoload": {
  2508. "psr-4": {
  2509. "Psr\\Cache\\": "src/"
  2510. }
  2511. },
  2512. "notification-url": "https://packagist.org/downloads/",
  2513. "license": [
  2514. "MIT"
  2515. ],
  2516. "authors": [
  2517. {
  2518. "name": "PHP-FIG",
  2519. "homepage": "http://www.php-fig.org/"
  2520. }
  2521. ],
  2522. "description": "Common interface for caching libraries",
  2523. "keywords": [
  2524. "cache",
  2525. "psr",
  2526. "psr-6"
  2527. ],
  2528. "support": {
  2529. "source": "https://github.com/php-fig/cache/tree/master"
  2530. },
  2531. "time": "2016-08-06T20:24:11+00:00"
  2532. },
  2533. {
  2534. "name": "psr/container",
  2535. "version": "1.1.2",
  2536. "source": {
  2537. "type": "git",
  2538. "url": "https://github.com/php-fig/container.git",
  2539. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  2540. },
  2541. "dist": {
  2542. "type": "zip",
  2543. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  2544. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  2545. "shasum": ""
  2546. },
  2547. "require": {
  2548. "php": ">=7.4.0"
  2549. },
  2550. "type": "library",
  2551. "autoload": {
  2552. "psr-4": {
  2553. "Psr\\Container\\": "src/"
  2554. }
  2555. },
  2556. "notification-url": "https://packagist.org/downloads/",
  2557. "license": [
  2558. "MIT"
  2559. ],
  2560. "authors": [
  2561. {
  2562. "name": "PHP-FIG",
  2563. "homepage": "https://www.php-fig.org/"
  2564. }
  2565. ],
  2566. "description": "Common Container Interface (PHP FIG PSR-11)",
  2567. "homepage": "https://github.com/php-fig/container",
  2568. "keywords": [
  2569. "PSR-11",
  2570. "container",
  2571. "container-interface",
  2572. "container-interop",
  2573. "psr"
  2574. ],
  2575. "support": {
  2576. "issues": "https://github.com/php-fig/container/issues",
  2577. "source": "https://github.com/php-fig/container/tree/1.1.2"
  2578. },
  2579. "time": "2021-11-05T16:50:12+00:00"
  2580. },
  2581. {
  2582. "name": "psr/event-dispatcher",
  2583. "version": "1.0.0",
  2584. "source": {
  2585. "type": "git",
  2586. "url": "https://github.com/php-fig/event-dispatcher.git",
  2587. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2588. },
  2589. "dist": {
  2590. "type": "zip",
  2591. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2592. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2593. "shasum": ""
  2594. },
  2595. "require": {
  2596. "php": ">=7.2.0"
  2597. },
  2598. "type": "library",
  2599. "extra": {
  2600. "branch-alias": {
  2601. "dev-master": "1.0.x-dev"
  2602. }
  2603. },
  2604. "autoload": {
  2605. "psr-4": {
  2606. "Psr\\EventDispatcher\\": "src/"
  2607. }
  2608. },
  2609. "notification-url": "https://packagist.org/downloads/",
  2610. "license": [
  2611. "MIT"
  2612. ],
  2613. "authors": [
  2614. {
  2615. "name": "PHP-FIG",
  2616. "homepage": "http://www.php-fig.org/"
  2617. }
  2618. ],
  2619. "description": "Standard interfaces for event handling.",
  2620. "keywords": [
  2621. "events",
  2622. "psr",
  2623. "psr-14"
  2624. ],
  2625. "support": {
  2626. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2627. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2628. },
  2629. "time": "2019-01-08T18:20:26+00:00"
  2630. },
  2631. {
  2632. "name": "psr/http-client",
  2633. "version": "1.0.2",
  2634. "source": {
  2635. "type": "git",
  2636. "url": "https://github.com/php-fig/http-client.git",
  2637. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  2638. },
  2639. "dist": {
  2640. "type": "zip",
  2641. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2642. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2643. "shasum": ""
  2644. },
  2645. "require": {
  2646. "php": "^7.0 || ^8.0",
  2647. "psr/http-message": "^1.0 || ^2.0"
  2648. },
  2649. "type": "library",
  2650. "extra": {
  2651. "branch-alias": {
  2652. "dev-master": "1.0.x-dev"
  2653. }
  2654. },
  2655. "autoload": {
  2656. "psr-4": {
  2657. "Psr\\Http\\Client\\": "src/"
  2658. }
  2659. },
  2660. "notification-url": "https://packagist.org/downloads/",
  2661. "license": [
  2662. "MIT"
  2663. ],
  2664. "authors": [
  2665. {
  2666. "name": "PHP-FIG",
  2667. "homepage": "https://www.php-fig.org/"
  2668. }
  2669. ],
  2670. "description": "Common interface for HTTP clients",
  2671. "homepage": "https://github.com/php-fig/http-client",
  2672. "keywords": [
  2673. "http",
  2674. "http-client",
  2675. "psr",
  2676. "psr-18"
  2677. ],
  2678. "support": {
  2679. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  2680. },
  2681. "time": "2023-04-10T20:12:12+00:00"
  2682. },
  2683. {
  2684. "name": "psr/http-factory",
  2685. "version": "1.0.2",
  2686. "source": {
  2687. "type": "git",
  2688. "url": "https://github.com/php-fig/http-factory.git",
  2689. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  2690. },
  2691. "dist": {
  2692. "type": "zip",
  2693. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  2694. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  2695. "shasum": ""
  2696. },
  2697. "require": {
  2698. "php": ">=7.0.0",
  2699. "psr/http-message": "^1.0 || ^2.0"
  2700. },
  2701. "type": "library",
  2702. "extra": {
  2703. "branch-alias": {
  2704. "dev-master": "1.0.x-dev"
  2705. }
  2706. },
  2707. "autoload": {
  2708. "psr-4": {
  2709. "Psr\\Http\\Message\\": "src/"
  2710. }
  2711. },
  2712. "notification-url": "https://packagist.org/downloads/",
  2713. "license": [
  2714. "MIT"
  2715. ],
  2716. "authors": [
  2717. {
  2718. "name": "PHP-FIG",
  2719. "homepage": "https://www.php-fig.org/"
  2720. }
  2721. ],
  2722. "description": "Common interfaces for PSR-7 HTTP message factories",
  2723. "keywords": [
  2724. "factory",
  2725. "http",
  2726. "message",
  2727. "psr",
  2728. "psr-17",
  2729. "psr-7",
  2730. "request",
  2731. "response"
  2732. ],
  2733. "support": {
  2734. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  2735. },
  2736. "time": "2023-04-10T20:10:41+00:00"
  2737. },
  2738. {
  2739. "name": "psr/http-message",
  2740. "version": "1.1",
  2741. "source": {
  2742. "type": "git",
  2743. "url": "https://github.com/php-fig/http-message.git",
  2744. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  2745. },
  2746. "dist": {
  2747. "type": "zip",
  2748. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2749. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2750. "shasum": ""
  2751. },
  2752. "require": {
  2753. "php": "^7.2 || ^8.0"
  2754. },
  2755. "type": "library",
  2756. "extra": {
  2757. "branch-alias": {
  2758. "dev-master": "1.1.x-dev"
  2759. }
  2760. },
  2761. "autoload": {
  2762. "psr-4": {
  2763. "Psr\\Http\\Message\\": "src/"
  2764. }
  2765. },
  2766. "notification-url": "https://packagist.org/downloads/",
  2767. "license": [
  2768. "MIT"
  2769. ],
  2770. "authors": [
  2771. {
  2772. "name": "PHP-FIG",
  2773. "homepage": "http://www.php-fig.org/"
  2774. }
  2775. ],
  2776. "description": "Common interface for HTTP messages",
  2777. "homepage": "https://github.com/php-fig/http-message",
  2778. "keywords": [
  2779. "http",
  2780. "http-message",
  2781. "psr",
  2782. "psr-7",
  2783. "request",
  2784. "response"
  2785. ],
  2786. "support": {
  2787. "source": "https://github.com/php-fig/http-message/tree/1.1"
  2788. },
  2789. "time": "2023-04-04T09:50:52+00:00"
  2790. },
  2791. {
  2792. "name": "psr/link",
  2793. "version": "1.0.0",
  2794. "source": {
  2795. "type": "git",
  2796. "url": "https://github.com/php-fig/link.git",
  2797. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
  2798. },
  2799. "dist": {
  2800. "type": "zip",
  2801. "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
  2802. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
  2803. "shasum": ""
  2804. },
  2805. "require": {
  2806. "php": ">=5.3.0"
  2807. },
  2808. "type": "library",
  2809. "extra": {
  2810. "branch-alias": {
  2811. "dev-master": "1.0.x-dev"
  2812. }
  2813. },
  2814. "autoload": {
  2815. "psr-4": {
  2816. "Psr\\Link\\": "src/"
  2817. }
  2818. },
  2819. "notification-url": "https://packagist.org/downloads/",
  2820. "license": [
  2821. "MIT"
  2822. ],
  2823. "authors": [
  2824. {
  2825. "name": "PHP-FIG",
  2826. "homepage": "http://www.php-fig.org/"
  2827. }
  2828. ],
  2829. "description": "Common interfaces for HTTP links",
  2830. "keywords": [
  2831. "http",
  2832. "http-link",
  2833. "link",
  2834. "psr",
  2835. "psr-13",
  2836. "rest"
  2837. ],
  2838. "support": {
  2839. "source": "https://github.com/php-fig/link/tree/master"
  2840. },
  2841. "time": "2016-10-28T16:06:13+00:00"
  2842. },
  2843. {
  2844. "name": "psr/log",
  2845. "version": "1.1.4",
  2846. "source": {
  2847. "type": "git",
  2848. "url": "https://github.com/php-fig/log.git",
  2849. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  2850. },
  2851. "dist": {
  2852. "type": "zip",
  2853. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  2854. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  2855. "shasum": ""
  2856. },
  2857. "require": {
  2858. "php": ">=5.3.0"
  2859. },
  2860. "type": "library",
  2861. "extra": {
  2862. "branch-alias": {
  2863. "dev-master": "1.1.x-dev"
  2864. }
  2865. },
  2866. "autoload": {
  2867. "psr-4": {
  2868. "Psr\\Log\\": "Psr/Log/"
  2869. }
  2870. },
  2871. "notification-url": "https://packagist.org/downloads/",
  2872. "license": [
  2873. "MIT"
  2874. ],
  2875. "authors": [
  2876. {
  2877. "name": "PHP-FIG",
  2878. "homepage": "https://www.php-fig.org/"
  2879. }
  2880. ],
  2881. "description": "Common interface for logging libraries",
  2882. "homepage": "https://github.com/php-fig/log",
  2883. "keywords": [
  2884. "log",
  2885. "psr",
  2886. "psr-3"
  2887. ],
  2888. "support": {
  2889. "source": "https://github.com/php-fig/log/tree/1.1.4"
  2890. },
  2891. "time": "2021-05-03T11:20:27+00:00"
  2892. },
  2893. {
  2894. "name": "psr/simple-cache",
  2895. "version": "1.0.1",
  2896. "source": {
  2897. "type": "git",
  2898. "url": "https://github.com/php-fig/simple-cache.git",
  2899. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2900. },
  2901. "dist": {
  2902. "type": "zip",
  2903. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2904. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2905. "shasum": ""
  2906. },
  2907. "require": {
  2908. "php": ">=5.3.0"
  2909. },
  2910. "type": "library",
  2911. "extra": {
  2912. "branch-alias": {
  2913. "dev-master": "1.0.x-dev"
  2914. }
  2915. },
  2916. "autoload": {
  2917. "psr-4": {
  2918. "Psr\\SimpleCache\\": "src/"
  2919. }
  2920. },
  2921. "notification-url": "https://packagist.org/downloads/",
  2922. "license": [
  2923. "MIT"
  2924. ],
  2925. "authors": [
  2926. {
  2927. "name": "PHP-FIG",
  2928. "homepage": "http://www.php-fig.org/"
  2929. }
  2930. ],
  2931. "description": "Common interfaces for simple caching",
  2932. "keywords": [
  2933. "cache",
  2934. "caching",
  2935. "psr",
  2936. "psr-16",
  2937. "simple-cache"
  2938. ],
  2939. "support": {
  2940. "source": "https://github.com/php-fig/simple-cache/tree/master"
  2941. },
  2942. "time": "2017-10-23T01:57:42+00:00"
  2943. },
  2944. {
  2945. "name": "sabberworm/php-css-parser",
  2946. "version": "8.4.0",
  2947. "source": {
  2948. "type": "git",
  2949. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  2950. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
  2951. },
  2952. "dist": {
  2953. "type": "zip",
  2954. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
  2955. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
  2956. "shasum": ""
  2957. },
  2958. "require": {
  2959. "ext-iconv": "*",
  2960. "php": ">=5.6.20"
  2961. },
  2962. "require-dev": {
  2963. "codacy/coverage": "^1.4",
  2964. "phpunit/phpunit": "^4.8.36"
  2965. },
  2966. "suggest": {
  2967. "ext-mbstring": "for parsing UTF-8 CSS"
  2968. },
  2969. "type": "library",
  2970. "autoload": {
  2971. "psr-4": {
  2972. "Sabberworm\\CSS\\": "src/"
  2973. }
  2974. },
  2975. "notification-url": "https://packagist.org/downloads/",
  2976. "license": [
  2977. "MIT"
  2978. ],
  2979. "authors": [
  2980. {
  2981. "name": "Raphael Schweikert"
  2982. }
  2983. ],
  2984. "description": "Parser for CSS Files written in PHP",
  2985. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  2986. "keywords": [
  2987. "css",
  2988. "parser",
  2989. "stylesheet"
  2990. ],
  2991. "support": {
  2992. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  2993. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
  2994. },
  2995. "time": "2021-12-11T13:40:54+00:00"
  2996. },
  2997. {
  2998. "name": "sensio/framework-extra-bundle",
  2999. "version": "v5.6.1",
  3000. "source": {
  3001. "type": "git",
  3002. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  3003. "reference": "430d14c01836b77c28092883d195a43ce413ee32"
  3004. },
  3005. "dist": {
  3006. "type": "zip",
  3007. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32",
  3008. "reference": "430d14c01836b77c28092883d195a43ce413ee32",
  3009. "shasum": ""
  3010. },
  3011. "require": {
  3012. "doctrine/annotations": "^1.0",
  3013. "php": ">=7.2.5",
  3014. "symfony/config": "^4.4|^5.0",
  3015. "symfony/dependency-injection": "^4.4|^5.0",
  3016. "symfony/framework-bundle": "^4.4|^5.0",
  3017. "symfony/http-kernel": "^4.4|^5.0"
  3018. },
  3019. "conflict": {
  3020. "doctrine/doctrine-cache-bundle": "<1.3.1",
  3021. "doctrine/persistence": "<1.3"
  3022. },
  3023. "require-dev": {
  3024. "doctrine/dbal": "^2.10|^3.0",
  3025. "doctrine/doctrine-bundle": "^1.11|^2.0",
  3026. "doctrine/orm": "^2.5",
  3027. "nyholm/psr7": "^1.1",
  3028. "symfony/browser-kit": "^4.4|^5.0",
  3029. "symfony/doctrine-bridge": "^4.4|^5.0",
  3030. "symfony/dom-crawler": "^4.4|^5.0",
  3031. "symfony/expression-language": "^4.4|^5.0",
  3032. "symfony/finder": "^4.4|^5.0",
  3033. "symfony/monolog-bridge": "^4.0|^5.0",
  3034. "symfony/monolog-bundle": "^3.2",
  3035. "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
  3036. "symfony/psr-http-message-bridge": "^1.1",
  3037. "symfony/security-bundle": "^4.4|^5.0",
  3038. "symfony/twig-bundle": "^4.4|^5.0",
  3039. "symfony/yaml": "^4.4|^5.0",
  3040. "twig/twig": "^1.34|^2.4|^3.0"
  3041. },
  3042. "type": "symfony-bundle",
  3043. "extra": {
  3044. "branch-alias": {
  3045. "dev-master": "5.6.x-dev"
  3046. }
  3047. },
  3048. "autoload": {
  3049. "psr-4": {
  3050. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  3051. },
  3052. "exclude-from-classmap": [
  3053. "/tests/"
  3054. ]
  3055. },
  3056. "notification-url": "https://packagist.org/downloads/",
  3057. "license": [
  3058. "MIT"
  3059. ],
  3060. "authors": [
  3061. {
  3062. "name": "Fabien Potencier",
  3063. "email": "fabien@symfony.com"
  3064. }
  3065. ],
  3066. "description": "This bundle provides a way to configure your controllers with annotations",
  3067. "keywords": [
  3068. "annotations",
  3069. "controllers"
  3070. ],
  3071. "support": {
  3072. "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
  3073. "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1"
  3074. },
  3075. "time": "2020-08-25T19:10:18+00:00"
  3076. },
  3077. {
  3078. "name": "swiftmailer/swiftmailer",
  3079. "version": "v6.3.0",
  3080. "source": {
  3081. "type": "git",
  3082. "url": "https://github.com/swiftmailer/swiftmailer.git",
  3083. "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
  3084. },
  3085. "dist": {
  3086. "type": "zip",
  3087. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
  3088. "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
  3089. "shasum": ""
  3090. },
  3091. "require": {
  3092. "egulias/email-validator": "^2.0|^3.1",
  3093. "php": ">=7.0.0",
  3094. "symfony/polyfill-iconv": "^1.0",
  3095. "symfony/polyfill-intl-idn": "^1.10",
  3096. "symfony/polyfill-mbstring": "^1.0"
  3097. },
  3098. "require-dev": {
  3099. "mockery/mockery": "^1.0",
  3100. "symfony/phpunit-bridge": "^4.4|^5.4"
  3101. },
  3102. "suggest": {
  3103. "ext-intl": "Needed to support internationalized email addresses"
  3104. },
  3105. "type": "library",
  3106. "extra": {
  3107. "branch-alias": {
  3108. "dev-master": "6.2-dev"
  3109. }
  3110. },
  3111. "autoload": {
  3112. "files": [
  3113. "lib/swift_required.php"
  3114. ]
  3115. },
  3116. "notification-url": "https://packagist.org/downloads/",
  3117. "license": [
  3118. "MIT"
  3119. ],
  3120. "authors": [
  3121. {
  3122. "name": "Chris Corbyn"
  3123. },
  3124. {
  3125. "name": "Fabien Potencier",
  3126. "email": "fabien@symfony.com"
  3127. }
  3128. ],
  3129. "description": "Swiftmailer, free feature-rich PHP mailer",
  3130. "homepage": "https://swiftmailer.symfony.com",
  3131. "keywords": [
  3132. "email",
  3133. "mail",
  3134. "mailer"
  3135. ],
  3136. "support": {
  3137. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  3138. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
  3139. },
  3140. "funding": [
  3141. {
  3142. "url": "https://github.com/fabpot",
  3143. "type": "github"
  3144. },
  3145. {
  3146. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  3147. "type": "tidelift"
  3148. }
  3149. ],
  3150. "abandoned": "symfony/mailer",
  3151. "time": "2021-10-18T15:26:12+00:00"
  3152. },
  3153. {
  3154. "name": "symfony/asset",
  3155. "version": "v5.2.12",
  3156. "source": {
  3157. "type": "git",
  3158. "url": "https://github.com/symfony/asset.git",
  3159. "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0"
  3160. },
  3161. "dist": {
  3162. "type": "zip",
  3163. "url": "https://api.github.com/repos/symfony/asset/zipball/abe64fee9fa2978c730c84d0d6df760f2d9ddba0",
  3164. "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0",
  3165. "shasum": ""
  3166. },
  3167. "require": {
  3168. "php": ">=7.2.5",
  3169. "symfony/polyfill-php80": "^1.16"
  3170. },
  3171. "require-dev": {
  3172. "symfony/http-client": "^4.4|^5.0",
  3173. "symfony/http-foundation": "^4.4|^5.0",
  3174. "symfony/http-kernel": "^4.4|^5.0"
  3175. },
  3176. "suggest": {
  3177. "symfony/http-foundation": ""
  3178. },
  3179. "type": "library",
  3180. "autoload": {
  3181. "psr-4": {
  3182. "Symfony\\Component\\Asset\\": ""
  3183. },
  3184. "exclude-from-classmap": [
  3185. "/Tests/"
  3186. ]
  3187. },
  3188. "notification-url": "https://packagist.org/downloads/",
  3189. "license": [
  3190. "MIT"
  3191. ],
  3192. "authors": [
  3193. {
  3194. "name": "Fabien Potencier",
  3195. "email": "fabien@symfony.com"
  3196. },
  3197. {
  3198. "name": "Symfony Community",
  3199. "homepage": "https://symfony.com/contributors"
  3200. }
  3201. ],
  3202. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  3203. "homepage": "https://symfony.com",
  3204. "support": {
  3205. "source": "https://github.com/symfony/asset/tree/v5.2.12"
  3206. },
  3207. "funding": [
  3208. {
  3209. "url": "https://symfony.com/sponsor",
  3210. "type": "custom"
  3211. },
  3212. {
  3213. "url": "https://github.com/fabpot",
  3214. "type": "github"
  3215. },
  3216. {
  3217. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3218. "type": "tidelift"
  3219. }
  3220. ],
  3221. "time": "2021-07-21T12:38:00+00:00"
  3222. },
  3223. {
  3224. "name": "symfony/cache",
  3225. "version": "v5.2.12",
  3226. "source": {
  3227. "type": "git",
  3228. "url": "https://github.com/symfony/cache.git",
  3229. "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4"
  3230. },
  3231. "dist": {
  3232. "type": "zip",
  3233. "url": "https://api.github.com/repos/symfony/cache/zipball/b59303192fb99c8b3d3abc0b5975c7512fe6d1f4",
  3234. "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4",
  3235. "shasum": ""
  3236. },
  3237. "require": {
  3238. "php": ">=7.2.5",
  3239. "psr/cache": "^1.0|^2.0",
  3240. "psr/log": "^1.1|^2|^3",
  3241. "symfony/cache-contracts": "^1.1.7|^2",
  3242. "symfony/polyfill-php80": "^1.16",
  3243. "symfony/service-contracts": "^1.1|^2",
  3244. "symfony/var-exporter": "^4.4|^5.0"
  3245. },
  3246. "conflict": {
  3247. "doctrine/dbal": "<2.10",
  3248. "symfony/dependency-injection": "<4.4",
  3249. "symfony/http-kernel": "<4.4",
  3250. "symfony/var-dumper": "<4.4"
  3251. },
  3252. "provide": {
  3253. "psr/cache-implementation": "1.0|2.0",
  3254. "psr/simple-cache-implementation": "1.0",
  3255. "symfony/cache-implementation": "1.0|2.0"
  3256. },
  3257. "require-dev": {
  3258. "cache/integration-tests": "dev-master",
  3259. "doctrine/cache": "^1.6|^2.0",
  3260. "doctrine/dbal": "^2.10|^3.0",
  3261. "predis/predis": "^1.1",
  3262. "psr/simple-cache": "^1.0",
  3263. "symfony/config": "^4.4|^5.0",
  3264. "symfony/dependency-injection": "^4.4|^5.0",
  3265. "symfony/filesystem": "^4.4|^5.0",
  3266. "symfony/http-kernel": "^4.4|^5.0",
  3267. "symfony/messenger": "^4.4|^5.0",
  3268. "symfony/var-dumper": "^4.4|^5.0"
  3269. },
  3270. "type": "library",
  3271. "autoload": {
  3272. "psr-4": {
  3273. "Symfony\\Component\\Cache\\": ""
  3274. },
  3275. "exclude-from-classmap": [
  3276. "/Tests/"
  3277. ]
  3278. },
  3279. "notification-url": "https://packagist.org/downloads/",
  3280. "license": [
  3281. "MIT"
  3282. ],
  3283. "authors": [
  3284. {
  3285. "name": "Nicolas Grekas",
  3286. "email": "p@tchwork.com"
  3287. },
  3288. {
  3289. "name": "Symfony Community",
  3290. "homepage": "https://symfony.com/contributors"
  3291. }
  3292. ],
  3293. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  3294. "homepage": "https://symfony.com",
  3295. "keywords": [
  3296. "caching",
  3297. "psr6"
  3298. ],
  3299. "support": {
  3300. "source": "https://github.com/symfony/cache/tree/v5.2.12"
  3301. },
  3302. "funding": [
  3303. {
  3304. "url": "https://symfony.com/sponsor",
  3305. "type": "custom"
  3306. },
  3307. {
  3308. "url": "https://github.com/fabpot",
  3309. "type": "github"
  3310. },
  3311. {
  3312. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3313. "type": "tidelift"
  3314. }
  3315. ],
  3316. "time": "2021-07-23T15:54:19+00:00"
  3317. },
  3318. {
  3319. "name": "symfony/cache-contracts",
  3320. "version": "v2.5.0",
  3321. "source": {
  3322. "type": "git",
  3323. "url": "https://github.com/symfony/cache-contracts.git",
  3324. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
  3325. },
  3326. "dist": {
  3327. "type": "zip",
  3328. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
  3329. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
  3330. "shasum": ""
  3331. },
  3332. "require": {
  3333. "php": ">=7.2.5",
  3334. "psr/cache": "^1.0|^2.0|^3.0"
  3335. },
  3336. "suggest": {
  3337. "symfony/cache-implementation": ""
  3338. },
  3339. "type": "library",
  3340. "extra": {
  3341. "branch-alias": {
  3342. "dev-main": "2.5-dev"
  3343. },
  3344. "thanks": {
  3345. "name": "symfony/contracts",
  3346. "url": "https://github.com/symfony/contracts"
  3347. }
  3348. },
  3349. "autoload": {
  3350. "psr-4": {
  3351. "Symfony\\Contracts\\Cache\\": ""
  3352. }
  3353. },
  3354. "notification-url": "https://packagist.org/downloads/",
  3355. "license": [
  3356. "MIT"
  3357. ],
  3358. "authors": [
  3359. {
  3360. "name": "Nicolas Grekas",
  3361. "email": "p@tchwork.com"
  3362. },
  3363. {
  3364. "name": "Symfony Community",
  3365. "homepage": "https://symfony.com/contributors"
  3366. }
  3367. ],
  3368. "description": "Generic abstractions related to caching",
  3369. "homepage": "https://symfony.com",
  3370. "keywords": [
  3371. "abstractions",
  3372. "contracts",
  3373. "decoupling",
  3374. "interfaces",
  3375. "interoperability",
  3376. "standards"
  3377. ],
  3378. "support": {
  3379. "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
  3380. },
  3381. "funding": [
  3382. {
  3383. "url": "https://symfony.com/sponsor",
  3384. "type": "custom"
  3385. },
  3386. {
  3387. "url": "https://github.com/fabpot",
  3388. "type": "github"
  3389. },
  3390. {
  3391. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3392. "type": "tidelift"
  3393. }
  3394. ],
  3395. "time": "2021-08-17T14:20:01+00:00"
  3396. },
  3397. {
  3398. "name": "symfony/config",
  3399. "version": "v5.2.12",
  3400. "source": {
  3401. "type": "git",
  3402. "url": "https://github.com/symfony/config.git",
  3403. "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb"
  3404. },
  3405. "dist": {
  3406. "type": "zip",
  3407. "url": "https://api.github.com/repos/symfony/config/zipball/32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb",
  3408. "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb",
  3409. "shasum": ""
  3410. },
  3411. "require": {
  3412. "php": ">=7.2.5",
  3413. "symfony/deprecation-contracts": "^2.1",
  3414. "symfony/filesystem": "^4.4|^5.0",
  3415. "symfony/polyfill-ctype": "~1.8",
  3416. "symfony/polyfill-php80": "^1.16",
  3417. "symfony/polyfill-php81": "^1.22"
  3418. },
  3419. "conflict": {
  3420. "symfony/finder": "<4.4"
  3421. },
  3422. "require-dev": {
  3423. "symfony/event-dispatcher": "^4.4|^5.0",
  3424. "symfony/finder": "^4.4|^5.0",
  3425. "symfony/messenger": "^4.4|^5.0",
  3426. "symfony/service-contracts": "^1.1|^2",
  3427. "symfony/yaml": "^4.4|^5.0"
  3428. },
  3429. "suggest": {
  3430. "symfony/yaml": "To use the yaml reference dumper"
  3431. },
  3432. "type": "library",
  3433. "autoload": {
  3434. "psr-4": {
  3435. "Symfony\\Component\\Config\\": ""
  3436. },
  3437. "exclude-from-classmap": [
  3438. "/Tests/"
  3439. ]
  3440. },
  3441. "notification-url": "https://packagist.org/downloads/",
  3442. "license": [
  3443. "MIT"
  3444. ],
  3445. "authors": [
  3446. {
  3447. "name": "Fabien Potencier",
  3448. "email": "fabien@symfony.com"
  3449. },
  3450. {
  3451. "name": "Symfony Community",
  3452. "homepage": "https://symfony.com/contributors"
  3453. }
  3454. ],
  3455. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  3456. "homepage": "https://symfony.com",
  3457. "support": {
  3458. "source": "https://github.com/symfony/config/tree/v5.2.12"
  3459. },
  3460. "funding": [
  3461. {
  3462. "url": "https://symfony.com/sponsor",
  3463. "type": "custom"
  3464. },
  3465. {
  3466. "url": "https://github.com/fabpot",
  3467. "type": "github"
  3468. },
  3469. {
  3470. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3471. "type": "tidelift"
  3472. }
  3473. ],
  3474. "time": "2021-07-21T12:38:00+00:00"
  3475. },
  3476. {
  3477. "name": "symfony/console",
  3478. "version": "v5.2.14",
  3479. "source": {
  3480. "type": "git",
  3481. "url": "https://github.com/symfony/console.git",
  3482. "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2"
  3483. },
  3484. "dist": {
  3485. "type": "zip",
  3486. "url": "https://api.github.com/repos/symfony/console/zipball/ffc2722adb0983451855c794c4bc7818d3c65fa2",
  3487. "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2",
  3488. "shasum": ""
  3489. },
  3490. "require": {
  3491. "php": ">=7.2.5",
  3492. "symfony/polyfill-mbstring": "~1.0",
  3493. "symfony/polyfill-php73": "^1.8",
  3494. "symfony/polyfill-php80": "^1.16",
  3495. "symfony/service-contracts": "^1.1|^2",
  3496. "symfony/string": "^5.1"
  3497. },
  3498. "conflict": {
  3499. "psr/log": ">=3",
  3500. "symfony/dependency-injection": "<4.4",
  3501. "symfony/dotenv": "<5.1",
  3502. "symfony/event-dispatcher": "<4.4",
  3503. "symfony/lock": "<4.4",
  3504. "symfony/process": "<4.4"
  3505. },
  3506. "provide": {
  3507. "psr/log-implementation": "1.0|2.0"
  3508. },
  3509. "require-dev": {
  3510. "psr/log": "^1|^2",
  3511. "symfony/config": "^4.4|^5.0",
  3512. "symfony/dependency-injection": "^4.4|^5.0",
  3513. "symfony/event-dispatcher": "^4.4|^5.0",
  3514. "symfony/lock": "^4.4|^5.0",
  3515. "symfony/process": "^4.4|^5.0",
  3516. "symfony/var-dumper": "^4.4|^5.0"
  3517. },
  3518. "suggest": {
  3519. "psr/log": "For using the console logger",
  3520. "symfony/event-dispatcher": "",
  3521. "symfony/lock": "",
  3522. "symfony/process": ""
  3523. },
  3524. "type": "library",
  3525. "autoload": {
  3526. "psr-4": {
  3527. "Symfony\\Component\\Console\\": ""
  3528. },
  3529. "exclude-from-classmap": [
  3530. "/Tests/"
  3531. ]
  3532. },
  3533. "notification-url": "https://packagist.org/downloads/",
  3534. "license": [
  3535. "MIT"
  3536. ],
  3537. "authors": [
  3538. {
  3539. "name": "Fabien Potencier",
  3540. "email": "fabien@symfony.com"
  3541. },
  3542. {
  3543. "name": "Symfony Community",
  3544. "homepage": "https://symfony.com/contributors"
  3545. }
  3546. ],
  3547. "description": "Eases the creation of beautiful and testable command line interfaces",
  3548. "homepage": "https://symfony.com",
  3549. "keywords": [
  3550. "cli",
  3551. "command line",
  3552. "console",
  3553. "terminal"
  3554. ],
  3555. "support": {
  3556. "source": "https://github.com/symfony/console/tree/v5.2.14"
  3557. },
  3558. "funding": [
  3559. {
  3560. "url": "https://symfony.com/sponsor",
  3561. "type": "custom"
  3562. },
  3563. {
  3564. "url": "https://github.com/fabpot",
  3565. "type": "github"
  3566. },
  3567. {
  3568. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3569. "type": "tidelift"
  3570. }
  3571. ],
  3572. "time": "2021-07-29T06:18:06+00:00"
  3573. },
  3574. {
  3575. "name": "symfony/dependency-injection",
  3576. "version": "v5.2.12",
  3577. "source": {
  3578. "type": "git",
  3579. "url": "https://github.com/symfony/dependency-injection.git",
  3580. "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6"
  3581. },
  3582. "dist": {
  3583. "type": "zip",
  3584. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2f0326ab0e142a3600b1b435cb3e852bc96264b6",
  3585. "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6",
  3586. "shasum": ""
  3587. },
  3588. "require": {
  3589. "php": ">=7.2.5",
  3590. "psr/container": "^1.0",
  3591. "symfony/deprecation-contracts": "^2.1",
  3592. "symfony/polyfill-php80": "^1.16",
  3593. "symfony/service-contracts": "^1.1.6|^2"
  3594. },
  3595. "conflict": {
  3596. "symfony/config": "<5.1",
  3597. "symfony/finder": "<4.4",
  3598. "symfony/proxy-manager-bridge": "<4.4",
  3599. "symfony/yaml": "<4.4"
  3600. },
  3601. "provide": {
  3602. "psr/container-implementation": "1.0",
  3603. "symfony/service-implementation": "1.0|2.0"
  3604. },
  3605. "require-dev": {
  3606. "symfony/config": "^5.1",
  3607. "symfony/expression-language": "^4.4|^5.0",
  3608. "symfony/yaml": "^4.4|^5.0"
  3609. },
  3610. "suggest": {
  3611. "symfony/config": "",
  3612. "symfony/expression-language": "For using expressions in service container configuration",
  3613. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  3614. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  3615. "symfony/yaml": ""
  3616. },
  3617. "type": "library",
  3618. "autoload": {
  3619. "psr-4": {
  3620. "Symfony\\Component\\DependencyInjection\\": ""
  3621. },
  3622. "exclude-from-classmap": [
  3623. "/Tests/"
  3624. ]
  3625. },
  3626. "notification-url": "https://packagist.org/downloads/",
  3627. "license": [
  3628. "MIT"
  3629. ],
  3630. "authors": [
  3631. {
  3632. "name": "Fabien Potencier",
  3633. "email": "fabien@symfony.com"
  3634. },
  3635. {
  3636. "name": "Symfony Community",
  3637. "homepage": "https://symfony.com/contributors"
  3638. }
  3639. ],
  3640. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  3641. "homepage": "https://symfony.com",
  3642. "support": {
  3643. "source": "https://github.com/symfony/dependency-injection/tree/v5.2.12"
  3644. },
  3645. "funding": [
  3646. {
  3647. "url": "https://symfony.com/sponsor",
  3648. "type": "custom"
  3649. },
  3650. {
  3651. "url": "https://github.com/fabpot",
  3652. "type": "github"
  3653. },
  3654. {
  3655. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3656. "type": "tidelift"
  3657. }
  3658. ],
  3659. "time": "2021-07-23T15:54:19+00:00"
  3660. },
  3661. {
  3662. "name": "symfony/deprecation-contracts",
  3663. "version": "v2.5.0",
  3664. "source": {
  3665. "type": "git",
  3666. "url": "https://github.com/symfony/deprecation-contracts.git",
  3667. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
  3668. },
  3669. "dist": {
  3670. "type": "zip",
  3671. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  3672. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  3673. "shasum": ""
  3674. },
  3675. "require": {
  3676. "php": ">=7.1"
  3677. },
  3678. "type": "library",
  3679. "extra": {
  3680. "branch-alias": {
  3681. "dev-main": "2.5-dev"
  3682. },
  3683. "thanks": {
  3684. "name": "symfony/contracts",
  3685. "url": "https://github.com/symfony/contracts"
  3686. }
  3687. },
  3688. "autoload": {
  3689. "files": [
  3690. "function.php"
  3691. ]
  3692. },
  3693. "notification-url": "https://packagist.org/downloads/",
  3694. "license": [
  3695. "MIT"
  3696. ],
  3697. "authors": [
  3698. {
  3699. "name": "Nicolas Grekas",
  3700. "email": "p@tchwork.com"
  3701. },
  3702. {
  3703. "name": "Symfony Community",
  3704. "homepage": "https://symfony.com/contributors"
  3705. }
  3706. ],
  3707. "description": "A generic function and convention to trigger deprecation notices",
  3708. "homepage": "https://symfony.com",
  3709. "support": {
  3710. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
  3711. },
  3712. "funding": [
  3713. {
  3714. "url": "https://symfony.com/sponsor",
  3715. "type": "custom"
  3716. },
  3717. {
  3718. "url": "https://github.com/fabpot",
  3719. "type": "github"
  3720. },
  3721. {
  3722. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3723. "type": "tidelift"
  3724. }
  3725. ],
  3726. "time": "2021-07-12T14:48:14+00:00"
  3727. },
  3728. {
  3729. "name": "symfony/doctrine-bridge",
  3730. "version": "v5.2.12",
  3731. "source": {
  3732. "type": "git",
  3733. "url": "https://github.com/symfony/doctrine-bridge.git",
  3734. "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b"
  3735. },
  3736. "dist": {
  3737. "type": "zip",
  3738. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0212d2d1e17a3e7403475b76e26fc1f0f1add04b",
  3739. "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b",
  3740. "shasum": ""
  3741. },
  3742. "require": {
  3743. "doctrine/event-manager": "~1.0",
  3744. "doctrine/persistence": "^2",
  3745. "php": ">=7.2.5",
  3746. "symfony/deprecation-contracts": "^2.1",
  3747. "symfony/polyfill-ctype": "~1.8",
  3748. "symfony/polyfill-mbstring": "~1.0",
  3749. "symfony/polyfill-php80": "^1.16",
  3750. "symfony/service-contracts": "^1.1|^2"
  3751. },
  3752. "conflict": {
  3753. "doctrine/dbal": "<2.10",
  3754. "phpunit/phpunit": "<5.4.3",
  3755. "symfony/dependency-injection": "<4.4",
  3756. "symfony/form": "<5.1",
  3757. "symfony/http-kernel": "<5",
  3758. "symfony/messenger": "<4.4",
  3759. "symfony/property-info": "<5",
  3760. "symfony/security-bundle": "<5",
  3761. "symfony/security-core": "<5",
  3762. "symfony/validator": "<5.2"
  3763. },
  3764. "require-dev": {
  3765. "composer/package-versions-deprecated": "^1.8",
  3766. "doctrine/annotations": "^1.10.4",
  3767. "doctrine/collections": "~1.0",
  3768. "doctrine/data-fixtures": "^1.1",
  3769. "doctrine/dbal": "^2.10|^3.0",
  3770. "doctrine/orm": "^2.7.3",
  3771. "symfony/cache": "^5.1",
  3772. "symfony/config": "^4.4|^5.0",
  3773. "symfony/dependency-injection": "^4.4|^5.0",
  3774. "symfony/doctrine-messenger": "^5.1",
  3775. "symfony/expression-language": "^4.4|^5.0",
  3776. "symfony/form": "^5.1.3",
  3777. "symfony/http-kernel": "^5.0",
  3778. "symfony/messenger": "^4.4|^5.0",
  3779. "symfony/property-access": "^4.4|^5.0",
  3780. "symfony/property-info": "^5.0",
  3781. "symfony/proxy-manager-bridge": "^4.4|^5.0",
  3782. "symfony/security-core": "^5.0",
  3783. "symfony/stopwatch": "^4.4|^5.0",
  3784. "symfony/translation": "^4.4|^5.0",
  3785. "symfony/uid": "^5.1",
  3786. "symfony/validator": "^5.2",
  3787. "symfony/var-dumper": "^4.4|^5.0"
  3788. },
  3789. "suggest": {
  3790. "doctrine/data-fixtures": "",
  3791. "doctrine/dbal": "",
  3792. "doctrine/orm": "",
  3793. "symfony/form": "",
  3794. "symfony/property-info": "",
  3795. "symfony/validator": ""
  3796. },
  3797. "type": "symfony-bridge",
  3798. "autoload": {
  3799. "psr-4": {
  3800. "Symfony\\Bridge\\Doctrine\\": ""
  3801. },
  3802. "exclude-from-classmap": [
  3803. "/Tests/"
  3804. ]
  3805. },
  3806. "notification-url": "https://packagist.org/downloads/",
  3807. "license": [
  3808. "MIT"
  3809. ],
  3810. "authors": [
  3811. {
  3812. "name": "Fabien Potencier",
  3813. "email": "fabien@symfony.com"
  3814. },
  3815. {
  3816. "name": "Symfony Community",
  3817. "homepage": "https://symfony.com/contributors"
  3818. }
  3819. ],
  3820. "description": "Provides integration for Doctrine with various Symfony components",
  3821. "homepage": "https://symfony.com",
  3822. "support": {
  3823. "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.12"
  3824. },
  3825. "funding": [
  3826. {
  3827. "url": "https://symfony.com/sponsor",
  3828. "type": "custom"
  3829. },
  3830. {
  3831. "url": "https://github.com/fabpot",
  3832. "type": "github"
  3833. },
  3834. {
  3835. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3836. "type": "tidelift"
  3837. }
  3838. ],
  3839. "time": "2021-07-21T13:17:02+00:00"
  3840. },
  3841. {
  3842. "name": "symfony/dotenv",
  3843. "version": "v5.2.14",
  3844. "source": {
  3845. "type": "git",
  3846. "url": "https://github.com/symfony/dotenv.git",
  3847. "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb"
  3848. },
  3849. "dist": {
  3850. "type": "zip",
  3851. "url": "https://api.github.com/repos/symfony/dotenv/zipball/12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
  3852. "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
  3853. "shasum": ""
  3854. },
  3855. "require": {
  3856. "php": ">=7.2.5",
  3857. "symfony/deprecation-contracts": "^2.1"
  3858. },
  3859. "require-dev": {
  3860. "symfony/process": "^4.4|^5.0"
  3861. },
  3862. "type": "library",
  3863. "autoload": {
  3864. "psr-4": {
  3865. "Symfony\\Component\\Dotenv\\": ""
  3866. },
  3867. "exclude-from-classmap": [
  3868. "/Tests/"
  3869. ]
  3870. },
  3871. "notification-url": "https://packagist.org/downloads/",
  3872. "license": [
  3873. "MIT"
  3874. ],
  3875. "authors": [
  3876. {
  3877. "name": "Fabien Potencier",
  3878. "email": "fabien@symfony.com"
  3879. },
  3880. {
  3881. "name": "Symfony Community",
  3882. "homepage": "https://symfony.com/contributors"
  3883. }
  3884. ],
  3885. "description": "Registers environment variables from a .env file",
  3886. "homepage": "https://symfony.com",
  3887. "keywords": [
  3888. "dotenv",
  3889. "env",
  3890. "environment"
  3891. ],
  3892. "support": {
  3893. "source": "https://github.com/symfony/dotenv/tree/v5.2.14"
  3894. },
  3895. "funding": [
  3896. {
  3897. "url": "https://symfony.com/sponsor",
  3898. "type": "custom"
  3899. },
  3900. {
  3901. "url": "https://github.com/fabpot",
  3902. "type": "github"
  3903. },
  3904. {
  3905. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3906. "type": "tidelift"
  3907. }
  3908. ],
  3909. "time": "2021-07-29T06:18:06+00:00"
  3910. },
  3911. {
  3912. "name": "symfony/error-handler",
  3913. "version": "v5.2.12",
  3914. "source": {
  3915. "type": "git",
  3916. "url": "https://github.com/symfony/error-handler.git",
  3917. "reference": "7ca5fa510345f6b8def43b18c900852defaee362"
  3918. },
  3919. "dist": {
  3920. "type": "zip",
  3921. "url": "https://api.github.com/repos/symfony/error-handler/zipball/7ca5fa510345f6b8def43b18c900852defaee362",
  3922. "reference": "7ca5fa510345f6b8def43b18c900852defaee362",
  3923. "shasum": ""
  3924. },
  3925. "require": {
  3926. "php": ">=7.2.5",
  3927. "psr/log": "^1|^2|^3",
  3928. "symfony/var-dumper": "^4.4|^5.0"
  3929. },
  3930. "require-dev": {
  3931. "symfony/deprecation-contracts": "^2.1",
  3932. "symfony/http-kernel": "^4.4|^5.0",
  3933. "symfony/serializer": "^4.4|^5.0"
  3934. },
  3935. "type": "library",
  3936. "autoload": {
  3937. "psr-4": {
  3938. "Symfony\\Component\\ErrorHandler\\": ""
  3939. },
  3940. "exclude-from-classmap": [
  3941. "/Tests/"
  3942. ]
  3943. },
  3944. "notification-url": "https://packagist.org/downloads/",
  3945. "license": [
  3946. "MIT"
  3947. ],
  3948. "authors": [
  3949. {
  3950. "name": "Fabien Potencier",
  3951. "email": "fabien@symfony.com"
  3952. },
  3953. {
  3954. "name": "Symfony Community",
  3955. "homepage": "https://symfony.com/contributors"
  3956. }
  3957. ],
  3958. "description": "Provides tools to manage errors and ease debugging PHP code",
  3959. "homepage": "https://symfony.com",
  3960. "support": {
  3961. "source": "https://github.com/symfony/error-handler/tree/v5.2.12"
  3962. },
  3963. "funding": [
  3964. {
  3965. "url": "https://symfony.com/sponsor",
  3966. "type": "custom"
  3967. },
  3968. {
  3969. "url": "https://github.com/fabpot",
  3970. "type": "github"
  3971. },
  3972. {
  3973. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3974. "type": "tidelift"
  3975. }
  3976. ],
  3977. "time": "2021-07-23T15:54:19+00:00"
  3978. },
  3979. {
  3980. "name": "symfony/event-dispatcher",
  3981. "version": "v5.2.12",
  3982. "source": {
  3983. "type": "git",
  3984. "url": "https://github.com/symfony/event-dispatcher.git",
  3985. "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961"
  3986. },
  3987. "dist": {
  3988. "type": "zip",
  3989. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6a32cd803f8ff33d84b709de3978f44a62e42961",
  3990. "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961",
  3991. "shasum": ""
  3992. },
  3993. "require": {
  3994. "php": ">=7.2.5",
  3995. "symfony/deprecation-contracts": "^2.1",
  3996. "symfony/event-dispatcher-contracts": "^2",
  3997. "symfony/polyfill-php80": "^1.16"
  3998. },
  3999. "conflict": {
  4000. "symfony/dependency-injection": "<4.4"
  4001. },
  4002. "provide": {
  4003. "psr/event-dispatcher-implementation": "1.0",
  4004. "symfony/event-dispatcher-implementation": "2.0"
  4005. },
  4006. "require-dev": {
  4007. "psr/log": "^1|^2|^3",
  4008. "symfony/config": "^4.4|^5.0",
  4009. "symfony/dependency-injection": "^4.4|^5.0",
  4010. "symfony/error-handler": "^4.4|^5.0",
  4011. "symfony/expression-language": "^4.4|^5.0",
  4012. "symfony/http-foundation": "^4.4|^5.0",
  4013. "symfony/service-contracts": "^1.1|^2",
  4014. "symfony/stopwatch": "^4.4|^5.0"
  4015. },
  4016. "suggest": {
  4017. "symfony/dependency-injection": "",
  4018. "symfony/http-kernel": ""
  4019. },
  4020. "type": "library",
  4021. "autoload": {
  4022. "psr-4": {
  4023. "Symfony\\Component\\EventDispatcher\\": ""
  4024. },
  4025. "exclude-from-classmap": [
  4026. "/Tests/"
  4027. ]
  4028. },
  4029. "notification-url": "https://packagist.org/downloads/",
  4030. "license": [
  4031. "MIT"
  4032. ],
  4033. "authors": [
  4034. {
  4035. "name": "Fabien Potencier",
  4036. "email": "fabien@symfony.com"
  4037. },
  4038. {
  4039. "name": "Symfony Community",
  4040. "homepage": "https://symfony.com/contributors"
  4041. }
  4042. ],
  4043. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  4044. "homepage": "https://symfony.com",
  4045. "support": {
  4046. "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.12"
  4047. },
  4048. "funding": [
  4049. {
  4050. "url": "https://symfony.com/sponsor",
  4051. "type": "custom"
  4052. },
  4053. {
  4054. "url": "https://github.com/fabpot",
  4055. "type": "github"
  4056. },
  4057. {
  4058. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4059. "type": "tidelift"
  4060. }
  4061. ],
  4062. "time": "2021-07-23T15:54:19+00:00"
  4063. },
  4064. {
  4065. "name": "symfony/event-dispatcher-contracts",
  4066. "version": "v2.5.0",
  4067. "source": {
  4068. "type": "git",
  4069. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  4070. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
  4071. },
  4072. "dist": {
  4073. "type": "zip",
  4074. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  4075. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  4076. "shasum": ""
  4077. },
  4078. "require": {
  4079. "php": ">=7.2.5",
  4080. "psr/event-dispatcher": "^1"
  4081. },
  4082. "suggest": {
  4083. "symfony/event-dispatcher-implementation": ""
  4084. },
  4085. "type": "library",
  4086. "extra": {
  4087. "branch-alias": {
  4088. "dev-main": "2.5-dev"
  4089. },
  4090. "thanks": {
  4091. "name": "symfony/contracts",
  4092. "url": "https://github.com/symfony/contracts"
  4093. }
  4094. },
  4095. "autoload": {
  4096. "psr-4": {
  4097. "Symfony\\Contracts\\EventDispatcher\\": ""
  4098. }
  4099. },
  4100. "notification-url": "https://packagist.org/downloads/",
  4101. "license": [
  4102. "MIT"
  4103. ],
  4104. "authors": [
  4105. {
  4106. "name": "Nicolas Grekas",
  4107. "email": "p@tchwork.com"
  4108. },
  4109. {
  4110. "name": "Symfony Community",
  4111. "homepage": "https://symfony.com/contributors"
  4112. }
  4113. ],
  4114. "description": "Generic abstractions related to dispatching event",
  4115. "homepage": "https://symfony.com",
  4116. "keywords": [
  4117. "abstractions",
  4118. "contracts",
  4119. "decoupling",
  4120. "interfaces",
  4121. "interoperability",
  4122. "standards"
  4123. ],
  4124. "support": {
  4125. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
  4126. },
  4127. "funding": [
  4128. {
  4129. "url": "https://symfony.com/sponsor",
  4130. "type": "custom"
  4131. },
  4132. {
  4133. "url": "https://github.com/fabpot",
  4134. "type": "github"
  4135. },
  4136. {
  4137. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4138. "type": "tidelift"
  4139. }
  4140. ],
  4141. "time": "2021-07-12T14:48:14+00:00"
  4142. },
  4143. {
  4144. "name": "symfony/expression-language",
  4145. "version": "v5.2.12",
  4146. "source": {
  4147. "type": "git",
  4148. "url": "https://github.com/symfony/expression-language.git",
  4149. "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8"
  4150. },
  4151. "dist": {
  4152. "type": "zip",
  4153. "url": "https://api.github.com/repos/symfony/expression-language/zipball/d4367d36217dd395b10f61649a6bf2c1367140d8",
  4154. "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8",
  4155. "shasum": ""
  4156. },
  4157. "require": {
  4158. "php": ">=7.2.5",
  4159. "symfony/cache": "^4.4|^5.0",
  4160. "symfony/polyfill-php80": "^1.16",
  4161. "symfony/service-contracts": "^1.1|^2"
  4162. },
  4163. "type": "library",
  4164. "autoload": {
  4165. "psr-4": {
  4166. "Symfony\\Component\\ExpressionLanguage\\": ""
  4167. },
  4168. "exclude-from-classmap": [
  4169. "/Tests/"
  4170. ]
  4171. },
  4172. "notification-url": "https://packagist.org/downloads/",
  4173. "license": [
  4174. "MIT"
  4175. ],
  4176. "authors": [
  4177. {
  4178. "name": "Fabien Potencier",
  4179. "email": "fabien@symfony.com"
  4180. },
  4181. {
  4182. "name": "Symfony Community",
  4183. "homepage": "https://symfony.com/contributors"
  4184. }
  4185. ],
  4186. "description": "Provides an engine that can compile and evaluate expressions",
  4187. "homepage": "https://symfony.com",
  4188. "support": {
  4189. "source": "https://github.com/symfony/expression-language/tree/v5.2.12"
  4190. },
  4191. "funding": [
  4192. {
  4193. "url": "https://symfony.com/sponsor",
  4194. "type": "custom"
  4195. },
  4196. {
  4197. "url": "https://github.com/fabpot",
  4198. "type": "github"
  4199. },
  4200. {
  4201. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4202. "type": "tidelift"
  4203. }
  4204. ],
  4205. "time": "2021-07-21T12:38:00+00:00"
  4206. },
  4207. {
  4208. "name": "symfony/filesystem",
  4209. "version": "v5.2.12",
  4210. "source": {
  4211. "type": "git",
  4212. "url": "https://github.com/symfony/filesystem.git",
  4213. "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989"
  4214. },
  4215. "dist": {
  4216. "type": "zip",
  4217. "url": "https://api.github.com/repos/symfony/filesystem/zipball/ed397ef25365b3db9f215af4ed5b1ec8a5b10989",
  4218. "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989",
  4219. "shasum": ""
  4220. },
  4221. "require": {
  4222. "php": ">=7.2.5",
  4223. "symfony/polyfill-ctype": "~1.8",
  4224. "symfony/polyfill-php80": "^1.16"
  4225. },
  4226. "type": "library",
  4227. "autoload": {
  4228. "psr-4": {
  4229. "Symfony\\Component\\Filesystem\\": ""
  4230. },
  4231. "exclude-from-classmap": [
  4232. "/Tests/"
  4233. ]
  4234. },
  4235. "notification-url": "https://packagist.org/downloads/",
  4236. "license": [
  4237. "MIT"
  4238. ],
  4239. "authors": [
  4240. {
  4241. "name": "Fabien Potencier",
  4242. "email": "fabien@symfony.com"
  4243. },
  4244. {
  4245. "name": "Symfony Community",
  4246. "homepage": "https://symfony.com/contributors"
  4247. }
  4248. ],
  4249. "description": "Provides basic utilities for the filesystem",
  4250. "homepage": "https://symfony.com",
  4251. "support": {
  4252. "source": "https://github.com/symfony/filesystem/tree/v5.2.12"
  4253. },
  4254. "funding": [
  4255. {
  4256. "url": "https://symfony.com/sponsor",
  4257. "type": "custom"
  4258. },
  4259. {
  4260. "url": "https://github.com/fabpot",
  4261. "type": "github"
  4262. },
  4263. {
  4264. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4265. "type": "tidelift"
  4266. }
  4267. ],
  4268. "time": "2021-07-21T12:38:00+00:00"
  4269. },
  4270. {
  4271. "name": "symfony/finder",
  4272. "version": "v5.2.12",
  4273. "source": {
  4274. "type": "git",
  4275. "url": "https://github.com/symfony/finder.git",
  4276. "reference": "17f50e06018baec41551a71a15731287dbaab186"
  4277. },
  4278. "dist": {
  4279. "type": "zip",
  4280. "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186",
  4281. "reference": "17f50e06018baec41551a71a15731287dbaab186",
  4282. "shasum": ""
  4283. },
  4284. "require": {
  4285. "php": ">=7.2.5",
  4286. "symfony/polyfill-php80": "^1.16"
  4287. },
  4288. "type": "library",
  4289. "autoload": {
  4290. "psr-4": {
  4291. "Symfony\\Component\\Finder\\": ""
  4292. },
  4293. "exclude-from-classmap": [
  4294. "/Tests/"
  4295. ]
  4296. },
  4297. "notification-url": "https://packagist.org/downloads/",
  4298. "license": [
  4299. "MIT"
  4300. ],
  4301. "authors": [
  4302. {
  4303. "name": "Fabien Potencier",
  4304. "email": "fabien@symfony.com"
  4305. },
  4306. {
  4307. "name": "Symfony Community",
  4308. "homepage": "https://symfony.com/contributors"
  4309. }
  4310. ],
  4311. "description": "Finds files and directories via an intuitive fluent interface",
  4312. "homepage": "https://symfony.com",
  4313. "support": {
  4314. "source": "https://github.com/symfony/finder/tree/v5.2.12"
  4315. },
  4316. "funding": [
  4317. {
  4318. "url": "https://symfony.com/sponsor",
  4319. "type": "custom"
  4320. },
  4321. {
  4322. "url": "https://github.com/fabpot",
  4323. "type": "github"
  4324. },
  4325. {
  4326. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4327. "type": "tidelift"
  4328. }
  4329. ],
  4330. "time": "2021-07-23T15:54:19+00:00"
  4331. },
  4332. {
  4333. "name": "symfony/flex",
  4334. "version": "v1.18.3",
  4335. "source": {
  4336. "type": "git",
  4337. "url": "https://github.com/symfony/flex.git",
  4338. "reference": "d40a6b176b70ea323af2b08507319d1c417520fd"
  4339. },
  4340. "dist": {
  4341. "type": "zip",
  4342. "url": "https://api.github.com/repos/symfony/flex/zipball/d40a6b176b70ea323af2b08507319d1c417520fd",
  4343. "reference": "d40a6b176b70ea323af2b08507319d1c417520fd",
  4344. "shasum": ""
  4345. },
  4346. "require": {
  4347. "composer-plugin-api": "^1.0|^2.0",
  4348. "php": ">=7.1"
  4349. },
  4350. "require-dev": {
  4351. "composer/composer": "^1.0.2|^2.0",
  4352. "symfony/dotenv": "^4.4|^5.0|^6.0",
  4353. "symfony/filesystem": "^4.4|^5.0|^6.0",
  4354. "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
  4355. "symfony/process": "^4.4|^5.0|^6.0"
  4356. },
  4357. "type": "composer-plugin",
  4358. "extra": {
  4359. "class": "Symfony\\Flex\\Flex"
  4360. },
  4361. "autoload": {
  4362. "psr-4": {
  4363. "Symfony\\Flex\\": "src"
  4364. }
  4365. },
  4366. "notification-url": "https://packagist.org/downloads/",
  4367. "license": [
  4368. "MIT"
  4369. ],
  4370. "authors": [
  4371. {
  4372. "name": "Fabien Potencier",
  4373. "email": "fabien.potencier@gmail.com"
  4374. }
  4375. ],
  4376. "description": "Composer plugin for Symfony",
  4377. "support": {
  4378. "issues": "https://github.com/symfony/flex/issues",
  4379. "source": "https://github.com/symfony/flex/tree/v1.18.3"
  4380. },
  4381. "funding": [
  4382. {
  4383. "url": "https://symfony.com/sponsor",
  4384. "type": "custom"
  4385. },
  4386. {
  4387. "url": "https://github.com/fabpot",
  4388. "type": "github"
  4389. },
  4390. {
  4391. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4392. "type": "tidelift"
  4393. }
  4394. ],
  4395. "time": "2022-01-27T10:24:58+00:00"
  4396. },
  4397. {
  4398. "name": "symfony/form",
  4399. "version": "v5.2.12",
  4400. "source": {
  4401. "type": "git",
  4402. "url": "https://github.com/symfony/form.git",
  4403. "reference": "929811a7667aa5814f93a70974423870b14c05aa"
  4404. },
  4405. "dist": {
  4406. "type": "zip",
  4407. "url": "https://api.github.com/repos/symfony/form/zipball/929811a7667aa5814f93a70974423870b14c05aa",
  4408. "reference": "929811a7667aa5814f93a70974423870b14c05aa",
  4409. "shasum": ""
  4410. },
  4411. "require": {
  4412. "php": ">=7.2.5",
  4413. "symfony/deprecation-contracts": "^2.1",
  4414. "symfony/event-dispatcher": "^4.4|^5.0",
  4415. "symfony/intl": "^4.4|^5.0",
  4416. "symfony/options-resolver": "^5.1",
  4417. "symfony/polyfill-ctype": "~1.8",
  4418. "symfony/polyfill-mbstring": "~1.0",
  4419. "symfony/polyfill-php80": "^1.16",
  4420. "symfony/property-access": "^5.0.8",
  4421. "symfony/service-contracts": "^1.1|^2"
  4422. },
  4423. "conflict": {
  4424. "phpunit/phpunit": "<5.4.3",
  4425. "symfony/console": "<4.4",
  4426. "symfony/dependency-injection": "<4.4",
  4427. "symfony/doctrine-bridge": "<4.4",
  4428. "symfony/error-handler": "<4.4.5",
  4429. "symfony/framework-bundle": "<4.4",
  4430. "symfony/http-kernel": "<4.4",
  4431. "symfony/intl": "<4.4",
  4432. "symfony/translation": "<4.4",
  4433. "symfony/translation-contracts": "<1.1.7",
  4434. "symfony/twig-bridge": "<4.4"
  4435. },
  4436. "require-dev": {
  4437. "doctrine/collections": "~1.0",
  4438. "symfony/config": "^4.4|^5.0",
  4439. "symfony/console": "^4.4|^5.0",
  4440. "symfony/dependency-injection": "^4.4|^5.0",
  4441. "symfony/expression-language": "^4.4|^5.0",
  4442. "symfony/http-foundation": "^4.4|^5.0",
  4443. "symfony/http-kernel": "^4.4|^5.0",
  4444. "symfony/security-csrf": "^4.4|^5.0",
  4445. "symfony/translation": "^4.4|^5.0",
  4446. "symfony/validator": "^4.4.17|^5.1.9",
  4447. "symfony/var-dumper": "^4.4|^5.0"
  4448. },
  4449. "suggest": {
  4450. "symfony/security-csrf": "For protecting forms against CSRF attacks.",
  4451. "symfony/twig-bridge": "For templating with Twig.",
  4452. "symfony/validator": "For form validation."
  4453. },
  4454. "type": "library",
  4455. "autoload": {
  4456. "psr-4": {
  4457. "Symfony\\Component\\Form\\": ""
  4458. },
  4459. "exclude-from-classmap": [
  4460. "/Tests/"
  4461. ]
  4462. },
  4463. "notification-url": "https://packagist.org/downloads/",
  4464. "license": [
  4465. "MIT"
  4466. ],
  4467. "authors": [
  4468. {
  4469. "name": "Fabien Potencier",
  4470. "email": "fabien@symfony.com"
  4471. },
  4472. {
  4473. "name": "Symfony Community",
  4474. "homepage": "https://symfony.com/contributors"
  4475. }
  4476. ],
  4477. "description": "Allows to easily create, process and reuse HTML forms",
  4478. "homepage": "https://symfony.com",
  4479. "support": {
  4480. "source": "https://github.com/symfony/form/tree/v5.2.12"
  4481. },
  4482. "funding": [
  4483. {
  4484. "url": "https://symfony.com/sponsor",
  4485. "type": "custom"
  4486. },
  4487. {
  4488. "url": "https://github.com/fabpot",
  4489. "type": "github"
  4490. },
  4491. {
  4492. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4493. "type": "tidelift"
  4494. }
  4495. ],
  4496. "time": "2021-07-23T15:54:19+00:00"
  4497. },
  4498. {
  4499. "name": "symfony/framework-bundle",
  4500. "version": "v5.2.12",
  4501. "source": {
  4502. "type": "git",
  4503. "url": "https://github.com/symfony/framework-bundle.git",
  4504. "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b"
  4505. },
  4506. "dist": {
  4507. "type": "zip",
  4508. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e9ca1c60dba3b5e261eadd3b427bc115914b72b",
  4509. "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b",
  4510. "shasum": ""
  4511. },
  4512. "require": {
  4513. "ext-xml": "*",
  4514. "php": ">=7.2.5",
  4515. "symfony/cache": "^5.2",
  4516. "symfony/config": "~5.0.11|^5.1.3",
  4517. "symfony/dependency-injection": "^5.2",
  4518. "symfony/deprecation-contracts": "^2.1",
  4519. "symfony/error-handler": "^4.4.1|^5.0.1",
  4520. "symfony/event-dispatcher": "^5.1",
  4521. "symfony/filesystem": "^4.4|^5.0",
  4522. "symfony/finder": "^4.4|^5.0",
  4523. "symfony/http-foundation": "^5.2.1",
  4524. "symfony/http-kernel": "^5.2.1",
  4525. "symfony/polyfill-mbstring": "~1.0",
  4526. "symfony/polyfill-php80": "^1.16",
  4527. "symfony/routing": "^5.2"
  4528. },
  4529. "conflict": {
  4530. "doctrine/persistence": "<1.3",
  4531. "phpdocumentor/reflection-docblock": "<3.2.2",
  4532. "phpdocumentor/type-resolver": "<1.4.0",
  4533. "phpunit/phpunit": "<5.4.3",
  4534. "symfony/asset": "<5.1",
  4535. "symfony/browser-kit": "<4.4",
  4536. "symfony/console": "<5.2.5",
  4537. "symfony/dom-crawler": "<4.4",
  4538. "symfony/dotenv": "<5.1",
  4539. "symfony/form": "<5.2",
  4540. "symfony/http-client": "<4.4",
  4541. "symfony/lock": "<4.4",
  4542. "symfony/mailer": "<5.2",
  4543. "symfony/messenger": "<4.4",
  4544. "symfony/mime": "<4.4",
  4545. "symfony/property-access": "<5.2",
  4546. "symfony/property-info": "<4.4",
  4547. "symfony/serializer": "<5.2",
  4548. "symfony/stopwatch": "<4.4",
  4549. "symfony/translation": "<5.0",
  4550. "symfony/twig-bridge": "<4.4",
  4551. "symfony/twig-bundle": "<4.4",
  4552. "symfony/validator": "<5.2",
  4553. "symfony/web-profiler-bundle": "<4.4",
  4554. "symfony/workflow": "<5.2"
  4555. },
  4556. "require-dev": {
  4557. "doctrine/annotations": "^1.10.4",
  4558. "doctrine/cache": "^1.0|^2.0",
  4559. "doctrine/persistence": "^1.3|^2.0",
  4560. "paragonie/sodium_compat": "^1.8",
  4561. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4562. "symfony/asset": "^5.1",
  4563. "symfony/browser-kit": "^4.4|^5.0",
  4564. "symfony/console": "^5.2",
  4565. "symfony/css-selector": "^4.4|^5.0",
  4566. "symfony/dom-crawler": "^4.4|^5.0",
  4567. "symfony/dotenv": "^5.1",
  4568. "symfony/expression-language": "^4.4|^5.0",
  4569. "symfony/form": "^5.2",
  4570. "symfony/http-client": "^4.4|^5.0",
  4571. "symfony/lock": "^4.4|^5.0",
  4572. "symfony/mailer": "^5.2",
  4573. "symfony/messenger": "^5.2",
  4574. "symfony/mime": "^4.4|^5.0",
  4575. "symfony/polyfill-intl-icu": "~1.0",
  4576. "symfony/process": "^4.4|^5.0",
  4577. "symfony/property-info": "^4.4|^5.0",
  4578. "symfony/security-bundle": "^5.1",
  4579. "symfony/security-core": "^4.4|^5.2",
  4580. "symfony/security-csrf": "^4.4|^5.0",
  4581. "symfony/security-http": "^4.4|^5.0",
  4582. "symfony/serializer": "^5.2",
  4583. "symfony/stopwatch": "^4.4|^5.0",
  4584. "symfony/string": "^5.0",
  4585. "symfony/translation": "^5.0",
  4586. "symfony/twig-bundle": "^4.4|^5.0",
  4587. "symfony/validator": "^5.2",
  4588. "symfony/web-link": "^4.4|^5.0",
  4589. "symfony/workflow": "^5.2",
  4590. "symfony/yaml": "^4.4|^5.0",
  4591. "twig/twig": "^2.10|^3.0"
  4592. },
  4593. "suggest": {
  4594. "ext-apcu": "For best performance of the system caches",
  4595. "symfony/console": "For using the console commands",
  4596. "symfony/form": "For using forms",
  4597. "symfony/property-info": "For using the property_info service",
  4598. "symfony/serializer": "For using the serializer service",
  4599. "symfony/validator": "For using validation",
  4600. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  4601. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  4602. },
  4603. "type": "symfony-bundle",
  4604. "autoload": {
  4605. "psr-4": {
  4606. "Symfony\\Bundle\\FrameworkBundle\\": ""
  4607. },
  4608. "exclude-from-classmap": [
  4609. "/Tests/"
  4610. ]
  4611. },
  4612. "notification-url": "https://packagist.org/downloads/",
  4613. "license": [
  4614. "MIT"
  4615. ],
  4616. "authors": [
  4617. {
  4618. "name": "Fabien Potencier",
  4619. "email": "fabien@symfony.com"
  4620. },
  4621. {
  4622. "name": "Symfony Community",
  4623. "homepage": "https://symfony.com/contributors"
  4624. }
  4625. ],
  4626. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  4627. "homepage": "https://symfony.com",
  4628. "support": {
  4629. "source": "https://github.com/symfony/framework-bundle/tree/v5.2.12"
  4630. },
  4631. "funding": [
  4632. {
  4633. "url": "https://symfony.com/sponsor",
  4634. "type": "custom"
  4635. },
  4636. {
  4637. "url": "https://github.com/fabpot",
  4638. "type": "github"
  4639. },
  4640. {
  4641. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4642. "type": "tidelift"
  4643. }
  4644. ],
  4645. "time": "2021-07-21T13:17:02+00:00"
  4646. },
  4647. {
  4648. "name": "symfony/http-client",
  4649. "version": "v5.2.12",
  4650. "source": {
  4651. "type": "git",
  4652. "url": "https://github.com/symfony/http-client.git",
  4653. "reference": "1895ede860a198803395a67738104211508b5ddc"
  4654. },
  4655. "dist": {
  4656. "type": "zip",
  4657. "url": "https://api.github.com/repos/symfony/http-client/zipball/1895ede860a198803395a67738104211508b5ddc",
  4658. "reference": "1895ede860a198803395a67738104211508b5ddc",
  4659. "shasum": ""
  4660. },
  4661. "require": {
  4662. "php": ">=7.2.5",
  4663. "psr/log": "^1|^2|^3",
  4664. "symfony/http-client-contracts": "^2.2",
  4665. "symfony/polyfill-php73": "^1.11",
  4666. "symfony/polyfill-php80": "^1.16",
  4667. "symfony/service-contracts": "^1.0|^2"
  4668. },
  4669. "provide": {
  4670. "php-http/async-client-implementation": "*",
  4671. "php-http/client-implementation": "*",
  4672. "psr/http-client-implementation": "1.0",
  4673. "symfony/http-client-implementation": "2.2"
  4674. },
  4675. "require-dev": {
  4676. "amphp/amp": "^2.5",
  4677. "amphp/http-client": "^4.2.1",
  4678. "amphp/http-tunnel": "^1.0",
  4679. "amphp/socket": "^1.1",
  4680. "guzzlehttp/promises": "^1.4",
  4681. "nyholm/psr7": "^1.0",
  4682. "php-http/httplug": "^1.0|^2.0",
  4683. "psr/http-client": "^1.0",
  4684. "symfony/dependency-injection": "^4.4|^5.0",
  4685. "symfony/http-kernel": "^4.4.13|^5.1.5",
  4686. "symfony/process": "^4.4|^5.0",
  4687. "symfony/stopwatch": "^4.4|^5.0"
  4688. },
  4689. "type": "library",
  4690. "autoload": {
  4691. "psr-4": {
  4692. "Symfony\\Component\\HttpClient\\": ""
  4693. },
  4694. "exclude-from-classmap": [
  4695. "/Tests/"
  4696. ]
  4697. },
  4698. "notification-url": "https://packagist.org/downloads/",
  4699. "license": [
  4700. "MIT"
  4701. ],
  4702. "authors": [
  4703. {
  4704. "name": "Nicolas Grekas",
  4705. "email": "p@tchwork.com"
  4706. },
  4707. {
  4708. "name": "Symfony Community",
  4709. "homepage": "https://symfony.com/contributors"
  4710. }
  4711. ],
  4712. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  4713. "homepage": "https://symfony.com",
  4714. "support": {
  4715. "source": "https://github.com/symfony/http-client/tree/v5.2.12"
  4716. },
  4717. "funding": [
  4718. {
  4719. "url": "https://symfony.com/sponsor",
  4720. "type": "custom"
  4721. },
  4722. {
  4723. "url": "https://github.com/fabpot",
  4724. "type": "github"
  4725. },
  4726. {
  4727. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4728. "type": "tidelift"
  4729. }
  4730. ],
  4731. "time": "2021-07-23T15:55:19+00:00"
  4732. },
  4733. {
  4734. "name": "symfony/http-client-contracts",
  4735. "version": "v2.5.0",
  4736. "source": {
  4737. "type": "git",
  4738. "url": "https://github.com/symfony/http-client-contracts.git",
  4739. "reference": "ec82e57b5b714dbb69300d348bd840b345e24166"
  4740. },
  4741. "dist": {
  4742. "type": "zip",
  4743. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166",
  4744. "reference": "ec82e57b5b714dbb69300d348bd840b345e24166",
  4745. "shasum": ""
  4746. },
  4747. "require": {
  4748. "php": ">=7.2.5"
  4749. },
  4750. "suggest": {
  4751. "symfony/http-client-implementation": ""
  4752. },
  4753. "type": "library",
  4754. "extra": {
  4755. "branch-alias": {
  4756. "dev-main": "2.5-dev"
  4757. },
  4758. "thanks": {
  4759. "name": "symfony/contracts",
  4760. "url": "https://github.com/symfony/contracts"
  4761. }
  4762. },
  4763. "autoload": {
  4764. "psr-4": {
  4765. "Symfony\\Contracts\\HttpClient\\": ""
  4766. }
  4767. },
  4768. "notification-url": "https://packagist.org/downloads/",
  4769. "license": [
  4770. "MIT"
  4771. ],
  4772. "authors": [
  4773. {
  4774. "name": "Nicolas Grekas",
  4775. "email": "p@tchwork.com"
  4776. },
  4777. {
  4778. "name": "Symfony Community",
  4779. "homepage": "https://symfony.com/contributors"
  4780. }
  4781. ],
  4782. "description": "Generic abstractions related to HTTP clients",
  4783. "homepage": "https://symfony.com",
  4784. "keywords": [
  4785. "abstractions",
  4786. "contracts",
  4787. "decoupling",
  4788. "interfaces",
  4789. "interoperability",
  4790. "standards"
  4791. ],
  4792. "support": {
  4793. "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0"
  4794. },
  4795. "funding": [
  4796. {
  4797. "url": "https://symfony.com/sponsor",
  4798. "type": "custom"
  4799. },
  4800. {
  4801. "url": "https://github.com/fabpot",
  4802. "type": "github"
  4803. },
  4804. {
  4805. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4806. "type": "tidelift"
  4807. }
  4808. ],
  4809. "time": "2021-11-03T09:24:47+00:00"
  4810. },
  4811. {
  4812. "name": "symfony/http-foundation",
  4813. "version": "v5.2.14",
  4814. "source": {
  4815. "type": "git",
  4816. "url": "https://github.com/symfony/http-foundation.git",
  4817. "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c"
  4818. },
  4819. "dist": {
  4820. "type": "zip",
  4821. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2a247de56fc8f5efdf1e098192128e8e509d370c",
  4822. "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c",
  4823. "shasum": ""
  4824. },
  4825. "require": {
  4826. "php": ">=7.2.5",
  4827. "symfony/deprecation-contracts": "^2.1",
  4828. "symfony/polyfill-mbstring": "~1.1",
  4829. "symfony/polyfill-php80": "^1.16"
  4830. },
  4831. "require-dev": {
  4832. "predis/predis": "~1.0",
  4833. "symfony/cache": "^4.4|^5.0",
  4834. "symfony/expression-language": "^4.4|^5.0",
  4835. "symfony/mime": "^4.4|^5.0"
  4836. },
  4837. "suggest": {
  4838. "symfony/mime": "To use the file extension guesser"
  4839. },
  4840. "type": "library",
  4841. "autoload": {
  4842. "psr-4": {
  4843. "Symfony\\Component\\HttpFoundation\\": ""
  4844. },
  4845. "exclude-from-classmap": [
  4846. "/Tests/"
  4847. ]
  4848. },
  4849. "notification-url": "https://packagist.org/downloads/",
  4850. "license": [
  4851. "MIT"
  4852. ],
  4853. "authors": [
  4854. {
  4855. "name": "Fabien Potencier",
  4856. "email": "fabien@symfony.com"
  4857. },
  4858. {
  4859. "name": "Symfony Community",
  4860. "homepage": "https://symfony.com/contributors"
  4861. }
  4862. ],
  4863. "description": "Defines an object-oriented layer for the HTTP specification",
  4864. "homepage": "https://symfony.com",
  4865. "support": {
  4866. "source": "https://github.com/symfony/http-foundation/tree/v5.2.14"
  4867. },
  4868. "funding": [
  4869. {
  4870. "url": "https://symfony.com/sponsor",
  4871. "type": "custom"
  4872. },
  4873. {
  4874. "url": "https://github.com/fabpot",
  4875. "type": "github"
  4876. },
  4877. {
  4878. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4879. "type": "tidelift"
  4880. }
  4881. ],
  4882. "time": "2021-07-29T06:18:06+00:00"
  4883. },
  4884. {
  4885. "name": "symfony/http-kernel",
  4886. "version": "v5.2.14",
  4887. "source": {
  4888. "type": "git",
  4889. "url": "https://github.com/symfony/http-kernel.git",
  4890. "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689"
  4891. },
  4892. "dist": {
  4893. "type": "zip",
  4894. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c3b9af1047c477c527504a3509ab59e4fae0689",
  4895. "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689",
  4896. "shasum": ""
  4897. },
  4898. "require": {
  4899. "php": ">=7.2.5",
  4900. "psr/log": "^1|^2",
  4901. "symfony/deprecation-contracts": "^2.1",
  4902. "symfony/error-handler": "^4.4|^5.0",
  4903. "symfony/event-dispatcher": "^5.0",
  4904. "symfony/http-client-contracts": "^1.1|^2",
  4905. "symfony/http-foundation": "^4.4|^5.0",
  4906. "symfony/polyfill-ctype": "^1.8",
  4907. "symfony/polyfill-php73": "^1.9",
  4908. "symfony/polyfill-php80": "^1.16"
  4909. },
  4910. "conflict": {
  4911. "symfony/browser-kit": "<4.4",
  4912. "symfony/cache": "<5.0",
  4913. "symfony/config": "<5.0",
  4914. "symfony/console": "<4.4",
  4915. "symfony/dependency-injection": "<5.1.8",
  4916. "symfony/doctrine-bridge": "<5.0",
  4917. "symfony/form": "<5.0",
  4918. "symfony/http-client": "<5.0",
  4919. "symfony/mailer": "<5.0",
  4920. "symfony/messenger": "<5.0",
  4921. "symfony/translation": "<5.0",
  4922. "symfony/twig-bridge": "<5.0",
  4923. "symfony/validator": "<5.0",
  4924. "twig/twig": "<2.13"
  4925. },
  4926. "provide": {
  4927. "psr/log-implementation": "1.0|2.0"
  4928. },
  4929. "require-dev": {
  4930. "psr/cache": "^1.0|^2.0|^3.0",
  4931. "symfony/browser-kit": "^4.4|^5.0",
  4932. "symfony/config": "^5.0",
  4933. "symfony/console": "^4.4|^5.0",
  4934. "symfony/css-selector": "^4.4|^5.0",
  4935. "symfony/dependency-injection": "^5.1.8",
  4936. "symfony/dom-crawler": "^4.4|^5.0",
  4937. "symfony/expression-language": "^4.4|^5.0",
  4938. "symfony/finder": "^4.4|^5.0",
  4939. "symfony/process": "^4.4|^5.0",
  4940. "symfony/routing": "^4.4|^5.0",
  4941. "symfony/stopwatch": "^4.4|^5.0",
  4942. "symfony/translation": "^4.4|^5.0",
  4943. "symfony/translation-contracts": "^1.1|^2",
  4944. "twig/twig": "^2.13|^3.0.4"
  4945. },
  4946. "suggest": {
  4947. "symfony/browser-kit": "",
  4948. "symfony/config": "",
  4949. "symfony/console": "",
  4950. "symfony/dependency-injection": ""
  4951. },
  4952. "type": "library",
  4953. "autoload": {
  4954. "psr-4": {
  4955. "Symfony\\Component\\HttpKernel\\": ""
  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": "Fabien Potencier",
  4968. "email": "fabien@symfony.com"
  4969. },
  4970. {
  4971. "name": "Symfony Community",
  4972. "homepage": "https://symfony.com/contributors"
  4973. }
  4974. ],
  4975. "description": "Provides a structured process for converting a Request into a Response",
  4976. "homepage": "https://symfony.com",
  4977. "support": {
  4978. "source": "https://github.com/symfony/http-kernel/tree/v5.2.14"
  4979. },
  4980. "funding": [
  4981. {
  4982. "url": "https://symfony.com/sponsor",
  4983. "type": "custom"
  4984. },
  4985. {
  4986. "url": "https://github.com/fabpot",
  4987. "type": "github"
  4988. },
  4989. {
  4990. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4991. "type": "tidelift"
  4992. }
  4993. ],
  4994. "time": "2021-07-29T06:52:15+00:00"
  4995. },
  4996. {
  4997. "name": "symfony/intl",
  4998. "version": "v5.2.12",
  4999. "source": {
  5000. "type": "git",
  5001. "url": "https://github.com/symfony/intl.git",
  5002. "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a"
  5003. },
  5004. "dist": {
  5005. "type": "zip",
  5006. "url": "https://api.github.com/repos/symfony/intl/zipball/23ae12a613eb77725c6ef6a15d37b0e9956c6a2a",
  5007. "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a",
  5008. "shasum": ""
  5009. },
  5010. "require": {
  5011. "php": ">=7.2.5",
  5012. "symfony/polyfill-intl-icu": "~1.0",
  5013. "symfony/polyfill-php80": "^1.16"
  5014. },
  5015. "require-dev": {
  5016. "symfony/filesystem": "^4.4|^5.0"
  5017. },
  5018. "suggest": {
  5019. "ext-intl": "to use the component with locales other than \"en\""
  5020. },
  5021. "type": "library",
  5022. "autoload": {
  5023. "psr-4": {
  5024. "Symfony\\Component\\Intl\\": ""
  5025. },
  5026. "classmap": [
  5027. "Resources/stubs"
  5028. ],
  5029. "exclude-from-classmap": [
  5030. "/Tests/"
  5031. ]
  5032. },
  5033. "notification-url": "https://packagist.org/downloads/",
  5034. "license": [
  5035. "MIT"
  5036. ],
  5037. "authors": [
  5038. {
  5039. "name": "Bernhard Schussek",
  5040. "email": "bschussek@gmail.com"
  5041. },
  5042. {
  5043. "name": "Eriksen Costa",
  5044. "email": "eriksen.costa@infranology.com.br"
  5045. },
  5046. {
  5047. "name": "Igor Wiedler",
  5048. "email": "igor@wiedler.ch"
  5049. },
  5050. {
  5051. "name": "Symfony Community",
  5052. "homepage": "https://symfony.com/contributors"
  5053. }
  5054. ],
  5055. "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
  5056. "homepage": "https://symfony.com",
  5057. "keywords": [
  5058. "i18n",
  5059. "icu",
  5060. "internationalization",
  5061. "intl",
  5062. "l10n",
  5063. "localization"
  5064. ],
  5065. "support": {
  5066. "source": "https://github.com/symfony/intl/tree/v5.2.12"
  5067. },
  5068. "funding": [
  5069. {
  5070. "url": "https://symfony.com/sponsor",
  5071. "type": "custom"
  5072. },
  5073. {
  5074. "url": "https://github.com/fabpot",
  5075. "type": "github"
  5076. },
  5077. {
  5078. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5079. "type": "tidelift"
  5080. }
  5081. ],
  5082. "time": "2021-07-23T15:54:19+00:00"
  5083. },
  5084. {
  5085. "name": "symfony/mailer",
  5086. "version": "v5.2.12",
  5087. "source": {
  5088. "type": "git",
  5089. "url": "https://github.com/symfony/mailer.git",
  5090. "reference": "75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4"
  5091. },
  5092. "dist": {
  5093. "type": "zip",
  5094. "url": "https://api.github.com/repos/symfony/mailer/zipball/75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4",
  5095. "reference": "75ea7f9e54c1bc49b6d7e3d6b20422f85b7ea3e4",
  5096. "shasum": ""
  5097. },
  5098. "require": {
  5099. "egulias/email-validator": "^2.1.10|^3",
  5100. "php": ">=7.2.5",
  5101. "psr/log": "^1|^2|^3",
  5102. "symfony/event-dispatcher": "^4.4|^5.0",
  5103. "symfony/mime": "^5.2.6",
  5104. "symfony/polyfill-php80": "^1.16",
  5105. "symfony/service-contracts": "^1.1|^2"
  5106. },
  5107. "conflict": {
  5108. "symfony/http-kernel": "<4.4"
  5109. },
  5110. "require-dev": {
  5111. "symfony/amazon-mailer": "^4.4|^5.0",
  5112. "symfony/google-mailer": "^4.4|^5.0",
  5113. "symfony/http-client-contracts": "^1.1|^2",
  5114. "symfony/mailchimp-mailer": "^4.4|^5.0",
  5115. "symfony/mailgun-mailer": "^4.4|^5.0",
  5116. "symfony/mailjet-mailer": "^4.4|^5.0",
  5117. "symfony/messenger": "^4.4|^5.0",
  5118. "symfony/postmark-mailer": "^4.4|^5.0",
  5119. "symfony/sendgrid-mailer": "^4.4|^5.0"
  5120. },
  5121. "type": "library",
  5122. "autoload": {
  5123. "psr-4": {
  5124. "Symfony\\Component\\Mailer\\": ""
  5125. },
  5126. "exclude-from-classmap": [
  5127. "/Tests/"
  5128. ]
  5129. },
  5130. "notification-url": "https://packagist.org/downloads/",
  5131. "license": [
  5132. "MIT"
  5133. ],
  5134. "authors": [
  5135. {
  5136. "name": "Fabien Potencier",
  5137. "email": "fabien@symfony.com"
  5138. },
  5139. {
  5140. "name": "Symfony Community",
  5141. "homepage": "https://symfony.com/contributors"
  5142. }
  5143. ],
  5144. "description": "Helps sending emails",
  5145. "homepage": "https://symfony.com",
  5146. "support": {
  5147. "source": "https://github.com/symfony/mailer/tree/v5.2.12"
  5148. },
  5149. "funding": [
  5150. {
  5151. "url": "https://symfony.com/sponsor",
  5152. "type": "custom"
  5153. },
  5154. {
  5155. "url": "https://github.com/fabpot",
  5156. "type": "github"
  5157. },
  5158. {
  5159. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5160. "type": "tidelift"
  5161. }
  5162. ],
  5163. "time": "2021-07-23T15:54:19+00:00"
  5164. },
  5165. {
  5166. "name": "symfony/mime",
  5167. "version": "v5.2.12",
  5168. "source": {
  5169. "type": "git",
  5170. "url": "https://github.com/symfony/mime.git",
  5171. "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b"
  5172. },
  5173. "dist": {
  5174. "type": "zip",
  5175. "url": "https://api.github.com/repos/symfony/mime/zipball/6ad63acd694b30e75fb2426b037e92859df73d6b",
  5176. "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b",
  5177. "shasum": ""
  5178. },
  5179. "require": {
  5180. "php": ">=7.2.5",
  5181. "symfony/deprecation-contracts": "^2.1",
  5182. "symfony/polyfill-intl-idn": "^1.10",
  5183. "symfony/polyfill-mbstring": "^1.0",
  5184. "symfony/polyfill-php80": "^1.16"
  5185. },
  5186. "conflict": {
  5187. "egulias/email-validator": "~3.0.0",
  5188. "phpdocumentor/reflection-docblock": "<3.2.2",
  5189. "phpdocumentor/type-resolver": "<1.4.0",
  5190. "symfony/mailer": "<4.4"
  5191. },
  5192. "require-dev": {
  5193. "egulias/email-validator": "^2.1.10|^3.1",
  5194. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  5195. "symfony/dependency-injection": "^4.4|^5.0",
  5196. "symfony/property-access": "^4.4|^5.1",
  5197. "symfony/property-info": "^4.4|^5.1",
  5198. "symfony/serializer": "^5.2"
  5199. },
  5200. "type": "library",
  5201. "autoload": {
  5202. "psr-4": {
  5203. "Symfony\\Component\\Mime\\": ""
  5204. },
  5205. "exclude-from-classmap": [
  5206. "/Tests/"
  5207. ]
  5208. },
  5209. "notification-url": "https://packagist.org/downloads/",
  5210. "license": [
  5211. "MIT"
  5212. ],
  5213. "authors": [
  5214. {
  5215. "name": "Fabien Potencier",
  5216. "email": "fabien@symfony.com"
  5217. },
  5218. {
  5219. "name": "Symfony Community",
  5220. "homepage": "https://symfony.com/contributors"
  5221. }
  5222. ],
  5223. "description": "Allows manipulating MIME messages",
  5224. "homepage": "https://symfony.com",
  5225. "keywords": [
  5226. "mime",
  5227. "mime-type"
  5228. ],
  5229. "support": {
  5230. "source": "https://github.com/symfony/mime/tree/v5.2.12"
  5231. },
  5232. "funding": [
  5233. {
  5234. "url": "https://symfony.com/sponsor",
  5235. "type": "custom"
  5236. },
  5237. {
  5238. "url": "https://github.com/fabpot",
  5239. "type": "github"
  5240. },
  5241. {
  5242. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5243. "type": "tidelift"
  5244. }
  5245. ],
  5246. "time": "2021-07-21T12:38:00+00:00"
  5247. },
  5248. {
  5249. "name": "symfony/monolog-bridge",
  5250. "version": "v5.2.12",
  5251. "source": {
  5252. "type": "git",
  5253. "url": "https://github.com/symfony/monolog-bridge.git",
  5254. "reference": "2c3943d7c0100983f9c0a82807555273353e3539"
  5255. },
  5256. "dist": {
  5257. "type": "zip",
  5258. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2c3943d7c0100983f9c0a82807555273353e3539",
  5259. "reference": "2c3943d7c0100983f9c0a82807555273353e3539",
  5260. "shasum": ""
  5261. },
  5262. "require": {
  5263. "monolog/monolog": "^1.25.1|^2",
  5264. "php": ">=7.2.5",
  5265. "symfony/deprecation-contracts": "^2.1",
  5266. "symfony/http-kernel": "^4.4|^5.0",
  5267. "symfony/polyfill-php80": "^1.16",
  5268. "symfony/service-contracts": "^1.1|^2"
  5269. },
  5270. "conflict": {
  5271. "symfony/console": "<4.4",
  5272. "symfony/http-foundation": "<4.4"
  5273. },
  5274. "require-dev": {
  5275. "symfony/console": "^4.4|^5.0",
  5276. "symfony/http-client": "^4.4|^5.0",
  5277. "symfony/mailer": "^4.4|^5.0",
  5278. "symfony/mime": "^4.4|^5.0",
  5279. "symfony/security-core": "^4.4|^5.0",
  5280. "symfony/var-dumper": "^4.4|^5.0"
  5281. },
  5282. "suggest": {
  5283. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  5284. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  5285. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  5286. },
  5287. "type": "symfony-bridge",
  5288. "autoload": {
  5289. "psr-4": {
  5290. "Symfony\\Bridge\\Monolog\\": ""
  5291. },
  5292. "exclude-from-classmap": [
  5293. "/Tests/"
  5294. ]
  5295. },
  5296. "notification-url": "https://packagist.org/downloads/",
  5297. "license": [
  5298. "MIT"
  5299. ],
  5300. "authors": [
  5301. {
  5302. "name": "Fabien Potencier",
  5303. "email": "fabien@symfony.com"
  5304. },
  5305. {
  5306. "name": "Symfony Community",
  5307. "homepage": "https://symfony.com/contributors"
  5308. }
  5309. ],
  5310. "description": "Provides integration for Monolog with various Symfony components",
  5311. "homepage": "https://symfony.com",
  5312. "support": {
  5313. "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.12"
  5314. },
  5315. "funding": [
  5316. {
  5317. "url": "https://symfony.com/sponsor",
  5318. "type": "custom"
  5319. },
  5320. {
  5321. "url": "https://github.com/fabpot",
  5322. "type": "github"
  5323. },
  5324. {
  5325. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5326. "type": "tidelift"
  5327. }
  5328. ],
  5329. "time": "2021-07-23T15:54:19+00:00"
  5330. },
  5331. {
  5332. "name": "symfony/monolog-bundle",
  5333. "version": "v3.7.1",
  5334. "source": {
  5335. "type": "git",
  5336. "url": "https://github.com/symfony/monolog-bundle.git",
  5337. "reference": "fde12fc628162787a4e53877abadc30047fd868b"
  5338. },
  5339. "dist": {
  5340. "type": "zip",
  5341. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/fde12fc628162787a4e53877abadc30047fd868b",
  5342. "reference": "fde12fc628162787a4e53877abadc30047fd868b",
  5343. "shasum": ""
  5344. },
  5345. "require": {
  5346. "monolog/monolog": "~1.22 || ~2.0",
  5347. "php": ">=7.1.3",
  5348. "symfony/config": "~4.4 || ^5.0 || ^6.0",
  5349. "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
  5350. "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
  5351. "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
  5352. },
  5353. "require-dev": {
  5354. "symfony/console": "~4.4 || ^5.0 || ^6.0",
  5355. "symfony/phpunit-bridge": "^5.2 || ^6.0",
  5356. "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
  5357. },
  5358. "type": "symfony-bundle",
  5359. "extra": {
  5360. "branch-alias": {
  5361. "dev-master": "3.x-dev"
  5362. }
  5363. },
  5364. "autoload": {
  5365. "psr-4": {
  5366. "Symfony\\Bundle\\MonologBundle\\": ""
  5367. },
  5368. "exclude-from-classmap": [
  5369. "/Tests/"
  5370. ]
  5371. },
  5372. "notification-url": "https://packagist.org/downloads/",
  5373. "license": [
  5374. "MIT"
  5375. ],
  5376. "authors": [
  5377. {
  5378. "name": "Fabien Potencier",
  5379. "email": "fabien@symfony.com"
  5380. },
  5381. {
  5382. "name": "Symfony Community",
  5383. "homepage": "https://symfony.com/contributors"
  5384. }
  5385. ],
  5386. "description": "Symfony MonologBundle",
  5387. "homepage": "https://symfony.com",
  5388. "keywords": [
  5389. "log",
  5390. "logging"
  5391. ],
  5392. "support": {
  5393. "issues": "https://github.com/symfony/monolog-bundle/issues",
  5394. "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.1"
  5395. },
  5396. "funding": [
  5397. {
  5398. "url": "https://symfony.com/sponsor",
  5399. "type": "custom"
  5400. },
  5401. {
  5402. "url": "https://github.com/fabpot",
  5403. "type": "github"
  5404. },
  5405. {
  5406. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5407. "type": "tidelift"
  5408. }
  5409. ],
  5410. "time": "2021-11-05T10:34:29+00:00"
  5411. },
  5412. {
  5413. "name": "symfony/notifier",
  5414. "version": "v5.2.12",
  5415. "source": {
  5416. "type": "git",
  5417. "url": "https://github.com/symfony/notifier.git",
  5418. "reference": "08f557f018e080ea36d51b43a6552bf5396e9c83"
  5419. },
  5420. "dist": {
  5421. "type": "zip",
  5422. "url": "https://api.github.com/repos/symfony/notifier/zipball/08f557f018e080ea36d51b43a6552bf5396e9c83",
  5423. "reference": "08f557f018e080ea36d51b43a6552bf5396e9c83",
  5424. "shasum": ""
  5425. },
  5426. "require": {
  5427. "php": ">=7.2.5",
  5428. "psr/log": "^1|^2|^3",
  5429. "symfony/polyfill-php80": "^1.15"
  5430. },
  5431. "conflict": {
  5432. "symfony/firebase-notifier": "<5.2",
  5433. "symfony/free-mobile-notifier": "<5.2",
  5434. "symfony/http-kernel": "<4.4",
  5435. "symfony/mattermost-notifier": "<5.2",
  5436. "symfony/nexmo-notifier": "<5.2",
  5437. "symfony/ovh-cloud-notifier": "<5.2",
  5438. "symfony/rocket-chat-notifier": "<5.2",
  5439. "symfony/sinch-notifier": "<5.2",
  5440. "symfony/slack-notifier": "<5.2",
  5441. "symfony/telegram-notifier": "<5.2",
  5442. "symfony/twilio-notifier": "<5.2"
  5443. },
  5444. "require-dev": {
  5445. "symfony/event-dispatcher-contracts": "^2",
  5446. "symfony/http-client-contracts": "^2",
  5447. "symfony/messenger": "^4.4 || ^5.0"
  5448. },
  5449. "type": "library",
  5450. "autoload": {
  5451. "psr-4": {
  5452. "Symfony\\Component\\Notifier\\": ""
  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": "Sends notifications via one or more channels (email, SMS, ...)",
  5473. "homepage": "https://symfony.com",
  5474. "keywords": [
  5475. "notification",
  5476. "notifier"
  5477. ],
  5478. "support": {
  5479. "source": "https://github.com/symfony/notifier/tree/v5.2.12"
  5480. },
  5481. "funding": [
  5482. {
  5483. "url": "https://symfony.com/sponsor",
  5484. "type": "custom"
  5485. },
  5486. {
  5487. "url": "https://github.com/fabpot",
  5488. "type": "github"
  5489. },
  5490. {
  5491. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5492. "type": "tidelift"
  5493. }
  5494. ],
  5495. "time": "2021-07-19T00:25:08+00:00"
  5496. },
  5497. {
  5498. "name": "symfony/options-resolver",
  5499. "version": "v5.2.12",
  5500. "source": {
  5501. "type": "git",
  5502. "url": "https://github.com/symfony/options-resolver.git",
  5503. "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d"
  5504. },
  5505. "dist": {
  5506. "type": "zip",
  5507. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1935d2e5329aba28cbb9ef6cc5687d007619d96d",
  5508. "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d",
  5509. "shasum": ""
  5510. },
  5511. "require": {
  5512. "php": ">=7.2.5",
  5513. "symfony/deprecation-contracts": "^2.1",
  5514. "symfony/polyfill-php73": "~1.0",
  5515. "symfony/polyfill-php80": "^1.16"
  5516. },
  5517. "type": "library",
  5518. "autoload": {
  5519. "psr-4": {
  5520. "Symfony\\Component\\OptionsResolver\\": ""
  5521. },
  5522. "exclude-from-classmap": [
  5523. "/Tests/"
  5524. ]
  5525. },
  5526. "notification-url": "https://packagist.org/downloads/",
  5527. "license": [
  5528. "MIT"
  5529. ],
  5530. "authors": [
  5531. {
  5532. "name": "Fabien Potencier",
  5533. "email": "fabien@symfony.com"
  5534. },
  5535. {
  5536. "name": "Symfony Community",
  5537. "homepage": "https://symfony.com/contributors"
  5538. }
  5539. ],
  5540. "description": "Provides an improved replacement for the array_replace PHP function",
  5541. "homepage": "https://symfony.com",
  5542. "keywords": [
  5543. "config",
  5544. "configuration",
  5545. "options"
  5546. ],
  5547. "support": {
  5548. "source": "https://github.com/symfony/options-resolver/tree/v5.2.12"
  5549. },
  5550. "funding": [
  5551. {
  5552. "url": "https://symfony.com/sponsor",
  5553. "type": "custom"
  5554. },
  5555. {
  5556. "url": "https://github.com/fabpot",
  5557. "type": "github"
  5558. },
  5559. {
  5560. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5561. "type": "tidelift"
  5562. }
  5563. ],
  5564. "time": "2021-07-23T15:54:19+00:00"
  5565. },
  5566. {
  5567. "name": "symfony/polyfill-intl-grapheme",
  5568. "version": "v1.24.0",
  5569. "source": {
  5570. "type": "git",
  5571. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  5572. "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
  5573. },
  5574. "dist": {
  5575. "type": "zip",
  5576. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
  5577. "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
  5578. "shasum": ""
  5579. },
  5580. "require": {
  5581. "php": ">=7.1"
  5582. },
  5583. "suggest": {
  5584. "ext-intl": "For best performance"
  5585. },
  5586. "type": "library",
  5587. "extra": {
  5588. "branch-alias": {
  5589. "dev-main": "1.23-dev"
  5590. },
  5591. "thanks": {
  5592. "name": "symfony/polyfill",
  5593. "url": "https://github.com/symfony/polyfill"
  5594. }
  5595. },
  5596. "autoload": {
  5597. "psr-4": {
  5598. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  5599. },
  5600. "files": [
  5601. "bootstrap.php"
  5602. ]
  5603. },
  5604. "notification-url": "https://packagist.org/downloads/",
  5605. "license": [
  5606. "MIT"
  5607. ],
  5608. "authors": [
  5609. {
  5610. "name": "Nicolas Grekas",
  5611. "email": "p@tchwork.com"
  5612. },
  5613. {
  5614. "name": "Symfony Community",
  5615. "homepage": "https://symfony.com/contributors"
  5616. }
  5617. ],
  5618. "description": "Symfony polyfill for intl's grapheme_* functions",
  5619. "homepage": "https://symfony.com",
  5620. "keywords": [
  5621. "compatibility",
  5622. "grapheme",
  5623. "intl",
  5624. "polyfill",
  5625. "portable",
  5626. "shim"
  5627. ],
  5628. "support": {
  5629. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
  5630. },
  5631. "funding": [
  5632. {
  5633. "url": "https://symfony.com/sponsor",
  5634. "type": "custom"
  5635. },
  5636. {
  5637. "url": "https://github.com/fabpot",
  5638. "type": "github"
  5639. },
  5640. {
  5641. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5642. "type": "tidelift"
  5643. }
  5644. ],
  5645. "time": "2021-11-23T21:10:46+00:00"
  5646. },
  5647. {
  5648. "name": "symfony/polyfill-intl-icu",
  5649. "version": "v1.24.0",
  5650. "source": {
  5651. "type": "git",
  5652. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  5653. "reference": "c023a439b8551e320cc3c8433b198e408a623af1"
  5654. },
  5655. "dist": {
  5656. "type": "zip",
  5657. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c023a439b8551e320cc3c8433b198e408a623af1",
  5658. "reference": "c023a439b8551e320cc3c8433b198e408a623af1",
  5659. "shasum": ""
  5660. },
  5661. "require": {
  5662. "php": ">=7.1"
  5663. },
  5664. "suggest": {
  5665. "ext-intl": "For best performance and support of other locales than \"en\""
  5666. },
  5667. "type": "library",
  5668. "extra": {
  5669. "branch-alias": {
  5670. "dev-main": "1.23-dev"
  5671. },
  5672. "thanks": {
  5673. "name": "symfony/polyfill",
  5674. "url": "https://github.com/symfony/polyfill"
  5675. }
  5676. },
  5677. "autoload": {
  5678. "files": [
  5679. "bootstrap.php"
  5680. ],
  5681. "psr-4": {
  5682. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  5683. },
  5684. "classmap": [
  5685. "Resources/stubs"
  5686. ],
  5687. "exclude-from-classmap": [
  5688. "/Tests/"
  5689. ]
  5690. },
  5691. "notification-url": "https://packagist.org/downloads/",
  5692. "license": [
  5693. "MIT"
  5694. ],
  5695. "authors": [
  5696. {
  5697. "name": "Nicolas Grekas",
  5698. "email": "p@tchwork.com"
  5699. },
  5700. {
  5701. "name": "Symfony Community",
  5702. "homepage": "https://symfony.com/contributors"
  5703. }
  5704. ],
  5705. "description": "Symfony polyfill for intl's ICU-related data and classes",
  5706. "homepage": "https://symfony.com",
  5707. "keywords": [
  5708. "compatibility",
  5709. "icu",
  5710. "intl",
  5711. "polyfill",
  5712. "portable",
  5713. "shim"
  5714. ],
  5715. "support": {
  5716. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.24.0"
  5717. },
  5718. "funding": [
  5719. {
  5720. "url": "https://symfony.com/sponsor",
  5721. "type": "custom"
  5722. },
  5723. {
  5724. "url": "https://github.com/fabpot",
  5725. "type": "github"
  5726. },
  5727. {
  5728. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5729. "type": "tidelift"
  5730. }
  5731. ],
  5732. "time": "2021-10-26T17:16:04+00:00"
  5733. },
  5734. {
  5735. "name": "symfony/polyfill-intl-idn",
  5736. "version": "v1.24.0",
  5737. "source": {
  5738. "type": "git",
  5739. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  5740. "reference": "749045c69efb97c70d25d7463abba812e91f3a44"
  5741. },
  5742. "dist": {
  5743. "type": "zip",
  5744. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
  5745. "reference": "749045c69efb97c70d25d7463abba812e91f3a44",
  5746. "shasum": ""
  5747. },
  5748. "require": {
  5749. "php": ">=7.1",
  5750. "symfony/polyfill-intl-normalizer": "^1.10",
  5751. "symfony/polyfill-php72": "^1.10"
  5752. },
  5753. "suggest": {
  5754. "ext-intl": "For best performance"
  5755. },
  5756. "type": "library",
  5757. "extra": {
  5758. "branch-alias": {
  5759. "dev-main": "1.23-dev"
  5760. },
  5761. "thanks": {
  5762. "name": "symfony/polyfill",
  5763. "url": "https://github.com/symfony/polyfill"
  5764. }
  5765. },
  5766. "autoload": {
  5767. "psr-4": {
  5768. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5769. },
  5770. "files": [
  5771. "bootstrap.php"
  5772. ]
  5773. },
  5774. "notification-url": "https://packagist.org/downloads/",
  5775. "license": [
  5776. "MIT"
  5777. ],
  5778. "authors": [
  5779. {
  5780. "name": "Laurent Bassin",
  5781. "email": "laurent@bassin.info"
  5782. },
  5783. {
  5784. "name": "Trevor Rowbotham",
  5785. "email": "trevor.rowbotham@pm.me"
  5786. },
  5787. {
  5788. "name": "Symfony Community",
  5789. "homepage": "https://symfony.com/contributors"
  5790. }
  5791. ],
  5792. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5793. "homepage": "https://symfony.com",
  5794. "keywords": [
  5795. "compatibility",
  5796. "idn",
  5797. "intl",
  5798. "polyfill",
  5799. "portable",
  5800. "shim"
  5801. ],
  5802. "support": {
  5803. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
  5804. },
  5805. "funding": [
  5806. {
  5807. "url": "https://symfony.com/sponsor",
  5808. "type": "custom"
  5809. },
  5810. {
  5811. "url": "https://github.com/fabpot",
  5812. "type": "github"
  5813. },
  5814. {
  5815. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5816. "type": "tidelift"
  5817. }
  5818. ],
  5819. "time": "2021-09-14T14:02:44+00:00"
  5820. },
  5821. {
  5822. "name": "symfony/polyfill-intl-normalizer",
  5823. "version": "v1.24.0",
  5824. "source": {
  5825. "type": "git",
  5826. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5827. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  5828. },
  5829. "dist": {
  5830. "type": "zip",
  5831. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  5832. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  5833. "shasum": ""
  5834. },
  5835. "require": {
  5836. "php": ">=7.1"
  5837. },
  5838. "suggest": {
  5839. "ext-intl": "For best performance"
  5840. },
  5841. "type": "library",
  5842. "extra": {
  5843. "branch-alias": {
  5844. "dev-main": "1.23-dev"
  5845. },
  5846. "thanks": {
  5847. "name": "symfony/polyfill",
  5848. "url": "https://github.com/symfony/polyfill"
  5849. }
  5850. },
  5851. "autoload": {
  5852. "psr-4": {
  5853. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5854. },
  5855. "files": [
  5856. "bootstrap.php"
  5857. ],
  5858. "classmap": [
  5859. "Resources/stubs"
  5860. ]
  5861. },
  5862. "notification-url": "https://packagist.org/downloads/",
  5863. "license": [
  5864. "MIT"
  5865. ],
  5866. "authors": [
  5867. {
  5868. "name": "Nicolas Grekas",
  5869. "email": "p@tchwork.com"
  5870. },
  5871. {
  5872. "name": "Symfony Community",
  5873. "homepage": "https://symfony.com/contributors"
  5874. }
  5875. ],
  5876. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5877. "homepage": "https://symfony.com",
  5878. "keywords": [
  5879. "compatibility",
  5880. "intl",
  5881. "normalizer",
  5882. "polyfill",
  5883. "portable",
  5884. "shim"
  5885. ],
  5886. "support": {
  5887. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
  5888. },
  5889. "funding": [
  5890. {
  5891. "url": "https://symfony.com/sponsor",
  5892. "type": "custom"
  5893. },
  5894. {
  5895. "url": "https://github.com/fabpot",
  5896. "type": "github"
  5897. },
  5898. {
  5899. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5900. "type": "tidelift"
  5901. }
  5902. ],
  5903. "time": "2021-02-19T12:13:01+00:00"
  5904. },
  5905. {
  5906. "name": "symfony/polyfill-mbstring",
  5907. "version": "v1.24.0",
  5908. "source": {
  5909. "type": "git",
  5910. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5911. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  5912. },
  5913. "dist": {
  5914. "type": "zip",
  5915. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  5916. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  5917. "shasum": ""
  5918. },
  5919. "require": {
  5920. "php": ">=7.1"
  5921. },
  5922. "provide": {
  5923. "ext-mbstring": "*"
  5924. },
  5925. "suggest": {
  5926. "ext-mbstring": "For best performance"
  5927. },
  5928. "type": "library",
  5929. "extra": {
  5930. "branch-alias": {
  5931. "dev-main": "1.23-dev"
  5932. },
  5933. "thanks": {
  5934. "name": "symfony/polyfill",
  5935. "url": "https://github.com/symfony/polyfill"
  5936. }
  5937. },
  5938. "autoload": {
  5939. "psr-4": {
  5940. "Symfony\\Polyfill\\Mbstring\\": ""
  5941. },
  5942. "files": [
  5943. "bootstrap.php"
  5944. ]
  5945. },
  5946. "notification-url": "https://packagist.org/downloads/",
  5947. "license": [
  5948. "MIT"
  5949. ],
  5950. "authors": [
  5951. {
  5952. "name": "Nicolas Grekas",
  5953. "email": "p@tchwork.com"
  5954. },
  5955. {
  5956. "name": "Symfony Community",
  5957. "homepage": "https://symfony.com/contributors"
  5958. }
  5959. ],
  5960. "description": "Symfony polyfill for the Mbstring extension",
  5961. "homepage": "https://symfony.com",
  5962. "keywords": [
  5963. "compatibility",
  5964. "mbstring",
  5965. "polyfill",
  5966. "portable",
  5967. "shim"
  5968. ],
  5969. "support": {
  5970. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
  5971. },
  5972. "funding": [
  5973. {
  5974. "url": "https://symfony.com/sponsor",
  5975. "type": "custom"
  5976. },
  5977. {
  5978. "url": "https://github.com/fabpot",
  5979. "type": "github"
  5980. },
  5981. {
  5982. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5983. "type": "tidelift"
  5984. }
  5985. ],
  5986. "time": "2021-11-30T18:21:41+00:00"
  5987. },
  5988. {
  5989. "name": "symfony/polyfill-php73",
  5990. "version": "v1.24.0",
  5991. "source": {
  5992. "type": "git",
  5993. "url": "https://github.com/symfony/polyfill-php73.git",
  5994. "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
  5995. },
  5996. "dist": {
  5997. "type": "zip",
  5998. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
  5999. "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
  6000. "shasum": ""
  6001. },
  6002. "require": {
  6003. "php": ">=7.1"
  6004. },
  6005. "type": "library",
  6006. "extra": {
  6007. "branch-alias": {
  6008. "dev-main": "1.23-dev"
  6009. },
  6010. "thanks": {
  6011. "name": "symfony/polyfill",
  6012. "url": "https://github.com/symfony/polyfill"
  6013. }
  6014. },
  6015. "autoload": {
  6016. "psr-4": {
  6017. "Symfony\\Polyfill\\Php73\\": ""
  6018. },
  6019. "files": [
  6020. "bootstrap.php"
  6021. ],
  6022. "classmap": [
  6023. "Resources/stubs"
  6024. ]
  6025. },
  6026. "notification-url": "https://packagist.org/downloads/",
  6027. "license": [
  6028. "MIT"
  6029. ],
  6030. "authors": [
  6031. {
  6032. "name": "Nicolas Grekas",
  6033. "email": "p@tchwork.com"
  6034. },
  6035. {
  6036. "name": "Symfony Community",
  6037. "homepage": "https://symfony.com/contributors"
  6038. }
  6039. ],
  6040. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  6041. "homepage": "https://symfony.com",
  6042. "keywords": [
  6043. "compatibility",
  6044. "polyfill",
  6045. "portable",
  6046. "shim"
  6047. ],
  6048. "support": {
  6049. "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
  6050. },
  6051. "funding": [
  6052. {
  6053. "url": "https://symfony.com/sponsor",
  6054. "type": "custom"
  6055. },
  6056. {
  6057. "url": "https://github.com/fabpot",
  6058. "type": "github"
  6059. },
  6060. {
  6061. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6062. "type": "tidelift"
  6063. }
  6064. ],
  6065. "time": "2021-06-05T21:20:04+00:00"
  6066. },
  6067. {
  6068. "name": "symfony/polyfill-php80",
  6069. "version": "v1.24.0",
  6070. "source": {
  6071. "type": "git",
  6072. "url": "https://github.com/symfony/polyfill-php80.git",
  6073. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
  6074. },
  6075. "dist": {
  6076. "type": "zip",
  6077. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
  6078. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
  6079. "shasum": ""
  6080. },
  6081. "require": {
  6082. "php": ">=7.1"
  6083. },
  6084. "type": "library",
  6085. "extra": {
  6086. "branch-alias": {
  6087. "dev-main": "1.23-dev"
  6088. },
  6089. "thanks": {
  6090. "name": "symfony/polyfill",
  6091. "url": "https://github.com/symfony/polyfill"
  6092. }
  6093. },
  6094. "autoload": {
  6095. "psr-4": {
  6096. "Symfony\\Polyfill\\Php80\\": ""
  6097. },
  6098. "files": [
  6099. "bootstrap.php"
  6100. ],
  6101. "classmap": [
  6102. "Resources/stubs"
  6103. ]
  6104. },
  6105. "notification-url": "https://packagist.org/downloads/",
  6106. "license": [
  6107. "MIT"
  6108. ],
  6109. "authors": [
  6110. {
  6111. "name": "Ion Bazan",
  6112. "email": "ion.bazan@gmail.com"
  6113. },
  6114. {
  6115. "name": "Nicolas Grekas",
  6116. "email": "p@tchwork.com"
  6117. },
  6118. {
  6119. "name": "Symfony Community",
  6120. "homepage": "https://symfony.com/contributors"
  6121. }
  6122. ],
  6123. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  6124. "homepage": "https://symfony.com",
  6125. "keywords": [
  6126. "compatibility",
  6127. "polyfill",
  6128. "portable",
  6129. "shim"
  6130. ],
  6131. "support": {
  6132. "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
  6133. },
  6134. "funding": [
  6135. {
  6136. "url": "https://symfony.com/sponsor",
  6137. "type": "custom"
  6138. },
  6139. {
  6140. "url": "https://github.com/fabpot",
  6141. "type": "github"
  6142. },
  6143. {
  6144. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6145. "type": "tidelift"
  6146. }
  6147. ],
  6148. "time": "2021-09-13T13:58:33+00:00"
  6149. },
  6150. {
  6151. "name": "symfony/polyfill-php81",
  6152. "version": "v1.24.0",
  6153. "source": {
  6154. "type": "git",
  6155. "url": "https://github.com/symfony/polyfill-php81.git",
  6156. "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
  6157. },
  6158. "dist": {
  6159. "type": "zip",
  6160. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
  6161. "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
  6162. "shasum": ""
  6163. },
  6164. "require": {
  6165. "php": ">=7.1"
  6166. },
  6167. "type": "library",
  6168. "extra": {
  6169. "branch-alias": {
  6170. "dev-main": "1.23-dev"
  6171. },
  6172. "thanks": {
  6173. "name": "symfony/polyfill",
  6174. "url": "https://github.com/symfony/polyfill"
  6175. }
  6176. },
  6177. "autoload": {
  6178. "psr-4": {
  6179. "Symfony\\Polyfill\\Php81\\": ""
  6180. },
  6181. "files": [
  6182. "bootstrap.php"
  6183. ],
  6184. "classmap": [
  6185. "Resources/stubs"
  6186. ]
  6187. },
  6188. "notification-url": "https://packagist.org/downloads/",
  6189. "license": [
  6190. "MIT"
  6191. ],
  6192. "authors": [
  6193. {
  6194. "name": "Nicolas Grekas",
  6195. "email": "p@tchwork.com"
  6196. },
  6197. {
  6198. "name": "Symfony Community",
  6199. "homepage": "https://symfony.com/contributors"
  6200. }
  6201. ],
  6202. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  6203. "homepage": "https://symfony.com",
  6204. "keywords": [
  6205. "compatibility",
  6206. "polyfill",
  6207. "portable",
  6208. "shim"
  6209. ],
  6210. "support": {
  6211. "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
  6212. },
  6213. "funding": [
  6214. {
  6215. "url": "https://symfony.com/sponsor",
  6216. "type": "custom"
  6217. },
  6218. {
  6219. "url": "https://github.com/fabpot",
  6220. "type": "github"
  6221. },
  6222. {
  6223. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6224. "type": "tidelift"
  6225. }
  6226. ],
  6227. "time": "2021-09-13T13:58:11+00:00"
  6228. },
  6229. {
  6230. "name": "symfony/process",
  6231. "version": "v5.2.12",
  6232. "source": {
  6233. "type": "git",
  6234. "url": "https://github.com/symfony/process.git",
  6235. "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030"
  6236. },
  6237. "dist": {
  6238. "type": "zip",
  6239. "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030",
  6240. "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030",
  6241. "shasum": ""
  6242. },
  6243. "require": {
  6244. "php": ">=7.2.5",
  6245. "symfony/polyfill-php80": "^1.16"
  6246. },
  6247. "type": "library",
  6248. "autoload": {
  6249. "psr-4": {
  6250. "Symfony\\Component\\Process\\": ""
  6251. },
  6252. "exclude-from-classmap": [
  6253. "/Tests/"
  6254. ]
  6255. },
  6256. "notification-url": "https://packagist.org/downloads/",
  6257. "license": [
  6258. "MIT"
  6259. ],
  6260. "authors": [
  6261. {
  6262. "name": "Fabien Potencier",
  6263. "email": "fabien@symfony.com"
  6264. },
  6265. {
  6266. "name": "Symfony Community",
  6267. "homepage": "https://symfony.com/contributors"
  6268. }
  6269. ],
  6270. "description": "Executes commands in sub-processes",
  6271. "homepage": "https://symfony.com",
  6272. "support": {
  6273. "source": "https://github.com/symfony/process/tree/v5.2.12"
  6274. },
  6275. "funding": [
  6276. {
  6277. "url": "https://symfony.com/sponsor",
  6278. "type": "custom"
  6279. },
  6280. {
  6281. "url": "https://github.com/fabpot",
  6282. "type": "github"
  6283. },
  6284. {
  6285. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6286. "type": "tidelift"
  6287. }
  6288. ],
  6289. "time": "2021-07-23T15:54:19+00:00"
  6290. },
  6291. {
  6292. "name": "symfony/property-access",
  6293. "version": "v5.2.12",
  6294. "source": {
  6295. "type": "git",
  6296. "url": "https://github.com/symfony/property-access.git",
  6297. "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c"
  6298. },
  6299. "dist": {
  6300. "type": "zip",
  6301. "url": "https://api.github.com/repos/symfony/property-access/zipball/82c6db3e4066ebc1993c377ae71090d0c8f0552c",
  6302. "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c",
  6303. "shasum": ""
  6304. },
  6305. "require": {
  6306. "php": ">=7.2.5",
  6307. "symfony/deprecation-contracts": "^2.1",
  6308. "symfony/polyfill-php80": "^1.16",
  6309. "symfony/property-info": "^5.2"
  6310. },
  6311. "require-dev": {
  6312. "symfony/cache": "^4.4|^5.0"
  6313. },
  6314. "suggest": {
  6315. "psr/cache-implementation": "To cache access methods."
  6316. },
  6317. "type": "library",
  6318. "autoload": {
  6319. "psr-4": {
  6320. "Symfony\\Component\\PropertyAccess\\": ""
  6321. },
  6322. "exclude-from-classmap": [
  6323. "/Tests/"
  6324. ]
  6325. },
  6326. "notification-url": "https://packagist.org/downloads/",
  6327. "license": [
  6328. "MIT"
  6329. ],
  6330. "authors": [
  6331. {
  6332. "name": "Fabien Potencier",
  6333. "email": "fabien@symfony.com"
  6334. },
  6335. {
  6336. "name": "Symfony Community",
  6337. "homepage": "https://symfony.com/contributors"
  6338. }
  6339. ],
  6340. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  6341. "homepage": "https://symfony.com",
  6342. "keywords": [
  6343. "access",
  6344. "array",
  6345. "extraction",
  6346. "index",
  6347. "injection",
  6348. "object",
  6349. "property",
  6350. "property path",
  6351. "reflection"
  6352. ],
  6353. "support": {
  6354. "source": "https://github.com/symfony/property-access/tree/v5.2.12"
  6355. },
  6356. "funding": [
  6357. {
  6358. "url": "https://symfony.com/sponsor",
  6359. "type": "custom"
  6360. },
  6361. {
  6362. "url": "https://github.com/fabpot",
  6363. "type": "github"
  6364. },
  6365. {
  6366. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6367. "type": "tidelift"
  6368. }
  6369. ],
  6370. "time": "2021-07-21T12:38:00+00:00"
  6371. },
  6372. {
  6373. "name": "symfony/property-info",
  6374. "version": "v5.2.12",
  6375. "source": {
  6376. "type": "git",
  6377. "url": "https://github.com/symfony/property-info.git",
  6378. "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1"
  6379. },
  6380. "dist": {
  6381. "type": "zip",
  6382. "url": "https://api.github.com/repos/symfony/property-info/zipball/f9dd1886f47db8ea494d97a4b8bfa494094f53f1",
  6383. "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1",
  6384. "shasum": ""
  6385. },
  6386. "require": {
  6387. "php": ">=7.2.5",
  6388. "symfony/deprecation-contracts": "^2.1",
  6389. "symfony/polyfill-php80": "^1.16",
  6390. "symfony/string": "^5.1"
  6391. },
  6392. "conflict": {
  6393. "phpdocumentor/reflection-docblock": "<3.2.2",
  6394. "phpdocumentor/type-resolver": "<1.4.0",
  6395. "symfony/dependency-injection": "<4.4"
  6396. },
  6397. "require-dev": {
  6398. "doctrine/annotations": "^1.10.4",
  6399. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6400. "symfony/cache": "^4.4|^5.0",
  6401. "symfony/dependency-injection": "^4.4|^5.0",
  6402. "symfony/serializer": "^4.4|^5.0"
  6403. },
  6404. "suggest": {
  6405. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  6406. "psr/cache-implementation": "To cache results",
  6407. "symfony/doctrine-bridge": "To use Doctrine metadata",
  6408. "symfony/serializer": "To use Serializer metadata"
  6409. },
  6410. "type": "library",
  6411. "autoload": {
  6412. "psr-4": {
  6413. "Symfony\\Component\\PropertyInfo\\": ""
  6414. },
  6415. "exclude-from-classmap": [
  6416. "/Tests/"
  6417. ]
  6418. },
  6419. "notification-url": "https://packagist.org/downloads/",
  6420. "license": [
  6421. "MIT"
  6422. ],
  6423. "authors": [
  6424. {
  6425. "name": "Kévin Dunglas",
  6426. "email": "dunglas@gmail.com"
  6427. },
  6428. {
  6429. "name": "Symfony Community",
  6430. "homepage": "https://symfony.com/contributors"
  6431. }
  6432. ],
  6433. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  6434. "homepage": "https://symfony.com",
  6435. "keywords": [
  6436. "doctrine",
  6437. "phpdoc",
  6438. "property",
  6439. "symfony",
  6440. "type",
  6441. "validator"
  6442. ],
  6443. "support": {
  6444. "source": "https://github.com/symfony/property-info/tree/v5.2.12"
  6445. },
  6446. "funding": [
  6447. {
  6448. "url": "https://symfony.com/sponsor",
  6449. "type": "custom"
  6450. },
  6451. {
  6452. "url": "https://github.com/fabpot",
  6453. "type": "github"
  6454. },
  6455. {
  6456. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6457. "type": "tidelift"
  6458. }
  6459. ],
  6460. "time": "2021-07-21T12:38:00+00:00"
  6461. },
  6462. {
  6463. "name": "symfony/proxy-manager-bridge",
  6464. "version": "v5.2.12",
  6465. "source": {
  6466. "type": "git",
  6467. "url": "https://github.com/symfony/proxy-manager-bridge.git",
  6468. "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba"
  6469. },
  6470. "dist": {
  6471. "type": "zip",
  6472. "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/76e61f33f6a34a340bf6e02211214f466e8e1dba",
  6473. "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba",
  6474. "shasum": ""
  6475. },
  6476. "require": {
  6477. "composer/package-versions-deprecated": "^1.8",
  6478. "friendsofphp/proxy-manager-lts": "^1.0.2",
  6479. "php": ">=7.2.5",
  6480. "symfony/dependency-injection": "^5.0",
  6481. "symfony/polyfill-php80": "^1.16"
  6482. },
  6483. "require-dev": {
  6484. "symfony/config": "^4.4|^5.0"
  6485. },
  6486. "type": "symfony-bridge",
  6487. "autoload": {
  6488. "psr-4": {
  6489. "Symfony\\Bridge\\ProxyManager\\": ""
  6490. },
  6491. "exclude-from-classmap": [
  6492. "/Tests/"
  6493. ]
  6494. },
  6495. "notification-url": "https://packagist.org/downloads/",
  6496. "license": [
  6497. "MIT"
  6498. ],
  6499. "authors": [
  6500. {
  6501. "name": "Fabien Potencier",
  6502. "email": "fabien@symfony.com"
  6503. },
  6504. {
  6505. "name": "Symfony Community",
  6506. "homepage": "https://symfony.com/contributors"
  6507. }
  6508. ],
  6509. "description": "Provides integration for ProxyManager with various Symfony components",
  6510. "homepage": "https://symfony.com",
  6511. "support": {
  6512. "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.12"
  6513. },
  6514. "funding": [
  6515. {
  6516. "url": "https://symfony.com/sponsor",
  6517. "type": "custom"
  6518. },
  6519. {
  6520. "url": "https://github.com/fabpot",
  6521. "type": "github"
  6522. },
  6523. {
  6524. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6525. "type": "tidelift"
  6526. }
  6527. ],
  6528. "time": "2021-07-21T12:38:00+00:00"
  6529. },
  6530. {
  6531. "name": "symfony/routing",
  6532. "version": "v5.2.12",
  6533. "source": {
  6534. "type": "git",
  6535. "url": "https://github.com/symfony/routing.git",
  6536. "reference": "983a19067308962592755f57d97ca1d1f1edd37b"
  6537. },
  6538. "dist": {
  6539. "type": "zip",
  6540. "url": "https://api.github.com/repos/symfony/routing/zipball/983a19067308962592755f57d97ca1d1f1edd37b",
  6541. "reference": "983a19067308962592755f57d97ca1d1f1edd37b",
  6542. "shasum": ""
  6543. },
  6544. "require": {
  6545. "php": ">=7.2.5",
  6546. "symfony/deprecation-contracts": "^2.1",
  6547. "symfony/polyfill-php80": "^1.16"
  6548. },
  6549. "conflict": {
  6550. "symfony/config": "<5.0",
  6551. "symfony/dependency-injection": "<4.4",
  6552. "symfony/yaml": "<4.4"
  6553. },
  6554. "require-dev": {
  6555. "doctrine/annotations": "^1.10.4",
  6556. "psr/log": "^1|^2|^3",
  6557. "symfony/config": "^5.0",
  6558. "symfony/dependency-injection": "^4.4|^5.0",
  6559. "symfony/expression-language": "^4.4|^5.0",
  6560. "symfony/http-foundation": "^4.4|^5.0",
  6561. "symfony/yaml": "^4.4|^5.0"
  6562. },
  6563. "suggest": {
  6564. "symfony/config": "For using the all-in-one router or any loader",
  6565. "symfony/expression-language": "For using expression matching",
  6566. "symfony/http-foundation": "For using a Symfony Request object",
  6567. "symfony/yaml": "For using the YAML loader"
  6568. },
  6569. "type": "library",
  6570. "autoload": {
  6571. "psr-4": {
  6572. "Symfony\\Component\\Routing\\": ""
  6573. },
  6574. "exclude-from-classmap": [
  6575. "/Tests/"
  6576. ]
  6577. },
  6578. "notification-url": "https://packagist.org/downloads/",
  6579. "license": [
  6580. "MIT"
  6581. ],
  6582. "authors": [
  6583. {
  6584. "name": "Fabien Potencier",
  6585. "email": "fabien@symfony.com"
  6586. },
  6587. {
  6588. "name": "Symfony Community",
  6589. "homepage": "https://symfony.com/contributors"
  6590. }
  6591. ],
  6592. "description": "Maps an HTTP request to a set of configuration variables",
  6593. "homepage": "https://symfony.com",
  6594. "keywords": [
  6595. "router",
  6596. "routing",
  6597. "uri",
  6598. "url"
  6599. ],
  6600. "support": {
  6601. "source": "https://github.com/symfony/routing/tree/v5.2.12"
  6602. },
  6603. "funding": [
  6604. {
  6605. "url": "https://symfony.com/sponsor",
  6606. "type": "custom"
  6607. },
  6608. {
  6609. "url": "https://github.com/fabpot",
  6610. "type": "github"
  6611. },
  6612. {
  6613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6614. "type": "tidelift"
  6615. }
  6616. ],
  6617. "time": "2021-07-23T15:54:19+00:00"
  6618. },
  6619. {
  6620. "name": "symfony/security-bundle",
  6621. "version": "v5.2.12",
  6622. "source": {
  6623. "type": "git",
  6624. "url": "https://github.com/symfony/security-bundle.git",
  6625. "reference": "bc36546f36355d7c0b56b23c44786b36904f838d"
  6626. },
  6627. "dist": {
  6628. "type": "zip",
  6629. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/bc36546f36355d7c0b56b23c44786b36904f838d",
  6630. "reference": "bc36546f36355d7c0b56b23c44786b36904f838d",
  6631. "shasum": ""
  6632. },
  6633. "require": {
  6634. "ext-xml": "*",
  6635. "php": ">=7.2.5",
  6636. "symfony/config": "^4.4|^5.0",
  6637. "symfony/dependency-injection": "^5.2",
  6638. "symfony/deprecation-contracts": "^2.1",
  6639. "symfony/event-dispatcher": "^5.1",
  6640. "symfony/http-kernel": "^5.0",
  6641. "symfony/polyfill-php80": "^1.16",
  6642. "symfony/security-core": "^5.2",
  6643. "symfony/security-csrf": "^4.4|^5.0",
  6644. "symfony/security-guard": "^5.2",
  6645. "symfony/security-http": "^5.2"
  6646. },
  6647. "conflict": {
  6648. "symfony/browser-kit": "<4.4",
  6649. "symfony/console": "<4.4",
  6650. "symfony/framework-bundle": "<4.4",
  6651. "symfony/ldap": "<4.4",
  6652. "symfony/security-http": "<5.2.8",
  6653. "symfony/twig-bundle": "<4.4"
  6654. },
  6655. "require-dev": {
  6656. "doctrine/annotations": "^1.10.4",
  6657. "symfony/asset": "^4.4|^5.0",
  6658. "symfony/browser-kit": "^4.4|^5.0",
  6659. "symfony/console": "^4.4|^5.0",
  6660. "symfony/css-selector": "^4.4|^5.0",
  6661. "symfony/dom-crawler": "^4.4|^5.0",
  6662. "symfony/expression-language": "^4.4|^5.0",
  6663. "symfony/form": "^4.4|^5.0",
  6664. "symfony/framework-bundle": "^5.2",
  6665. "symfony/process": "^4.4|^5.0",
  6666. "symfony/rate-limiter": "^5.2",
  6667. "symfony/serializer": "^4.4|^5.0",
  6668. "symfony/translation": "^4.4|^5.0",
  6669. "symfony/twig-bridge": "^4.4|^5.0",
  6670. "symfony/twig-bundle": "^4.4|^5.0",
  6671. "symfony/validator": "^4.4|^5.0",
  6672. "symfony/yaml": "^4.4|^5.0",
  6673. "twig/twig": "^2.13|^3.0.4"
  6674. },
  6675. "type": "symfony-bundle",
  6676. "autoload": {
  6677. "psr-4": {
  6678. "Symfony\\Bundle\\SecurityBundle\\": ""
  6679. },
  6680. "exclude-from-classmap": [
  6681. "/Tests/"
  6682. ]
  6683. },
  6684. "notification-url": "https://packagist.org/downloads/",
  6685. "license": [
  6686. "MIT"
  6687. ],
  6688. "authors": [
  6689. {
  6690. "name": "Fabien Potencier",
  6691. "email": "fabien@symfony.com"
  6692. },
  6693. {
  6694. "name": "Symfony Community",
  6695. "homepage": "https://symfony.com/contributors"
  6696. }
  6697. ],
  6698. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  6699. "homepage": "https://symfony.com",
  6700. "support": {
  6701. "source": "https://github.com/symfony/security-bundle/tree/v5.2.12"
  6702. },
  6703. "funding": [
  6704. {
  6705. "url": "https://symfony.com/sponsor",
  6706. "type": "custom"
  6707. },
  6708. {
  6709. "url": "https://github.com/fabpot",
  6710. "type": "github"
  6711. },
  6712. {
  6713. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6714. "type": "tidelift"
  6715. }
  6716. ],
  6717. "time": "2021-07-26T16:33:12+00:00"
  6718. },
  6719. {
  6720. "name": "symfony/security-core",
  6721. "version": "v5.2.14",
  6722. "source": {
  6723. "type": "git",
  6724. "url": "https://github.com/symfony/security-core.git",
  6725. "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247"
  6726. },
  6727. "dist": {
  6728. "type": "zip",
  6729. "url": "https://api.github.com/repos/symfony/security-core/zipball/4ce2b1e532fb3bb591ad4efa8cc43afc9242a247",
  6730. "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247",
  6731. "shasum": ""
  6732. },
  6733. "require": {
  6734. "php": ">=7.2.5",
  6735. "symfony/deprecation-contracts": "^2.1",
  6736. "symfony/event-dispatcher-contracts": "^1.1|^2",
  6737. "symfony/polyfill-php80": "^1.16",
  6738. "symfony/service-contracts": "^1.1.6|^2"
  6739. },
  6740. "conflict": {
  6741. "symfony/event-dispatcher": "<4.4",
  6742. "symfony/ldap": "<4.4",
  6743. "symfony/security-guard": "<4.4",
  6744. "symfony/validator": "<5.2"
  6745. },
  6746. "require-dev": {
  6747. "psr/container": "^1.0|^2.0",
  6748. "psr/log": "^1|^2|^3",
  6749. "symfony/event-dispatcher": "^4.4|^5.0",
  6750. "symfony/expression-language": "^4.4|^5.0",
  6751. "symfony/http-foundation": "^4.4|^5.0",
  6752. "symfony/ldap": "^4.4|^5.0",
  6753. "symfony/translation": "^4.4|^5.0",
  6754. "symfony/validator": "^5.2"
  6755. },
  6756. "suggest": {
  6757. "psr/container-implementation": "To instantiate the Security class",
  6758. "symfony/event-dispatcher": "",
  6759. "symfony/expression-language": "For using the expression voter",
  6760. "symfony/http-foundation": "",
  6761. "symfony/ldap": "For using LDAP integration",
  6762. "symfony/validator": "For using the user password constraint"
  6763. },
  6764. "type": "library",
  6765. "autoload": {
  6766. "psr-4": {
  6767. "Symfony\\Component\\Security\\Core\\": ""
  6768. },
  6769. "exclude-from-classmap": [
  6770. "/Tests/"
  6771. ]
  6772. },
  6773. "notification-url": "https://packagist.org/downloads/",
  6774. "license": [
  6775. "MIT"
  6776. ],
  6777. "authors": [
  6778. {
  6779. "name": "Fabien Potencier",
  6780. "email": "fabien@symfony.com"
  6781. },
  6782. {
  6783. "name": "Symfony Community",
  6784. "homepage": "https://symfony.com/contributors"
  6785. }
  6786. ],
  6787. "description": "Symfony Security Component - Core Library",
  6788. "homepage": "https://symfony.com",
  6789. "support": {
  6790. "source": "https://github.com/symfony/security-core/tree/v5.2.14"
  6791. },
  6792. "funding": [
  6793. {
  6794. "url": "https://symfony.com/sponsor",
  6795. "type": "custom"
  6796. },
  6797. {
  6798. "url": "https://github.com/fabpot",
  6799. "type": "github"
  6800. },
  6801. {
  6802. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6803. "type": "tidelift"
  6804. }
  6805. ],
  6806. "time": "2021-07-29T06:36:20+00:00"
  6807. },
  6808. {
  6809. "name": "symfony/security-csrf",
  6810. "version": "v5.2.12",
  6811. "source": {
  6812. "type": "git",
  6813. "url": "https://github.com/symfony/security-csrf.git",
  6814. "reference": "f0af6689451582e55f6b3439362e72e536e916e4"
  6815. },
  6816. "dist": {
  6817. "type": "zip",
  6818. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0af6689451582e55f6b3439362e72e536e916e4",
  6819. "reference": "f0af6689451582e55f6b3439362e72e536e916e4",
  6820. "shasum": ""
  6821. },
  6822. "require": {
  6823. "php": ">=7.2.5",
  6824. "symfony/polyfill-php80": "^1.16",
  6825. "symfony/security-core": "^4.4|^5.0"
  6826. },
  6827. "conflict": {
  6828. "symfony/http-foundation": "<4.4"
  6829. },
  6830. "require-dev": {
  6831. "symfony/http-foundation": "^4.4|^5.0"
  6832. },
  6833. "suggest": {
  6834. "symfony/http-foundation": "For using the class SessionTokenStorage."
  6835. },
  6836. "type": "library",
  6837. "autoload": {
  6838. "psr-4": {
  6839. "Symfony\\Component\\Security\\Csrf\\": ""
  6840. },
  6841. "exclude-from-classmap": [
  6842. "/Tests/"
  6843. ]
  6844. },
  6845. "notification-url": "https://packagist.org/downloads/",
  6846. "license": [
  6847. "MIT"
  6848. ],
  6849. "authors": [
  6850. {
  6851. "name": "Fabien Potencier",
  6852. "email": "fabien@symfony.com"
  6853. },
  6854. {
  6855. "name": "Symfony Community",
  6856. "homepage": "https://symfony.com/contributors"
  6857. }
  6858. ],
  6859. "description": "Symfony Security Component - CSRF Library",
  6860. "homepage": "https://symfony.com",
  6861. "support": {
  6862. "source": "https://github.com/symfony/security-csrf/tree/v5.2.12"
  6863. },
  6864. "funding": [
  6865. {
  6866. "url": "https://symfony.com/sponsor",
  6867. "type": "custom"
  6868. },
  6869. {
  6870. "url": "https://github.com/fabpot",
  6871. "type": "github"
  6872. },
  6873. {
  6874. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6875. "type": "tidelift"
  6876. }
  6877. ],
  6878. "time": "2021-07-21T12:38:00+00:00"
  6879. },
  6880. {
  6881. "name": "symfony/security-guard",
  6882. "version": "v5.2.12",
  6883. "source": {
  6884. "type": "git",
  6885. "url": "https://github.com/symfony/security-guard.git",
  6886. "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b"
  6887. },
  6888. "dist": {
  6889. "type": "zip",
  6890. "url": "https://api.github.com/repos/symfony/security-guard/zipball/9edddb0b4c97eb923ba9910050be80f539933c3b",
  6891. "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b",
  6892. "shasum": ""
  6893. },
  6894. "require": {
  6895. "php": ">=7.2.5",
  6896. "symfony/polyfill-php80": "^1.15",
  6897. "symfony/security-core": "^5.0",
  6898. "symfony/security-http": "^4.4.1|^5.0.1"
  6899. },
  6900. "require-dev": {
  6901. "psr/log": "^1|^2|^3"
  6902. },
  6903. "type": "library",
  6904. "autoload": {
  6905. "psr-4": {
  6906. "Symfony\\Component\\Security\\Guard\\": ""
  6907. },
  6908. "exclude-from-classmap": [
  6909. "/Tests/"
  6910. ]
  6911. },
  6912. "notification-url": "https://packagist.org/downloads/",
  6913. "license": [
  6914. "MIT"
  6915. ],
  6916. "authors": [
  6917. {
  6918. "name": "Fabien Potencier",
  6919. "email": "fabien@symfony.com"
  6920. },
  6921. {
  6922. "name": "Symfony Community",
  6923. "homepage": "https://symfony.com/contributors"
  6924. }
  6925. ],
  6926. "description": "Symfony Security Component - Guard",
  6927. "homepage": "https://symfony.com",
  6928. "support": {
  6929. "source": "https://github.com/symfony/security-guard/tree/v5.2.12"
  6930. },
  6931. "funding": [
  6932. {
  6933. "url": "https://symfony.com/sponsor",
  6934. "type": "custom"
  6935. },
  6936. {
  6937. "url": "https://github.com/fabpot",
  6938. "type": "github"
  6939. },
  6940. {
  6941. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6942. "type": "tidelift"
  6943. }
  6944. ],
  6945. "time": "2021-07-18T15:21:43+00:00"
  6946. },
  6947. {
  6948. "name": "symfony/security-http",
  6949. "version": "v5.2.12",
  6950. "source": {
  6951. "type": "git",
  6952. "url": "https://github.com/symfony/security-http.git",
  6953. "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc"
  6954. },
  6955. "dist": {
  6956. "type": "zip",
  6957. "url": "https://api.github.com/repos/symfony/security-http/zipball/8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc",
  6958. "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc",
  6959. "shasum": ""
  6960. },
  6961. "require": {
  6962. "php": ">=7.2.5",
  6963. "symfony/deprecation-contracts": "^2.1",
  6964. "symfony/http-foundation": "^5.2",
  6965. "symfony/http-kernel": "^5.2",
  6966. "symfony/polyfill-mbstring": "~1.0",
  6967. "symfony/polyfill-php80": "^1.16",
  6968. "symfony/property-access": "^4.4|^5.0",
  6969. "symfony/security-core": "^5.2"
  6970. },
  6971. "conflict": {
  6972. "symfony/event-dispatcher": "<4.3",
  6973. "symfony/security-csrf": "<4.4"
  6974. },
  6975. "require-dev": {
  6976. "psr/log": "^1|^2|^3",
  6977. "symfony/cache": "^4.4|^5.0",
  6978. "symfony/rate-limiter": "^5.2",
  6979. "symfony/routing": "^4.4|^5.0",
  6980. "symfony/security-csrf": "^4.4|^5.0",
  6981. "symfony/translation": "^4.4|^5.0"
  6982. },
  6983. "suggest": {
  6984. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  6985. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  6986. },
  6987. "type": "library",
  6988. "autoload": {
  6989. "psr-4": {
  6990. "Symfony\\Component\\Security\\Http\\": ""
  6991. },
  6992. "exclude-from-classmap": [
  6993. "/Tests/"
  6994. ]
  6995. },
  6996. "notification-url": "https://packagist.org/downloads/",
  6997. "license": [
  6998. "MIT"
  6999. ],
  7000. "authors": [
  7001. {
  7002. "name": "Fabien Potencier",
  7003. "email": "fabien@symfony.com"
  7004. },
  7005. {
  7006. "name": "Symfony Community",
  7007. "homepage": "https://symfony.com/contributors"
  7008. }
  7009. ],
  7010. "description": "Symfony Security Component - HTTP Integration",
  7011. "homepage": "https://symfony.com",
  7012. "support": {
  7013. "source": "https://github.com/symfony/security-http/tree/v5.2.12"
  7014. },
  7015. "funding": [
  7016. {
  7017. "url": "https://symfony.com/sponsor",
  7018. "type": "custom"
  7019. },
  7020. {
  7021. "url": "https://github.com/fabpot",
  7022. "type": "github"
  7023. },
  7024. {
  7025. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7026. "type": "tidelift"
  7027. }
  7028. ],
  7029. "time": "2021-07-21T12:38:00+00:00"
  7030. },
  7031. {
  7032. "name": "symfony/serializer",
  7033. "version": "v5.2.12",
  7034. "source": {
  7035. "type": "git",
  7036. "url": "https://github.com/symfony/serializer.git",
  7037. "reference": "3c3afcc285c01c486d1c5504e7895026580495c4"
  7038. },
  7039. "dist": {
  7040. "type": "zip",
  7041. "url": "https://api.github.com/repos/symfony/serializer/zipball/3c3afcc285c01c486d1c5504e7895026580495c4",
  7042. "reference": "3c3afcc285c01c486d1c5504e7895026580495c4",
  7043. "shasum": ""
  7044. },
  7045. "require": {
  7046. "php": ">=7.2.5",
  7047. "symfony/polyfill-ctype": "~1.8",
  7048. "symfony/polyfill-php80": "^1.16"
  7049. },
  7050. "conflict": {
  7051. "phpdocumentor/reflection-docblock": "<3.2.2",
  7052. "phpdocumentor/type-resolver": "<1.4.0",
  7053. "symfony/dependency-injection": "<4.4",
  7054. "symfony/property-access": "<4.4",
  7055. "symfony/property-info": "<4.4",
  7056. "symfony/yaml": "<4.4"
  7057. },
  7058. "require-dev": {
  7059. "doctrine/annotations": "^1.10.4",
  7060. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  7061. "symfony/cache": "^4.4|^5.0",
  7062. "symfony/config": "^4.4|^5.0",
  7063. "symfony/dependency-injection": "^4.4|^5.0",
  7064. "symfony/error-handler": "^4.4|^5.0",
  7065. "symfony/filesystem": "^4.4|^5.0",
  7066. "symfony/form": "^4.4|^5.0",
  7067. "symfony/http-foundation": "^4.4|^5.0",
  7068. "symfony/http-kernel": "^4.4|^5.0",
  7069. "symfony/mime": "^4.4|^5.0",
  7070. "symfony/property-access": "^4.4.9|^5.0.9",
  7071. "symfony/property-info": "^4.4|^5.0",
  7072. "symfony/uid": "^5.1",
  7073. "symfony/validator": "^4.4|^5.0",
  7074. "symfony/var-exporter": "^4.4|^5.0",
  7075. "symfony/yaml": "^4.4|^5.0"
  7076. },
  7077. "suggest": {
  7078. "psr/cache-implementation": "For using the metadata cache.",
  7079. "symfony/config": "For using the XML mapping loader.",
  7080. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  7081. "symfony/property-access": "For using the ObjectNormalizer.",
  7082. "symfony/property-info": "To deserialize relations.",
  7083. "symfony/var-exporter": "For using the metadata compiler.",
  7084. "symfony/yaml": "For using the default YAML mapping loader."
  7085. },
  7086. "type": "library",
  7087. "autoload": {
  7088. "psr-4": {
  7089. "Symfony\\Component\\Serializer\\": ""
  7090. },
  7091. "exclude-from-classmap": [
  7092. "/Tests/"
  7093. ]
  7094. },
  7095. "notification-url": "https://packagist.org/downloads/",
  7096. "license": [
  7097. "MIT"
  7098. ],
  7099. "authors": [
  7100. {
  7101. "name": "Fabien Potencier",
  7102. "email": "fabien@symfony.com"
  7103. },
  7104. {
  7105. "name": "Symfony Community",
  7106. "homepage": "https://symfony.com/contributors"
  7107. }
  7108. ],
  7109. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  7110. "homepage": "https://symfony.com",
  7111. "support": {
  7112. "source": "https://github.com/symfony/serializer/tree/v5.2.12"
  7113. },
  7114. "funding": [
  7115. {
  7116. "url": "https://symfony.com/sponsor",
  7117. "type": "custom"
  7118. },
  7119. {
  7120. "url": "https://github.com/fabpot",
  7121. "type": "github"
  7122. },
  7123. {
  7124. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7125. "type": "tidelift"
  7126. }
  7127. ],
  7128. "time": "2021-07-21T13:17:02+00:00"
  7129. },
  7130. {
  7131. "name": "symfony/service-contracts",
  7132. "version": "v2.5.0",
  7133. "source": {
  7134. "type": "git",
  7135. "url": "https://github.com/symfony/service-contracts.git",
  7136. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
  7137. },
  7138. "dist": {
  7139. "type": "zip",
  7140. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  7141. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  7142. "shasum": ""
  7143. },
  7144. "require": {
  7145. "php": ">=7.2.5",
  7146. "psr/container": "^1.1",
  7147. "symfony/deprecation-contracts": "^2.1"
  7148. },
  7149. "conflict": {
  7150. "ext-psr": "<1.1|>=2"
  7151. },
  7152. "suggest": {
  7153. "symfony/service-implementation": ""
  7154. },
  7155. "type": "library",
  7156. "extra": {
  7157. "branch-alias": {
  7158. "dev-main": "2.5-dev"
  7159. },
  7160. "thanks": {
  7161. "name": "symfony/contracts",
  7162. "url": "https://github.com/symfony/contracts"
  7163. }
  7164. },
  7165. "autoload": {
  7166. "psr-4": {
  7167. "Symfony\\Contracts\\Service\\": ""
  7168. }
  7169. },
  7170. "notification-url": "https://packagist.org/downloads/",
  7171. "license": [
  7172. "MIT"
  7173. ],
  7174. "authors": [
  7175. {
  7176. "name": "Nicolas Grekas",
  7177. "email": "p@tchwork.com"
  7178. },
  7179. {
  7180. "name": "Symfony Community",
  7181. "homepage": "https://symfony.com/contributors"
  7182. }
  7183. ],
  7184. "description": "Generic abstractions related to writing services",
  7185. "homepage": "https://symfony.com",
  7186. "keywords": [
  7187. "abstractions",
  7188. "contracts",
  7189. "decoupling",
  7190. "interfaces",
  7191. "interoperability",
  7192. "standards"
  7193. ],
  7194. "support": {
  7195. "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
  7196. },
  7197. "funding": [
  7198. {
  7199. "url": "https://symfony.com/sponsor",
  7200. "type": "custom"
  7201. },
  7202. {
  7203. "url": "https://github.com/fabpot",
  7204. "type": "github"
  7205. },
  7206. {
  7207. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7208. "type": "tidelift"
  7209. }
  7210. ],
  7211. "time": "2021-11-04T16:48:04+00:00"
  7212. },
  7213. {
  7214. "name": "symfony/stopwatch",
  7215. "version": "v5.2.12",
  7216. "source": {
  7217. "type": "git",
  7218. "url": "https://github.com/symfony/stopwatch.git",
  7219. "reference": "24744393b122b8309bbcc7965972ae51a29a602d"
  7220. },
  7221. "dist": {
  7222. "type": "zip",
  7223. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/24744393b122b8309bbcc7965972ae51a29a602d",
  7224. "reference": "24744393b122b8309bbcc7965972ae51a29a602d",
  7225. "shasum": ""
  7226. },
  7227. "require": {
  7228. "php": ">=7.2.5",
  7229. "symfony/service-contracts": "^1.0|^2"
  7230. },
  7231. "type": "library",
  7232. "autoload": {
  7233. "psr-4": {
  7234. "Symfony\\Component\\Stopwatch\\": ""
  7235. },
  7236. "exclude-from-classmap": [
  7237. "/Tests/"
  7238. ]
  7239. },
  7240. "notification-url": "https://packagist.org/downloads/",
  7241. "license": [
  7242. "MIT"
  7243. ],
  7244. "authors": [
  7245. {
  7246. "name": "Fabien Potencier",
  7247. "email": "fabien@symfony.com"
  7248. },
  7249. {
  7250. "name": "Symfony Community",
  7251. "homepage": "https://symfony.com/contributors"
  7252. }
  7253. ],
  7254. "description": "Provides a way to profile code",
  7255. "homepage": "https://symfony.com",
  7256. "support": {
  7257. "source": "https://github.com/symfony/stopwatch/tree/v5.2.12"
  7258. },
  7259. "funding": [
  7260. {
  7261. "url": "https://symfony.com/sponsor",
  7262. "type": "custom"
  7263. },
  7264. {
  7265. "url": "https://github.com/fabpot",
  7266. "type": "github"
  7267. },
  7268. {
  7269. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7270. "type": "tidelift"
  7271. }
  7272. ],
  7273. "time": "2021-07-10T08:55:45+00:00"
  7274. },
  7275. {
  7276. "name": "symfony/string",
  7277. "version": "v5.2.11",
  7278. "source": {
  7279. "type": "git",
  7280. "url": "https://github.com/symfony/string.git",
  7281. "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7"
  7282. },
  7283. "dist": {
  7284. "type": "zip",
  7285. "url": "https://api.github.com/repos/symfony/string/zipball/ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7",
  7286. "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7",
  7287. "shasum": ""
  7288. },
  7289. "require": {
  7290. "php": ">=7.2.5",
  7291. "symfony/polyfill-ctype": "~1.8",
  7292. "symfony/polyfill-intl-grapheme": "~1.0",
  7293. "symfony/polyfill-intl-normalizer": "~1.0",
  7294. "symfony/polyfill-mbstring": "~1.0",
  7295. "symfony/polyfill-php80": "~1.15"
  7296. },
  7297. "require-dev": {
  7298. "symfony/error-handler": "^4.4|^5.0",
  7299. "symfony/http-client": "^4.4|^5.0",
  7300. "symfony/translation-contracts": "^1.1|^2",
  7301. "symfony/var-exporter": "^4.4|^5.0"
  7302. },
  7303. "type": "library",
  7304. "autoload": {
  7305. "psr-4": {
  7306. "Symfony\\Component\\String\\": ""
  7307. },
  7308. "files": [
  7309. "Resources/functions.php"
  7310. ],
  7311. "exclude-from-classmap": [
  7312. "/Tests/"
  7313. ]
  7314. },
  7315. "notification-url": "https://packagist.org/downloads/",
  7316. "license": [
  7317. "MIT"
  7318. ],
  7319. "authors": [
  7320. {
  7321. "name": "Nicolas Grekas",
  7322. "email": "p@tchwork.com"
  7323. },
  7324. {
  7325. "name": "Symfony Community",
  7326. "homepage": "https://symfony.com/contributors"
  7327. }
  7328. ],
  7329. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  7330. "homepage": "https://symfony.com",
  7331. "keywords": [
  7332. "grapheme",
  7333. "i18n",
  7334. "string",
  7335. "unicode",
  7336. "utf-8",
  7337. "utf8"
  7338. ],
  7339. "support": {
  7340. "source": "https://github.com/symfony/string/tree/v5.2.11"
  7341. },
  7342. "funding": [
  7343. {
  7344. "url": "https://symfony.com/sponsor",
  7345. "type": "custom"
  7346. },
  7347. {
  7348. "url": "https://github.com/fabpot",
  7349. "type": "github"
  7350. },
  7351. {
  7352. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7353. "type": "tidelift"
  7354. }
  7355. ],
  7356. "time": "2021-06-27T11:43:47+00:00"
  7357. },
  7358. {
  7359. "name": "symfony/swiftmailer-bundle",
  7360. "version": "v3.5.3",
  7361. "source": {
  7362. "type": "git",
  7363. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  7364. "reference": "fa7d78cbdf0a16a4da126c465f25f6547ad69cf6"
  7365. },
  7366. "dist": {
  7367. "type": "zip",
  7368. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/fa7d78cbdf0a16a4da126c465f25f6547ad69cf6",
  7369. "reference": "fa7d78cbdf0a16a4da126c465f25f6547ad69cf6",
  7370. "shasum": ""
  7371. },
  7372. "require": {
  7373. "php": ">=7.1",
  7374. "swiftmailer/swiftmailer": "^6.1.3",
  7375. "symfony/config": "^4.4|^5.0",
  7376. "symfony/dependency-injection": "^4.4|^5.0",
  7377. "symfony/http-kernel": "^4.4|^5.0"
  7378. },
  7379. "conflict": {
  7380. "twig/twig": "<1.41|>=2.0,<2.10"
  7381. },
  7382. "require-dev": {
  7383. "symfony/console": "^4.4|^5.0",
  7384. "symfony/framework-bundle": "^4.4|^5.0",
  7385. "symfony/phpunit-bridge": "^4.4|^5.0",
  7386. "symfony/yaml": "^4.4|^5.0"
  7387. },
  7388. "type": "symfony-bundle",
  7389. "extra": {
  7390. "branch-alias": {
  7391. "dev-main": "3.5-dev"
  7392. }
  7393. },
  7394. "autoload": {
  7395. "psr-4": {
  7396. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  7397. },
  7398. "exclude-from-classmap": [
  7399. "/Tests/"
  7400. ]
  7401. },
  7402. "notification-url": "https://packagist.org/downloads/",
  7403. "license": [
  7404. "MIT"
  7405. ],
  7406. "authors": [
  7407. {
  7408. "name": "Fabien Potencier",
  7409. "email": "fabien@symfony.com"
  7410. },
  7411. {
  7412. "name": "Symfony Community",
  7413. "homepage": "http://symfony.com/contributors"
  7414. }
  7415. ],
  7416. "description": "Symfony SwiftmailerBundle",
  7417. "homepage": "http://symfony.com",
  7418. "support": {
  7419. "issues": "https://github.com/symfony/swiftmailer-bundle/issues",
  7420. "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.5.3"
  7421. },
  7422. "funding": [
  7423. {
  7424. "url": "https://symfony.com/sponsor",
  7425. "type": "custom"
  7426. },
  7427. {
  7428. "url": "https://github.com/fabpot",
  7429. "type": "github"
  7430. },
  7431. {
  7432. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7433. "type": "tidelift"
  7434. }
  7435. ],
  7436. "time": "2021-12-02T16:23:52+00:00"
  7437. },
  7438. {
  7439. "name": "symfony/translation",
  7440. "version": "v5.2.12",
  7441. "source": {
  7442. "type": "git",
  7443. "url": "https://github.com/symfony/translation.git",
  7444. "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed"
  7445. },
  7446. "dist": {
  7447. "type": "zip",
  7448. "url": "https://api.github.com/repos/symfony/translation/zipball/7b4ef368b25bbb758a7bd5fe20349433e84220ed",
  7449. "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed",
  7450. "shasum": ""
  7451. },
  7452. "require": {
  7453. "php": ">=7.2.5",
  7454. "symfony/polyfill-mbstring": "~1.0",
  7455. "symfony/polyfill-php80": "^1.16",
  7456. "symfony/translation-contracts": "^2.3"
  7457. },
  7458. "conflict": {
  7459. "symfony/config": "<4.4",
  7460. "symfony/dependency-injection": "<5.0",
  7461. "symfony/http-kernel": "<5.0",
  7462. "symfony/twig-bundle": "<5.0",
  7463. "symfony/yaml": "<4.4"
  7464. },
  7465. "provide": {
  7466. "symfony/translation-implementation": "2.3"
  7467. },
  7468. "require-dev": {
  7469. "psr/log": "^1|^2|^3",
  7470. "symfony/config": "^4.4|^5.0",
  7471. "symfony/console": "^4.4|^5.0",
  7472. "symfony/dependency-injection": "^5.0",
  7473. "symfony/finder": "^4.4|^5.0",
  7474. "symfony/http-kernel": "^5.0",
  7475. "symfony/intl": "^4.4|^5.0",
  7476. "symfony/service-contracts": "^1.1.2|^2",
  7477. "symfony/yaml": "^4.4|^5.0"
  7478. },
  7479. "suggest": {
  7480. "psr/log-implementation": "To use logging capability in translator",
  7481. "symfony/config": "",
  7482. "symfony/yaml": ""
  7483. },
  7484. "type": "library",
  7485. "autoload": {
  7486. "files": [
  7487. "Resources/functions.php"
  7488. ],
  7489. "psr-4": {
  7490. "Symfony\\Component\\Translation\\": ""
  7491. },
  7492. "exclude-from-classmap": [
  7493. "/Tests/"
  7494. ]
  7495. },
  7496. "notification-url": "https://packagist.org/downloads/",
  7497. "license": [
  7498. "MIT"
  7499. ],
  7500. "authors": [
  7501. {
  7502. "name": "Fabien Potencier",
  7503. "email": "fabien@symfony.com"
  7504. },
  7505. {
  7506. "name": "Symfony Community",
  7507. "homepage": "https://symfony.com/contributors"
  7508. }
  7509. ],
  7510. "description": "Provides tools to internationalize your application",
  7511. "homepage": "https://symfony.com",
  7512. "support": {
  7513. "source": "https://github.com/symfony/translation/tree/v5.2.12"
  7514. },
  7515. "funding": [
  7516. {
  7517. "url": "https://symfony.com/sponsor",
  7518. "type": "custom"
  7519. },
  7520. {
  7521. "url": "https://github.com/fabpot",
  7522. "type": "github"
  7523. },
  7524. {
  7525. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7526. "type": "tidelift"
  7527. }
  7528. ],
  7529. "time": "2021-07-21T13:17:02+00:00"
  7530. },
  7531. {
  7532. "name": "symfony/translation-contracts",
  7533. "version": "v2.5.0",
  7534. "source": {
  7535. "type": "git",
  7536. "url": "https://github.com/symfony/translation-contracts.git",
  7537. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
  7538. },
  7539. "dist": {
  7540. "type": "zip",
  7541. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
  7542. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
  7543. "shasum": ""
  7544. },
  7545. "require": {
  7546. "php": ">=7.2.5"
  7547. },
  7548. "suggest": {
  7549. "symfony/translation-implementation": ""
  7550. },
  7551. "type": "library",
  7552. "extra": {
  7553. "branch-alias": {
  7554. "dev-main": "2.5-dev"
  7555. },
  7556. "thanks": {
  7557. "name": "symfony/contracts",
  7558. "url": "https://github.com/symfony/contracts"
  7559. }
  7560. },
  7561. "autoload": {
  7562. "psr-4": {
  7563. "Symfony\\Contracts\\Translation\\": ""
  7564. }
  7565. },
  7566. "notification-url": "https://packagist.org/downloads/",
  7567. "license": [
  7568. "MIT"
  7569. ],
  7570. "authors": [
  7571. {
  7572. "name": "Nicolas Grekas",
  7573. "email": "p@tchwork.com"
  7574. },
  7575. {
  7576. "name": "Symfony Community",
  7577. "homepage": "https://symfony.com/contributors"
  7578. }
  7579. ],
  7580. "description": "Generic abstractions related to translation",
  7581. "homepage": "https://symfony.com",
  7582. "keywords": [
  7583. "abstractions",
  7584. "contracts",
  7585. "decoupling",
  7586. "interfaces",
  7587. "interoperability",
  7588. "standards"
  7589. ],
  7590. "support": {
  7591. "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
  7592. },
  7593. "funding": [
  7594. {
  7595. "url": "https://symfony.com/sponsor",
  7596. "type": "custom"
  7597. },
  7598. {
  7599. "url": "https://github.com/fabpot",
  7600. "type": "github"
  7601. },
  7602. {
  7603. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7604. "type": "tidelift"
  7605. }
  7606. ],
  7607. "time": "2021-08-17T14:20:01+00:00"
  7608. },
  7609. {
  7610. "name": "symfony/twig-bridge",
  7611. "version": "v5.2.12",
  7612. "source": {
  7613. "type": "git",
  7614. "url": "https://github.com/symfony/twig-bridge.git",
  7615. "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1"
  7616. },
  7617. "dist": {
  7618. "type": "zip",
  7619. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/243a7c6416fea3b91391f09831d8d04b2e42c0b1",
  7620. "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1",
  7621. "shasum": ""
  7622. },
  7623. "require": {
  7624. "php": ">=7.2.5",
  7625. "symfony/polyfill-php80": "^1.16",
  7626. "symfony/translation-contracts": "^1.1|^2",
  7627. "twig/twig": "^2.13|^3.0.4"
  7628. },
  7629. "conflict": {
  7630. "phpdocumentor/reflection-docblock": "<3.2.2",
  7631. "phpdocumentor/type-resolver": "<1.4.0",
  7632. "symfony/console": "<4.4",
  7633. "symfony/form": "<5.1",
  7634. "symfony/http-foundation": "<4.4",
  7635. "symfony/http-kernel": "<4.4",
  7636. "symfony/translation": "<5.2",
  7637. "symfony/workflow": "<5.2"
  7638. },
  7639. "require-dev": {
  7640. "egulias/email-validator": "^2.1.10|^3",
  7641. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  7642. "symfony/asset": "^4.4|^5.0",
  7643. "symfony/console": "^4.4|^5.0",
  7644. "symfony/dependency-injection": "^4.4|^5.0",
  7645. "symfony/expression-language": "^4.4|^5.0",
  7646. "symfony/finder": "^4.4|^5.0",
  7647. "symfony/form": "^5.1.9",
  7648. "symfony/http-foundation": "^4.4|^5.0",
  7649. "symfony/http-kernel": "^4.4|^5.0",
  7650. "symfony/intl": "^4.4|^5.0",
  7651. "symfony/mime": "^5.2",
  7652. "symfony/polyfill-intl-icu": "~1.0",
  7653. "symfony/property-info": "^4.4|^5.1",
  7654. "symfony/routing": "^4.4|^5.0",
  7655. "symfony/security-acl": "^2.8|^3.0",
  7656. "symfony/security-core": "^4.4|^5.0",
  7657. "symfony/security-csrf": "^4.4|^5.0",
  7658. "symfony/security-http": "^4.4|^5.0",
  7659. "symfony/serializer": "^5.2",
  7660. "symfony/stopwatch": "^4.4|^5.0",
  7661. "symfony/translation": "^5.2",
  7662. "symfony/web-link": "^4.4|^5.0",
  7663. "symfony/workflow": "^5.2",
  7664. "symfony/yaml": "^4.4|^5.0",
  7665. "twig/cssinliner-extra": "^2.12|^3",
  7666. "twig/inky-extra": "^2.12|^3",
  7667. "twig/markdown-extra": "^2.12|^3"
  7668. },
  7669. "suggest": {
  7670. "symfony/asset": "For using the AssetExtension",
  7671. "symfony/expression-language": "For using the ExpressionExtension",
  7672. "symfony/finder": "",
  7673. "symfony/form": "For using the FormExtension",
  7674. "symfony/http-kernel": "For using the HttpKernelExtension",
  7675. "symfony/routing": "For using the RoutingExtension",
  7676. "symfony/security-core": "For using the SecurityExtension",
  7677. "symfony/security-csrf": "For using the CsrfExtension",
  7678. "symfony/security-http": "For using the LogoutUrlExtension",
  7679. "symfony/stopwatch": "For using the StopwatchExtension",
  7680. "symfony/translation": "For using the TranslationExtension",
  7681. "symfony/var-dumper": "For using the DumpExtension",
  7682. "symfony/web-link": "For using the WebLinkExtension",
  7683. "symfony/yaml": "For using the YamlExtension"
  7684. },
  7685. "type": "symfony-bridge",
  7686. "autoload": {
  7687. "psr-4": {
  7688. "Symfony\\Bridge\\Twig\\": ""
  7689. },
  7690. "exclude-from-classmap": [
  7691. "/Tests/"
  7692. ]
  7693. },
  7694. "notification-url": "https://packagist.org/downloads/",
  7695. "license": [
  7696. "MIT"
  7697. ],
  7698. "authors": [
  7699. {
  7700. "name": "Fabien Potencier",
  7701. "email": "fabien@symfony.com"
  7702. },
  7703. {
  7704. "name": "Symfony Community",
  7705. "homepage": "https://symfony.com/contributors"
  7706. }
  7707. ],
  7708. "description": "Provides integration for Twig with various Symfony components",
  7709. "homepage": "https://symfony.com",
  7710. "support": {
  7711. "source": "https://github.com/symfony/twig-bridge/tree/v5.2.12"
  7712. },
  7713. "funding": [
  7714. {
  7715. "url": "https://symfony.com/sponsor",
  7716. "type": "custom"
  7717. },
  7718. {
  7719. "url": "https://github.com/fabpot",
  7720. "type": "github"
  7721. },
  7722. {
  7723. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7724. "type": "tidelift"
  7725. }
  7726. ],
  7727. "time": "2021-07-26T16:33:12+00:00"
  7728. },
  7729. {
  7730. "name": "symfony/twig-bundle",
  7731. "version": "v5.2.12",
  7732. "source": {
  7733. "type": "git",
  7734. "url": "https://github.com/symfony/twig-bundle.git",
  7735. "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e"
  7736. },
  7737. "dist": {
  7738. "type": "zip",
  7739. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6f2aa369c4b7da19b3c864c48e35b26451c92e4e",
  7740. "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e",
  7741. "shasum": ""
  7742. },
  7743. "require": {
  7744. "php": ">=7.2.5",
  7745. "symfony/config": "^4.4|^5.0",
  7746. "symfony/http-foundation": "^4.4|^5.0",
  7747. "symfony/http-kernel": "^5.0",
  7748. "symfony/polyfill-ctype": "~1.8",
  7749. "symfony/polyfill-php80": "^1.16",
  7750. "symfony/twig-bridge": "^5.0",
  7751. "twig/twig": "^2.13|^3.0.4"
  7752. },
  7753. "conflict": {
  7754. "symfony/dependency-injection": "<5.2",
  7755. "symfony/framework-bundle": "<5.0",
  7756. "symfony/translation": "<5.0"
  7757. },
  7758. "require-dev": {
  7759. "doctrine/annotations": "^1.10.4",
  7760. "doctrine/cache": "^1.0|^2.0",
  7761. "symfony/asset": "^4.4|^5.0",
  7762. "symfony/dependency-injection": "^5.2",
  7763. "symfony/expression-language": "^4.4|^5.0",
  7764. "symfony/finder": "^4.4|^5.0",
  7765. "symfony/form": "^4.4|^5.0",
  7766. "symfony/framework-bundle": "^5.0",
  7767. "symfony/routing": "^4.4|^5.0",
  7768. "symfony/stopwatch": "^4.4|^5.0",
  7769. "symfony/translation": "^5.0",
  7770. "symfony/web-link": "^4.4|^5.0",
  7771. "symfony/yaml": "^4.4|^5.0"
  7772. },
  7773. "type": "symfony-bundle",
  7774. "autoload": {
  7775. "psr-4": {
  7776. "Symfony\\Bundle\\TwigBundle\\": ""
  7777. },
  7778. "exclude-from-classmap": [
  7779. "/Tests/"
  7780. ]
  7781. },
  7782. "notification-url": "https://packagist.org/downloads/",
  7783. "license": [
  7784. "MIT"
  7785. ],
  7786. "authors": [
  7787. {
  7788. "name": "Fabien Potencier",
  7789. "email": "fabien@symfony.com"
  7790. },
  7791. {
  7792. "name": "Symfony Community",
  7793. "homepage": "https://symfony.com/contributors"
  7794. }
  7795. ],
  7796. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  7797. "homepage": "https://symfony.com",
  7798. "support": {
  7799. "source": "https://github.com/symfony/twig-bundle/tree/v5.2.12"
  7800. },
  7801. "funding": [
  7802. {
  7803. "url": "https://symfony.com/sponsor",
  7804. "type": "custom"
  7805. },
  7806. {
  7807. "url": "https://github.com/fabpot",
  7808. "type": "github"
  7809. },
  7810. {
  7811. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7812. "type": "tidelift"
  7813. }
  7814. ],
  7815. "time": "2021-07-21T12:38:00+00:00"
  7816. },
  7817. {
  7818. "name": "symfony/validator",
  7819. "version": "v5.2.14",
  7820. "source": {
  7821. "type": "git",
  7822. "url": "https://github.com/symfony/validator.git",
  7823. "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c"
  7824. },
  7825. "dist": {
  7826. "type": "zip",
  7827. "url": "https://api.github.com/repos/symfony/validator/zipball/a46ac85624ad3418d455bb8f4ce452014c28518c",
  7828. "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c",
  7829. "shasum": ""
  7830. },
  7831. "require": {
  7832. "php": ">=7.2.5",
  7833. "symfony/deprecation-contracts": "^2.1",
  7834. "symfony/polyfill-ctype": "~1.8",
  7835. "symfony/polyfill-mbstring": "~1.0",
  7836. "symfony/polyfill-php73": "~1.0",
  7837. "symfony/polyfill-php80": "^1.16",
  7838. "symfony/translation-contracts": "^1.1|^2"
  7839. },
  7840. "conflict": {
  7841. "doctrine/lexer": "<1.0.2",
  7842. "phpunit/phpunit": "<5.4.3",
  7843. "symfony/dependency-injection": "<4.4",
  7844. "symfony/expression-language": "<5.1",
  7845. "symfony/http-kernel": "<4.4",
  7846. "symfony/intl": "<4.4",
  7847. "symfony/translation": "<4.4",
  7848. "symfony/yaml": "<4.4"
  7849. },
  7850. "require-dev": {
  7851. "doctrine/annotations": "^1.10.4",
  7852. "doctrine/cache": "^1.0|^2.0",
  7853. "egulias/email-validator": "^2.1.10|^3",
  7854. "symfony/cache": "^4.4|^5.0",
  7855. "symfony/config": "^4.4|^5.0",
  7856. "symfony/console": "^4.4|^5.0",
  7857. "symfony/dependency-injection": "^4.4|^5.0",
  7858. "symfony/expression-language": "^5.1",
  7859. "symfony/finder": "^4.4|^5.0",
  7860. "symfony/http-client": "^4.4|^5.0",
  7861. "symfony/http-foundation": "^4.4|^5.0",
  7862. "symfony/http-kernel": "^4.4|^5.0",
  7863. "symfony/intl": "^4.4|^5.0",
  7864. "symfony/mime": "^4.4|^5.0",
  7865. "symfony/property-access": "^4.4|^5.0",
  7866. "symfony/property-info": "^4.4|^5.0",
  7867. "symfony/translation": "^4.4|^5.0",
  7868. "symfony/yaml": "^4.4|^5.0"
  7869. },
  7870. "suggest": {
  7871. "egulias/email-validator": "Strict (RFC compliant) email validation",
  7872. "psr/cache-implementation": "For using the mapping cache.",
  7873. "symfony/config": "",
  7874. "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
  7875. "symfony/http-foundation": "",
  7876. "symfony/intl": "",
  7877. "symfony/property-access": "For accessing properties within comparison constraints",
  7878. "symfony/property-info": "To automatically add NotNull and Type constraints",
  7879. "symfony/translation": "For translating validation errors.",
  7880. "symfony/yaml": ""
  7881. },
  7882. "type": "library",
  7883. "autoload": {
  7884. "psr-4": {
  7885. "Symfony\\Component\\Validator\\": ""
  7886. },
  7887. "exclude-from-classmap": [
  7888. "/Tests/"
  7889. ]
  7890. },
  7891. "notification-url": "https://packagist.org/downloads/",
  7892. "license": [
  7893. "MIT"
  7894. ],
  7895. "authors": [
  7896. {
  7897. "name": "Fabien Potencier",
  7898. "email": "fabien@symfony.com"
  7899. },
  7900. {
  7901. "name": "Symfony Community",
  7902. "homepage": "https://symfony.com/contributors"
  7903. }
  7904. ],
  7905. "description": "Provides tools to validate values",
  7906. "homepage": "https://symfony.com",
  7907. "support": {
  7908. "source": "https://github.com/symfony/validator/tree/v5.2.14"
  7909. },
  7910. "funding": [
  7911. {
  7912. "url": "https://symfony.com/sponsor",
  7913. "type": "custom"
  7914. },
  7915. {
  7916. "url": "https://github.com/fabpot",
  7917. "type": "github"
  7918. },
  7919. {
  7920. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7921. "type": "tidelift"
  7922. }
  7923. ],
  7924. "time": "2021-07-29T06:36:20+00:00"
  7925. },
  7926. {
  7927. "name": "symfony/var-dumper",
  7928. "version": "v5.2.12",
  7929. "source": {
  7930. "type": "git",
  7931. "url": "https://github.com/symfony/var-dumper.git",
  7932. "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb"
  7933. },
  7934. "dist": {
  7935. "type": "zip",
  7936. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5f42c357a6672d4e5960bba85e437850e9a7abb",
  7937. "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb",
  7938. "shasum": ""
  7939. },
  7940. "require": {
  7941. "php": ">=7.2.5",
  7942. "symfony/polyfill-mbstring": "~1.0",
  7943. "symfony/polyfill-php80": "^1.16"
  7944. },
  7945. "conflict": {
  7946. "phpunit/phpunit": "<5.4.3",
  7947. "symfony/console": "<4.4"
  7948. },
  7949. "require-dev": {
  7950. "ext-iconv": "*",
  7951. "symfony/console": "^4.4|^5.0",
  7952. "symfony/process": "^4.4|^5.0",
  7953. "twig/twig": "^2.13|^3.0.4"
  7954. },
  7955. "suggest": {
  7956. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  7957. "ext-intl": "To show region name in time zone dump",
  7958. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  7959. },
  7960. "bin": [
  7961. "Resources/bin/var-dump-server"
  7962. ],
  7963. "type": "library",
  7964. "autoload": {
  7965. "files": [
  7966. "Resources/functions/dump.php"
  7967. ],
  7968. "psr-4": {
  7969. "Symfony\\Component\\VarDumper\\": ""
  7970. },
  7971. "exclude-from-classmap": [
  7972. "/Tests/"
  7973. ]
  7974. },
  7975. "notification-url": "https://packagist.org/downloads/",
  7976. "license": [
  7977. "MIT"
  7978. ],
  7979. "authors": [
  7980. {
  7981. "name": "Nicolas Grekas",
  7982. "email": "p@tchwork.com"
  7983. },
  7984. {
  7985. "name": "Symfony Community",
  7986. "homepage": "https://symfony.com/contributors"
  7987. }
  7988. ],
  7989. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  7990. "homepage": "https://symfony.com",
  7991. "keywords": [
  7992. "debug",
  7993. "dump"
  7994. ],
  7995. "support": {
  7996. "source": "https://github.com/symfony/var-dumper/tree/v5.2.12"
  7997. },
  7998. "funding": [
  7999. {
  8000. "url": "https://symfony.com/sponsor",
  8001. "type": "custom"
  8002. },
  8003. {
  8004. "url": "https://github.com/fabpot",
  8005. "type": "github"
  8006. },
  8007. {
  8008. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8009. "type": "tidelift"
  8010. }
  8011. ],
  8012. "time": "2021-07-23T15:54:19+00:00"
  8013. },
  8014. {
  8015. "name": "symfony/var-exporter",
  8016. "version": "v5.2.12",
  8017. "source": {
  8018. "type": "git",
  8019. "url": "https://github.com/symfony/var-exporter.git",
  8020. "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0"
  8021. },
  8022. "dist": {
  8023. "type": "zip",
  8024. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
  8025. "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
  8026. "shasum": ""
  8027. },
  8028. "require": {
  8029. "php": ">=7.2.5",
  8030. "symfony/polyfill-php80": "^1.16"
  8031. },
  8032. "require-dev": {
  8033. "symfony/var-dumper": "^4.4.9|^5.0.9"
  8034. },
  8035. "type": "library",
  8036. "autoload": {
  8037. "psr-4": {
  8038. "Symfony\\Component\\VarExporter\\": ""
  8039. },
  8040. "exclude-from-classmap": [
  8041. "/Tests/"
  8042. ]
  8043. },
  8044. "notification-url": "https://packagist.org/downloads/",
  8045. "license": [
  8046. "MIT"
  8047. ],
  8048. "authors": [
  8049. {
  8050. "name": "Nicolas Grekas",
  8051. "email": "p@tchwork.com"
  8052. },
  8053. {
  8054. "name": "Symfony Community",
  8055. "homepage": "https://symfony.com/contributors"
  8056. }
  8057. ],
  8058. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  8059. "homepage": "https://symfony.com",
  8060. "keywords": [
  8061. "clone",
  8062. "construct",
  8063. "export",
  8064. "hydrate",
  8065. "instantiate",
  8066. "serialize"
  8067. ],
  8068. "support": {
  8069. "source": "https://github.com/symfony/var-exporter/tree/v5.2.12"
  8070. },
  8071. "funding": [
  8072. {
  8073. "url": "https://symfony.com/sponsor",
  8074. "type": "custom"
  8075. },
  8076. {
  8077. "url": "https://github.com/fabpot",
  8078. "type": "github"
  8079. },
  8080. {
  8081. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8082. "type": "tidelift"
  8083. }
  8084. ],
  8085. "time": "2021-07-21T12:38:00+00:00"
  8086. },
  8087. {
  8088. "name": "symfony/web-link",
  8089. "version": "v5.2.12",
  8090. "source": {
  8091. "type": "git",
  8092. "url": "https://github.com/symfony/web-link.git",
  8093. "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079"
  8094. },
  8095. "dist": {
  8096. "type": "zip",
  8097. "url": "https://api.github.com/repos/symfony/web-link/zipball/3d1f4a0318314c63c363f5d49de15d54780b2079",
  8098. "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079",
  8099. "shasum": ""
  8100. },
  8101. "require": {
  8102. "php": ">=7.2.5",
  8103. "psr/link": "^1.0",
  8104. "symfony/polyfill-php80": "^1.16"
  8105. },
  8106. "conflict": {
  8107. "symfony/http-kernel": "<4.4"
  8108. },
  8109. "provide": {
  8110. "psr/link-implementation": "1.0"
  8111. },
  8112. "require-dev": {
  8113. "symfony/http-foundation": "^4.4|^5.0",
  8114. "symfony/http-kernel": "^4.4|^5.0"
  8115. },
  8116. "suggest": {
  8117. "symfony/http-kernel": ""
  8118. },
  8119. "type": "library",
  8120. "autoload": {
  8121. "psr-4": {
  8122. "Symfony\\Component\\WebLink\\": ""
  8123. },
  8124. "exclude-from-classmap": [
  8125. "/Tests/"
  8126. ]
  8127. },
  8128. "notification-url": "https://packagist.org/downloads/",
  8129. "license": [
  8130. "MIT"
  8131. ],
  8132. "authors": [
  8133. {
  8134. "name": "Kévin Dunglas",
  8135. "email": "dunglas@gmail.com"
  8136. },
  8137. {
  8138. "name": "Symfony Community",
  8139. "homepage": "https://symfony.com/contributors"
  8140. }
  8141. ],
  8142. "description": "Manages links between resources",
  8143. "homepage": "https://symfony.com",
  8144. "keywords": [
  8145. "dns-prefetch",
  8146. "http",
  8147. "http2",
  8148. "link",
  8149. "performance",
  8150. "prefetch",
  8151. "preload",
  8152. "prerender",
  8153. "psr13",
  8154. "push"
  8155. ],
  8156. "support": {
  8157. "source": "https://github.com/symfony/web-link/tree/v5.2.12"
  8158. },
  8159. "funding": [
  8160. {
  8161. "url": "https://symfony.com/sponsor",
  8162. "type": "custom"
  8163. },
  8164. {
  8165. "url": "https://github.com/fabpot",
  8166. "type": "github"
  8167. },
  8168. {
  8169. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8170. "type": "tidelift"
  8171. }
  8172. ],
  8173. "time": "2021-07-21T12:38:00+00:00"
  8174. },
  8175. {
  8176. "name": "symfony/yaml",
  8177. "version": "v5.2.14",
  8178. "source": {
  8179. "type": "git",
  8180. "url": "https://github.com/symfony/yaml.git",
  8181. "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10"
  8182. },
  8183. "dist": {
  8184. "type": "zip",
  8185. "url": "https://api.github.com/repos/symfony/yaml/zipball/ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10",
  8186. "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10",
  8187. "shasum": ""
  8188. },
  8189. "require": {
  8190. "php": ">=7.2.5",
  8191. "symfony/deprecation-contracts": "^2.1",
  8192. "symfony/polyfill-ctype": "~1.8"
  8193. },
  8194. "conflict": {
  8195. "symfony/console": "<4.4"
  8196. },
  8197. "require-dev": {
  8198. "symfony/console": "^4.4|^5.0"
  8199. },
  8200. "suggest": {
  8201. "symfony/console": "For validating YAML files using the lint command"
  8202. },
  8203. "bin": [
  8204. "Resources/bin/yaml-lint"
  8205. ],
  8206. "type": "library",
  8207. "autoload": {
  8208. "psr-4": {
  8209. "Symfony\\Component\\Yaml\\": ""
  8210. },
  8211. "exclude-from-classmap": [
  8212. "/Tests/"
  8213. ]
  8214. },
  8215. "notification-url": "https://packagist.org/downloads/",
  8216. "license": [
  8217. "MIT"
  8218. ],
  8219. "authors": [
  8220. {
  8221. "name": "Fabien Potencier",
  8222. "email": "fabien@symfony.com"
  8223. },
  8224. {
  8225. "name": "Symfony Community",
  8226. "homepage": "https://symfony.com/contributors"
  8227. }
  8228. ],
  8229. "description": "Loads and dumps YAML files",
  8230. "homepage": "https://symfony.com",
  8231. "support": {
  8232. "source": "https://github.com/symfony/yaml/tree/v5.2.14"
  8233. },
  8234. "funding": [
  8235. {
  8236. "url": "https://symfony.com/sponsor",
  8237. "type": "custom"
  8238. },
  8239. {
  8240. "url": "https://github.com/fabpot",
  8241. "type": "github"
  8242. },
  8243. {
  8244. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8245. "type": "tidelift"
  8246. }
  8247. ],
  8248. "time": "2021-07-29T06:18:06+00:00"
  8249. },
  8250. {
  8251. "name": "twig/extra-bundle",
  8252. "version": "v3.3.7",
  8253. "source": {
  8254. "type": "git",
  8255. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  8256. "reference": "e0cc9c35a0650006b0da232a3f749cc060c65d3b"
  8257. },
  8258. "dist": {
  8259. "type": "zip",
  8260. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e0cc9c35a0650006b0da232a3f749cc060c65d3b",
  8261. "reference": "e0cc9c35a0650006b0da232a3f749cc060c65d3b",
  8262. "shasum": ""
  8263. },
  8264. "require": {
  8265. "php": ">=7.2.5",
  8266. "symfony/framework-bundle": "^4.4|^5.0|^6.0",
  8267. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  8268. "twig/twig": "^2.7|^3.0"
  8269. },
  8270. "require-dev": {
  8271. "league/commonmark": "^1.0|^2.0",
  8272. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
  8273. "twig/cache-extra": "^3.0",
  8274. "twig/cssinliner-extra": "^2.12|^3.0",
  8275. "twig/html-extra": "^2.12|^3.0",
  8276. "twig/inky-extra": "^2.12|^3.0",
  8277. "twig/intl-extra": "^2.12|^3.0",
  8278. "twig/markdown-extra": "^2.12|^3.0",
  8279. "twig/string-extra": "^2.12|^3.0"
  8280. },
  8281. "type": "symfony-bundle",
  8282. "extra": {
  8283. "branch-alias": {
  8284. "dev-master": "3.2-dev"
  8285. }
  8286. },
  8287. "autoload": {
  8288. "psr-4": {
  8289. "Twig\\Extra\\TwigExtraBundle\\": ""
  8290. },
  8291. "exclude-from-classmap": [
  8292. "/Tests/"
  8293. ]
  8294. },
  8295. "notification-url": "https://packagist.org/downloads/",
  8296. "license": [
  8297. "MIT"
  8298. ],
  8299. "authors": [
  8300. {
  8301. "name": "Fabien Potencier",
  8302. "email": "fabien@symfony.com",
  8303. "homepage": "http://fabien.potencier.org",
  8304. "role": "Lead Developer"
  8305. }
  8306. ],
  8307. "description": "A Symfony bundle for extra Twig extensions",
  8308. "homepage": "https://twig.symfony.com",
  8309. "keywords": [
  8310. "bundle",
  8311. "extra",
  8312. "twig"
  8313. ],
  8314. "support": {
  8315. "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.7"
  8316. },
  8317. "funding": [
  8318. {
  8319. "url": "https://github.com/fabpot",
  8320. "type": "github"
  8321. },
  8322. {
  8323. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  8324. "type": "tidelift"
  8325. }
  8326. ],
  8327. "time": "2022-01-03T21:04:59+00:00"
  8328. },
  8329. {
  8330. "name": "twig/twig",
  8331. "version": "v3.3.7",
  8332. "source": {
  8333. "type": "git",
  8334. "url": "https://github.com/twigphp/Twig.git",
  8335. "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b"
  8336. },
  8337. "dist": {
  8338. "type": "zip",
  8339. "url": "https://api.github.com/repos/twigphp/Twig/zipball/8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
  8340. "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
  8341. "shasum": ""
  8342. },
  8343. "require": {
  8344. "php": ">=7.2.5",
  8345. "symfony/polyfill-ctype": "^1.8",
  8346. "symfony/polyfill-mbstring": "^1.3"
  8347. },
  8348. "require-dev": {
  8349. "psr/container": "^1.0",
  8350. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  8351. },
  8352. "type": "library",
  8353. "extra": {
  8354. "branch-alias": {
  8355. "dev-master": "3.3-dev"
  8356. }
  8357. },
  8358. "autoload": {
  8359. "psr-4": {
  8360. "Twig\\": "src/"
  8361. }
  8362. },
  8363. "notification-url": "https://packagist.org/downloads/",
  8364. "license": [
  8365. "BSD-3-Clause"
  8366. ],
  8367. "authors": [
  8368. {
  8369. "name": "Fabien Potencier",
  8370. "email": "fabien@symfony.com",
  8371. "homepage": "http://fabien.potencier.org",
  8372. "role": "Lead Developer"
  8373. },
  8374. {
  8375. "name": "Twig Team",
  8376. "role": "Contributors"
  8377. },
  8378. {
  8379. "name": "Armin Ronacher",
  8380. "email": "armin.ronacher@active-4.com",
  8381. "role": "Project Founder"
  8382. }
  8383. ],
  8384. "description": "Twig, the flexible, fast, and secure template language for PHP",
  8385. "homepage": "https://twig.symfony.com",
  8386. "keywords": [
  8387. "templating"
  8388. ],
  8389. "support": {
  8390. "issues": "https://github.com/twigphp/Twig/issues",
  8391. "source": "https://github.com/twigphp/Twig/tree/v3.3.7"
  8392. },
  8393. "funding": [
  8394. {
  8395. "url": "https://github.com/fabpot",
  8396. "type": "github"
  8397. },
  8398. {
  8399. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  8400. "type": "tidelift"
  8401. }
  8402. ],
  8403. "time": "2022-01-03T21:15:37+00:00"
  8404. },
  8405. {
  8406. "name": "webmozart/assert",
  8407. "version": "1.10.0",
  8408. "source": {
  8409. "type": "git",
  8410. "url": "https://github.com/webmozarts/assert.git",
  8411. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  8412. },
  8413. "dist": {
  8414. "type": "zip",
  8415. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  8416. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  8417. "shasum": ""
  8418. },
  8419. "require": {
  8420. "php": "^7.2 || ^8.0",
  8421. "symfony/polyfill-ctype": "^1.8"
  8422. },
  8423. "conflict": {
  8424. "phpstan/phpstan": "<0.12.20",
  8425. "vimeo/psalm": "<4.6.1 || 4.6.2"
  8426. },
  8427. "require-dev": {
  8428. "phpunit/phpunit": "^8.5.13"
  8429. },
  8430. "type": "library",
  8431. "extra": {
  8432. "branch-alias": {
  8433. "dev-master": "1.10-dev"
  8434. }
  8435. },
  8436. "autoload": {
  8437. "psr-4": {
  8438. "Webmozart\\Assert\\": "src/"
  8439. }
  8440. },
  8441. "notification-url": "https://packagist.org/downloads/",
  8442. "license": [
  8443. "MIT"
  8444. ],
  8445. "authors": [
  8446. {
  8447. "name": "Bernhard Schussek",
  8448. "email": "bschussek@gmail.com"
  8449. }
  8450. ],
  8451. "description": "Assertions to validate method input/output with nice error messages.",
  8452. "keywords": [
  8453. "assert",
  8454. "check",
  8455. "validate"
  8456. ],
  8457. "support": {
  8458. "issues": "https://github.com/webmozarts/assert/issues",
  8459. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  8460. },
  8461. "time": "2021-03-09T10:59:23+00:00"
  8462. }
  8463. ],
  8464. "packages-dev": [
  8465. {
  8466. "name": "doctrine/data-fixtures",
  8467. "version": "1.5.2",
  8468. "source": {
  8469. "type": "git",
  8470. "url": "https://github.com/doctrine/data-fixtures.git",
  8471. "reference": "51c1890e8c5467c421c7cab4579f059ebf720278"
  8472. },
  8473. "dist": {
  8474. "type": "zip",
  8475. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51c1890e8c5467c421c7cab4579f059ebf720278",
  8476. "reference": "51c1890e8c5467c421c7cab4579f059ebf720278",
  8477. "shasum": ""
  8478. },
  8479. "require": {
  8480. "doctrine/common": "^2.13|^3.0",
  8481. "doctrine/persistence": "^1.3.3|^2.0",
  8482. "php": "^7.2 || ^8.0"
  8483. },
  8484. "conflict": {
  8485. "doctrine/dbal": "<2.13",
  8486. "doctrine/phpcr-odm": "<1.3.0"
  8487. },
  8488. "require-dev": {
  8489. "doctrine/coding-standard": "^9.0",
  8490. "doctrine/dbal": "^2.13 || ^3.0",
  8491. "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
  8492. "doctrine/orm": "^2.7.0",
  8493. "ext-sqlite3": "*",
  8494. "jangregor/phpstan-prophecy": "^0.8.1",
  8495. "phpstan/phpstan": "^0.12.99",
  8496. "phpunit/phpunit": "^8.0",
  8497. "symfony/cache": "^5.0 || ^6.0",
  8498. "vimeo/psalm": "^4.10"
  8499. },
  8500. "suggest": {
  8501. "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
  8502. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  8503. "doctrine/orm": "For loading ORM fixtures",
  8504. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  8505. },
  8506. "type": "library",
  8507. "autoload": {
  8508. "psr-4": {
  8509. "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
  8510. }
  8511. },
  8512. "notification-url": "https://packagist.org/downloads/",
  8513. "license": [
  8514. "MIT"
  8515. ],
  8516. "authors": [
  8517. {
  8518. "name": "Jonathan Wage",
  8519. "email": "jonwage@gmail.com"
  8520. }
  8521. ],
  8522. "description": "Data Fixtures for all Doctrine Object Managers",
  8523. "homepage": "https://www.doctrine-project.org",
  8524. "keywords": [
  8525. "database"
  8526. ],
  8527. "support": {
  8528. "issues": "https://github.com/doctrine/data-fixtures/issues",
  8529. "source": "https://github.com/doctrine/data-fixtures/tree/1.5.2"
  8530. },
  8531. "funding": [
  8532. {
  8533. "url": "https://www.doctrine-project.org/sponsorship.html",
  8534. "type": "custom"
  8535. },
  8536. {
  8537. "url": "https://www.patreon.com/phpdoctrine",
  8538. "type": "patreon"
  8539. },
  8540. {
  8541. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
  8542. "type": "tidelift"
  8543. }
  8544. ],
  8545. "time": "2022-01-20T17:10:56+00:00"
  8546. },
  8547. {
  8548. "name": "doctrine/doctrine-fixtures-bundle",
  8549. "version": "3.4.1",
  8550. "source": {
  8551. "type": "git",
  8552. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  8553. "reference": "31ba202bebce0b66fe830f49f96228dcdc1503e7"
  8554. },
  8555. "dist": {
  8556. "type": "zip",
  8557. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/31ba202bebce0b66fe830f49f96228dcdc1503e7",
  8558. "reference": "31ba202bebce0b66fe830f49f96228dcdc1503e7",
  8559. "shasum": ""
  8560. },
  8561. "require": {
  8562. "doctrine/data-fixtures": "^1.3",
  8563. "doctrine/doctrine-bundle": "^1.11|^2.0",
  8564. "doctrine/orm": "^2.6.0",
  8565. "doctrine/persistence": "^1.3.7|^2.0",
  8566. "php": "^7.1 || ^8.0",
  8567. "symfony/config": "^3.4|^4.3|^5.0|^6.0",
  8568. "symfony/console": "^3.4|^4.3|^5.0|^6.0",
  8569. "symfony/dependency-injection": "^3.4.47|^4.3|^5.0|^6.0",
  8570. "symfony/doctrine-bridge": "^3.4|^4.1|^5.0|^6.0",
  8571. "symfony/http-kernel": "^3.4|^4.3|^5.0|^6.0"
  8572. },
  8573. "require-dev": {
  8574. "doctrine/coding-standard": "^8.0",
  8575. "phpstan/phpstan": "^0.12.99",
  8576. "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
  8577. "symfony/phpunit-bridge": "^4.1|^5.0|^6.0",
  8578. "vimeo/psalm": "^4.10"
  8579. },
  8580. "type": "symfony-bundle",
  8581. "autoload": {
  8582. "psr-4": {
  8583. "Doctrine\\Bundle\\FixturesBundle\\": ""
  8584. }
  8585. },
  8586. "notification-url": "https://packagist.org/downloads/",
  8587. "license": [
  8588. "MIT"
  8589. ],
  8590. "authors": [
  8591. {
  8592. "name": "Fabien Potencier",
  8593. "email": "fabien@symfony.com"
  8594. },
  8595. {
  8596. "name": "Doctrine Project",
  8597. "homepage": "http://www.doctrine-project.org"
  8598. },
  8599. {
  8600. "name": "Symfony Community",
  8601. "homepage": "http://symfony.com/contributors"
  8602. }
  8603. ],
  8604. "description": "Symfony DoctrineFixturesBundle",
  8605. "homepage": "http://www.doctrine-project.org",
  8606. "keywords": [
  8607. "Fixture",
  8608. "persistence"
  8609. ],
  8610. "support": {
  8611. "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
  8612. "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.1"
  8613. },
  8614. "funding": [
  8615. {
  8616. "url": "https://www.doctrine-project.org/sponsorship.html",
  8617. "type": "custom"
  8618. },
  8619. {
  8620. "url": "https://www.patreon.com/phpdoctrine",
  8621. "type": "patreon"
  8622. },
  8623. {
  8624. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
  8625. "type": "tidelift"
  8626. }
  8627. ],
  8628. "time": "2021-10-28T05:46:28+00:00"
  8629. },
  8630. {
  8631. "name": "nikic/php-parser",
  8632. "version": "v4.13.2",
  8633. "source": {
  8634. "type": "git",
  8635. "url": "https://github.com/nikic/PHP-Parser.git",
  8636. "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
  8637. },
  8638. "dist": {
  8639. "type": "zip",
  8640. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
  8641. "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
  8642. "shasum": ""
  8643. },
  8644. "require": {
  8645. "ext-tokenizer": "*",
  8646. "php": ">=7.0"
  8647. },
  8648. "require-dev": {
  8649. "ircmaxell/php-yacc": "^0.0.7",
  8650. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  8651. },
  8652. "bin": [
  8653. "bin/php-parse"
  8654. ],
  8655. "type": "library",
  8656. "extra": {
  8657. "branch-alias": {
  8658. "dev-master": "4.9-dev"
  8659. }
  8660. },
  8661. "autoload": {
  8662. "psr-4": {
  8663. "PhpParser\\": "lib/PhpParser"
  8664. }
  8665. },
  8666. "notification-url": "https://packagist.org/downloads/",
  8667. "license": [
  8668. "BSD-3-Clause"
  8669. ],
  8670. "authors": [
  8671. {
  8672. "name": "Nikita Popov"
  8673. }
  8674. ],
  8675. "description": "A PHP parser written in PHP",
  8676. "keywords": [
  8677. "parser",
  8678. "php"
  8679. ],
  8680. "support": {
  8681. "issues": "https://github.com/nikic/PHP-Parser/issues",
  8682. "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
  8683. },
  8684. "time": "2021-11-30T19:35:32+00:00"
  8685. },
  8686. {
  8687. "name": "symfony/browser-kit",
  8688. "version": "v5.2.12",
  8689. "source": {
  8690. "type": "git",
  8691. "url": "https://github.com/symfony/browser-kit.git",
  8692. "reference": "ed7ebe262cef150742f5b61d48a94d37513c5758"
  8693. },
  8694. "dist": {
  8695. "type": "zip",
  8696. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ed7ebe262cef150742f5b61d48a94d37513c5758",
  8697. "reference": "ed7ebe262cef150742f5b61d48a94d37513c5758",
  8698. "shasum": ""
  8699. },
  8700. "require": {
  8701. "php": ">=7.2.5",
  8702. "symfony/dom-crawler": "^4.4|^5.0",
  8703. "symfony/polyfill-php80": "^1.16"
  8704. },
  8705. "require-dev": {
  8706. "symfony/css-selector": "^4.4|^5.0",
  8707. "symfony/http-client": "^4.4|^5.0",
  8708. "symfony/mime": "^4.4|^5.0",
  8709. "symfony/process": "^4.4|^5.0"
  8710. },
  8711. "suggest": {
  8712. "symfony/process": ""
  8713. },
  8714. "type": "library",
  8715. "autoload": {
  8716. "psr-4": {
  8717. "Symfony\\Component\\BrowserKit\\": ""
  8718. },
  8719. "exclude-from-classmap": [
  8720. "/Tests/"
  8721. ]
  8722. },
  8723. "notification-url": "https://packagist.org/downloads/",
  8724. "license": [
  8725. "MIT"
  8726. ],
  8727. "authors": [
  8728. {
  8729. "name": "Fabien Potencier",
  8730. "email": "fabien@symfony.com"
  8731. },
  8732. {
  8733. "name": "Symfony Community",
  8734. "homepage": "https://symfony.com/contributors"
  8735. }
  8736. ],
  8737. "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
  8738. "homepage": "https://symfony.com",
  8739. "support": {
  8740. "source": "https://github.com/symfony/browser-kit/tree/v5.2.12"
  8741. },
  8742. "funding": [
  8743. {
  8744. "url": "https://symfony.com/sponsor",
  8745. "type": "custom"
  8746. },
  8747. {
  8748. "url": "https://github.com/fabpot",
  8749. "type": "github"
  8750. },
  8751. {
  8752. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8753. "type": "tidelift"
  8754. }
  8755. ],
  8756. "time": "2021-07-21T12:38:00+00:00"
  8757. },
  8758. {
  8759. "name": "symfony/css-selector",
  8760. "version": "v5.2.12",
  8761. "source": {
  8762. "type": "git",
  8763. "url": "https://github.com/symfony/css-selector.git",
  8764. "reference": "7fb120adc7f600a59027775b224c13a33530dd90"
  8765. },
  8766. "dist": {
  8767. "type": "zip",
  8768. "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
  8769. "reference": "7fb120adc7f600a59027775b224c13a33530dd90",
  8770. "shasum": ""
  8771. },
  8772. "require": {
  8773. "php": ">=7.2.5",
  8774. "symfony/polyfill-php80": "^1.16"
  8775. },
  8776. "type": "library",
  8777. "autoload": {
  8778. "psr-4": {
  8779. "Symfony\\Component\\CssSelector\\": ""
  8780. },
  8781. "exclude-from-classmap": [
  8782. "/Tests/"
  8783. ]
  8784. },
  8785. "notification-url": "https://packagist.org/downloads/",
  8786. "license": [
  8787. "MIT"
  8788. ],
  8789. "authors": [
  8790. {
  8791. "name": "Fabien Potencier",
  8792. "email": "fabien@symfony.com"
  8793. },
  8794. {
  8795. "name": "Jean-François Simon",
  8796. "email": "jeanfrancois.simon@sensiolabs.com"
  8797. },
  8798. {
  8799. "name": "Symfony Community",
  8800. "homepage": "https://symfony.com/contributors"
  8801. }
  8802. ],
  8803. "description": "Converts CSS selectors to XPath expressions",
  8804. "homepage": "https://symfony.com",
  8805. "support": {
  8806. "source": "https://github.com/symfony/css-selector/tree/v5.2.12"
  8807. },
  8808. "funding": [
  8809. {
  8810. "url": "https://symfony.com/sponsor",
  8811. "type": "custom"
  8812. },
  8813. {
  8814. "url": "https://github.com/fabpot",
  8815. "type": "github"
  8816. },
  8817. {
  8818. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8819. "type": "tidelift"
  8820. }
  8821. ],
  8822. "time": "2021-07-21T12:38:00+00:00"
  8823. },
  8824. {
  8825. "name": "symfony/debug-bundle",
  8826. "version": "v5.2.12",
  8827. "source": {
  8828. "type": "git",
  8829. "url": "https://github.com/symfony/debug-bundle.git",
  8830. "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552"
  8831. },
  8832. "dist": {
  8833. "type": "zip",
  8834. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/2cb76e25ca75afb0d52c1ba83d77cd4190ed5552",
  8835. "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552",
  8836. "shasum": ""
  8837. },
  8838. "require": {
  8839. "ext-xml": "*",
  8840. "php": ">=7.2.5",
  8841. "symfony/http-kernel": "^4.4|^5.0",
  8842. "symfony/polyfill-php80": "^1.16",
  8843. "symfony/twig-bridge": "^4.4|^5.0",
  8844. "symfony/var-dumper": "^4.4|^5.0"
  8845. },
  8846. "conflict": {
  8847. "symfony/config": "<4.4",
  8848. "symfony/dependency-injection": "<5.2"
  8849. },
  8850. "require-dev": {
  8851. "symfony/config": "^4.4|^5.0",
  8852. "symfony/dependency-injection": "^4.4|^5.0",
  8853. "symfony/web-profiler-bundle": "^4.4|^5.0"
  8854. },
  8855. "suggest": {
  8856. "symfony/config": "For service container configuration",
  8857. "symfony/dependency-injection": "For using as a service from the container"
  8858. },
  8859. "type": "symfony-bundle",
  8860. "autoload": {
  8861. "psr-4": {
  8862. "Symfony\\Bundle\\DebugBundle\\": ""
  8863. },
  8864. "exclude-from-classmap": [
  8865. "/Tests/"
  8866. ]
  8867. },
  8868. "notification-url": "https://packagist.org/downloads/",
  8869. "license": [
  8870. "MIT"
  8871. ],
  8872. "authors": [
  8873. {
  8874. "name": "Fabien Potencier",
  8875. "email": "fabien@symfony.com"
  8876. },
  8877. {
  8878. "name": "Symfony Community",
  8879. "homepage": "https://symfony.com/contributors"
  8880. }
  8881. ],
  8882. "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
  8883. "homepage": "https://symfony.com",
  8884. "support": {
  8885. "source": "https://github.com/symfony/debug-bundle/tree/v5.2.12"
  8886. },
  8887. "funding": [
  8888. {
  8889. "url": "https://symfony.com/sponsor",
  8890. "type": "custom"
  8891. },
  8892. {
  8893. "url": "https://github.com/fabpot",
  8894. "type": "github"
  8895. },
  8896. {
  8897. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8898. "type": "tidelift"
  8899. }
  8900. ],
  8901. "time": "2021-07-21T12:38:00+00:00"
  8902. },
  8903. {
  8904. "name": "symfony/dom-crawler",
  8905. "version": "v5.2.12",
  8906. "source": {
  8907. "type": "git",
  8908. "url": "https://github.com/symfony/dom-crawler.git",
  8909. "reference": "c983279c00f723eef8da2a4b1522296c82dc75da"
  8910. },
  8911. "dist": {
  8912. "type": "zip",
  8913. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c983279c00f723eef8da2a4b1522296c82dc75da",
  8914. "reference": "c983279c00f723eef8da2a4b1522296c82dc75da",
  8915. "shasum": ""
  8916. },
  8917. "require": {
  8918. "php": ">=7.2.5",
  8919. "symfony/polyfill-ctype": "~1.8",
  8920. "symfony/polyfill-mbstring": "~1.0",
  8921. "symfony/polyfill-php80": "^1.16"
  8922. },
  8923. "conflict": {
  8924. "masterminds/html5": "<2.6"
  8925. },
  8926. "require-dev": {
  8927. "masterminds/html5": "^2.6",
  8928. "symfony/css-selector": "^4.4|^5.0"
  8929. },
  8930. "suggest": {
  8931. "symfony/css-selector": ""
  8932. },
  8933. "type": "library",
  8934. "autoload": {
  8935. "psr-4": {
  8936. "Symfony\\Component\\DomCrawler\\": ""
  8937. },
  8938. "exclude-from-classmap": [
  8939. "/Tests/"
  8940. ]
  8941. },
  8942. "notification-url": "https://packagist.org/downloads/",
  8943. "license": [
  8944. "MIT"
  8945. ],
  8946. "authors": [
  8947. {
  8948. "name": "Fabien Potencier",
  8949. "email": "fabien@symfony.com"
  8950. },
  8951. {
  8952. "name": "Symfony Community",
  8953. "homepage": "https://symfony.com/contributors"
  8954. }
  8955. ],
  8956. "description": "Eases DOM navigation for HTML and XML documents",
  8957. "homepage": "https://symfony.com",
  8958. "support": {
  8959. "source": "https://github.com/symfony/dom-crawler/tree/v5.2.12"
  8960. },
  8961. "funding": [
  8962. {
  8963. "url": "https://symfony.com/sponsor",
  8964. "type": "custom"
  8965. },
  8966. {
  8967. "url": "https://github.com/fabpot",
  8968. "type": "github"
  8969. },
  8970. {
  8971. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8972. "type": "tidelift"
  8973. }
  8974. ],
  8975. "time": "2021-07-23T15:54:19+00:00"
  8976. },
  8977. {
  8978. "name": "symfony/maker-bundle",
  8979. "version": "v1.36.4",
  8980. "source": {
  8981. "type": "git",
  8982. "url": "https://github.com/symfony/maker-bundle.git",
  8983. "reference": "716eee9c8b10b33e682df1b7d80b9061887e9691"
  8984. },
  8985. "dist": {
  8986. "type": "zip",
  8987. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/716eee9c8b10b33e682df1b7d80b9061887e9691",
  8988. "reference": "716eee9c8b10b33e682df1b7d80b9061887e9691",
  8989. "shasum": ""
  8990. },
  8991. "require": {
  8992. "doctrine/inflector": "^1.2|^2.0",
  8993. "nikic/php-parser": "^4.11",
  8994. "php": ">=7.1.3",
  8995. "symfony/config": "^4.4|^5.0|^6.0",
  8996. "symfony/console": "^4.4|^5.0|^6.0",
  8997. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  8998. "symfony/deprecation-contracts": "^2.2|^3",
  8999. "symfony/filesystem": "^4.4|^5.0|^6.0",
  9000. "symfony/finder": "^4.4|^5.0|^6.0",
  9001. "symfony/framework-bundle": "^4.4|^5.0|^6.0",
  9002. "symfony/http-kernel": "^4.4|^5.0|^6.0"
  9003. },
  9004. "require-dev": {
  9005. "composer/semver": "^3.0",
  9006. "doctrine/doctrine-bundle": "^1.12.3|^2.0",
  9007. "doctrine/orm": "^2.3",
  9008. "symfony/http-client": "^4.4|^5.0|^6.0",
  9009. "symfony/phpunit-bridge": "^4.4|^5.0|^6.0",
  9010. "symfony/polyfill-php80": "^1.16.0",
  9011. "symfony/process": "^4.4|^5.0|^6.0",
  9012. "symfony/security-core": "^4.4|^5.0|^6.0",
  9013. "symfony/yaml": "^4.4|^5.0|^6.0",
  9014. "twig/twig": "^2.0|^3.0"
  9015. },
  9016. "type": "symfony-bundle",
  9017. "extra": {
  9018. "branch-alias": {
  9019. "dev-main": "1.0-dev"
  9020. }
  9021. },
  9022. "autoload": {
  9023. "psr-4": {
  9024. "Symfony\\Bundle\\MakerBundle\\": "src/"
  9025. }
  9026. },
  9027. "notification-url": "https://packagist.org/downloads/",
  9028. "license": [
  9029. "MIT"
  9030. ],
  9031. "authors": [
  9032. {
  9033. "name": "Symfony Community",
  9034. "homepage": "https://symfony.com/contributors"
  9035. }
  9036. ],
  9037. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  9038. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  9039. "keywords": [
  9040. "code generator",
  9041. "generator",
  9042. "scaffold",
  9043. "scaffolding"
  9044. ],
  9045. "support": {
  9046. "issues": "https://github.com/symfony/maker-bundle/issues",
  9047. "source": "https://github.com/symfony/maker-bundle/tree/v1.36.4"
  9048. },
  9049. "funding": [
  9050. {
  9051. "url": "https://symfony.com/sponsor",
  9052. "type": "custom"
  9053. },
  9054. {
  9055. "url": "https://github.com/fabpot",
  9056. "type": "github"
  9057. },
  9058. {
  9059. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9060. "type": "tidelift"
  9061. }
  9062. ],
  9063. "time": "2021-12-01T00:27:38+00:00"
  9064. },
  9065. {
  9066. "name": "symfony/phpunit-bridge",
  9067. "version": "v5.4.3",
  9068. "source": {
  9069. "type": "git",
  9070. "url": "https://github.com/symfony/phpunit-bridge.git",
  9071. "reference": "216b07b05644607c81afd89a208e52641c1ce6b8"
  9072. },
  9073. "dist": {
  9074. "type": "zip",
  9075. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/216b07b05644607c81afd89a208e52641c1ce6b8",
  9076. "reference": "216b07b05644607c81afd89a208e52641c1ce6b8",
  9077. "shasum": ""
  9078. },
  9079. "require": {
  9080. "php": ">=7.1.3",
  9081. "symfony/deprecation-contracts": "^2.1|^3"
  9082. },
  9083. "conflict": {
  9084. "phpunit/phpunit": "<7.5|9.1.2"
  9085. },
  9086. "require-dev": {
  9087. "symfony/error-handler": "^4.4|^5.0|^6.0"
  9088. },
  9089. "suggest": {
  9090. "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  9091. },
  9092. "bin": [
  9093. "bin/simple-phpunit"
  9094. ],
  9095. "type": "symfony-bridge",
  9096. "extra": {
  9097. "thanks": {
  9098. "name": "phpunit/phpunit",
  9099. "url": "https://github.com/sebastianbergmann/phpunit"
  9100. }
  9101. },
  9102. "autoload": {
  9103. "files": [
  9104. "bootstrap.php"
  9105. ],
  9106. "psr-4": {
  9107. "Symfony\\Bridge\\PhpUnit\\": ""
  9108. },
  9109. "exclude-from-classmap": [
  9110. "/Tests/"
  9111. ]
  9112. },
  9113. "notification-url": "https://packagist.org/downloads/",
  9114. "license": [
  9115. "MIT"
  9116. ],
  9117. "authors": [
  9118. {
  9119. "name": "Nicolas Grekas",
  9120. "email": "p@tchwork.com"
  9121. },
  9122. {
  9123. "name": "Symfony Community",
  9124. "homepage": "https://symfony.com/contributors"
  9125. }
  9126. ],
  9127. "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
  9128. "homepage": "https://symfony.com",
  9129. "support": {
  9130. "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.3"
  9131. },
  9132. "funding": [
  9133. {
  9134. "url": "https://symfony.com/sponsor",
  9135. "type": "custom"
  9136. },
  9137. {
  9138. "url": "https://github.com/fabpot",
  9139. "type": "github"
  9140. },
  9141. {
  9142. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9143. "type": "tidelift"
  9144. }
  9145. ],
  9146. "time": "2022-01-26T16:28:35+00:00"
  9147. },
  9148. {
  9149. "name": "symfony/web-profiler-bundle",
  9150. "version": "v5.2.13",
  9151. "source": {
  9152. "type": "git",
  9153. "url": "https://github.com/symfony/web-profiler-bundle.git",
  9154. "reference": "380038080e46eb92b3a392de646fd32b632f1c77"
  9155. },
  9156. "dist": {
  9157. "type": "zip",
  9158. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/380038080e46eb92b3a392de646fd32b632f1c77",
  9159. "reference": "380038080e46eb92b3a392de646fd32b632f1c77",
  9160. "shasum": ""
  9161. },
  9162. "require": {
  9163. "php": ">=7.2.5",
  9164. "symfony/config": "^4.4|^5.0",
  9165. "symfony/framework-bundle": "^5.1",
  9166. "symfony/http-kernel": "^5.2",
  9167. "symfony/polyfill-php80": "^1.16",
  9168. "symfony/routing": "^4.4|^5.0",
  9169. "symfony/twig-bundle": "^4.4|^5.0",
  9170. "twig/twig": "^2.13|^3.0.4"
  9171. },
  9172. "conflict": {
  9173. "symfony/dependency-injection": "<5.2",
  9174. "symfony/form": "<4.4",
  9175. "symfony/messenger": "<4.4"
  9176. },
  9177. "require-dev": {
  9178. "symfony/browser-kit": "^4.4|^5.0",
  9179. "symfony/console": "^4.4|^5.0",
  9180. "symfony/css-selector": "^4.4|^5.0",
  9181. "symfony/stopwatch": "^4.4|^5.0"
  9182. },
  9183. "type": "symfony-bundle",
  9184. "autoload": {
  9185. "psr-4": {
  9186. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  9187. },
  9188. "exclude-from-classmap": [
  9189. "/Tests/"
  9190. ]
  9191. },
  9192. "notification-url": "https://packagist.org/downloads/",
  9193. "license": [
  9194. "MIT"
  9195. ],
  9196. "authors": [
  9197. {
  9198. "name": "Fabien Potencier",
  9199. "email": "fabien@symfony.com"
  9200. },
  9201. {
  9202. "name": "Symfony Community",
  9203. "homepage": "https://symfony.com/contributors"
  9204. }
  9205. ],
  9206. "description": "Provides a development tool that gives detailed information about the execution of any request",
  9207. "homepage": "https://symfony.com",
  9208. "support": {
  9209. "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.13"
  9210. },
  9211. "funding": [
  9212. {
  9213. "url": "https://symfony.com/sponsor",
  9214. "type": "custom"
  9215. },
  9216. {
  9217. "url": "https://github.com/fabpot",
  9218. "type": "github"
  9219. },
  9220. {
  9221. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9222. "type": "tidelift"
  9223. }
  9224. ],
  9225. "time": "2021-07-27T04:28:16+00:00"
  9226. }
  9227. ],
  9228. "aliases": [],
  9229. "minimum-stability": "dev",
  9230. "stability-flags": [],
  9231. "prefer-stable": true,
  9232. "prefer-lowest": false,
  9233. "platform": {
  9234. "php": ">=7.2.5",
  9235. "ext-ctype": "*",
  9236. "ext-iconv": "*"
  9237. },
  9238. "platform-dev": [],
  9239. "plugin-api-version": "2.3.0"
  9240. }