You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11188 lines
410KB

  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": "6ebf97f59d53f8c24170ef02f9d961a4",
  8. "packages": [
  9. {
  10. "name": "a2lix/auto-form-bundle",
  11. "version": "0.3.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/a2lix/AutoFormBundle.git",
  15. "reference": "ff1c9f3d1bee6143b0376e07a0770c11aea2bc5b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/a2lix/AutoFormBundle/zipball/ff1c9f3d1bee6143b0376e07a0770c11aea2bc5b",
  20. "reference": "ff1c9f3d1bee6143b0376e07a0770c11aea2bc5b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "doctrine/persistence": "^1.3|^2.0",
  25. "php": ">=7.2.5",
  26. "symfony/config": "^3.4.30|^4.3|^5.0",
  27. "symfony/dependency-injection": "^3.4.30|^4.3|^5.0",
  28. "symfony/doctrine-bridge": "^3.4.30|^4.3|^5.0",
  29. "symfony/form": "^3.4.30|^4.3|^5.0",
  30. "symfony/http-kernel": "^3.4.30|^4.3|^5.0"
  31. },
  32. "require-dev": {
  33. "doctrine/orm": "^2.7",
  34. "edgedesign/phpqa": "^1.23.3",
  35. "friendsofphp/php-cs-fixer": "^2.15",
  36. "phpstan/phpstan": "^0.12",
  37. "sensiolabs/security-checker": "^6.0",
  38. "symfony/phpunit-bridge": "^4.3|^5.0",
  39. "symfony/validator": "^3.4.30|^4.3|^5.0",
  40. "vimeo/psalm": "^3.6"
  41. },
  42. "suggest": {
  43. "a2lix/translation-form-bundle": "For translation form"
  44. },
  45. "type": "symfony-bundle",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "0.x-dev"
  49. }
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "A2lix\\AutoFormBundle\\": "src/"
  54. }
  55. },
  56. "notification-url": "https://packagist.org/downloads/",
  57. "license": [
  58. "MIT"
  59. ],
  60. "authors": [
  61. {
  62. "name": "David ALLIX",
  63. "homepage": "http://a2lix.fr"
  64. },
  65. {
  66. "name": "Contributors",
  67. "homepage": "https://github.com/a2lix/AutoFormBundle/contributors"
  68. }
  69. ],
  70. "description": "Automate form building",
  71. "homepage": "https://github.com/a2lix/AutoFormBundle",
  72. "keywords": [
  73. "automate",
  74. "automation",
  75. "building",
  76. "field",
  77. "form",
  78. "magic",
  79. "symfony"
  80. ],
  81. "support": {
  82. "issues": "https://github.com/a2lix/AutoFormBundle/issues",
  83. "source": "https://github.com/a2lix/AutoFormBundle/tree/0.3.3"
  84. },
  85. "time": "2020-10-27T11:27:31+00:00"
  86. },
  87. {
  88. "name": "a2lix/translation-form-bundle",
  89. "version": "3.0.7",
  90. "source": {
  91. "type": "git",
  92. "url": "https://github.com/a2lix/TranslationFormBundle.git",
  93. "reference": "4a5f7c32209cef85cb33f63ca1d0b7169ebc484c"
  94. },
  95. "dist": {
  96. "type": "zip",
  97. "url": "https://api.github.com/repos/a2lix/TranslationFormBundle/zipball/4a5f7c32209cef85cb33f63ca1d0b7169ebc484c",
  98. "reference": "4a5f7c32209cef85cb33f63ca1d0b7169ebc484c",
  99. "shasum": ""
  100. },
  101. "require": {
  102. "a2lix/auto-form-bundle": "^0.2|^0.3",
  103. "php": ">=7.2",
  104. "symfony/config": "^3.4.30|^4.3|^5.0",
  105. "symfony/dependency-injection": "^3.4.30|^4.3|^5.0",
  106. "symfony/doctrine-bridge": "^3.4.30|^4.3|^5.0",
  107. "symfony/event-dispatcher": "^3.4.30|^4.3|^5.0",
  108. "symfony/form": "^3.4.30|^4.3|^5.0",
  109. "symfony/http-foundation": "^3.4.30|^4.3|^5.0",
  110. "symfony/http-kernel": "^3.4.30|^4.3|^5.0",
  111. "symfony/options-resolver": "^3.4.30|^4.3|^5.0"
  112. },
  113. "require-dev": {
  114. "doctrine/orm": "^2.7",
  115. "edgedesign/phpqa": "^1.23",
  116. "friendsofphp/php-cs-fixer": "^2.15",
  117. "knplabs/doctrine-behaviors": "^1.6",
  118. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  119. "phpstan/phpstan": "^0.11.19",
  120. "sensiolabs/security-checker": "^6.0",
  121. "symfony/phpunit-bridge": "^4.3|^5.0",
  122. "symfony/validator": "^3.4.30|^4.3|^5.0",
  123. "vimeo/psalm": "^3.6"
  124. },
  125. "suggest": {
  126. "knplabs/doctrine-behaviors": "For Knp strategy",
  127. "prezent/doctrine-translatable-bundle": "For Prezent strategy"
  128. },
  129. "type": "symfony-bundle",
  130. "extra": {
  131. "branch-alias": {
  132. "dev-master": "3.x-dev"
  133. }
  134. },
  135. "autoload": {
  136. "psr-4": {
  137. "A2lix\\TranslationFormBundle\\": "src/"
  138. }
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "MIT"
  143. ],
  144. "authors": [
  145. {
  146. "name": "David ALLIX",
  147. "homepage": "http://a2lix.fr"
  148. },
  149. {
  150. "name": "Contributors",
  151. "homepage": "https://github.com/a2lix/TranslationFormBundle/contributors"
  152. }
  153. ],
  154. "description": "Translate your doctrine objects easily with some helps",
  155. "homepage": "https://github.com/a2lix/TranslationFormBundle",
  156. "keywords": [
  157. "doctrine2",
  158. "form",
  159. "i18n",
  160. "internationalization",
  161. "knplabs",
  162. "prezent",
  163. "symfony",
  164. "translatable",
  165. "translation"
  166. ],
  167. "support": {
  168. "issues": "https://github.com/a2lix/TranslationFormBundle/issues",
  169. "source": "https://github.com/a2lix/TranslationFormBundle/tree/master"
  170. },
  171. "time": "2020-04-03T08:57:40+00:00"
  172. },
  173. {
  174. "name": "artgris/filemanager-bundle",
  175. "version": "2.2.5",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/artgris/FileManagerBundle.git",
  179. "reference": "3bd8655309532f6a3c07ca0ef0e0f7aecd01259b"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/artgris/FileManagerBundle/zipball/3bd8655309532f6a3c07ca0ef0e0f7aecd01259b",
  184. "reference": "3bd8655309532f6a3c07ca0ef0e0f7aecd01259b",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "oomphinc/composer-installers-extender": "^1.1|^2.0",
  189. "php": "^7.1.3|^8.0.0",
  190. "sensio/framework-extra-bundle": "^4.4|^5.0|^6.0",
  191. "symfony/asset": "^4.4|^5.0",
  192. "symfony/event-dispatcher": "^4.4|^5.0",
  193. "symfony/expression-language": "^4.4|^5.0",
  194. "symfony/form": "^4.4|^5.0",
  195. "symfony/translation": "^4.4|^5.0",
  196. "symfony/twig-bridge": "^4.4|^5.0",
  197. "symfony/twig-bundle": "^4.4|^5.0",
  198. "symfony/validator": "^4.4|^5.0"
  199. },
  200. "require-dev": {
  201. "symfony/browser-kit": "^4.4|^5.0",
  202. "symfony/css-selector": "^4.4|^5.0",
  203. "symfony/phpunit-bridge": "^4.3.5|^5.0",
  204. "symfony/security-bundle": "^4.4|^5.0",
  205. "symfony/templating": "^4.4|^5.0",
  206. "symfony/var-dumper": "^4.4|^5.0",
  207. "symfony/yaml": "^4.4|^5.0"
  208. },
  209. "type": "symfony-bundle",
  210. "autoload": {
  211. "psr-4": {
  212. "Artgris\\Bundle\\FileManagerBundle\\": ""
  213. },
  214. "exclude-from-classmap": [
  215. "/Tests/"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Arthur Gribet",
  225. "email": "a.gribet@gmail.com"
  226. }
  227. ],
  228. "description": "FileManager is a simple Multilingual File Manager Bundle for Symfony",
  229. "homepage": "https://github.com/artgris/FileManagerBundle",
  230. "keywords": [
  231. "bundle",
  232. "file manager",
  233. "symfony"
  234. ],
  235. "support": {
  236. "issues": "https://github.com/artgris/FileManagerBundle/issues",
  237. "source": "https://github.com/artgris/FileManagerBundle/tree/2.2.5"
  238. },
  239. "time": "2021-06-07T09:29:38+00:00"
  240. },
  241. {
  242. "name": "behat/transliterator",
  243. "version": "v1.3.0",
  244. "source": {
  245. "type": "git",
  246. "url": "https://github.com/Behat/Transliterator.git",
  247. "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
  248. },
  249. "dist": {
  250. "type": "zip",
  251. "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
  252. "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
  253. "shasum": ""
  254. },
  255. "require": {
  256. "php": ">=5.3.3"
  257. },
  258. "require-dev": {
  259. "chuyskywalker/rolling-curl": "^3.1",
  260. "php-yaoi/php-yaoi": "^1.0",
  261. "phpunit/phpunit": "^4.8.36|^6.3"
  262. },
  263. "type": "library",
  264. "extra": {
  265. "branch-alias": {
  266. "dev-master": "1.2-dev"
  267. }
  268. },
  269. "autoload": {
  270. "psr-4": {
  271. "Behat\\Transliterator\\": "src/Behat/Transliterator"
  272. }
  273. },
  274. "notification-url": "https://packagist.org/downloads/",
  275. "license": [
  276. "Artistic-1.0"
  277. ],
  278. "description": "String transliterator",
  279. "keywords": [
  280. "i18n",
  281. "slug",
  282. "transliterator"
  283. ],
  284. "support": {
  285. "issues": "https://github.com/Behat/Transliterator/issues",
  286. "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
  287. },
  288. "time": "2020-01-14T16:39:13+00:00"
  289. },
  290. {
  291. "name": "brick/math",
  292. "version": "0.9.3",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/brick/math.git",
  296. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
  301. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "ext-json": "*",
  306. "php": "^7.1 || ^8.0"
  307. },
  308. "require-dev": {
  309. "php-coveralls/php-coveralls": "^2.2",
  310. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
  311. "vimeo/psalm": "4.9.2"
  312. },
  313. "type": "library",
  314. "autoload": {
  315. "psr-4": {
  316. "Brick\\Math\\": "src/"
  317. }
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "license": [
  321. "MIT"
  322. ],
  323. "description": "Arbitrary-precision arithmetic library",
  324. "keywords": [
  325. "Arbitrary-precision",
  326. "BigInteger",
  327. "BigRational",
  328. "arithmetic",
  329. "bigdecimal",
  330. "bignum",
  331. "brick",
  332. "math"
  333. ],
  334. "support": {
  335. "issues": "https://github.com/brick/math/issues",
  336. "source": "https://github.com/brick/math/tree/0.9.3"
  337. },
  338. "funding": [
  339. {
  340. "url": "https://github.com/BenMorel",
  341. "type": "github"
  342. },
  343. {
  344. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  345. "type": "tidelift"
  346. }
  347. ],
  348. "time": "2021-08-15T20:50:18+00:00"
  349. },
  350. {
  351. "name": "composer/installers",
  352. "version": "v1.12.0",
  353. "source": {
  354. "type": "git",
  355. "url": "https://github.com/composer/installers.git",
  356. "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
  357. },
  358. "dist": {
  359. "type": "zip",
  360. "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
  361. "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
  362. "shasum": ""
  363. },
  364. "require": {
  365. "composer-plugin-api": "^1.0 || ^2.0"
  366. },
  367. "replace": {
  368. "roundcube/plugin-installer": "*",
  369. "shama/baton": "*"
  370. },
  371. "require-dev": {
  372. "composer/composer": "1.6.* || ^2.0",
  373. "composer/semver": "^1 || ^3",
  374. "phpstan/phpstan": "^0.12.55",
  375. "phpstan/phpstan-phpunit": "^0.12.16",
  376. "symfony/phpunit-bridge": "^4.2 || ^5",
  377. "symfony/process": "^2.3"
  378. },
  379. "type": "composer-plugin",
  380. "extra": {
  381. "class": "Composer\\Installers\\Plugin",
  382. "branch-alias": {
  383. "dev-main": "1.x-dev"
  384. }
  385. },
  386. "autoload": {
  387. "psr-4": {
  388. "Composer\\Installers\\": "src/Composer/Installers"
  389. }
  390. },
  391. "notification-url": "https://packagist.org/downloads/",
  392. "license": [
  393. "MIT"
  394. ],
  395. "authors": [
  396. {
  397. "name": "Kyle Robinson Young",
  398. "email": "kyle@dontkry.com",
  399. "homepage": "https://github.com/shama"
  400. }
  401. ],
  402. "description": "A multi-framework Composer library installer",
  403. "homepage": "https://composer.github.io/installers/",
  404. "keywords": [
  405. "Craft",
  406. "Dolibarr",
  407. "Eliasis",
  408. "Hurad",
  409. "ImageCMS",
  410. "Kanboard",
  411. "Lan Management System",
  412. "MODX Evo",
  413. "MantisBT",
  414. "Mautic",
  415. "Maya",
  416. "OXID",
  417. "Plentymarkets",
  418. "Porto",
  419. "RadPHP",
  420. "SMF",
  421. "Starbug",
  422. "Thelia",
  423. "Whmcs",
  424. "WolfCMS",
  425. "agl",
  426. "aimeos",
  427. "annotatecms",
  428. "attogram",
  429. "bitrix",
  430. "cakephp",
  431. "chef",
  432. "cockpit",
  433. "codeigniter",
  434. "concrete5",
  435. "croogo",
  436. "dokuwiki",
  437. "drupal",
  438. "eZ Platform",
  439. "elgg",
  440. "expressionengine",
  441. "fuelphp",
  442. "grav",
  443. "installer",
  444. "itop",
  445. "joomla",
  446. "known",
  447. "kohana",
  448. "laravel",
  449. "lavalite",
  450. "lithium",
  451. "magento",
  452. "majima",
  453. "mako",
  454. "mediawiki",
  455. "miaoxing",
  456. "modulework",
  457. "modx",
  458. "moodle",
  459. "osclass",
  460. "pantheon",
  461. "phpbb",
  462. "piwik",
  463. "ppi",
  464. "processwire",
  465. "puppet",
  466. "pxcms",
  467. "reindex",
  468. "roundcube",
  469. "shopware",
  470. "silverstripe",
  471. "sydes",
  472. "sylius",
  473. "symfony",
  474. "tastyigniter",
  475. "typo3",
  476. "wordpress",
  477. "yawik",
  478. "zend",
  479. "zikula"
  480. ],
  481. "support": {
  482. "issues": "https://github.com/composer/installers/issues",
  483. "source": "https://github.com/composer/installers/tree/v1.12.0"
  484. },
  485. "funding": [
  486. {
  487. "url": "https://packagist.com",
  488. "type": "custom"
  489. },
  490. {
  491. "url": "https://github.com/composer",
  492. "type": "github"
  493. },
  494. {
  495. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  496. "type": "tidelift"
  497. }
  498. ],
  499. "time": "2021-09-13T08:19:44+00:00"
  500. },
  501. {
  502. "name": "composer/package-versions-deprecated",
  503. "version": "1.11.99.2",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/composer/package-versions-deprecated.git",
  507. "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c",
  512. "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "composer-plugin-api": "^1.1.0 || ^2.0",
  517. "php": "^7 || ^8"
  518. },
  519. "replace": {
  520. "ocramius/package-versions": "1.11.99"
  521. },
  522. "require-dev": {
  523. "composer/composer": "^1.9.3 || ^2.0@dev",
  524. "ext-zip": "^1.13",
  525. "phpunit/phpunit": "^6.5 || ^7"
  526. },
  527. "type": "composer-plugin",
  528. "extra": {
  529. "class": "PackageVersions\\Installer",
  530. "branch-alias": {
  531. "dev-master": "1.x-dev"
  532. }
  533. },
  534. "autoload": {
  535. "psr-4": {
  536. "PackageVersions\\": "src/PackageVersions"
  537. }
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Marco Pivetta",
  546. "email": "ocramius@gmail.com"
  547. },
  548. {
  549. "name": "Jordi Boggiano",
  550. "email": "j.boggiano@seld.be"
  551. }
  552. ],
  553. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  554. "support": {
  555. "issues": "https://github.com/composer/package-versions-deprecated/issues",
  556. "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.2"
  557. },
  558. "funding": [
  559. {
  560. "url": "https://packagist.com",
  561. "type": "custom"
  562. },
  563. {
  564. "url": "https://github.com/composer",
  565. "type": "github"
  566. },
  567. {
  568. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  569. "type": "tidelift"
  570. }
  571. ],
  572. "time": "2021-05-24T07:46:03+00:00"
  573. },
  574. {
  575. "name": "connectholland/cookie-consent-bundle",
  576. "version": "0.9.11",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/ConnectHolland/cookie-consent-bundle.git",
  580. "reference": "606a78be4dfccabd710beed6012a52be104579e0"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/ConnectHolland/cookie-consent-bundle/zipball/606a78be4dfccabd710beed6012a52be104579e0",
  585. "reference": "606a78be4dfccabd710beed6012a52be104579e0",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "doctrine/annotations": "^1.6",
  590. "doctrine/doctrine-bundle": "^1.10 || ^2.0",
  591. "doctrine/orm": "^2.5",
  592. "php": "^7.2 || ^8.0",
  593. "symfony/asset": "^3.4 || ^4.2 || ^5.0",
  594. "symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
  595. "symfony/doctrine-bridge": "^3.4 || ^4.2 || ^5.0",
  596. "symfony/expression-language": "^3.4 || ^4.2 || ^5.0",
  597. "symfony/form": "^3.4 || ^4.2 || ^5.0",
  598. "symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0",
  599. "symfony/http-foundation": "^3.4 || ^4.2 || ^5.0",
  600. "symfony/templating": "^3.4 || ^4.2 || ^5.0",
  601. "symfony/translation": "^3.4 || ^4.2 || ^5.0",
  602. "symfony/twig-bridge": "^3.4 || ^4.2 || ^5.0",
  603. "symfony/twig-bundle": "^3.4 || ^4.2 || ^5.0",
  604. "twig/twig": "^2.6 || ^3.0"
  605. },
  606. "require-dev": {
  607. "friendsofphp/php-cs-fixer": "^2.14",
  608. "phpunit/phpunit": "^7.5",
  609. "symfony/yaml": "^3.4 || ^4.2 || ^5.0"
  610. },
  611. "type": "symfony-bundle",
  612. "autoload": {
  613. "exclude-from-classmap": [
  614. "/Tests/"
  615. ],
  616. "psr-4": {
  617. "ConnectHolland\\CookieConsentBundle\\": ""
  618. }
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "MIT"
  623. ],
  624. "description": "Symfony bundle for implementing Cookie Consent to comply to AVG/GDPR.",
  625. "support": {
  626. "issues": "https://github.com/ConnectHolland/cookie-consent-bundle/issues",
  627. "source": "https://github.com/ConnectHolland/cookie-consent-bundle/tree/0.9.11"
  628. },
  629. "time": "2021-10-19T09:30:28+00:00"
  630. },
  631. {
  632. "name": "doctrine/annotations",
  633. "version": "1.13.2",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/doctrine/annotations.git",
  637. "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
  642. "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
  643. "shasum": ""
  644. },
  645. "require": {
  646. "doctrine/lexer": "1.*",
  647. "ext-tokenizer": "*",
  648. "php": "^7.1 || ^8.0",
  649. "psr/cache": "^1 || ^2 || ^3"
  650. },
  651. "require-dev": {
  652. "doctrine/cache": "^1.11 || ^2.0",
  653. "doctrine/coding-standard": "^6.0 || ^8.1",
  654. "phpstan/phpstan": "^0.12.20",
  655. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  656. "symfony/cache": "^4.4 || ^5.2"
  657. },
  658. "type": "library",
  659. "autoload": {
  660. "psr-4": {
  661. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  662. }
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "MIT"
  667. ],
  668. "authors": [
  669. {
  670. "name": "Guilherme Blanco",
  671. "email": "guilhermeblanco@gmail.com"
  672. },
  673. {
  674. "name": "Roman Borschel",
  675. "email": "roman@code-factory.org"
  676. },
  677. {
  678. "name": "Benjamin Eberlei",
  679. "email": "kontakt@beberlei.de"
  680. },
  681. {
  682. "name": "Jonathan Wage",
  683. "email": "jonwage@gmail.com"
  684. },
  685. {
  686. "name": "Johannes Schmitt",
  687. "email": "schmittjoh@gmail.com"
  688. }
  689. ],
  690. "description": "Docblock Annotations Parser",
  691. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  692. "keywords": [
  693. "annotations",
  694. "docblock",
  695. "parser"
  696. ],
  697. "support": {
  698. "issues": "https://github.com/doctrine/annotations/issues",
  699. "source": "https://github.com/doctrine/annotations/tree/1.13.2"
  700. },
  701. "time": "2021-08-05T19:00:23+00:00"
  702. },
  703. {
  704. "name": "doctrine/cache",
  705. "version": "2.1.1",
  706. "source": {
  707. "type": "git",
  708. "url": "https://github.com/doctrine/cache.git",
  709. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
  710. },
  711. "dist": {
  712. "type": "zip",
  713. "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
  714. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
  715. "shasum": ""
  716. },
  717. "require": {
  718. "php": "~7.1 || ^8.0"
  719. },
  720. "conflict": {
  721. "doctrine/common": ">2.2,<2.4"
  722. },
  723. "require-dev": {
  724. "alcaeus/mongo-php-adapter": "^1.1",
  725. "cache/integration-tests": "dev-master",
  726. "doctrine/coding-standard": "^8.0",
  727. "mongodb/mongodb": "^1.1",
  728. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  729. "predis/predis": "~1.0",
  730. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  731. "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
  732. "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
  733. },
  734. "suggest": {
  735. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  736. },
  737. "type": "library",
  738. "autoload": {
  739. "psr-4": {
  740. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  741. }
  742. },
  743. "notification-url": "https://packagist.org/downloads/",
  744. "license": [
  745. "MIT"
  746. ],
  747. "authors": [
  748. {
  749. "name": "Guilherme Blanco",
  750. "email": "guilhermeblanco@gmail.com"
  751. },
  752. {
  753. "name": "Roman Borschel",
  754. "email": "roman@code-factory.org"
  755. },
  756. {
  757. "name": "Benjamin Eberlei",
  758. "email": "kontakt@beberlei.de"
  759. },
  760. {
  761. "name": "Jonathan Wage",
  762. "email": "jonwage@gmail.com"
  763. },
  764. {
  765. "name": "Johannes Schmitt",
  766. "email": "schmittjoh@gmail.com"
  767. }
  768. ],
  769. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  770. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  771. "keywords": [
  772. "abstraction",
  773. "apcu",
  774. "cache",
  775. "caching",
  776. "couchdb",
  777. "memcached",
  778. "php",
  779. "redis",
  780. "xcache"
  781. ],
  782. "support": {
  783. "issues": "https://github.com/doctrine/cache/issues",
  784. "source": "https://github.com/doctrine/cache/tree/2.1.1"
  785. },
  786. "funding": [
  787. {
  788. "url": "https://www.doctrine-project.org/sponsorship.html",
  789. "type": "custom"
  790. },
  791. {
  792. "url": "https://www.patreon.com/phpdoctrine",
  793. "type": "patreon"
  794. },
  795. {
  796. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  797. "type": "tidelift"
  798. }
  799. ],
  800. "time": "2021-07-17T14:49:29+00:00"
  801. },
  802. {
  803. "name": "doctrine/collections",
  804. "version": "1.6.8",
  805. "source": {
  806. "type": "git",
  807. "url": "https://github.com/doctrine/collections.git",
  808. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
  809. },
  810. "dist": {
  811. "type": "zip",
  812. "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
  813. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
  814. "shasum": ""
  815. },
  816. "require": {
  817. "php": "^7.1.3 || ^8.0"
  818. },
  819. "require-dev": {
  820. "doctrine/coding-standard": "^9.0",
  821. "phpstan/phpstan": "^0.12",
  822. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  823. "vimeo/psalm": "^4.2.1"
  824. },
  825. "type": "library",
  826. "autoload": {
  827. "psr-4": {
  828. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "authors": [
  836. {
  837. "name": "Guilherme Blanco",
  838. "email": "guilhermeblanco@gmail.com"
  839. },
  840. {
  841. "name": "Roman Borschel",
  842. "email": "roman@code-factory.org"
  843. },
  844. {
  845. "name": "Benjamin Eberlei",
  846. "email": "kontakt@beberlei.de"
  847. },
  848. {
  849. "name": "Jonathan Wage",
  850. "email": "jonwage@gmail.com"
  851. },
  852. {
  853. "name": "Johannes Schmitt",
  854. "email": "schmittjoh@gmail.com"
  855. }
  856. ],
  857. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  858. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  859. "keywords": [
  860. "array",
  861. "collections",
  862. "iterators",
  863. "php"
  864. ],
  865. "support": {
  866. "issues": "https://github.com/doctrine/collections/issues",
  867. "source": "https://github.com/doctrine/collections/tree/1.6.8"
  868. },
  869. "time": "2021-08-10T18:51:53+00:00"
  870. },
  871. {
  872. "name": "doctrine/common",
  873. "version": "3.2.0",
  874. "source": {
  875. "type": "git",
  876. "url": "https://github.com/doctrine/common.git",
  877. "reference": "6d970a11479275300b5144e9373ce5feacfa9b91"
  878. },
  879. "dist": {
  880. "type": "zip",
  881. "url": "https://api.github.com/repos/doctrine/common/zipball/6d970a11479275300b5144e9373ce5feacfa9b91",
  882. "reference": "6d970a11479275300b5144e9373ce5feacfa9b91",
  883. "shasum": ""
  884. },
  885. "require": {
  886. "doctrine/persistence": "^2.0",
  887. "php": "^7.1 || ^8.0"
  888. },
  889. "require-dev": {
  890. "doctrine/coding-standard": "^6.0 || ^8.0",
  891. "phpstan/phpstan": "^0.12",
  892. "phpstan/phpstan-phpunit": "^0.12",
  893. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  894. "squizlabs/php_codesniffer": "^3.0",
  895. "symfony/phpunit-bridge": "^4.0.5",
  896. "vimeo/psalm": "^4.4"
  897. },
  898. "type": "library",
  899. "autoload": {
  900. "psr-4": {
  901. "Doctrine\\Common\\": "lib/Doctrine/Common"
  902. }
  903. },
  904. "notification-url": "https://packagist.org/downloads/",
  905. "license": [
  906. "MIT"
  907. ],
  908. "authors": [
  909. {
  910. "name": "Guilherme Blanco",
  911. "email": "guilhermeblanco@gmail.com"
  912. },
  913. {
  914. "name": "Roman Borschel",
  915. "email": "roman@code-factory.org"
  916. },
  917. {
  918. "name": "Benjamin Eberlei",
  919. "email": "kontakt@beberlei.de"
  920. },
  921. {
  922. "name": "Jonathan Wage",
  923. "email": "jonwage@gmail.com"
  924. },
  925. {
  926. "name": "Johannes Schmitt",
  927. "email": "schmittjoh@gmail.com"
  928. },
  929. {
  930. "name": "Marco Pivetta",
  931. "email": "ocramius@gmail.com"
  932. }
  933. ],
  934. "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.",
  935. "homepage": "https://www.doctrine-project.org/projects/common.html",
  936. "keywords": [
  937. "common",
  938. "doctrine",
  939. "php"
  940. ],
  941. "support": {
  942. "issues": "https://github.com/doctrine/common/issues",
  943. "source": "https://github.com/doctrine/common/tree/3.2.0"
  944. },
  945. "funding": [
  946. {
  947. "url": "https://www.doctrine-project.org/sponsorship.html",
  948. "type": "custom"
  949. },
  950. {
  951. "url": "https://www.patreon.com/phpdoctrine",
  952. "type": "patreon"
  953. },
  954. {
  955. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  956. "type": "tidelift"
  957. }
  958. ],
  959. "time": "2021-10-19T06:47:22+00:00"
  960. },
  961. {
  962. "name": "doctrine/dbal",
  963. "version": "2.13.6",
  964. "source": {
  965. "type": "git",
  966. "url": "https://github.com/doctrine/dbal.git",
  967. "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f"
  968. },
  969. "dist": {
  970. "type": "zip",
  971. "url": "https://api.github.com/repos/doctrine/dbal/zipball/67ef6d0327ccbab1202b39e0222977a47ed3ef2f",
  972. "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f",
  973. "shasum": ""
  974. },
  975. "require": {
  976. "doctrine/cache": "^1.0|^2.0",
  977. "doctrine/deprecations": "^0.5.3",
  978. "doctrine/event-manager": "^1.0",
  979. "ext-pdo": "*",
  980. "php": "^7.1 || ^8"
  981. },
  982. "require-dev": {
  983. "doctrine/coding-standard": "9.0.0",
  984. "jetbrains/phpstorm-stubs": "2021.1",
  985. "phpstan/phpstan": "1.2.0",
  986. "phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
  987. "psalm/plugin-phpunit": "0.16.1",
  988. "squizlabs/php_codesniffer": "3.6.1",
  989. "symfony/cache": "^4.4",
  990. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  991. "vimeo/psalm": "4.13.0"
  992. },
  993. "suggest": {
  994. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  995. },
  996. "bin": [
  997. "bin/doctrine-dbal"
  998. ],
  999. "type": "library",
  1000. "autoload": {
  1001. "psr-4": {
  1002. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  1003. }
  1004. },
  1005. "notification-url": "https://packagist.org/downloads/",
  1006. "license": [
  1007. "MIT"
  1008. ],
  1009. "authors": [
  1010. {
  1011. "name": "Guilherme Blanco",
  1012. "email": "guilhermeblanco@gmail.com"
  1013. },
  1014. {
  1015. "name": "Roman Borschel",
  1016. "email": "roman@code-factory.org"
  1017. },
  1018. {
  1019. "name": "Benjamin Eberlei",
  1020. "email": "kontakt@beberlei.de"
  1021. },
  1022. {
  1023. "name": "Jonathan Wage",
  1024. "email": "jonwage@gmail.com"
  1025. }
  1026. ],
  1027. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  1028. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  1029. "keywords": [
  1030. "abstraction",
  1031. "database",
  1032. "db2",
  1033. "dbal",
  1034. "mariadb",
  1035. "mssql",
  1036. "mysql",
  1037. "oci8",
  1038. "oracle",
  1039. "pdo",
  1040. "pgsql",
  1041. "postgresql",
  1042. "queryobject",
  1043. "sasql",
  1044. "sql",
  1045. "sqlanywhere",
  1046. "sqlite",
  1047. "sqlserver",
  1048. "sqlsrv"
  1049. ],
  1050. "support": {
  1051. "issues": "https://github.com/doctrine/dbal/issues",
  1052. "source": "https://github.com/doctrine/dbal/tree/2.13.6"
  1053. },
  1054. "funding": [
  1055. {
  1056. "url": "https://www.doctrine-project.org/sponsorship.html",
  1057. "type": "custom"
  1058. },
  1059. {
  1060. "url": "https://www.patreon.com/phpdoctrine",
  1061. "type": "patreon"
  1062. },
  1063. {
  1064. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  1065. "type": "tidelift"
  1066. }
  1067. ],
  1068. "time": "2021-11-26T20:11:05+00:00"
  1069. },
  1070. {
  1071. "name": "doctrine/deprecations",
  1072. "version": "v0.5.3",
  1073. "source": {
  1074. "type": "git",
  1075. "url": "https://github.com/doctrine/deprecations.git",
  1076. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
  1077. },
  1078. "dist": {
  1079. "type": "zip",
  1080. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
  1081. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
  1082. "shasum": ""
  1083. },
  1084. "require": {
  1085. "php": "^7.1|^8.0"
  1086. },
  1087. "require-dev": {
  1088. "doctrine/coding-standard": "^6.0|^7.0|^8.0",
  1089. "phpunit/phpunit": "^7.0|^8.0|^9.0",
  1090. "psr/log": "^1.0"
  1091. },
  1092. "suggest": {
  1093. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  1094. },
  1095. "type": "library",
  1096. "autoload": {
  1097. "psr-4": {
  1098. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  1099. }
  1100. },
  1101. "notification-url": "https://packagist.org/downloads/",
  1102. "license": [
  1103. "MIT"
  1104. ],
  1105. "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.",
  1106. "homepage": "https://www.doctrine-project.org/",
  1107. "support": {
  1108. "issues": "https://github.com/doctrine/deprecations/issues",
  1109. "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
  1110. },
  1111. "time": "2021-03-21T12:59:47+00:00"
  1112. },
  1113. {
  1114. "name": "doctrine/doctrine-bundle",
  1115. "version": "2.5.0",
  1116. "source": {
  1117. "type": "git",
  1118. "url": "https://github.com/doctrine/DoctrineBundle.git",
  1119. "reference": "4a75cead0bb01cadc57c81cfa7c905e3151ed119"
  1120. },
  1121. "dist": {
  1122. "type": "zip",
  1123. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4a75cead0bb01cadc57c81cfa7c905e3151ed119",
  1124. "reference": "4a75cead0bb01cadc57c81cfa7c905e3151ed119",
  1125. "shasum": ""
  1126. },
  1127. "require": {
  1128. "doctrine/annotations": "^1",
  1129. "doctrine/cache": "^1.11 || ^2.0",
  1130. "doctrine/dbal": "^2.13.1|^3.1",
  1131. "doctrine/persistence": "^2.2",
  1132. "doctrine/sql-formatter": "^1.0.1",
  1133. "php": "^7.1 || ^8.0",
  1134. "symfony/cache": "^4.3.3|^5.0|^6.0",
  1135. "symfony/config": "^4.4.3|^5.0|^6.0",
  1136. "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
  1137. "symfony/dependency-injection": "^4.3.3|^5.0|^6.0",
  1138. "symfony/deprecation-contracts": "^2.1",
  1139. "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
  1140. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  1141. "symfony/service-contracts": "^1.1.1|^2.0"
  1142. },
  1143. "conflict": {
  1144. "doctrine/orm": "<2.9",
  1145. "twig/twig": "<1.34|>=2.0,<2.4"
  1146. },
  1147. "require-dev": {
  1148. "doctrine/coding-standard": "^9.0",
  1149. "doctrine/orm": "^2.9",
  1150. "friendsofphp/proxy-manager-lts": "^1.0",
  1151. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
  1152. "psalm/plugin-phpunit": "^0.16.1",
  1153. "psalm/plugin-symfony": "^3",
  1154. "symfony/phpunit-bridge": "^5.2|^6.0",
  1155. "symfony/property-info": "^4.3.3|^5.0|^6.0",
  1156. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
  1157. "symfony/security-bundle": "^4.4|^5.0|^6.0",
  1158. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
  1159. "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
  1160. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  1161. "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
  1162. "twig/twig": "^1.34|^2.12|^3.0",
  1163. "vimeo/psalm": "^4.7"
  1164. },
  1165. "suggest": {
  1166. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  1167. "ext-pdo": "*",
  1168. "symfony/web-profiler-bundle": "To use the data collector."
  1169. },
  1170. "type": "symfony-bundle",
  1171. "autoload": {
  1172. "psr-4": {
  1173. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  1174. }
  1175. },
  1176. "notification-url": "https://packagist.org/downloads/",
  1177. "license": [
  1178. "MIT"
  1179. ],
  1180. "authors": [
  1181. {
  1182. "name": "Fabien Potencier",
  1183. "email": "fabien@symfony.com"
  1184. },
  1185. {
  1186. "name": "Benjamin Eberlei",
  1187. "email": "kontakt@beberlei.de"
  1188. },
  1189. {
  1190. "name": "Symfony Community",
  1191. "homepage": "http://symfony.com/contributors"
  1192. },
  1193. {
  1194. "name": "Doctrine Project",
  1195. "homepage": "http://www.doctrine-project.org/"
  1196. }
  1197. ],
  1198. "description": "Symfony DoctrineBundle",
  1199. "homepage": "http://www.doctrine-project.org",
  1200. "keywords": [
  1201. "database",
  1202. "dbal",
  1203. "orm",
  1204. "persistence"
  1205. ],
  1206. "support": {
  1207. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  1208. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.0"
  1209. },
  1210. "funding": [
  1211. {
  1212. "url": "https://www.doctrine-project.org/sponsorship.html",
  1213. "type": "custom"
  1214. },
  1215. {
  1216. "url": "https://www.patreon.com/phpdoctrine",
  1217. "type": "patreon"
  1218. },
  1219. {
  1220. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  1221. "type": "tidelift"
  1222. }
  1223. ],
  1224. "time": "2021-11-20T08:43:19+00:00"
  1225. },
  1226. {
  1227. "name": "doctrine/doctrine-migrations-bundle",
  1228. "version": "3.2.1",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  1232. "reference": "c1b10bc1466e08bba82640e49c7bbcce0c9853c2"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/c1b10bc1466e08bba82640e49c7bbcce0c9853c2",
  1237. "reference": "c1b10bc1466e08bba82640e49c7bbcce0c9853c2",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "doctrine/doctrine-bundle": "~1.0|~2.0",
  1242. "doctrine/migrations": "^3.2",
  1243. "php": "^7.2|^8.0",
  1244. "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
  1245. },
  1246. "require-dev": {
  1247. "doctrine/coding-standard": "^8.0",
  1248. "doctrine/orm": "^2.6",
  1249. "doctrine/persistence": "^1.3||^2.0",
  1250. "phpstan/phpstan": "^0.12",
  1251. "phpstan/phpstan-deprecation-rules": "^0.12",
  1252. "phpstan/phpstan-phpunit": "^0.12",
  1253. "phpstan/phpstan-strict-rules": "^0.12",
  1254. "phpunit/phpunit": "^8.0|^9.0",
  1255. "vimeo/psalm": "^4.11"
  1256. },
  1257. "type": "symfony-bundle",
  1258. "autoload": {
  1259. "psr-4": {
  1260. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  1261. },
  1262. "exclude-from-classmap": [
  1263. "/Tests/"
  1264. ]
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "MIT"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "Fabien Potencier",
  1273. "email": "fabien@symfony.com"
  1274. },
  1275. {
  1276. "name": "Doctrine Project",
  1277. "homepage": "http://www.doctrine-project.org"
  1278. },
  1279. {
  1280. "name": "Symfony Community",
  1281. "homepage": "http://symfony.com/contributors"
  1282. }
  1283. ],
  1284. "description": "Symfony DoctrineMigrationsBundle",
  1285. "homepage": "https://www.doctrine-project.org",
  1286. "keywords": [
  1287. "dbal",
  1288. "migrations",
  1289. "schema"
  1290. ],
  1291. "support": {
  1292. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  1293. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.1"
  1294. },
  1295. "funding": [
  1296. {
  1297. "url": "https://www.doctrine-project.org/sponsorship.html",
  1298. "type": "custom"
  1299. },
  1300. {
  1301. "url": "https://www.patreon.com/phpdoctrine",
  1302. "type": "patreon"
  1303. },
  1304. {
  1305. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  1306. "type": "tidelift"
  1307. }
  1308. ],
  1309. "time": "2021-11-11T11:08:52+00:00"
  1310. },
  1311. {
  1312. "name": "doctrine/event-manager",
  1313. "version": "1.1.1",
  1314. "source": {
  1315. "type": "git",
  1316. "url": "https://github.com/doctrine/event-manager.git",
  1317. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  1318. },
  1319. "dist": {
  1320. "type": "zip",
  1321. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  1322. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  1323. "shasum": ""
  1324. },
  1325. "require": {
  1326. "php": "^7.1 || ^8.0"
  1327. },
  1328. "conflict": {
  1329. "doctrine/common": "<2.9@dev"
  1330. },
  1331. "require-dev": {
  1332. "doctrine/coding-standard": "^6.0",
  1333. "phpunit/phpunit": "^7.0"
  1334. },
  1335. "type": "library",
  1336. "extra": {
  1337. "branch-alias": {
  1338. "dev-master": "1.0.x-dev"
  1339. }
  1340. },
  1341. "autoload": {
  1342. "psr-4": {
  1343. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1344. }
  1345. },
  1346. "notification-url": "https://packagist.org/downloads/",
  1347. "license": [
  1348. "MIT"
  1349. ],
  1350. "authors": [
  1351. {
  1352. "name": "Guilherme Blanco",
  1353. "email": "guilhermeblanco@gmail.com"
  1354. },
  1355. {
  1356. "name": "Roman Borschel",
  1357. "email": "roman@code-factory.org"
  1358. },
  1359. {
  1360. "name": "Benjamin Eberlei",
  1361. "email": "kontakt@beberlei.de"
  1362. },
  1363. {
  1364. "name": "Jonathan Wage",
  1365. "email": "jonwage@gmail.com"
  1366. },
  1367. {
  1368. "name": "Johannes Schmitt",
  1369. "email": "schmittjoh@gmail.com"
  1370. },
  1371. {
  1372. "name": "Marco Pivetta",
  1373. "email": "ocramius@gmail.com"
  1374. }
  1375. ],
  1376. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  1377. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  1378. "keywords": [
  1379. "event",
  1380. "event dispatcher",
  1381. "event manager",
  1382. "event system",
  1383. "events"
  1384. ],
  1385. "support": {
  1386. "issues": "https://github.com/doctrine/event-manager/issues",
  1387. "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
  1388. },
  1389. "funding": [
  1390. {
  1391. "url": "https://www.doctrine-project.org/sponsorship.html",
  1392. "type": "custom"
  1393. },
  1394. {
  1395. "url": "https://www.patreon.com/phpdoctrine",
  1396. "type": "patreon"
  1397. },
  1398. {
  1399. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  1400. "type": "tidelift"
  1401. }
  1402. ],
  1403. "time": "2020-05-29T18:28:51+00:00"
  1404. },
  1405. {
  1406. "name": "doctrine/inflector",
  1407. "version": "2.0.4",
  1408. "source": {
  1409. "type": "git",
  1410. "url": "https://github.com/doctrine/inflector.git",
  1411. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
  1412. },
  1413. "dist": {
  1414. "type": "zip",
  1415. "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  1416. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  1417. "shasum": ""
  1418. },
  1419. "require": {
  1420. "php": "^7.2 || ^8.0"
  1421. },
  1422. "require-dev": {
  1423. "doctrine/coding-standard": "^8.2",
  1424. "phpstan/phpstan": "^0.12",
  1425. "phpstan/phpstan-phpunit": "^0.12",
  1426. "phpstan/phpstan-strict-rules": "^0.12",
  1427. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1428. "vimeo/psalm": "^4.10"
  1429. },
  1430. "type": "library",
  1431. "autoload": {
  1432. "psr-4": {
  1433. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  1434. }
  1435. },
  1436. "notification-url": "https://packagist.org/downloads/",
  1437. "license": [
  1438. "MIT"
  1439. ],
  1440. "authors": [
  1441. {
  1442. "name": "Guilherme Blanco",
  1443. "email": "guilhermeblanco@gmail.com"
  1444. },
  1445. {
  1446. "name": "Roman Borschel",
  1447. "email": "roman@code-factory.org"
  1448. },
  1449. {
  1450. "name": "Benjamin Eberlei",
  1451. "email": "kontakt@beberlei.de"
  1452. },
  1453. {
  1454. "name": "Jonathan Wage",
  1455. "email": "jonwage@gmail.com"
  1456. },
  1457. {
  1458. "name": "Johannes Schmitt",
  1459. "email": "schmittjoh@gmail.com"
  1460. }
  1461. ],
  1462. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  1463. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  1464. "keywords": [
  1465. "inflection",
  1466. "inflector",
  1467. "lowercase",
  1468. "manipulation",
  1469. "php",
  1470. "plural",
  1471. "singular",
  1472. "strings",
  1473. "uppercase",
  1474. "words"
  1475. ],
  1476. "support": {
  1477. "issues": "https://github.com/doctrine/inflector/issues",
  1478. "source": "https://github.com/doctrine/inflector/tree/2.0.4"
  1479. },
  1480. "funding": [
  1481. {
  1482. "url": "https://www.doctrine-project.org/sponsorship.html",
  1483. "type": "custom"
  1484. },
  1485. {
  1486. "url": "https://www.patreon.com/phpdoctrine",
  1487. "type": "patreon"
  1488. },
  1489. {
  1490. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  1491. "type": "tidelift"
  1492. }
  1493. ],
  1494. "time": "2021-10-22T20:16:43+00:00"
  1495. },
  1496. {
  1497. "name": "doctrine/instantiator",
  1498. "version": "1.4.0",
  1499. "source": {
  1500. "type": "git",
  1501. "url": "https://github.com/doctrine/instantiator.git",
  1502. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  1503. },
  1504. "dist": {
  1505. "type": "zip",
  1506. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  1507. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  1508. "shasum": ""
  1509. },
  1510. "require": {
  1511. "php": "^7.1 || ^8.0"
  1512. },
  1513. "require-dev": {
  1514. "doctrine/coding-standard": "^8.0",
  1515. "ext-pdo": "*",
  1516. "ext-phar": "*",
  1517. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  1518. "phpstan/phpstan": "^0.12",
  1519. "phpstan/phpstan-phpunit": "^0.12",
  1520. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  1521. },
  1522. "type": "library",
  1523. "autoload": {
  1524. "psr-4": {
  1525. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1526. }
  1527. },
  1528. "notification-url": "https://packagist.org/downloads/",
  1529. "license": [
  1530. "MIT"
  1531. ],
  1532. "authors": [
  1533. {
  1534. "name": "Marco Pivetta",
  1535. "email": "ocramius@gmail.com",
  1536. "homepage": "https://ocramius.github.io/"
  1537. }
  1538. ],
  1539. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1540. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  1541. "keywords": [
  1542. "constructor",
  1543. "instantiate"
  1544. ],
  1545. "support": {
  1546. "issues": "https://github.com/doctrine/instantiator/issues",
  1547. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  1548. },
  1549. "funding": [
  1550. {
  1551. "url": "https://www.doctrine-project.org/sponsorship.html",
  1552. "type": "custom"
  1553. },
  1554. {
  1555. "url": "https://www.patreon.com/phpdoctrine",
  1556. "type": "patreon"
  1557. },
  1558. {
  1559. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  1560. "type": "tidelift"
  1561. }
  1562. ],
  1563. "time": "2020-11-10T18:47:58+00:00"
  1564. },
  1565. {
  1566. "name": "doctrine/lexer",
  1567. "version": "1.2.1",
  1568. "source": {
  1569. "type": "git",
  1570. "url": "https://github.com/doctrine/lexer.git",
  1571. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  1572. },
  1573. "dist": {
  1574. "type": "zip",
  1575. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  1576. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  1577. "shasum": ""
  1578. },
  1579. "require": {
  1580. "php": "^7.2 || ^8.0"
  1581. },
  1582. "require-dev": {
  1583. "doctrine/coding-standard": "^6.0",
  1584. "phpstan/phpstan": "^0.11.8",
  1585. "phpunit/phpunit": "^8.2"
  1586. },
  1587. "type": "library",
  1588. "extra": {
  1589. "branch-alias": {
  1590. "dev-master": "1.2.x-dev"
  1591. }
  1592. },
  1593. "autoload": {
  1594. "psr-4": {
  1595. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1596. }
  1597. },
  1598. "notification-url": "https://packagist.org/downloads/",
  1599. "license": [
  1600. "MIT"
  1601. ],
  1602. "authors": [
  1603. {
  1604. "name": "Guilherme Blanco",
  1605. "email": "guilhermeblanco@gmail.com"
  1606. },
  1607. {
  1608. "name": "Roman Borschel",
  1609. "email": "roman@code-factory.org"
  1610. },
  1611. {
  1612. "name": "Johannes Schmitt",
  1613. "email": "schmittjoh@gmail.com"
  1614. }
  1615. ],
  1616. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1617. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1618. "keywords": [
  1619. "annotations",
  1620. "docblock",
  1621. "lexer",
  1622. "parser",
  1623. "php"
  1624. ],
  1625. "support": {
  1626. "issues": "https://github.com/doctrine/lexer/issues",
  1627. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  1628. },
  1629. "funding": [
  1630. {
  1631. "url": "https://www.doctrine-project.org/sponsorship.html",
  1632. "type": "custom"
  1633. },
  1634. {
  1635. "url": "https://www.patreon.com/phpdoctrine",
  1636. "type": "patreon"
  1637. },
  1638. {
  1639. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1640. "type": "tidelift"
  1641. }
  1642. ],
  1643. "time": "2020-05-25T17:44:05+00:00"
  1644. },
  1645. {
  1646. "name": "doctrine/migrations",
  1647. "version": "3.3.2",
  1648. "source": {
  1649. "type": "git",
  1650. "url": "https://github.com/doctrine/migrations.git",
  1651. "reference": "b6e43bb5815f4dbb88c79a0fef1c669dfba52d58"
  1652. },
  1653. "dist": {
  1654. "type": "zip",
  1655. "url": "https://api.github.com/repos/doctrine/migrations/zipball/b6e43bb5815f4dbb88c79a0fef1c669dfba52d58",
  1656. "reference": "b6e43bb5815f4dbb88c79a0fef1c669dfba52d58",
  1657. "shasum": ""
  1658. },
  1659. "require": {
  1660. "composer/package-versions-deprecated": "^1.8",
  1661. "doctrine/dbal": "^2.11 || ^3.0",
  1662. "doctrine/deprecations": "^0.5.3",
  1663. "doctrine/event-manager": "^1.0",
  1664. "friendsofphp/proxy-manager-lts": "^1.0",
  1665. "php": "^7.2 || ^8.0",
  1666. "psr/log": "^1.1.3 || ^2 || ^3",
  1667. "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0",
  1668. "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1669. },
  1670. "require-dev": {
  1671. "doctrine/coding-standard": "^8.0",
  1672. "doctrine/orm": "^2.6",
  1673. "doctrine/persistence": "^1.3 || ^2.0",
  1674. "doctrine/sql-formatter": "^1.0",
  1675. "ergebnis/composer-normalize": "^2.9",
  1676. "ext-pdo_sqlite": "*",
  1677. "phpstan/phpstan": "^0.12",
  1678. "phpstan/phpstan-deprecation-rules": "^0.12",
  1679. "phpstan/phpstan-phpunit": "^0.12",
  1680. "phpstan/phpstan-strict-rules": "^0.12",
  1681. "phpstan/phpstan-symfony": "^0.12",
  1682. "phpunit/phpunit": "^8.5 || ^9.4",
  1683. "symfony/cache": "^3.4.26 || ~4.1.12 || ^4.2.7 || ^5.0 || ^6.0",
  1684. "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1685. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1686. },
  1687. "suggest": {
  1688. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1689. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1690. },
  1691. "bin": [
  1692. "bin/doctrine-migrations"
  1693. ],
  1694. "type": "library",
  1695. "extra": {
  1696. "composer-normalize": {
  1697. "indent-size": 4,
  1698. "indent-style": "space"
  1699. }
  1700. },
  1701. "autoload": {
  1702. "psr-4": {
  1703. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1704. }
  1705. },
  1706. "notification-url": "https://packagist.org/downloads/",
  1707. "license": [
  1708. "MIT"
  1709. ],
  1710. "authors": [
  1711. {
  1712. "name": "Benjamin Eberlei",
  1713. "email": "kontakt@beberlei.de"
  1714. },
  1715. {
  1716. "name": "Jonathan Wage",
  1717. "email": "jonwage@gmail.com"
  1718. },
  1719. {
  1720. "name": "Michael Simonson",
  1721. "email": "contact@mikesimonson.com"
  1722. }
  1723. ],
  1724. "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.",
  1725. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1726. "keywords": [
  1727. "database",
  1728. "dbal",
  1729. "migrations"
  1730. ],
  1731. "support": {
  1732. "issues": "https://github.com/doctrine/migrations/issues",
  1733. "source": "https://github.com/doctrine/migrations/tree/3.3.2"
  1734. },
  1735. "funding": [
  1736. {
  1737. "url": "https://www.doctrine-project.org/sponsorship.html",
  1738. "type": "custom"
  1739. },
  1740. {
  1741. "url": "https://www.patreon.com/phpdoctrine",
  1742. "type": "patreon"
  1743. },
  1744. {
  1745. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  1746. "type": "tidelift"
  1747. }
  1748. ],
  1749. "time": "2021-11-12T09:03:27+00:00"
  1750. },
  1751. {
  1752. "name": "doctrine/orm",
  1753. "version": "2.10.2",
  1754. "source": {
  1755. "type": "git",
  1756. "url": "https://github.com/doctrine/orm.git",
  1757. "reference": "81d472f6f96b8b571cafefe8d2fef89ed9446a62"
  1758. },
  1759. "dist": {
  1760. "type": "zip",
  1761. "url": "https://api.github.com/repos/doctrine/orm/zipball/81d472f6f96b8b571cafefe8d2fef89ed9446a62",
  1762. "reference": "81d472f6f96b8b571cafefe8d2fef89ed9446a62",
  1763. "shasum": ""
  1764. },
  1765. "require": {
  1766. "composer/package-versions-deprecated": "^1.8",
  1767. "doctrine/cache": "^1.12.1 || ^2.1.1",
  1768. "doctrine/collections": "^1.5",
  1769. "doctrine/common": "^3.0.3",
  1770. "doctrine/dbal": "^2.13.1 || ^3.1.1",
  1771. "doctrine/deprecations": "^0.5.3",
  1772. "doctrine/event-manager": "^1.1",
  1773. "doctrine/inflector": "^1.4 || ^2.0",
  1774. "doctrine/instantiator": "^1.3",
  1775. "doctrine/lexer": "^1.0",
  1776. "doctrine/persistence": "^2.2",
  1777. "ext-ctype": "*",
  1778. "ext-pdo": "*",
  1779. "php": "^7.1 ||^8.0",
  1780. "psr/cache": "^1 || ^2 || ^3",
  1781. "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
  1782. "symfony/polyfill-php72": "^1.23",
  1783. "symfony/polyfill-php80": "^1.15"
  1784. },
  1785. "conflict": {
  1786. "doctrine/annotations": "<1.13 || >= 2.0"
  1787. },
  1788. "require-dev": {
  1789. "doctrine/annotations": "^1.13",
  1790. "doctrine/coding-standard": "^9.0",
  1791. "phpbench/phpbench": "^0.16.10 || ^1.0",
  1792. "phpstan/phpstan": "0.12.99",
  1793. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
  1794. "squizlabs/php_codesniffer": "3.6.1",
  1795. "symfony/cache": "^4.4 || ^5.2",
  1796. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1797. "vimeo/psalm": "4.10.0"
  1798. },
  1799. "suggest": {
  1800. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
  1801. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1802. },
  1803. "bin": [
  1804. "bin/doctrine"
  1805. ],
  1806. "type": "library",
  1807. "autoload": {
  1808. "psr-4": {
  1809. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1810. }
  1811. },
  1812. "notification-url": "https://packagist.org/downloads/",
  1813. "license": [
  1814. "MIT"
  1815. ],
  1816. "authors": [
  1817. {
  1818. "name": "Guilherme Blanco",
  1819. "email": "guilhermeblanco@gmail.com"
  1820. },
  1821. {
  1822. "name": "Roman Borschel",
  1823. "email": "roman@code-factory.org"
  1824. },
  1825. {
  1826. "name": "Benjamin Eberlei",
  1827. "email": "kontakt@beberlei.de"
  1828. },
  1829. {
  1830. "name": "Jonathan Wage",
  1831. "email": "jonwage@gmail.com"
  1832. },
  1833. {
  1834. "name": "Marco Pivetta",
  1835. "email": "ocramius@gmail.com"
  1836. }
  1837. ],
  1838. "description": "Object-Relational-Mapper for PHP",
  1839. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1840. "keywords": [
  1841. "database",
  1842. "orm"
  1843. ],
  1844. "support": {
  1845. "issues": "https://github.com/doctrine/orm/issues",
  1846. "source": "https://github.com/doctrine/orm/tree/2.10.2"
  1847. },
  1848. "time": "2021-10-21T17:57:02+00:00"
  1849. },
  1850. {
  1851. "name": "doctrine/persistence",
  1852. "version": "2.2.3",
  1853. "source": {
  1854. "type": "git",
  1855. "url": "https://github.com/doctrine/persistence.git",
  1856. "reference": "5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee"
  1857. },
  1858. "dist": {
  1859. "type": "zip",
  1860. "url": "https://api.github.com/repos/doctrine/persistence/zipball/5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee",
  1861. "reference": "5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee",
  1862. "shasum": ""
  1863. },
  1864. "require": {
  1865. "doctrine/annotations": "^1.0",
  1866. "doctrine/cache": "^1.11 || ^2.0",
  1867. "doctrine/collections": "^1.0",
  1868. "doctrine/deprecations": "^0.5.3",
  1869. "doctrine/event-manager": "^1.0",
  1870. "php": "^7.1 || ^8.0",
  1871. "psr/cache": "^1.0|^2.0|^3.0"
  1872. },
  1873. "conflict": {
  1874. "doctrine/common": "<2.10@dev"
  1875. },
  1876. "require-dev": {
  1877. "composer/package-versions-deprecated": "^1.11",
  1878. "doctrine/coding-standard": "^6.0 || ^9.0",
  1879. "doctrine/common": "^3.0",
  1880. "phpstan/phpstan": "0.12.84",
  1881. "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
  1882. "symfony/cache": "^4.4|^5.0",
  1883. "vimeo/psalm": "4.7.0"
  1884. },
  1885. "type": "library",
  1886. "autoload": {
  1887. "psr-4": {
  1888. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1889. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1890. }
  1891. },
  1892. "notification-url": "https://packagist.org/downloads/",
  1893. "license": [
  1894. "MIT"
  1895. ],
  1896. "authors": [
  1897. {
  1898. "name": "Guilherme Blanco",
  1899. "email": "guilhermeblanco@gmail.com"
  1900. },
  1901. {
  1902. "name": "Roman Borschel",
  1903. "email": "roman@code-factory.org"
  1904. },
  1905. {
  1906. "name": "Benjamin Eberlei",
  1907. "email": "kontakt@beberlei.de"
  1908. },
  1909. {
  1910. "name": "Jonathan Wage",
  1911. "email": "jonwage@gmail.com"
  1912. },
  1913. {
  1914. "name": "Johannes Schmitt",
  1915. "email": "schmittjoh@gmail.com"
  1916. },
  1917. {
  1918. "name": "Marco Pivetta",
  1919. "email": "ocramius@gmail.com"
  1920. }
  1921. ],
  1922. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1923. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1924. "keywords": [
  1925. "mapper",
  1926. "object",
  1927. "odm",
  1928. "orm",
  1929. "persistence"
  1930. ],
  1931. "support": {
  1932. "issues": "https://github.com/doctrine/persistence/issues",
  1933. "source": "https://github.com/doctrine/persistence/tree/2.2.3"
  1934. },
  1935. "time": "2021-10-25T19:59:10+00:00"
  1936. },
  1937. {
  1938. "name": "doctrine/sql-formatter",
  1939. "version": "1.1.2",
  1940. "source": {
  1941. "type": "git",
  1942. "url": "https://github.com/doctrine/sql-formatter.git",
  1943. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894"
  1944. },
  1945. "dist": {
  1946. "type": "zip",
  1947. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1948. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1949. "shasum": ""
  1950. },
  1951. "require": {
  1952. "php": "^7.1 || ^8.0"
  1953. },
  1954. "require-dev": {
  1955. "bamarni/composer-bin-plugin": "^1.4"
  1956. },
  1957. "bin": [
  1958. "bin/sql-formatter"
  1959. ],
  1960. "type": "library",
  1961. "autoload": {
  1962. "psr-4": {
  1963. "Doctrine\\SqlFormatter\\": "src"
  1964. }
  1965. },
  1966. "notification-url": "https://packagist.org/downloads/",
  1967. "license": [
  1968. "MIT"
  1969. ],
  1970. "authors": [
  1971. {
  1972. "name": "Jeremy Dorn",
  1973. "email": "jeremy@jeremydorn.com",
  1974. "homepage": "http://jeremydorn.com/"
  1975. }
  1976. ],
  1977. "description": "a PHP SQL highlighting library",
  1978. "homepage": "https://github.com/doctrine/sql-formatter/",
  1979. "keywords": [
  1980. "highlight",
  1981. "sql"
  1982. ],
  1983. "support": {
  1984. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1985. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.2"
  1986. },
  1987. "time": "2021-11-05T11:11:14+00:00"
  1988. },
  1989. {
  1990. "name": "dompdf/dompdf",
  1991. "version": "v1.1.0",
  1992. "source": {
  1993. "type": "git",
  1994. "url": "https://github.com/dompdf/dompdf.git",
  1995. "reference": "aa594c1cdbcdab04977fdd0fff669a017fb50ef4"
  1996. },
  1997. "dist": {
  1998. "type": "zip",
  1999. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/aa594c1cdbcdab04977fdd0fff669a017fb50ef4",
  2000. "reference": "aa594c1cdbcdab04977fdd0fff669a017fb50ef4",
  2001. "shasum": ""
  2002. },
  2003. "require": {
  2004. "ext-dom": "*",
  2005. "ext-mbstring": "*",
  2006. "phenx/php-font-lib": "^0.5.2",
  2007. "phenx/php-svg-lib": "^0.3.3",
  2008. "php": "^7.1 || ^8.0"
  2009. },
  2010. "require-dev": {
  2011. "mockery/mockery": "^1.3",
  2012. "phpunit/phpunit": "^7.5 || ^8 || ^9",
  2013. "squizlabs/php_codesniffer": "^3.5"
  2014. },
  2015. "suggest": {
  2016. "ext-gd": "Needed to process images",
  2017. "ext-gmagick": "Improves image processing performance",
  2018. "ext-imagick": "Improves image processing performance",
  2019. "ext-zlib": "Needed for pdf stream compression"
  2020. },
  2021. "type": "library",
  2022. "autoload": {
  2023. "psr-4": {
  2024. "Dompdf\\": "src/"
  2025. },
  2026. "classmap": [
  2027. "lib/"
  2028. ]
  2029. },
  2030. "notification-url": "https://packagist.org/downloads/",
  2031. "license": [
  2032. "LGPL-2.1"
  2033. ],
  2034. "authors": [
  2035. {
  2036. "name": "Fabien Ménager",
  2037. "email": "fabien.menager@gmail.com"
  2038. },
  2039. {
  2040. "name": "Brian Sweeney",
  2041. "email": "eclecticgeek@gmail.com"
  2042. },
  2043. {
  2044. "name": "Gabriel Bull",
  2045. "email": "me@gabrielbull.com"
  2046. }
  2047. ],
  2048. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  2049. "homepage": "https://github.com/dompdf/dompdf",
  2050. "support": {
  2051. "issues": "https://github.com/dompdf/dompdf/issues",
  2052. "source": "https://github.com/dompdf/dompdf/tree/v1.1.0"
  2053. },
  2054. "time": "2021-11-16T18:39:01+00:00"
  2055. },
  2056. {
  2057. "name": "easycorp/easyadmin-bundle",
  2058. "version": "v3.5.14",
  2059. "source": {
  2060. "type": "git",
  2061. "url": "https://github.com/EasyCorp/EasyAdminBundle.git",
  2062. "reference": "ff6321a3410707f3f8d0b8f01517f2e3a59aa0b4"
  2063. },
  2064. "dist": {
  2065. "type": "zip",
  2066. "url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/ff6321a3410707f3f8d0b8f01517f2e3a59aa0b4",
  2067. "reference": "ff6321a3410707f3f8d0b8f01517f2e3a59aa0b4",
  2068. "shasum": ""
  2069. },
  2070. "require": {
  2071. "doctrine/doctrine-bundle": "^1.12|^2.0",
  2072. "doctrine/orm": "^2.6,>=2.6.3",
  2073. "ext-json": "*",
  2074. "nikic/php-parser": "^4.3",
  2075. "php": ">=7.2.5",
  2076. "symfony/asset": "^4.4|^5.0",
  2077. "symfony/cache": "^4.4|^5.0",
  2078. "symfony/config": "^4.4|^5.0",
  2079. "symfony/dependency-injection": "^4.4|^5.0",
  2080. "symfony/deprecation-contracts": "^2.0",
  2081. "symfony/event-dispatcher": "^4.4|^5.0",
  2082. "symfony/filesystem": "^4.4|^5.0",
  2083. "symfony/form": "^4.4|^5.0",
  2084. "symfony/framework-bundle": "^4.4|^5.0",
  2085. "symfony/http-foundation": "^4.4|^5.0",
  2086. "symfony/http-kernel": "^4.4|^5.0",
  2087. "symfony/intl": "^4.4|^5.0",
  2088. "symfony/polyfill-php73": "^1.13",
  2089. "symfony/property-access": "^4.4|^5.0",
  2090. "symfony/security-bundle": "^4.4|^5.0",
  2091. "symfony/string": "^5.0",
  2092. "symfony/translation": "^4.4|^5.0",
  2093. "symfony/twig-bundle": "^4.4|^5.0",
  2094. "symfony/uid": "^5.1"
  2095. },
  2096. "conflict": {
  2097. "doctrine/dbal": "<2.10"
  2098. },
  2099. "require-dev": {
  2100. "dama/doctrine-test-bundle": "^6.4",
  2101. "doctrine/doctrine-fixtures-bundle": "^3.4",
  2102. "psr/log": "~1.0",
  2103. "symfony/browser-kit": "^4.4|^5.0",
  2104. "symfony/css-selector": "^4.4|^5.0",
  2105. "symfony/dom-crawler": "^4.4|^5.0",
  2106. "symfony/phpunit-bridge": "^4.4|^5.0"
  2107. },
  2108. "type": "symfony-bundle",
  2109. "extra": {
  2110. "branch-alias": {
  2111. "dev-master": "3.0.x-dev"
  2112. }
  2113. },
  2114. "autoload": {
  2115. "psr-4": {
  2116. "EasyCorp\\Bundle\\EasyAdminBundle\\": "src/"
  2117. }
  2118. },
  2119. "notification-url": "https://packagist.org/downloads/",
  2120. "license": [
  2121. "MIT"
  2122. ],
  2123. "authors": [
  2124. {
  2125. "name": "Project Contributors",
  2126. "homepage": "https://github.com/EasyCorp/EasyAdminBundle/graphs/contributors"
  2127. }
  2128. ],
  2129. "description": "Admin generator for Symfony applications",
  2130. "homepage": "https://github.com/EasyCorp/EasyAdminBundle",
  2131. "keywords": [
  2132. "admin",
  2133. "backend",
  2134. "generator"
  2135. ],
  2136. "support": {
  2137. "issues": "https://github.com/EasyCorp/EasyAdminBundle/issues",
  2138. "source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v3.5.14"
  2139. },
  2140. "funding": [
  2141. {
  2142. "url": "https://github.com/javiereguiluz",
  2143. "type": "github"
  2144. }
  2145. ],
  2146. "time": "2021-11-16T07:04:09+00:00"
  2147. },
  2148. {
  2149. "name": "egulias/email-validator",
  2150. "version": "3.1.2",
  2151. "source": {
  2152. "type": "git",
  2153. "url": "https://github.com/egulias/EmailValidator.git",
  2154. "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
  2155. },
  2156. "dist": {
  2157. "type": "zip",
  2158. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
  2159. "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
  2160. "shasum": ""
  2161. },
  2162. "require": {
  2163. "doctrine/lexer": "^1.2",
  2164. "php": ">=7.2",
  2165. "symfony/polyfill-intl-idn": "^1.15"
  2166. },
  2167. "require-dev": {
  2168. "php-coveralls/php-coveralls": "^2.2",
  2169. "phpunit/phpunit": "^8.5.8|^9.3.3",
  2170. "vimeo/psalm": "^4"
  2171. },
  2172. "suggest": {
  2173. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  2174. },
  2175. "type": "library",
  2176. "extra": {
  2177. "branch-alias": {
  2178. "dev-master": "3.0.x-dev"
  2179. }
  2180. },
  2181. "autoload": {
  2182. "psr-4": {
  2183. "Egulias\\EmailValidator\\": "src"
  2184. }
  2185. },
  2186. "notification-url": "https://packagist.org/downloads/",
  2187. "license": [
  2188. "MIT"
  2189. ],
  2190. "authors": [
  2191. {
  2192. "name": "Eduardo Gulias Davis"
  2193. }
  2194. ],
  2195. "description": "A library for validating emails against several RFCs",
  2196. "homepage": "https://github.com/egulias/EmailValidator",
  2197. "keywords": [
  2198. "email",
  2199. "emailvalidation",
  2200. "emailvalidator",
  2201. "validation",
  2202. "validator"
  2203. ],
  2204. "support": {
  2205. "issues": "https://github.com/egulias/EmailValidator/issues",
  2206. "source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
  2207. },
  2208. "funding": [
  2209. {
  2210. "url": "https://github.com/egulias",
  2211. "type": "github"
  2212. }
  2213. ],
  2214. "time": "2021-10-11T09:18:27+00:00"
  2215. },
  2216. {
  2217. "name": "friendsofphp/proxy-manager-lts",
  2218. "version": "v1.0.5",
  2219. "source": {
  2220. "type": "git",
  2221. "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
  2222. "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f"
  2223. },
  2224. "dist": {
  2225. "type": "zip",
  2226. "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f",
  2227. "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f",
  2228. "shasum": ""
  2229. },
  2230. "require": {
  2231. "laminas/laminas-code": "~3.4.1|^4.0",
  2232. "php": ">=7.1",
  2233. "symfony/filesystem": "^4.4.17|^5.0|^6.0"
  2234. },
  2235. "conflict": {
  2236. "laminas/laminas-stdlib": "<3.2.1",
  2237. "zendframework/zend-stdlib": "<3.2.1"
  2238. },
  2239. "replace": {
  2240. "ocramius/proxy-manager": "^2.1"
  2241. },
  2242. "require-dev": {
  2243. "ext-phar": "*",
  2244. "symfony/phpunit-bridge": "^5.2|^6.0"
  2245. },
  2246. "type": "library",
  2247. "extra": {
  2248. "thanks": {
  2249. "name": "ocramius/proxy-manager",
  2250. "url": "https://github.com/Ocramius/ProxyManager"
  2251. }
  2252. },
  2253. "autoload": {
  2254. "psr-4": {
  2255. "ProxyManager\\": "src/ProxyManager"
  2256. }
  2257. },
  2258. "notification-url": "https://packagist.org/downloads/",
  2259. "license": [
  2260. "MIT"
  2261. ],
  2262. "authors": [
  2263. {
  2264. "name": "Marco Pivetta",
  2265. "email": "ocramius@gmail.com",
  2266. "homepage": "http://ocramius.github.io/"
  2267. },
  2268. {
  2269. "name": "Nicolas Grekas",
  2270. "email": "p@tchwork.com"
  2271. }
  2272. ],
  2273. "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
  2274. "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
  2275. "keywords": [
  2276. "aop",
  2277. "lazy loading",
  2278. "proxy",
  2279. "proxy pattern",
  2280. "service proxies"
  2281. ],
  2282. "support": {
  2283. "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
  2284. "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.5"
  2285. },
  2286. "funding": [
  2287. {
  2288. "url": "https://github.com/Ocramius",
  2289. "type": "github"
  2290. },
  2291. {
  2292. "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
  2293. "type": "tidelift"
  2294. }
  2295. ],
  2296. "time": "2021-05-22T16:11:15+00:00"
  2297. },
  2298. {
  2299. "name": "friendsofsymfony/ckeditor-bundle",
  2300. "version": "2.3.0",
  2301. "source": {
  2302. "type": "git",
  2303. "url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
  2304. "reference": "282c79b0d3eda68855ea4c8732ab8d249cd5fbd0"
  2305. },
  2306. "dist": {
  2307. "type": "zip",
  2308. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/282c79b0d3eda68855ea4c8732ab8d249cd5fbd0",
  2309. "reference": "282c79b0d3eda68855ea4c8732ab8d249cd5fbd0",
  2310. "shasum": ""
  2311. },
  2312. "require": {
  2313. "ext-json": "*",
  2314. "ext-zip": "*",
  2315. "php": "^7.1|^8.0",
  2316. "symfony/asset": "^4.4 || ^5.0",
  2317. "symfony/config": "^4.4 || ^5.0",
  2318. "symfony/dependency-injection": "^4.4 || ^5.0",
  2319. "symfony/expression-language": "^4.4 || ^5.0",
  2320. "symfony/form": "^4.4 || ^5.0",
  2321. "symfony/framework-bundle": "^4.4 || ^5.0",
  2322. "symfony/http-foundation": "^4.4 || ^5.0",
  2323. "symfony/http-kernel": "^4.4 || ^5.0",
  2324. "symfony/options-resolver": "^4.4 || ^5.0",
  2325. "symfony/property-access": "^4.4 || ^5.0",
  2326. "symfony/routing": "^4.4 || ^5.0",
  2327. "symfony/twig-bundle": "^4.4 || ^5.0",
  2328. "twig/twig": "^2.4 || ^3.0"
  2329. },
  2330. "conflict": {
  2331. "sebastian/environment": "<1.3.4",
  2332. "sebastian/exporter": "<2.0.0"
  2333. },
  2334. "require-dev": {
  2335. "friendsofphp/php-cs-fixer": "^2.0",
  2336. "matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
  2337. "symfony/console": "^4.4 || ^5.0",
  2338. "symfony/phpunit-bridge": "^4.4 || ^5.0",
  2339. "symfony/yaml": "^4.4 || ^5.0"
  2340. },
  2341. "suggest": {
  2342. "egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
  2343. },
  2344. "type": "symfony-bundle",
  2345. "extra": {
  2346. "branch-alias": {
  2347. "dev-master": "3.x-dev"
  2348. }
  2349. },
  2350. "autoload": {
  2351. "psr-4": {
  2352. "FOS\\CKEditorBundle\\": "src/"
  2353. }
  2354. },
  2355. "notification-url": "https://packagist.org/downloads/",
  2356. "license": [
  2357. "MIT"
  2358. ],
  2359. "authors": [
  2360. {
  2361. "name": "Eric GELOEN",
  2362. "email": "geloen.eric@gmail.com"
  2363. },
  2364. {
  2365. "name": "FriendsOfSymfony Community",
  2366. "homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors"
  2367. }
  2368. ],
  2369. "description": "Provides a CKEditor integration for your Symfony project.",
  2370. "keywords": [
  2371. "CKEditor"
  2372. ],
  2373. "support": {
  2374. "issues": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/issues",
  2375. "source": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/tree/2.3.0"
  2376. },
  2377. "time": "2020-12-26T14:29:00+00:00"
  2378. },
  2379. {
  2380. "name": "gedmo/doctrine-extensions",
  2381. "version": "v3.3.1",
  2382. "source": {
  2383. "type": "git",
  2384. "url": "https://github.com/doctrine-extensions/DoctrineExtensions.git",
  2385. "reference": "bcb61eb529b8afc45168bfc5e2eca1aef5492914"
  2386. },
  2387. "dist": {
  2388. "type": "zip",
  2389. "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/bcb61eb529b8afc45168bfc5e2eca1aef5492914",
  2390. "reference": "bcb61eb529b8afc45168bfc5e2eca1aef5492914",
  2391. "shasum": ""
  2392. },
  2393. "require": {
  2394. "behat/transliterator": "~1.2",
  2395. "doctrine/annotations": "^1.13",
  2396. "doctrine/collections": "^1.0",
  2397. "doctrine/common": "^2.13 || ^3.0",
  2398. "doctrine/event-manager": "^1.0",
  2399. "doctrine/persistence": "^1.3.4 || ^2.0",
  2400. "php": "^7.2 || ^8.0"
  2401. },
  2402. "conflict": {
  2403. "doctrine/mongodb": "<1.3",
  2404. "doctrine/mongodb-odm": "<2.0",
  2405. "doctrine/orm": "<2.10.2",
  2406. "sebastian/comparator": "<2.0"
  2407. },
  2408. "require-dev": {
  2409. "doctrine/cache": "^1.11 || ^2.0",
  2410. "doctrine/dbal": "^2.13",
  2411. "doctrine/doctrine-bundle": "^2.3",
  2412. "doctrine/mongodb-odm": "^2.0",
  2413. "doctrine/orm": "^2.10.2",
  2414. "friendsofphp/php-cs-fixer": "^3.0",
  2415. "phpstan/phpstan": "^1.1",
  2416. "phpunit/phpunit": "^8.5 || ^9.5",
  2417. "symfony/cache": "^4.4 || ^5.3",
  2418. "symfony/yaml": "^4.4 || ^5.3"
  2419. },
  2420. "suggest": {
  2421. "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
  2422. "doctrine/orm": "to use the extensions with the ORM",
  2423. "symfony/cache": "to cache parsed annotations"
  2424. },
  2425. "type": "library",
  2426. "extra": {
  2427. "branch-alias": {
  2428. "dev-main": "3.4-dev"
  2429. }
  2430. },
  2431. "autoload": {
  2432. "psr-4": {
  2433. "Gedmo\\": "src/"
  2434. }
  2435. },
  2436. "notification-url": "https://packagist.org/downloads/",
  2437. "license": [
  2438. "MIT"
  2439. ],
  2440. "authors": [
  2441. {
  2442. "name": "Gediminas Morkevicius",
  2443. "email": "gediminas.morkevicius@gmail.com"
  2444. },
  2445. {
  2446. "name": "Gustavo Falco",
  2447. "email": "comfortablynumb84@gmail.com"
  2448. },
  2449. {
  2450. "name": "David Buchmann",
  2451. "email": "david@liip.ch"
  2452. }
  2453. ],
  2454. "description": "Doctrine2 behavioral extensions",
  2455. "homepage": "http://gediminasm.org/",
  2456. "keywords": [
  2457. "Blameable",
  2458. "behaviors",
  2459. "doctrine2",
  2460. "extensions",
  2461. "gedmo",
  2462. "loggable",
  2463. "nestedset",
  2464. "sluggable",
  2465. "sortable",
  2466. "timestampable",
  2467. "translatable",
  2468. "tree",
  2469. "uploadable"
  2470. ],
  2471. "support": {
  2472. "email": "gediminas.morkevicius@gmail.com",
  2473. "issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues",
  2474. "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.3.1",
  2475. "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
  2476. },
  2477. "time": "2021-11-18T14:48:40+00:00"
  2478. },
  2479. {
  2480. "name": "guzzlehttp/guzzle",
  2481. "version": "7.4.0",
  2482. "source": {
  2483. "type": "git",
  2484. "url": "https://github.com/guzzle/guzzle.git",
  2485. "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94"
  2486. },
  2487. "dist": {
  2488. "type": "zip",
  2489. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/868b3571a039f0ebc11ac8f344f4080babe2cb94",
  2490. "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94",
  2491. "shasum": ""
  2492. },
  2493. "require": {
  2494. "ext-json": "*",
  2495. "guzzlehttp/promises": "^1.5",
  2496. "guzzlehttp/psr7": "^1.8.3 || ^2.1",
  2497. "php": "^7.2.5 || ^8.0",
  2498. "psr/http-client": "^1.0",
  2499. "symfony/deprecation-contracts": "^2.2"
  2500. },
  2501. "provide": {
  2502. "psr/http-client-implementation": "1.0"
  2503. },
  2504. "require-dev": {
  2505. "bamarni/composer-bin-plugin": "^1.4.1",
  2506. "ext-curl": "*",
  2507. "php-http/client-integration-tests": "^3.0",
  2508. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  2509. "psr/log": "^1.1 || ^2.0 || ^3.0"
  2510. },
  2511. "suggest": {
  2512. "ext-curl": "Required for CURL handler support",
  2513. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  2514. "psr/log": "Required for using the Log middleware"
  2515. },
  2516. "type": "library",
  2517. "extra": {
  2518. "branch-alias": {
  2519. "dev-master": "7.4-dev"
  2520. }
  2521. },
  2522. "autoload": {
  2523. "psr-4": {
  2524. "GuzzleHttp\\": "src/"
  2525. },
  2526. "files": [
  2527. "src/functions_include.php"
  2528. ]
  2529. },
  2530. "notification-url": "https://packagist.org/downloads/",
  2531. "license": [
  2532. "MIT"
  2533. ],
  2534. "authors": [
  2535. {
  2536. "name": "Graham Campbell",
  2537. "email": "hello@gjcampbell.co.uk",
  2538. "homepage": "https://github.com/GrahamCampbell"
  2539. },
  2540. {
  2541. "name": "Michael Dowling",
  2542. "email": "mtdowling@gmail.com",
  2543. "homepage": "https://github.com/mtdowling"
  2544. },
  2545. {
  2546. "name": "Jeremy Lindblom",
  2547. "email": "jeremeamia@gmail.com",
  2548. "homepage": "https://github.com/jeremeamia"
  2549. },
  2550. {
  2551. "name": "George Mponos",
  2552. "email": "gmponos@gmail.com",
  2553. "homepage": "https://github.com/gmponos"
  2554. },
  2555. {
  2556. "name": "Tobias Nyholm",
  2557. "email": "tobias.nyholm@gmail.com",
  2558. "homepage": "https://github.com/Nyholm"
  2559. },
  2560. {
  2561. "name": "Márk Sági-Kazár",
  2562. "email": "mark.sagikazar@gmail.com",
  2563. "homepage": "https://github.com/sagikazarmark"
  2564. },
  2565. {
  2566. "name": "Tobias Schultze",
  2567. "email": "webmaster@tubo-world.de",
  2568. "homepage": "https://github.com/Tobion"
  2569. }
  2570. ],
  2571. "description": "Guzzle is a PHP HTTP client library",
  2572. "keywords": [
  2573. "client",
  2574. "curl",
  2575. "framework",
  2576. "http",
  2577. "http client",
  2578. "psr-18",
  2579. "psr-7",
  2580. "rest",
  2581. "web service"
  2582. ],
  2583. "support": {
  2584. "issues": "https://github.com/guzzle/guzzle/issues",
  2585. "source": "https://github.com/guzzle/guzzle/tree/7.4.0"
  2586. },
  2587. "funding": [
  2588. {
  2589. "url": "https://github.com/GrahamCampbell",
  2590. "type": "github"
  2591. },
  2592. {
  2593. "url": "https://github.com/Nyholm",
  2594. "type": "github"
  2595. },
  2596. {
  2597. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  2598. "type": "tidelift"
  2599. }
  2600. ],
  2601. "time": "2021-10-18T09:52:00+00:00"
  2602. },
  2603. {
  2604. "name": "guzzlehttp/promises",
  2605. "version": "1.5.1",
  2606. "source": {
  2607. "type": "git",
  2608. "url": "https://github.com/guzzle/promises.git",
  2609. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  2610. },
  2611. "dist": {
  2612. "type": "zip",
  2613. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  2614. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  2615. "shasum": ""
  2616. },
  2617. "require": {
  2618. "php": ">=5.5"
  2619. },
  2620. "require-dev": {
  2621. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  2622. },
  2623. "type": "library",
  2624. "extra": {
  2625. "branch-alias": {
  2626. "dev-master": "1.5-dev"
  2627. }
  2628. },
  2629. "autoload": {
  2630. "psr-4": {
  2631. "GuzzleHttp\\Promise\\": "src/"
  2632. },
  2633. "files": [
  2634. "src/functions_include.php"
  2635. ]
  2636. },
  2637. "notification-url": "https://packagist.org/downloads/",
  2638. "license": [
  2639. "MIT"
  2640. ],
  2641. "authors": [
  2642. {
  2643. "name": "Graham Campbell",
  2644. "email": "hello@gjcampbell.co.uk",
  2645. "homepage": "https://github.com/GrahamCampbell"
  2646. },
  2647. {
  2648. "name": "Michael Dowling",
  2649. "email": "mtdowling@gmail.com",
  2650. "homepage": "https://github.com/mtdowling"
  2651. },
  2652. {
  2653. "name": "Tobias Nyholm",
  2654. "email": "tobias.nyholm@gmail.com",
  2655. "homepage": "https://github.com/Nyholm"
  2656. },
  2657. {
  2658. "name": "Tobias Schultze",
  2659. "email": "webmaster@tubo-world.de",
  2660. "homepage": "https://github.com/Tobion"
  2661. }
  2662. ],
  2663. "description": "Guzzle promises library",
  2664. "keywords": [
  2665. "promise"
  2666. ],
  2667. "support": {
  2668. "issues": "https://github.com/guzzle/promises/issues",
  2669. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  2670. },
  2671. "funding": [
  2672. {
  2673. "url": "https://github.com/GrahamCampbell",
  2674. "type": "github"
  2675. },
  2676. {
  2677. "url": "https://github.com/Nyholm",
  2678. "type": "github"
  2679. },
  2680. {
  2681. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  2682. "type": "tidelift"
  2683. }
  2684. ],
  2685. "time": "2021-10-22T20:56:57+00:00"
  2686. },
  2687. {
  2688. "name": "guzzlehttp/psr7",
  2689. "version": "2.1.0",
  2690. "source": {
  2691. "type": "git",
  2692. "url": "https://github.com/guzzle/psr7.git",
  2693. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  2694. },
  2695. "dist": {
  2696. "type": "zip",
  2697. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  2698. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  2699. "shasum": ""
  2700. },
  2701. "require": {
  2702. "php": "^7.2.5 || ^8.0",
  2703. "psr/http-factory": "^1.0",
  2704. "psr/http-message": "^1.0",
  2705. "ralouphie/getallheaders": "^3.0"
  2706. },
  2707. "provide": {
  2708. "psr/http-factory-implementation": "1.0",
  2709. "psr/http-message-implementation": "1.0"
  2710. },
  2711. "require-dev": {
  2712. "bamarni/composer-bin-plugin": "^1.4.1",
  2713. "http-interop/http-factory-tests": "^0.9",
  2714. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  2715. },
  2716. "suggest": {
  2717. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  2718. },
  2719. "type": "library",
  2720. "extra": {
  2721. "branch-alias": {
  2722. "dev-master": "2.1-dev"
  2723. }
  2724. },
  2725. "autoload": {
  2726. "psr-4": {
  2727. "GuzzleHttp\\Psr7\\": "src/"
  2728. }
  2729. },
  2730. "notification-url": "https://packagist.org/downloads/",
  2731. "license": [
  2732. "MIT"
  2733. ],
  2734. "authors": [
  2735. {
  2736. "name": "Graham Campbell",
  2737. "email": "hello@gjcampbell.co.uk",
  2738. "homepage": "https://github.com/GrahamCampbell"
  2739. },
  2740. {
  2741. "name": "Michael Dowling",
  2742. "email": "mtdowling@gmail.com",
  2743. "homepage": "https://github.com/mtdowling"
  2744. },
  2745. {
  2746. "name": "George Mponos",
  2747. "email": "gmponos@gmail.com",
  2748. "homepage": "https://github.com/gmponos"
  2749. },
  2750. {
  2751. "name": "Tobias Nyholm",
  2752. "email": "tobias.nyholm@gmail.com",
  2753. "homepage": "https://github.com/Nyholm"
  2754. },
  2755. {
  2756. "name": "Márk Sági-Kazár",
  2757. "email": "mark.sagikazar@gmail.com",
  2758. "homepage": "https://github.com/sagikazarmark"
  2759. },
  2760. {
  2761. "name": "Tobias Schultze",
  2762. "email": "webmaster@tubo-world.de",
  2763. "homepage": "https://github.com/Tobion"
  2764. },
  2765. {
  2766. "name": "Márk Sági-Kazár",
  2767. "email": "mark.sagikazar@gmail.com",
  2768. "homepage": "https://sagikazarmark.hu"
  2769. }
  2770. ],
  2771. "description": "PSR-7 message implementation that also provides common utility methods",
  2772. "keywords": [
  2773. "http",
  2774. "message",
  2775. "psr-7",
  2776. "request",
  2777. "response",
  2778. "stream",
  2779. "uri",
  2780. "url"
  2781. ],
  2782. "support": {
  2783. "issues": "https://github.com/guzzle/psr7/issues",
  2784. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  2785. },
  2786. "funding": [
  2787. {
  2788. "url": "https://github.com/GrahamCampbell",
  2789. "type": "github"
  2790. },
  2791. {
  2792. "url": "https://github.com/Nyholm",
  2793. "type": "github"
  2794. },
  2795. {
  2796. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  2797. "type": "tidelift"
  2798. }
  2799. ],
  2800. "time": "2021-10-06T17:43:30+00:00"
  2801. },
  2802. {
  2803. "name": "hamcrest/hamcrest-php",
  2804. "version": "v2.0.1",
  2805. "source": {
  2806. "type": "git",
  2807. "url": "https://github.com/hamcrest/hamcrest-php.git",
  2808. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  2809. },
  2810. "dist": {
  2811. "type": "zip",
  2812. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  2813. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  2814. "shasum": ""
  2815. },
  2816. "require": {
  2817. "php": "^5.3|^7.0|^8.0"
  2818. },
  2819. "replace": {
  2820. "cordoval/hamcrest-php": "*",
  2821. "davedevelopment/hamcrest-php": "*",
  2822. "kodova/hamcrest-php": "*"
  2823. },
  2824. "require-dev": {
  2825. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  2826. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  2827. },
  2828. "type": "library",
  2829. "extra": {
  2830. "branch-alias": {
  2831. "dev-master": "2.1-dev"
  2832. }
  2833. },
  2834. "autoload": {
  2835. "classmap": [
  2836. "hamcrest"
  2837. ]
  2838. },
  2839. "notification-url": "https://packagist.org/downloads/",
  2840. "license": [
  2841. "BSD-3-Clause"
  2842. ],
  2843. "description": "This is the PHP port of Hamcrest Matchers",
  2844. "keywords": [
  2845. "test"
  2846. ],
  2847. "support": {
  2848. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  2849. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  2850. },
  2851. "time": "2020-07-09T08:09:16+00:00"
  2852. },
  2853. {
  2854. "name": "imagine/imagine",
  2855. "version": "1.2.4",
  2856. "source": {
  2857. "type": "git",
  2858. "url": "https://github.com/php-imagine/Imagine.git",
  2859. "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
  2860. },
  2861. "dist": {
  2862. "type": "zip",
  2863. "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
  2864. "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
  2865. "shasum": ""
  2866. },
  2867. "require": {
  2868. "php": ">=5.3.2"
  2869. },
  2870. "require-dev": {
  2871. "friendsofphp/php-cs-fixer": "^2.2",
  2872. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
  2873. },
  2874. "suggest": {
  2875. "ext-gd": "to use the GD implementation",
  2876. "ext-gmagick": "to use the Gmagick implementation",
  2877. "ext-imagick": "to use the Imagick implementation"
  2878. },
  2879. "type": "library",
  2880. "extra": {
  2881. "branch-alias": {
  2882. "dev-develop": "0.7-dev"
  2883. }
  2884. },
  2885. "autoload": {
  2886. "psr-4": {
  2887. "Imagine\\": "src/"
  2888. }
  2889. },
  2890. "notification-url": "https://packagist.org/downloads/",
  2891. "license": [
  2892. "MIT"
  2893. ],
  2894. "authors": [
  2895. {
  2896. "name": "Bulat Shakirzyanov",
  2897. "email": "mallluhuct@gmail.com",
  2898. "homepage": "http://avalanche123.com"
  2899. }
  2900. ],
  2901. "description": "Image processing for PHP 5.3",
  2902. "homepage": "http://imagine.readthedocs.org/",
  2903. "keywords": [
  2904. "drawing",
  2905. "graphics",
  2906. "image manipulation",
  2907. "image processing"
  2908. ],
  2909. "support": {
  2910. "issues": "https://github.com/php-imagine/Imagine/issues",
  2911. "source": "https://github.com/php-imagine/Imagine/tree/1.2.4"
  2912. },
  2913. "time": "2020-11-03T22:35:03+00:00"
  2914. },
  2915. {
  2916. "name": "knplabs/doctrine-behaviors",
  2917. "version": "2.2.0",
  2918. "source": {
  2919. "type": "git",
  2920. "url": "https://github.com/KnpLabs/DoctrineBehaviors.git",
  2921. "reference": "47a98f25e4e22bc17aaa54fc1bd7c2e8801d2a3f"
  2922. },
  2923. "dist": {
  2924. "type": "zip",
  2925. "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/47a98f25e4e22bc17aaa54fc1bd7c2e8801d2a3f",
  2926. "reference": "47a98f25e4e22bc17aaa54fc1bd7c2e8801d2a3f",
  2927. "shasum": ""
  2928. },
  2929. "require": {
  2930. "doctrine/common": "^3.0",
  2931. "doctrine/dbal": "^2.9",
  2932. "doctrine/orm": "^2.8",
  2933. "doctrine/persistence": "^2.0",
  2934. "nette/utils": "^3.2",
  2935. "php": ">=7.3",
  2936. "ramsey/uuid": "^4.0",
  2937. "symfony/cache": "^4.4|^5.2",
  2938. "symfony/dependency-injection": "^4.4|^5.2",
  2939. "symfony/framework-bundle": "^4.4|^5.2",
  2940. "symfony/http-kernel": "^4.4|^5.2",
  2941. "symfony/polyfill-php80": "^1.22",
  2942. "symfony/security-core": "^4.4|^5.2",
  2943. "symfony/string": "^5.2",
  2944. "symfony/translation-contracts": "^2.3"
  2945. },
  2946. "require-dev": {
  2947. "doctrine/annotations": "^1.12",
  2948. "doctrine/doctrine-bundle": "^2.2",
  2949. "ext-pdo_mysql": "*",
  2950. "ext-pdo_pgsql": "*",
  2951. "ext-pdo_sqlite": "*",
  2952. "php-parallel-lint/php-parallel-lint": "^1.2",
  2953. "phpstan/phpstan": "^0.12.80",
  2954. "phpstan/phpstan-doctrine": "^0.12.33",
  2955. "phpstan/phpstan-phpunit": "^0.12.18",
  2956. "phpunit/phpunit": "^9.5",
  2957. "psr/log": "^1.1",
  2958. "rector/rector-prefixed": "^0.9",
  2959. "symplify/easy-coding-standard": "^9.2.6",
  2960. "symplify/package-builder": "^9.2.6",
  2961. "symplify/phpstan-extensions": "^9.2.6",
  2962. "symplify/phpstan-rules": "^9.2.6"
  2963. },
  2964. "type": "symfony-bundle",
  2965. "autoload": {
  2966. "psr-4": {
  2967. "Knp\\DoctrineBehaviors\\": "src",
  2968. "Knp\\DoctrineBehaviors\\PHPStan\\": "utils/phpstan-behaviors/src"
  2969. }
  2970. },
  2971. "notification-url": "https://packagist.org/downloads/",
  2972. "license": [
  2973. "MIT"
  2974. ],
  2975. "authors": [
  2976. {
  2977. "name": "Knplabs",
  2978. "homepage": "http://knplabs.com"
  2979. }
  2980. ],
  2981. "description": "Doctrine Behavior Traits",
  2982. "homepage": "http://knplabs.com",
  2983. "keywords": [
  2984. "Blameable",
  2985. "behaviors",
  2986. "doctrine",
  2987. "softdeletable",
  2988. "timestampable",
  2989. "translatable",
  2990. "tree",
  2991. "uuid"
  2992. ],
  2993. "support": {
  2994. "issues": "https://github.com/KnpLabs/DoctrineBehaviors/issues",
  2995. "source": "https://github.com/KnpLabs/DoctrineBehaviors/tree/2.2.0"
  2996. },
  2997. "time": "2021-03-08T21:41:17+00:00"
  2998. },
  2999. {
  3000. "name": "knplabs/knp-components",
  3001. "version": "v3.3.0",
  3002. "source": {
  3003. "type": "git",
  3004. "url": "https://github.com/KnpLabs/knp-components.git",
  3005. "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e"
  3006. },
  3007. "dist": {
  3008. "type": "zip",
  3009. "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/03e8ad16261dd8a70a8c6e01f18eb3852437546e",
  3010. "reference": "03e8ad16261dd8a70a8c6e01f18eb3852437546e",
  3011. "shasum": ""
  3012. },
  3013. "require": {
  3014. "php": "^7.3 || ^8.0",
  3015. "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
  3016. "symfony/http-foundation": "^4.4 || ^5.3 || ^6.0"
  3017. },
  3018. "conflict": {
  3019. "doctrine/dbal": "<2.10"
  3020. },
  3021. "require-dev": {
  3022. "doctrine/mongodb-odm": "^2.0",
  3023. "doctrine/orm": "^2.7",
  3024. "doctrine/phpcr-odm": "^1.2",
  3025. "ext-pdo_sqlite": "*",
  3026. "jackalope/jackalope-doctrine-dbal": "^1.2",
  3027. "phpunit/phpunit": "^9.5",
  3028. "propel/propel1": "^1.7",
  3029. "ruflin/elastica": "^7.0",
  3030. "solarium/solarium": "^6.0",
  3031. "symfony/http-kernel": "^4.4 || ^5.2",
  3032. "symfony/property-access": "^4.4 || ^5.3 || ^6.0"
  3033. },
  3034. "suggest": {
  3035. "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
  3036. "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
  3037. "doctrine/orm": "to allow usage pagination with Doctrine ORM",
  3038. "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
  3039. "propel/propel1": "to allow usage pagination with Propel ORM",
  3040. "ruflin/elastica": "to allow usage pagination with ElasticSearch Client",
  3041. "solarium/solarium": "to allow usage pagination with Solarium Client",
  3042. "symfony/property-access": "To allow sorting arrays"
  3043. },
  3044. "type": "library",
  3045. "extra": {
  3046. "branch-alias": {
  3047. "dev-master": "3.x-dev"
  3048. }
  3049. },
  3050. "autoload": {
  3051. "psr-4": {
  3052. "Knp\\Component\\": "src/Knp/Component"
  3053. }
  3054. },
  3055. "notification-url": "https://packagist.org/downloads/",
  3056. "license": [
  3057. "MIT"
  3058. ],
  3059. "authors": [
  3060. {
  3061. "name": "KnpLabs Team",
  3062. "homepage": "https://knplabs.com"
  3063. },
  3064. {
  3065. "name": "Symfony Community",
  3066. "homepage": "https://github.com/KnpLabs/knp-components/contributors"
  3067. }
  3068. ],
  3069. "description": "Knplabs component library",
  3070. "homepage": "http://github.com/KnpLabs/knp-components",
  3071. "keywords": [
  3072. "components",
  3073. "knp",
  3074. "knplabs",
  3075. "pager",
  3076. "paginator"
  3077. ],
  3078. "support": {
  3079. "issues": "https://github.com/KnpLabs/knp-components/issues",
  3080. "source": "https://github.com/KnpLabs/knp-components/tree/v3.3.0"
  3081. },
  3082. "time": "2021-10-29T06:56:28+00:00"
  3083. },
  3084. {
  3085. "name": "knplabs/knp-paginator-bundle",
  3086. "version": "v5.7.0",
  3087. "source": {
  3088. "type": "git",
  3089. "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
  3090. "reference": "d5608abc236b6896a413a924a6637738da9705eb"
  3091. },
  3092. "dist": {
  3093. "type": "zip",
  3094. "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/d5608abc236b6896a413a924a6637738da9705eb",
  3095. "reference": "d5608abc236b6896a413a924a6637738da9705eb",
  3096. "shasum": ""
  3097. },
  3098. "require": {
  3099. "knplabs/knp-components": "^2.4 || ^3.0",
  3100. "php": "^7.3 || ^8.0",
  3101. "symfony/config": "^4.4 || ^5.0",
  3102. "symfony/dependency-injection": "^4.4 || ^5.0",
  3103. "symfony/event-dispatcher": "^4.4 || ^5.0",
  3104. "symfony/http-foundation": "^4.4 || ^5.0",
  3105. "symfony/http-kernel": "^4.4 || ^5.0",
  3106. "symfony/routing": "^4.4 || ^5.0",
  3107. "symfony/translation": "^4.4 || ^5.0",
  3108. "twig/twig": "^2.0 || ^3.0"
  3109. },
  3110. "require-dev": {
  3111. "phpstan/phpstan": "^0.12.93",
  3112. "phpunit/phpunit": "^8.5 || ^9.4",
  3113. "symfony/expression-language": "^4.4 || ^5.0",
  3114. "symfony/templating": "^4.4 || ^5.0"
  3115. },
  3116. "type": "symfony-bundle",
  3117. "extra": {
  3118. "branch-alias": {
  3119. "dev-master": "5.x-dev"
  3120. }
  3121. },
  3122. "autoload": {
  3123. "psr-4": {
  3124. "Knp\\Bundle\\PaginatorBundle\\": "src"
  3125. }
  3126. },
  3127. "notification-url": "https://packagist.org/downloads/",
  3128. "license": [
  3129. "MIT"
  3130. ],
  3131. "authors": [
  3132. {
  3133. "name": "KnpLabs Team",
  3134. "homepage": "http://knplabs.com"
  3135. },
  3136. {
  3137. "name": "Symfony Community",
  3138. "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
  3139. }
  3140. ],
  3141. "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
  3142. "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
  3143. "keywords": [
  3144. "bundle",
  3145. "knp",
  3146. "knplabs",
  3147. "pager",
  3148. "pagination",
  3149. "paginator",
  3150. "symfony"
  3151. ],
  3152. "support": {
  3153. "issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues",
  3154. "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v5.7.0"
  3155. },
  3156. "time": "2021-09-16T12:21:57+00:00"
  3157. },
  3158. {
  3159. "name": "laminas/laminas-code",
  3160. "version": "4.4.3",
  3161. "source": {
  3162. "type": "git",
  3163. "url": "https://github.com/laminas/laminas-code.git",
  3164. "reference": "bb324850d09dd437b6acb142c13e64fdc725b0e1"
  3165. },
  3166. "dist": {
  3167. "type": "zip",
  3168. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/bb324850d09dd437b6acb142c13e64fdc725b0e1",
  3169. "reference": "bb324850d09dd437b6acb142c13e64fdc725b0e1",
  3170. "shasum": ""
  3171. },
  3172. "require": {
  3173. "php": "^7.4 || ~8.0.0"
  3174. },
  3175. "conflict": {
  3176. "phpspec/prophecy": "<1.9.0"
  3177. },
  3178. "require-dev": {
  3179. "doctrine/annotations": "^1.10.4",
  3180. "ext-phar": "*",
  3181. "laminas/laminas-coding-standard": "^2.1.4",
  3182. "laminas/laminas-stdlib": "^3.3.0",
  3183. "phpunit/phpunit": "^9.4.2",
  3184. "psalm/plugin-phpunit": "^0.14.0",
  3185. "vimeo/psalm": "^4.3.1"
  3186. },
  3187. "suggest": {
  3188. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  3189. "laminas/laminas-stdlib": "Laminas\\Stdlib component",
  3190. "laminas/laminas-zendframework-bridge": "A bridge with Zend Framework"
  3191. },
  3192. "type": "library",
  3193. "autoload": {
  3194. "psr-4": {
  3195. "Laminas\\Code\\": "src/"
  3196. }
  3197. },
  3198. "notification-url": "https://packagist.org/downloads/",
  3199. "license": [
  3200. "BSD-3-Clause"
  3201. ],
  3202. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  3203. "homepage": "https://laminas.dev",
  3204. "keywords": [
  3205. "code",
  3206. "laminas",
  3207. "laminasframework"
  3208. ],
  3209. "support": {
  3210. "chat": "https://laminas.dev/chat",
  3211. "docs": "https://docs.laminas.dev/laminas-code/",
  3212. "forum": "https://discourse.laminas.dev",
  3213. "issues": "https://github.com/laminas/laminas-code/issues",
  3214. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  3215. "source": "https://github.com/laminas/laminas-code"
  3216. },
  3217. "funding": [
  3218. {
  3219. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3220. "type": "community_bridge"
  3221. }
  3222. ],
  3223. "time": "2021-09-21T13:40:23+00:00"
  3224. },
  3225. {
  3226. "name": "liip/imagine-bundle",
  3227. "version": "2.7.2",
  3228. "source": {
  3229. "type": "git",
  3230. "url": "https://github.com/liip/LiipImagineBundle.git",
  3231. "reference": "8581eed5dddbecaf7e442b0fd968b33c65a13db8"
  3232. },
  3233. "dist": {
  3234. "type": "zip",
  3235. "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/8581eed5dddbecaf7e442b0fd968b33c65a13db8",
  3236. "reference": "8581eed5dddbecaf7e442b0fd968b33c65a13db8",
  3237. "shasum": ""
  3238. },
  3239. "require": {
  3240. "ext-mbstring": "*",
  3241. "imagine/imagine": "^1.2.4",
  3242. "php": "^7.1|^8.0",
  3243. "symfony/filesystem": "^3.4|^4.4|^5.3",
  3244. "symfony/finder": "^3.4|^4.4|^5.3",
  3245. "symfony/framework-bundle": "^3.4.23|^4.4|^5.3",
  3246. "symfony/mime": "^4.4|^5.3",
  3247. "symfony/options-resolver": "^3.4|^4.4|^5.3",
  3248. "symfony/process": "^3.4|^4.4|^5.3",
  3249. "twig/twig": "^1.44|^2.9|^3.0"
  3250. },
  3251. "require-dev": {
  3252. "amazonwebservices/aws-sdk-for-php": "^1.0",
  3253. "aws/aws-sdk-php": "^2.4",
  3254. "doctrine/cache": "^1.11|^2.0",
  3255. "doctrine/persistence": "^1.3|^2.0",
  3256. "enqueue/enqueue-bundle": "^0.9|^0.10",
  3257. "ext-gd": "*",
  3258. "league/flysystem": "^1.0|^2.0",
  3259. "phpstan/phpstan": "^0.12.64",
  3260. "psr/cache": "^1.0|^2.0|^3.0",
  3261. "psr/log": "^1.0",
  3262. "symfony/browser-kit": "^3.4|^4.4|^5.3",
  3263. "symfony/cache": "^3.4|^4.4|^5.3",
  3264. "symfony/console": "^3.4|^4.4|^5.3",
  3265. "symfony/dependency-injection": "^3.4|^4.4|^5.3",
  3266. "symfony/form": "^3.4|^4.4|^5.3",
  3267. "symfony/messenger": "^4.4|^5.3",
  3268. "symfony/phpunit-bridge": "^5.3",
  3269. "symfony/templating": "^3.4|^4.4|^5.3",
  3270. "symfony/validator": "^3.4|^4.4|^5.3",
  3271. "symfony/yaml": "^3.4|^4.4|^5.3"
  3272. },
  3273. "suggest": {
  3274. "alcaeus/mongo-php-adapter": "required for mongodb components",
  3275. "amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
  3276. "aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
  3277. "doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
  3278. "enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
  3279. "ext-exif": "required to read EXIF metadata from images",
  3280. "ext-gd": "required to use gd driver",
  3281. "ext-gmagick": "required to use gmagick driver",
  3282. "ext-imagick": "required to use imagick driver",
  3283. "ext-mongodb": "required for mongodb components",
  3284. "league/flysystem": "required to use FlySystem data loader or cache resolver",
  3285. "monolog/monolog": "A psr/log compatible logger is required to enable logging",
  3286. "symfony/messenger": "If you like to process images in background",
  3287. "symfony/templating": "required to use deprecated Templating component instead of Twig"
  3288. },
  3289. "type": "symfony-bundle",
  3290. "autoload": {
  3291. "psr-4": {
  3292. "Liip\\ImagineBundle\\": ""
  3293. },
  3294. "exclude-from-classmap": [
  3295. "/Tests/"
  3296. ]
  3297. },
  3298. "notification-url": "https://packagist.org/downloads/",
  3299. "license": [
  3300. "MIT"
  3301. ],
  3302. "authors": [
  3303. {
  3304. "name": "Liip and other contributors",
  3305. "homepage": "https://github.com/liip/LiipImagineBundle/contributors"
  3306. }
  3307. ],
  3308. "description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
  3309. "homepage": "http://liip.ch",
  3310. "keywords": [
  3311. "bundle",
  3312. "image",
  3313. "imagine",
  3314. "liip",
  3315. "manipulation",
  3316. "photos",
  3317. "pictures",
  3318. "symfony",
  3319. "transformation"
  3320. ],
  3321. "support": {
  3322. "issues": "https://github.com/liip/LiipImagineBundle/issues",
  3323. "source": "https://github.com/liip/LiipImagineBundle/tree/2.7.2"
  3324. },
  3325. "time": "2021-11-11T12:21:07+00:00"
  3326. },
  3327. {
  3328. "name": "mailjet/mailjet-apiv3-php",
  3329. "version": "v1.5.5",
  3330. "source": {
  3331. "type": "git",
  3332. "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
  3333. "reference": "c1c1931c76ebd1adb5cf2a76f60ddcaa61849aa2"
  3334. },
  3335. "dist": {
  3336. "type": "zip",
  3337. "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/c1c1931c76ebd1adb5cf2a76f60ddcaa61849aa2",
  3338. "reference": "c1c1931c76ebd1adb5cf2a76f60ddcaa61849aa2",
  3339. "shasum": ""
  3340. },
  3341. "require": {
  3342. "ext-json": "*",
  3343. "guzzlehttp/guzzle": "~7.0",
  3344. "mockery/mockery": "^1.4",
  3345. "php": "^7.2|^8.0",
  3346. "psr/http-client": "^1.0"
  3347. },
  3348. "require-dev": {
  3349. "php-coveralls/php-coveralls": "^2.0",
  3350. "phpunit/phpunit": "^8|^9"
  3351. },
  3352. "type": "library",
  3353. "autoload": {
  3354. "psr-0": {
  3355. "Mailjet": "src/"
  3356. }
  3357. },
  3358. "notification-url": "https://packagist.org/downloads/",
  3359. "license": [
  3360. "MIT"
  3361. ],
  3362. "authors": [
  3363. {
  3364. "name": "Mailjet",
  3365. "email": "dev@mailjet.com",
  3366. "homepage": "https://dev.mailjet.com"
  3367. }
  3368. ],
  3369. "description": "PHP wrapper for the Mailjet API",
  3370. "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
  3371. "keywords": [
  3372. "Mailjet",
  3373. "api",
  3374. "email",
  3375. "php",
  3376. "v3"
  3377. ],
  3378. "support": {
  3379. "issues": "https://github.com/mailjet/mailjet-apiv3-php/issues",
  3380. "source": "https://github.com/mailjet/mailjet-apiv3-php/tree/v1.5.5"
  3381. },
  3382. "time": "2021-09-15T07:26:13+00:00"
  3383. },
  3384. {
  3385. "name": "mailjet/mailjet-bundle",
  3386. "version": "2.0.0",
  3387. "source": {
  3388. "type": "git",
  3389. "url": "https://github.com/mailjet/mailjetBundle.git",
  3390. "reference": "a6fa5d268007174175b872add8f9c82faf9fc63c"
  3391. },
  3392. "dist": {
  3393. "type": "zip",
  3394. "url": "https://api.github.com/repos/mailjet/mailjetBundle/zipball/a6fa5d268007174175b872add8f9c82faf9fc63c",
  3395. "reference": "a6fa5d268007174175b872add8f9c82faf9fc63c",
  3396. "shasum": ""
  3397. },
  3398. "require": {
  3399. "mailjet/mailjet-apiv3-php": "^1.2",
  3400. "mailjet/mailjet-swiftmailer": "^1.0",
  3401. "php": ">=7.1.3"
  3402. },
  3403. "require-dev": {
  3404. "phpspec/phpspec": "~4@dev",
  3405. "symfony/symfony": "~4.0 | ~4.1"
  3406. },
  3407. "type": "symfony-bundle",
  3408. "autoload": {
  3409. "psr-4": {
  3410. "Mailjet\\MailjetBundle\\": "src/"
  3411. }
  3412. },
  3413. "notification-url": "https://packagist.org/downloads/",
  3414. "license": [
  3415. "MIT"
  3416. ],
  3417. "authors": [
  3418. {
  3419. "name": "Titouan BENOIT",
  3420. "email": "titouan.benoit@gmx.fr",
  3421. "homepage": "https://github.com/Nightbr"
  3422. },
  3423. {
  3424. "name": "Mailjet API",
  3425. "email": "api@mailjet.com",
  3426. "homepage": "https://dev.mailjet.com/"
  3427. }
  3428. ],
  3429. "description": "Symfony bundle for Mailjet API V3",
  3430. "homepage": "https://github.com/mailjet/mailjetBundle",
  3431. "keywords": [
  3432. "Mailjet",
  3433. "api",
  3434. "bundle",
  3435. "symfony",
  3436. "user",
  3437. "v3"
  3438. ],
  3439. "support": {
  3440. "issues": "https://github.com/mailjet/mailjetBundle/issues",
  3441. "source": "https://github.com/mailjet/mailjetBundle/tree/2.0.0"
  3442. },
  3443. "time": "2019-06-13T13:00:17+00:00"
  3444. },
  3445. {
  3446. "name": "mailjet/mailjet-swiftmailer",
  3447. "version": "1.0.6",
  3448. "source": {
  3449. "type": "git",
  3450. "url": "https://github.com/mailjet/MailjetSwiftMailer.git",
  3451. "reference": "bd1c11579ef040cb573af45c9e5c7721ce272c0d"
  3452. },
  3453. "dist": {
  3454. "type": "zip",
  3455. "url": "https://api.github.com/repos/mailjet/MailjetSwiftMailer/zipball/bd1c11579ef040cb573af45c9e5c7721ce272c0d",
  3456. "reference": "bd1c11579ef040cb573af45c9e5c7721ce272c0d",
  3457. "shasum": ""
  3458. },
  3459. "require": {
  3460. "mailjet/mailjet-apiv3-php": "^1.2",
  3461. "php": ">=5.4",
  3462. "swiftmailer/swiftmailer": "~5.4"
  3463. },
  3464. "require-dev": {
  3465. "phpunit/phpunit": "^5.7",
  3466. "symfony/config": ">=2.0|~3.0"
  3467. },
  3468. "type": "library",
  3469. "autoload": {
  3470. "psr-4": {
  3471. "Mailjet\\MailjetSwiftMailer\\": ""
  3472. }
  3473. },
  3474. "notification-url": "https://packagist.org/downloads/",
  3475. "license": [
  3476. "MIT"
  3477. ],
  3478. "authors": [
  3479. {
  3480. "name": "Titouan BENOIT",
  3481. "email": "titouan.benoit@gmx.fr",
  3482. "homepage": "https://github.com/Nightbr"
  3483. },
  3484. {
  3485. "name": "Mailjet API",
  3486. "email": "api@mailjet.com",
  3487. "homepage": "https://dev.mailjet.com/"
  3488. }
  3489. ],
  3490. "description": "A SwiftMailer transport implementation for Mailjet",
  3491. "homepage": "https://github.com/mailjet/MailjetSwiftMailer",
  3492. "keywords": [
  3493. "Mailjet",
  3494. "swiftmailer"
  3495. ],
  3496. "support": {
  3497. "issues": "https://github.com/mailjet/MailjetSwiftMailer/issues",
  3498. "source": "https://github.com/mailjet/MailjetSwiftMailer/tree/master"
  3499. },
  3500. "time": "2017-10-27T07:35:06+00:00"
  3501. },
  3502. {
  3503. "name": "mockery/mockery",
  3504. "version": "1.4.4",
  3505. "source": {
  3506. "type": "git",
  3507. "url": "https://github.com/mockery/mockery.git",
  3508. "reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346"
  3509. },
  3510. "dist": {
  3511. "type": "zip",
  3512. "url": "https://api.github.com/repos/mockery/mockery/zipball/e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
  3513. "reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
  3514. "shasum": ""
  3515. },
  3516. "require": {
  3517. "hamcrest/hamcrest-php": "^2.0.1",
  3518. "lib-pcre": ">=7.0",
  3519. "php": "^7.3 || ^8.0"
  3520. },
  3521. "conflict": {
  3522. "phpunit/phpunit": "<8.0"
  3523. },
  3524. "require-dev": {
  3525. "phpunit/phpunit": "^8.5 || ^9.3"
  3526. },
  3527. "type": "library",
  3528. "extra": {
  3529. "branch-alias": {
  3530. "dev-master": "1.4.x-dev"
  3531. }
  3532. },
  3533. "autoload": {
  3534. "psr-0": {
  3535. "Mockery": "library/"
  3536. }
  3537. },
  3538. "notification-url": "https://packagist.org/downloads/",
  3539. "license": [
  3540. "BSD-3-Clause"
  3541. ],
  3542. "authors": [
  3543. {
  3544. "name": "Pádraic Brady",
  3545. "email": "padraic.brady@gmail.com",
  3546. "homepage": "http://blog.astrumfutura.com"
  3547. },
  3548. {
  3549. "name": "Dave Marshall",
  3550. "email": "dave.marshall@atstsolutions.co.uk",
  3551. "homepage": "http://davedevelopment.co.uk"
  3552. }
  3553. ],
  3554. "description": "Mockery is a simple yet flexible PHP mock object framework",
  3555. "homepage": "https://github.com/mockery/mockery",
  3556. "keywords": [
  3557. "BDD",
  3558. "TDD",
  3559. "library",
  3560. "mock",
  3561. "mock objects",
  3562. "mockery",
  3563. "stub",
  3564. "test",
  3565. "test double",
  3566. "testing"
  3567. ],
  3568. "support": {
  3569. "issues": "https://github.com/mockery/mockery/issues",
  3570. "source": "https://github.com/mockery/mockery/tree/1.4.4"
  3571. },
  3572. "time": "2021-09-13T15:28:59+00:00"
  3573. },
  3574. {
  3575. "name": "monolog/monolog",
  3576. "version": "2.3.5",
  3577. "source": {
  3578. "type": "git",
  3579. "url": "https://github.com/Seldaek/monolog.git",
  3580. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
  3581. },
  3582. "dist": {
  3583. "type": "zip",
  3584. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
  3585. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
  3586. "shasum": ""
  3587. },
  3588. "require": {
  3589. "php": ">=7.2",
  3590. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  3591. },
  3592. "provide": {
  3593. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  3594. },
  3595. "require-dev": {
  3596. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  3597. "doctrine/couchdb": "~1.0@dev",
  3598. "elasticsearch/elasticsearch": "^7",
  3599. "graylog2/gelf-php": "^1.4.2",
  3600. "mongodb/mongodb": "^1.8",
  3601. "php-amqplib/php-amqplib": "~2.4 || ^3",
  3602. "php-console/php-console": "^3.1.3",
  3603. "phpspec/prophecy": "^1.6.1",
  3604. "phpstan/phpstan": "^0.12.91",
  3605. "phpunit/phpunit": "^8.5",
  3606. "predis/predis": "^1.1",
  3607. "rollbar/rollbar": "^1.3",
  3608. "ruflin/elastica": ">=0.90@dev",
  3609. "swiftmailer/swiftmailer": "^5.3|^6.0"
  3610. },
  3611. "suggest": {
  3612. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3613. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3614. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  3615. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3616. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  3617. "ext-mbstring": "Allow to work properly with unicode symbols",
  3618. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  3619. "ext-openssl": "Required to send log messages using SSL",
  3620. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  3621. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3622. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  3623. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3624. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3625. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3626. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  3627. },
  3628. "type": "library",
  3629. "extra": {
  3630. "branch-alias": {
  3631. "dev-main": "2.x-dev"
  3632. }
  3633. },
  3634. "autoload": {
  3635. "psr-4": {
  3636. "Monolog\\": "src/Monolog"
  3637. }
  3638. },
  3639. "notification-url": "https://packagist.org/downloads/",
  3640. "license": [
  3641. "MIT"
  3642. ],
  3643. "authors": [
  3644. {
  3645. "name": "Jordi Boggiano",
  3646. "email": "j.boggiano@seld.be",
  3647. "homepage": "https://seld.be"
  3648. }
  3649. ],
  3650. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3651. "homepage": "https://github.com/Seldaek/monolog",
  3652. "keywords": [
  3653. "log",
  3654. "logging",
  3655. "psr-3"
  3656. ],
  3657. "support": {
  3658. "issues": "https://github.com/Seldaek/monolog/issues",
  3659. "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
  3660. },
  3661. "funding": [
  3662. {
  3663. "url": "https://github.com/Seldaek",
  3664. "type": "github"
  3665. },
  3666. {
  3667. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  3668. "type": "tidelift"
  3669. }
  3670. ],
  3671. "time": "2021-10-01T21:08:31+00:00"
  3672. },
  3673. {
  3674. "name": "nette/utils",
  3675. "version": "v3.2.6",
  3676. "source": {
  3677. "type": "git",
  3678. "url": "https://github.com/nette/utils.git",
  3679. "reference": "2f261e55bd6a12057442045bf2c249806abc1d02"
  3680. },
  3681. "dist": {
  3682. "type": "zip",
  3683. "url": "https://api.github.com/repos/nette/utils/zipball/2f261e55bd6a12057442045bf2c249806abc1d02",
  3684. "reference": "2f261e55bd6a12057442045bf2c249806abc1d02",
  3685. "shasum": ""
  3686. },
  3687. "require": {
  3688. "php": ">=7.2 <8.2"
  3689. },
  3690. "conflict": {
  3691. "nette/di": "<3.0.6"
  3692. },
  3693. "require-dev": {
  3694. "nette/tester": "~2.0",
  3695. "phpstan/phpstan": "^1.0",
  3696. "tracy/tracy": "^2.3"
  3697. },
  3698. "suggest": {
  3699. "ext-gd": "to use Image",
  3700. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  3701. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  3702. "ext-json": "to use Nette\\Utils\\Json",
  3703. "ext-mbstring": "to use Strings::lower() etc...",
  3704. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
  3705. "ext-xml": "to use Strings::length() etc. when mbstring is not available"
  3706. },
  3707. "type": "library",
  3708. "extra": {
  3709. "branch-alias": {
  3710. "dev-master": "3.2-dev"
  3711. }
  3712. },
  3713. "autoload": {
  3714. "classmap": [
  3715. "src/"
  3716. ]
  3717. },
  3718. "notification-url": "https://packagist.org/downloads/",
  3719. "license": [
  3720. "BSD-3-Clause",
  3721. "GPL-2.0-only",
  3722. "GPL-3.0-only"
  3723. ],
  3724. "authors": [
  3725. {
  3726. "name": "David Grudl",
  3727. "homepage": "https://davidgrudl.com"
  3728. },
  3729. {
  3730. "name": "Nette Community",
  3731. "homepage": "https://nette.org/contributors"
  3732. }
  3733. ],
  3734. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  3735. "homepage": "https://nette.org",
  3736. "keywords": [
  3737. "array",
  3738. "core",
  3739. "datetime",
  3740. "images",
  3741. "json",
  3742. "nette",
  3743. "paginator",
  3744. "password",
  3745. "slugify",
  3746. "string",
  3747. "unicode",
  3748. "utf-8",
  3749. "utility",
  3750. "validation"
  3751. ],
  3752. "support": {
  3753. "issues": "https://github.com/nette/utils/issues",
  3754. "source": "https://github.com/nette/utils/tree/v3.2.6"
  3755. },
  3756. "time": "2021-11-24T15:47:23+00:00"
  3757. },
  3758. {
  3759. "name": "nikic/php-parser",
  3760. "version": "v4.13.1",
  3761. "source": {
  3762. "type": "git",
  3763. "url": "https://github.com/nikic/PHP-Parser.git",
  3764. "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd"
  3765. },
  3766. "dist": {
  3767. "type": "zip",
  3768. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd",
  3769. "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd",
  3770. "shasum": ""
  3771. },
  3772. "require": {
  3773. "ext-tokenizer": "*",
  3774. "php": ">=7.0"
  3775. },
  3776. "require-dev": {
  3777. "ircmaxell/php-yacc": "^0.0.7",
  3778. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  3779. },
  3780. "bin": [
  3781. "bin/php-parse"
  3782. ],
  3783. "type": "library",
  3784. "extra": {
  3785. "branch-alias": {
  3786. "dev-master": "4.9-dev"
  3787. }
  3788. },
  3789. "autoload": {
  3790. "psr-4": {
  3791. "PhpParser\\": "lib/PhpParser"
  3792. }
  3793. },
  3794. "notification-url": "https://packagist.org/downloads/",
  3795. "license": [
  3796. "BSD-3-Clause"
  3797. ],
  3798. "authors": [
  3799. {
  3800. "name": "Nikita Popov"
  3801. }
  3802. ],
  3803. "description": "A PHP parser written in PHP",
  3804. "keywords": [
  3805. "parser",
  3806. "php"
  3807. ],
  3808. "support": {
  3809. "issues": "https://github.com/nikic/PHP-Parser/issues",
  3810. "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1"
  3811. },
  3812. "time": "2021-11-03T20:52:16+00:00"
  3813. },
  3814. {
  3815. "name": "oomphinc/composer-installers-extender",
  3816. "version": "2.0.0",
  3817. "source": {
  3818. "type": "git",
  3819. "url": "https://github.com/oomphinc/composer-installers-extender.git",
  3820. "reference": "8d3fe38a1723e0e91076920c8bb946b1696e28ca"
  3821. },
  3822. "dist": {
  3823. "type": "zip",
  3824. "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/8d3fe38a1723e0e91076920c8bb946b1696e28ca",
  3825. "reference": "8d3fe38a1723e0e91076920c8bb946b1696e28ca",
  3826. "shasum": ""
  3827. },
  3828. "require": {
  3829. "composer-plugin-api": "^1.1 || ^2.0",
  3830. "composer/installers": "^1.0",
  3831. "php": ">=7.1"
  3832. },
  3833. "require-dev": {
  3834. "composer/composer": "^2.0",
  3835. "phpunit/phpunit": "^7.2",
  3836. "squizlabs/php_codesniffer": "^3.3"
  3837. },
  3838. "type": "composer-plugin",
  3839. "extra": {
  3840. "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
  3841. },
  3842. "autoload": {
  3843. "psr-4": {
  3844. "OomphInc\\ComposerInstallersExtender\\": "src/"
  3845. }
  3846. },
  3847. "notification-url": "https://packagist.org/downloads/",
  3848. "license": [
  3849. "MIT"
  3850. ],
  3851. "authors": [
  3852. {
  3853. "name": "Stephen Beemsterboer",
  3854. "email": "stephen@oomphinc.com",
  3855. "homepage": "https://github.com/balbuf"
  3856. },
  3857. {
  3858. "name": "Nathan Dentzau",
  3859. "email": "nate@oomphinc.com",
  3860. "homepage": "http://oomph.is/ndentzau"
  3861. }
  3862. ],
  3863. "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
  3864. "homepage": "http://www.oomphinc.com/",
  3865. "support": {
  3866. "issues": "https://github.com/oomphinc/composer-installers-extender/issues",
  3867. "source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.0"
  3868. },
  3869. "time": "2020-08-11T21:06:11+00:00"
  3870. },
  3871. {
  3872. "name": "phenx/php-font-lib",
  3873. "version": "0.5.2",
  3874. "source": {
  3875. "type": "git",
  3876. "url": "https://github.com/PhenX/php-font-lib.git",
  3877. "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
  3878. },
  3879. "dist": {
  3880. "type": "zip",
  3881. "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
  3882. "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
  3883. "shasum": ""
  3884. },
  3885. "require-dev": {
  3886. "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
  3887. },
  3888. "type": "library",
  3889. "autoload": {
  3890. "psr-4": {
  3891. "FontLib\\": "src/FontLib"
  3892. }
  3893. },
  3894. "notification-url": "https://packagist.org/downloads/",
  3895. "license": [
  3896. "LGPL-3.0"
  3897. ],
  3898. "authors": [
  3899. {
  3900. "name": "Fabien Ménager",
  3901. "email": "fabien.menager@gmail.com"
  3902. }
  3903. ],
  3904. "description": "A library to read, parse, export and make subsets of different types of font files.",
  3905. "homepage": "https://github.com/PhenX/php-font-lib",
  3906. "support": {
  3907. "issues": "https://github.com/PhenX/php-font-lib/issues",
  3908. "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
  3909. },
  3910. "time": "2020-03-08T15:31:32+00:00"
  3911. },
  3912. {
  3913. "name": "phenx/php-svg-lib",
  3914. "version": "0.3.4",
  3915. "source": {
  3916. "type": "git",
  3917. "url": "https://github.com/PhenX/php-svg-lib.git",
  3918. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
  3919. },
  3920. "dist": {
  3921. "type": "zip",
  3922. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  3923. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  3924. "shasum": ""
  3925. },
  3926. "require": {
  3927. "php": "^7.4 || ^8.0",
  3928. "sabberworm/php-css-parser": "^8.3"
  3929. },
  3930. "require-dev": {
  3931. "phpunit/phpunit": "^9.5"
  3932. },
  3933. "type": "library",
  3934. "autoload": {
  3935. "psr-4": {
  3936. "Svg\\": "src/Svg"
  3937. }
  3938. },
  3939. "notification-url": "https://packagist.org/downloads/",
  3940. "license": [
  3941. "LGPL-3.0"
  3942. ],
  3943. "authors": [
  3944. {
  3945. "name": "Fabien Ménager",
  3946. "email": "fabien.menager@gmail.com"
  3947. }
  3948. ],
  3949. "description": "A library to read, parse and export to PDF SVG files.",
  3950. "homepage": "https://github.com/PhenX/php-svg-lib",
  3951. "support": {
  3952. "issues": "https://github.com/PhenX/php-svg-lib/issues",
  3953. "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
  3954. },
  3955. "time": "2021-10-18T02:13:32+00:00"
  3956. },
  3957. {
  3958. "name": "phpdocumentor/reflection-common",
  3959. "version": "2.2.0",
  3960. "source": {
  3961. "type": "git",
  3962. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3963. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  3964. },
  3965. "dist": {
  3966. "type": "zip",
  3967. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  3968. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  3969. "shasum": ""
  3970. },
  3971. "require": {
  3972. "php": "^7.2 || ^8.0"
  3973. },
  3974. "type": "library",
  3975. "extra": {
  3976. "branch-alias": {
  3977. "dev-2.x": "2.x-dev"
  3978. }
  3979. },
  3980. "autoload": {
  3981. "psr-4": {
  3982. "phpDocumentor\\Reflection\\": "src/"
  3983. }
  3984. },
  3985. "notification-url": "https://packagist.org/downloads/",
  3986. "license": [
  3987. "MIT"
  3988. ],
  3989. "authors": [
  3990. {
  3991. "name": "Jaap van Otterdijk",
  3992. "email": "opensource@ijaap.nl"
  3993. }
  3994. ],
  3995. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3996. "homepage": "http://www.phpdoc.org",
  3997. "keywords": [
  3998. "FQSEN",
  3999. "phpDocumentor",
  4000. "phpdoc",
  4001. "reflection",
  4002. "static analysis"
  4003. ],
  4004. "support": {
  4005. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  4006. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  4007. },
  4008. "time": "2020-06-27T09:03:43+00:00"
  4009. },
  4010. {
  4011. "name": "phpdocumentor/reflection-docblock",
  4012. "version": "5.3.0",
  4013. "source": {
  4014. "type": "git",
  4015. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4016. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  4017. },
  4018. "dist": {
  4019. "type": "zip",
  4020. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  4021. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  4022. "shasum": ""
  4023. },
  4024. "require": {
  4025. "ext-filter": "*",
  4026. "php": "^7.2 || ^8.0",
  4027. "phpdocumentor/reflection-common": "^2.2",
  4028. "phpdocumentor/type-resolver": "^1.3",
  4029. "webmozart/assert": "^1.9.1"
  4030. },
  4031. "require-dev": {
  4032. "mockery/mockery": "~1.3.2",
  4033. "psalm/phar": "^4.8"
  4034. },
  4035. "type": "library",
  4036. "extra": {
  4037. "branch-alias": {
  4038. "dev-master": "5.x-dev"
  4039. }
  4040. },
  4041. "autoload": {
  4042. "psr-4": {
  4043. "phpDocumentor\\Reflection\\": "src"
  4044. }
  4045. },
  4046. "notification-url": "https://packagist.org/downloads/",
  4047. "license": [
  4048. "MIT"
  4049. ],
  4050. "authors": [
  4051. {
  4052. "name": "Mike van Riel",
  4053. "email": "me@mikevanriel.com"
  4054. },
  4055. {
  4056. "name": "Jaap van Otterdijk",
  4057. "email": "account@ijaap.nl"
  4058. }
  4059. ],
  4060. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4061. "support": {
  4062. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  4063. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  4064. },
  4065. "time": "2021-10-19T17:43:47+00:00"
  4066. },
  4067. {
  4068. "name": "phpdocumentor/type-resolver",
  4069. "version": "1.5.1",
  4070. "source": {
  4071. "type": "git",
  4072. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4073. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
  4074. },
  4075. "dist": {
  4076. "type": "zip",
  4077. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  4078. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  4079. "shasum": ""
  4080. },
  4081. "require": {
  4082. "php": "^7.2 || ^8.0",
  4083. "phpdocumentor/reflection-common": "^2.0"
  4084. },
  4085. "require-dev": {
  4086. "ext-tokenizer": "*",
  4087. "psalm/phar": "^4.8"
  4088. },
  4089. "type": "library",
  4090. "extra": {
  4091. "branch-alias": {
  4092. "dev-1.x": "1.x-dev"
  4093. }
  4094. },
  4095. "autoload": {
  4096. "psr-4": {
  4097. "phpDocumentor\\Reflection\\": "src"
  4098. }
  4099. },
  4100. "notification-url": "https://packagist.org/downloads/",
  4101. "license": [
  4102. "MIT"
  4103. ],
  4104. "authors": [
  4105. {
  4106. "name": "Mike van Riel",
  4107. "email": "me@mikevanriel.com"
  4108. }
  4109. ],
  4110. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4111. "support": {
  4112. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  4113. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
  4114. },
  4115. "time": "2021-10-02T14:08:47+00:00"
  4116. },
  4117. {
  4118. "name": "psr/cache",
  4119. "version": "1.0.1",
  4120. "source": {
  4121. "type": "git",
  4122. "url": "https://github.com/php-fig/cache.git",
  4123. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  4124. },
  4125. "dist": {
  4126. "type": "zip",
  4127. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  4128. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  4129. "shasum": ""
  4130. },
  4131. "require": {
  4132. "php": ">=5.3.0"
  4133. },
  4134. "type": "library",
  4135. "extra": {
  4136. "branch-alias": {
  4137. "dev-master": "1.0.x-dev"
  4138. }
  4139. },
  4140. "autoload": {
  4141. "psr-4": {
  4142. "Psr\\Cache\\": "src/"
  4143. }
  4144. },
  4145. "notification-url": "https://packagist.org/downloads/",
  4146. "license": [
  4147. "MIT"
  4148. ],
  4149. "authors": [
  4150. {
  4151. "name": "PHP-FIG",
  4152. "homepage": "http://www.php-fig.org/"
  4153. }
  4154. ],
  4155. "description": "Common interface for caching libraries",
  4156. "keywords": [
  4157. "cache",
  4158. "psr",
  4159. "psr-6"
  4160. ],
  4161. "support": {
  4162. "source": "https://github.com/php-fig/cache/tree/master"
  4163. },
  4164. "time": "2016-08-06T20:24:11+00:00"
  4165. },
  4166. {
  4167. "name": "psr/container",
  4168. "version": "1.1.2",
  4169. "source": {
  4170. "type": "git",
  4171. "url": "https://github.com/php-fig/container.git",
  4172. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  4173. },
  4174. "dist": {
  4175. "type": "zip",
  4176. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  4177. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  4178. "shasum": ""
  4179. },
  4180. "require": {
  4181. "php": ">=7.4.0"
  4182. },
  4183. "type": "library",
  4184. "autoload": {
  4185. "psr-4": {
  4186. "Psr\\Container\\": "src/"
  4187. }
  4188. },
  4189. "notification-url": "https://packagist.org/downloads/",
  4190. "license": [
  4191. "MIT"
  4192. ],
  4193. "authors": [
  4194. {
  4195. "name": "PHP-FIG",
  4196. "homepage": "https://www.php-fig.org/"
  4197. }
  4198. ],
  4199. "description": "Common Container Interface (PHP FIG PSR-11)",
  4200. "homepage": "https://github.com/php-fig/container",
  4201. "keywords": [
  4202. "PSR-11",
  4203. "container",
  4204. "container-interface",
  4205. "container-interop",
  4206. "psr"
  4207. ],
  4208. "support": {
  4209. "issues": "https://github.com/php-fig/container/issues",
  4210. "source": "https://github.com/php-fig/container/tree/1.1.2"
  4211. },
  4212. "time": "2021-11-05T16:50:12+00:00"
  4213. },
  4214. {
  4215. "name": "psr/event-dispatcher",
  4216. "version": "1.0.0",
  4217. "source": {
  4218. "type": "git",
  4219. "url": "https://github.com/php-fig/event-dispatcher.git",
  4220. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  4221. },
  4222. "dist": {
  4223. "type": "zip",
  4224. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  4225. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  4226. "shasum": ""
  4227. },
  4228. "require": {
  4229. "php": ">=7.2.0"
  4230. },
  4231. "type": "library",
  4232. "extra": {
  4233. "branch-alias": {
  4234. "dev-master": "1.0.x-dev"
  4235. }
  4236. },
  4237. "autoload": {
  4238. "psr-4": {
  4239. "Psr\\EventDispatcher\\": "src/"
  4240. }
  4241. },
  4242. "notification-url": "https://packagist.org/downloads/",
  4243. "license": [
  4244. "MIT"
  4245. ],
  4246. "authors": [
  4247. {
  4248. "name": "PHP-FIG",
  4249. "homepage": "http://www.php-fig.org/"
  4250. }
  4251. ],
  4252. "description": "Standard interfaces for event handling.",
  4253. "keywords": [
  4254. "events",
  4255. "psr",
  4256. "psr-14"
  4257. ],
  4258. "support": {
  4259. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  4260. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  4261. },
  4262. "time": "2019-01-08T18:20:26+00:00"
  4263. },
  4264. {
  4265. "name": "psr/http-client",
  4266. "version": "1.0.1",
  4267. "source": {
  4268. "type": "git",
  4269. "url": "https://github.com/php-fig/http-client.git",
  4270. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  4271. },
  4272. "dist": {
  4273. "type": "zip",
  4274. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  4275. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  4276. "shasum": ""
  4277. },
  4278. "require": {
  4279. "php": "^7.0 || ^8.0",
  4280. "psr/http-message": "^1.0"
  4281. },
  4282. "type": "library",
  4283. "extra": {
  4284. "branch-alias": {
  4285. "dev-master": "1.0.x-dev"
  4286. }
  4287. },
  4288. "autoload": {
  4289. "psr-4": {
  4290. "Psr\\Http\\Client\\": "src/"
  4291. }
  4292. },
  4293. "notification-url": "https://packagist.org/downloads/",
  4294. "license": [
  4295. "MIT"
  4296. ],
  4297. "authors": [
  4298. {
  4299. "name": "PHP-FIG",
  4300. "homepage": "http://www.php-fig.org/"
  4301. }
  4302. ],
  4303. "description": "Common interface for HTTP clients",
  4304. "homepage": "https://github.com/php-fig/http-client",
  4305. "keywords": [
  4306. "http",
  4307. "http-client",
  4308. "psr",
  4309. "psr-18"
  4310. ],
  4311. "support": {
  4312. "source": "https://github.com/php-fig/http-client/tree/master"
  4313. },
  4314. "time": "2020-06-29T06:28:15+00:00"
  4315. },
  4316. {
  4317. "name": "psr/http-factory",
  4318. "version": "1.0.1",
  4319. "source": {
  4320. "type": "git",
  4321. "url": "https://github.com/php-fig/http-factory.git",
  4322. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  4323. },
  4324. "dist": {
  4325. "type": "zip",
  4326. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  4327. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  4328. "shasum": ""
  4329. },
  4330. "require": {
  4331. "php": ">=7.0.0",
  4332. "psr/http-message": "^1.0"
  4333. },
  4334. "type": "library",
  4335. "extra": {
  4336. "branch-alias": {
  4337. "dev-master": "1.0.x-dev"
  4338. }
  4339. },
  4340. "autoload": {
  4341. "psr-4": {
  4342. "Psr\\Http\\Message\\": "src/"
  4343. }
  4344. },
  4345. "notification-url": "https://packagist.org/downloads/",
  4346. "license": [
  4347. "MIT"
  4348. ],
  4349. "authors": [
  4350. {
  4351. "name": "PHP-FIG",
  4352. "homepage": "http://www.php-fig.org/"
  4353. }
  4354. ],
  4355. "description": "Common interfaces for PSR-7 HTTP message factories",
  4356. "keywords": [
  4357. "factory",
  4358. "http",
  4359. "message",
  4360. "psr",
  4361. "psr-17",
  4362. "psr-7",
  4363. "request",
  4364. "response"
  4365. ],
  4366. "support": {
  4367. "source": "https://github.com/php-fig/http-factory/tree/master"
  4368. },
  4369. "time": "2019-04-30T12:38:16+00:00"
  4370. },
  4371. {
  4372. "name": "psr/http-message",
  4373. "version": "1.0.1",
  4374. "source": {
  4375. "type": "git",
  4376. "url": "https://github.com/php-fig/http-message.git",
  4377. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  4378. },
  4379. "dist": {
  4380. "type": "zip",
  4381. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  4382. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  4383. "shasum": ""
  4384. },
  4385. "require": {
  4386. "php": ">=5.3.0"
  4387. },
  4388. "type": "library",
  4389. "extra": {
  4390. "branch-alias": {
  4391. "dev-master": "1.0.x-dev"
  4392. }
  4393. },
  4394. "autoload": {
  4395. "psr-4": {
  4396. "Psr\\Http\\Message\\": "src/"
  4397. }
  4398. },
  4399. "notification-url": "https://packagist.org/downloads/",
  4400. "license": [
  4401. "MIT"
  4402. ],
  4403. "authors": [
  4404. {
  4405. "name": "PHP-FIG",
  4406. "homepage": "http://www.php-fig.org/"
  4407. }
  4408. ],
  4409. "description": "Common interface for HTTP messages",
  4410. "homepage": "https://github.com/php-fig/http-message",
  4411. "keywords": [
  4412. "http",
  4413. "http-message",
  4414. "psr",
  4415. "psr-7",
  4416. "request",
  4417. "response"
  4418. ],
  4419. "support": {
  4420. "source": "https://github.com/php-fig/http-message/tree/master"
  4421. },
  4422. "time": "2016-08-06T14:39:51+00:00"
  4423. },
  4424. {
  4425. "name": "psr/link",
  4426. "version": "1.0.0",
  4427. "source": {
  4428. "type": "git",
  4429. "url": "https://github.com/php-fig/link.git",
  4430. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
  4431. },
  4432. "dist": {
  4433. "type": "zip",
  4434. "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
  4435. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
  4436. "shasum": ""
  4437. },
  4438. "require": {
  4439. "php": ">=5.3.0"
  4440. },
  4441. "type": "library",
  4442. "extra": {
  4443. "branch-alias": {
  4444. "dev-master": "1.0.x-dev"
  4445. }
  4446. },
  4447. "autoload": {
  4448. "psr-4": {
  4449. "Psr\\Link\\": "src/"
  4450. }
  4451. },
  4452. "notification-url": "https://packagist.org/downloads/",
  4453. "license": [
  4454. "MIT"
  4455. ],
  4456. "authors": [
  4457. {
  4458. "name": "PHP-FIG",
  4459. "homepage": "http://www.php-fig.org/"
  4460. }
  4461. ],
  4462. "description": "Common interfaces for HTTP links",
  4463. "keywords": [
  4464. "http",
  4465. "http-link",
  4466. "link",
  4467. "psr",
  4468. "psr-13",
  4469. "rest"
  4470. ],
  4471. "support": {
  4472. "source": "https://github.com/php-fig/link/tree/master"
  4473. },
  4474. "time": "2016-10-28T16:06:13+00:00"
  4475. },
  4476. {
  4477. "name": "psr/log",
  4478. "version": "1.1.4",
  4479. "source": {
  4480. "type": "git",
  4481. "url": "https://github.com/php-fig/log.git",
  4482. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  4483. },
  4484. "dist": {
  4485. "type": "zip",
  4486. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  4487. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  4488. "shasum": ""
  4489. },
  4490. "require": {
  4491. "php": ">=5.3.0"
  4492. },
  4493. "type": "library",
  4494. "extra": {
  4495. "branch-alias": {
  4496. "dev-master": "1.1.x-dev"
  4497. }
  4498. },
  4499. "autoload": {
  4500. "psr-4": {
  4501. "Psr\\Log\\": "Psr/Log/"
  4502. }
  4503. },
  4504. "notification-url": "https://packagist.org/downloads/",
  4505. "license": [
  4506. "MIT"
  4507. ],
  4508. "authors": [
  4509. {
  4510. "name": "PHP-FIG",
  4511. "homepage": "https://www.php-fig.org/"
  4512. }
  4513. ],
  4514. "description": "Common interface for logging libraries",
  4515. "homepage": "https://github.com/php-fig/log",
  4516. "keywords": [
  4517. "log",
  4518. "psr",
  4519. "psr-3"
  4520. ],
  4521. "support": {
  4522. "source": "https://github.com/php-fig/log/tree/1.1.4"
  4523. },
  4524. "time": "2021-05-03T11:20:27+00:00"
  4525. },
  4526. {
  4527. "name": "ralouphie/getallheaders",
  4528. "version": "3.0.3",
  4529. "source": {
  4530. "type": "git",
  4531. "url": "https://github.com/ralouphie/getallheaders.git",
  4532. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  4533. },
  4534. "dist": {
  4535. "type": "zip",
  4536. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  4537. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  4538. "shasum": ""
  4539. },
  4540. "require": {
  4541. "php": ">=5.6"
  4542. },
  4543. "require-dev": {
  4544. "php-coveralls/php-coveralls": "^2.1",
  4545. "phpunit/phpunit": "^5 || ^6.5"
  4546. },
  4547. "type": "library",
  4548. "autoload": {
  4549. "files": [
  4550. "src/getallheaders.php"
  4551. ]
  4552. },
  4553. "notification-url": "https://packagist.org/downloads/",
  4554. "license": [
  4555. "MIT"
  4556. ],
  4557. "authors": [
  4558. {
  4559. "name": "Ralph Khattar",
  4560. "email": "ralph.khattar@gmail.com"
  4561. }
  4562. ],
  4563. "description": "A polyfill for getallheaders.",
  4564. "support": {
  4565. "issues": "https://github.com/ralouphie/getallheaders/issues",
  4566. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  4567. },
  4568. "time": "2019-03-08T08:55:37+00:00"
  4569. },
  4570. {
  4571. "name": "ramsey/collection",
  4572. "version": "1.2.2",
  4573. "source": {
  4574. "type": "git",
  4575. "url": "https://github.com/ramsey/collection.git",
  4576. "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
  4577. },
  4578. "dist": {
  4579. "type": "zip",
  4580. "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
  4581. "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
  4582. "shasum": ""
  4583. },
  4584. "require": {
  4585. "php": "^7.3 || ^8",
  4586. "symfony/polyfill-php81": "^1.23"
  4587. },
  4588. "require-dev": {
  4589. "captainhook/captainhook": "^5.3",
  4590. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  4591. "ergebnis/composer-normalize": "^2.6",
  4592. "fakerphp/faker": "^1.5",
  4593. "hamcrest/hamcrest-php": "^2",
  4594. "jangregor/phpstan-prophecy": "^0.8",
  4595. "mockery/mockery": "^1.3",
  4596. "phpspec/prophecy-phpunit": "^2.0",
  4597. "phpstan/extension-installer": "^1",
  4598. "phpstan/phpstan": "^0.12.32",
  4599. "phpstan/phpstan-mockery": "^0.12.5",
  4600. "phpstan/phpstan-phpunit": "^0.12.11",
  4601. "phpunit/phpunit": "^8.5 || ^9",
  4602. "psy/psysh": "^0.10.4",
  4603. "slevomat/coding-standard": "^6.3",
  4604. "squizlabs/php_codesniffer": "^3.5",
  4605. "vimeo/psalm": "^4.4"
  4606. },
  4607. "type": "library",
  4608. "autoload": {
  4609. "psr-4": {
  4610. "Ramsey\\Collection\\": "src/"
  4611. }
  4612. },
  4613. "notification-url": "https://packagist.org/downloads/",
  4614. "license": [
  4615. "MIT"
  4616. ],
  4617. "authors": [
  4618. {
  4619. "name": "Ben Ramsey",
  4620. "email": "ben@benramsey.com",
  4621. "homepage": "https://benramsey.com"
  4622. }
  4623. ],
  4624. "description": "A PHP library for representing and manipulating collections.",
  4625. "keywords": [
  4626. "array",
  4627. "collection",
  4628. "hash",
  4629. "map",
  4630. "queue",
  4631. "set"
  4632. ],
  4633. "support": {
  4634. "issues": "https://github.com/ramsey/collection/issues",
  4635. "source": "https://github.com/ramsey/collection/tree/1.2.2"
  4636. },
  4637. "funding": [
  4638. {
  4639. "url": "https://github.com/ramsey",
  4640. "type": "github"
  4641. },
  4642. {
  4643. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  4644. "type": "tidelift"
  4645. }
  4646. ],
  4647. "time": "2021-10-10T03:01:02+00:00"
  4648. },
  4649. {
  4650. "name": "ramsey/uuid",
  4651. "version": "4.2.3",
  4652. "source": {
  4653. "type": "git",
  4654. "url": "https://github.com/ramsey/uuid.git",
  4655. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
  4656. },
  4657. "dist": {
  4658. "type": "zip",
  4659. "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  4660. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  4661. "shasum": ""
  4662. },
  4663. "require": {
  4664. "brick/math": "^0.8 || ^0.9",
  4665. "ext-json": "*",
  4666. "php": "^7.2 || ^8.0",
  4667. "ramsey/collection": "^1.0",
  4668. "symfony/polyfill-ctype": "^1.8",
  4669. "symfony/polyfill-php80": "^1.14"
  4670. },
  4671. "replace": {
  4672. "rhumsaa/uuid": "self.version"
  4673. },
  4674. "require-dev": {
  4675. "captainhook/captainhook": "^5.10",
  4676. "captainhook/plugin-composer": "^5.3",
  4677. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  4678. "doctrine/annotations": "^1.8",
  4679. "ergebnis/composer-normalize": "^2.15",
  4680. "mockery/mockery": "^1.3",
  4681. "moontoast/math": "^1.1",
  4682. "paragonie/random-lib": "^2",
  4683. "php-mock/php-mock": "^2.2",
  4684. "php-mock/php-mock-mockery": "^1.3",
  4685. "php-parallel-lint/php-parallel-lint": "^1.1",
  4686. "phpbench/phpbench": "^1.0",
  4687. "phpstan/extension-installer": "^1.0",
  4688. "phpstan/phpstan": "^0.12",
  4689. "phpstan/phpstan-mockery": "^0.12",
  4690. "phpstan/phpstan-phpunit": "^0.12",
  4691. "phpunit/phpunit": "^8.5 || ^9",
  4692. "slevomat/coding-standard": "^7.0",
  4693. "squizlabs/php_codesniffer": "^3.5",
  4694. "vimeo/psalm": "^4.9"
  4695. },
  4696. "suggest": {
  4697. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  4698. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  4699. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  4700. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  4701. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  4702. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  4703. },
  4704. "type": "library",
  4705. "extra": {
  4706. "branch-alias": {
  4707. "dev-main": "4.x-dev"
  4708. },
  4709. "captainhook": {
  4710. "force-install": true
  4711. }
  4712. },
  4713. "autoload": {
  4714. "psr-4": {
  4715. "Ramsey\\Uuid\\": "src/"
  4716. },
  4717. "files": [
  4718. "src/functions.php"
  4719. ]
  4720. },
  4721. "notification-url": "https://packagist.org/downloads/",
  4722. "license": [
  4723. "MIT"
  4724. ],
  4725. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  4726. "keywords": [
  4727. "guid",
  4728. "identifier",
  4729. "uuid"
  4730. ],
  4731. "support": {
  4732. "issues": "https://github.com/ramsey/uuid/issues",
  4733. "source": "https://github.com/ramsey/uuid/tree/4.2.3"
  4734. },
  4735. "funding": [
  4736. {
  4737. "url": "https://github.com/ramsey",
  4738. "type": "github"
  4739. },
  4740. {
  4741. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  4742. "type": "tidelift"
  4743. }
  4744. ],
  4745. "time": "2021-09-25T23:10:38+00:00"
  4746. },
  4747. {
  4748. "name": "sabberworm/php-css-parser",
  4749. "version": "8.3.1",
  4750. "source": {
  4751. "type": "git",
  4752. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  4753. "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
  4754. },
  4755. "dist": {
  4756. "type": "zip",
  4757. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
  4758. "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
  4759. "shasum": ""
  4760. },
  4761. "require": {
  4762. "php": ">=5.3.2"
  4763. },
  4764. "require-dev": {
  4765. "codacy/coverage": "^1.4",
  4766. "phpunit/phpunit": "~4.8"
  4767. },
  4768. "type": "library",
  4769. "autoload": {
  4770. "psr-0": {
  4771. "Sabberworm\\CSS": "lib/"
  4772. }
  4773. },
  4774. "notification-url": "https://packagist.org/downloads/",
  4775. "license": [
  4776. "MIT"
  4777. ],
  4778. "authors": [
  4779. {
  4780. "name": "Raphael Schweikert"
  4781. }
  4782. ],
  4783. "description": "Parser for CSS Files written in PHP",
  4784. "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  4785. "keywords": [
  4786. "css",
  4787. "parser",
  4788. "stylesheet"
  4789. ],
  4790. "support": {
  4791. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  4792. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
  4793. },
  4794. "time": "2020-06-01T09:10:00+00:00"
  4795. },
  4796. {
  4797. "name": "sensio/framework-extra-bundle",
  4798. "version": "v5.6.1",
  4799. "source": {
  4800. "type": "git",
  4801. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  4802. "reference": "430d14c01836b77c28092883d195a43ce413ee32"
  4803. },
  4804. "dist": {
  4805. "type": "zip",
  4806. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32",
  4807. "reference": "430d14c01836b77c28092883d195a43ce413ee32",
  4808. "shasum": ""
  4809. },
  4810. "require": {
  4811. "doctrine/annotations": "^1.0",
  4812. "php": ">=7.2.5",
  4813. "symfony/config": "^4.4|^5.0",
  4814. "symfony/dependency-injection": "^4.4|^5.0",
  4815. "symfony/framework-bundle": "^4.4|^5.0",
  4816. "symfony/http-kernel": "^4.4|^5.0"
  4817. },
  4818. "conflict": {
  4819. "doctrine/doctrine-cache-bundle": "<1.3.1",
  4820. "doctrine/persistence": "<1.3"
  4821. },
  4822. "require-dev": {
  4823. "doctrine/dbal": "^2.10|^3.0",
  4824. "doctrine/doctrine-bundle": "^1.11|^2.0",
  4825. "doctrine/orm": "^2.5",
  4826. "nyholm/psr7": "^1.1",
  4827. "symfony/browser-kit": "^4.4|^5.0",
  4828. "symfony/doctrine-bridge": "^4.4|^5.0",
  4829. "symfony/dom-crawler": "^4.4|^5.0",
  4830. "symfony/expression-language": "^4.4|^5.0",
  4831. "symfony/finder": "^4.4|^5.0",
  4832. "symfony/monolog-bridge": "^4.0|^5.0",
  4833. "symfony/monolog-bundle": "^3.2",
  4834. "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
  4835. "symfony/psr-http-message-bridge": "^1.1",
  4836. "symfony/security-bundle": "^4.4|^5.0",
  4837. "symfony/twig-bundle": "^4.4|^5.0",
  4838. "symfony/yaml": "^4.4|^5.0",
  4839. "twig/twig": "^1.34|^2.4|^3.0"
  4840. },
  4841. "type": "symfony-bundle",
  4842. "extra": {
  4843. "branch-alias": {
  4844. "dev-master": "5.6.x-dev"
  4845. }
  4846. },
  4847. "autoload": {
  4848. "psr-4": {
  4849. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  4850. },
  4851. "exclude-from-classmap": [
  4852. "/tests/"
  4853. ]
  4854. },
  4855. "notification-url": "https://packagist.org/downloads/",
  4856. "license": [
  4857. "MIT"
  4858. ],
  4859. "authors": [
  4860. {
  4861. "name": "Fabien Potencier",
  4862. "email": "fabien@symfony.com"
  4863. }
  4864. ],
  4865. "description": "This bundle provides a way to configure your controllers with annotations",
  4866. "keywords": [
  4867. "annotations",
  4868. "controllers"
  4869. ],
  4870. "support": {
  4871. "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
  4872. "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1"
  4873. },
  4874. "time": "2020-08-25T19:10:18+00:00"
  4875. },
  4876. {
  4877. "name": "stof/doctrine-extensions-bundle",
  4878. "version": "v1.6.0",
  4879. "source": {
  4880. "type": "git",
  4881. "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
  4882. "reference": "ef469a9d3b8be23d4c746d558742cc1b3e2588cb"
  4883. },
  4884. "dist": {
  4885. "type": "zip",
  4886. "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/ef469a9d3b8be23d4c746d558742cc1b3e2588cb",
  4887. "reference": "ef469a9d3b8be23d4c746d558742cc1b3e2588cb",
  4888. "shasum": ""
  4889. },
  4890. "require": {
  4891. "gedmo/doctrine-extensions": "^2.3.4 || ^3.0.0",
  4892. "php": "^7.1.3 || ^8.0",
  4893. "symfony/config": "^4.4 || ^5.2",
  4894. "symfony/dependency-injection": "^4.4 || ^5.2",
  4895. "symfony/event-dispatcher": "^4.4 || ^5.2",
  4896. "symfony/http-kernel": "^4.4 || ^5.2"
  4897. },
  4898. "require-dev": {
  4899. "symfony/mime": "^4.4 || ^5.2",
  4900. "symfony/phpunit-bridge": "^v5.2.4",
  4901. "symfony/security-core": "^4.4 || ^5.2"
  4902. },
  4903. "suggest": {
  4904. "doctrine/doctrine-bundle": "to use the ORM extensions",
  4905. "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions",
  4906. "symfony/mime": "To use the Mime component integration for Uploadable"
  4907. },
  4908. "type": "symfony-bundle",
  4909. "extra": {
  4910. "branch-alias": {
  4911. "dev-master": "1.6.x-dev"
  4912. }
  4913. },
  4914. "autoload": {
  4915. "psr-4": {
  4916. "Stof\\DoctrineExtensionsBundle\\": "src"
  4917. }
  4918. },
  4919. "notification-url": "https://packagist.org/downloads/",
  4920. "license": [
  4921. "MIT"
  4922. ],
  4923. "authors": [
  4924. {
  4925. "name": "Christophe Coevoet",
  4926. "email": "stof@notk.org"
  4927. }
  4928. ],
  4929. "description": "Integration of the gedmo/doctrine-extensions with Symfony",
  4930. "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
  4931. "keywords": [
  4932. "behaviors",
  4933. "doctrine2",
  4934. "extensions",
  4935. "gedmo",
  4936. "loggable",
  4937. "nestedset",
  4938. "sluggable",
  4939. "sortable",
  4940. "timestampable",
  4941. "translatable",
  4942. "tree"
  4943. ],
  4944. "support": {
  4945. "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues",
  4946. "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.6.0"
  4947. },
  4948. "time": "2021-03-05T13:09:06+00:00"
  4949. },
  4950. {
  4951. "name": "swiftmailer/swiftmailer",
  4952. "version": "v5.4.12",
  4953. "source": {
  4954. "type": "git",
  4955. "url": "https://github.com/swiftmailer/swiftmailer.git",
  4956. "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
  4957. },
  4958. "dist": {
  4959. "type": "zip",
  4960. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
  4961. "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
  4962. "shasum": ""
  4963. },
  4964. "require": {
  4965. "php": ">=5.3.3"
  4966. },
  4967. "require-dev": {
  4968. "mockery/mockery": "~0.9.1",
  4969. "symfony/phpunit-bridge": "~3.2"
  4970. },
  4971. "type": "library",
  4972. "extra": {
  4973. "branch-alias": {
  4974. "dev-master": "5.4-dev"
  4975. }
  4976. },
  4977. "autoload": {
  4978. "files": [
  4979. "lib/swift_required.php"
  4980. ]
  4981. },
  4982. "notification-url": "https://packagist.org/downloads/",
  4983. "license": [
  4984. "MIT"
  4985. ],
  4986. "authors": [
  4987. {
  4988. "name": "Chris Corbyn"
  4989. },
  4990. {
  4991. "name": "Fabien Potencier",
  4992. "email": "fabien@symfony.com"
  4993. }
  4994. ],
  4995. "description": "Swiftmailer, free feature-rich PHP mailer",
  4996. "homepage": "https://swiftmailer.symfony.com",
  4997. "keywords": [
  4998. "email",
  4999. "mail",
  5000. "mailer"
  5001. ],
  5002. "support": {
  5003. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  5004. "source": "https://github.com/swiftmailer/swiftmailer/tree/v5.4.12"
  5005. },
  5006. "time": "2018-07-31T09:26:32+00:00"
  5007. },
  5008. {
  5009. "name": "symfony/asset",
  5010. "version": "v5.3.4",
  5011. "source": {
  5012. "type": "git",
  5013. "url": "https://github.com/symfony/asset.git",
  5014. "reference": "9bd222a8fdd13ecca91384e403247103198f80a1"
  5015. },
  5016. "dist": {
  5017. "type": "zip",
  5018. "url": "https://api.github.com/repos/symfony/asset/zipball/9bd222a8fdd13ecca91384e403247103198f80a1",
  5019. "reference": "9bd222a8fdd13ecca91384e403247103198f80a1",
  5020. "shasum": ""
  5021. },
  5022. "require": {
  5023. "php": ">=7.2.5",
  5024. "symfony/deprecation-contracts": "^2.1",
  5025. "symfony/polyfill-php80": "^1.16"
  5026. },
  5027. "conflict": {
  5028. "symfony/http-foundation": "<5.3"
  5029. },
  5030. "require-dev": {
  5031. "symfony/http-client": "^4.4|^5.0",
  5032. "symfony/http-foundation": "^5.3",
  5033. "symfony/http-kernel": "^4.4|^5.0"
  5034. },
  5035. "suggest": {
  5036. "symfony/http-foundation": ""
  5037. },
  5038. "type": "library",
  5039. "autoload": {
  5040. "psr-4": {
  5041. "Symfony\\Component\\Asset\\": ""
  5042. },
  5043. "exclude-from-classmap": [
  5044. "/Tests/"
  5045. ]
  5046. },
  5047. "notification-url": "https://packagist.org/downloads/",
  5048. "license": [
  5049. "MIT"
  5050. ],
  5051. "authors": [
  5052. {
  5053. "name": "Fabien Potencier",
  5054. "email": "fabien@symfony.com"
  5055. },
  5056. {
  5057. "name": "Symfony Community",
  5058. "homepage": "https://symfony.com/contributors"
  5059. }
  5060. ],
  5061. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  5062. "homepage": "https://symfony.com",
  5063. "support": {
  5064. "source": "https://github.com/symfony/asset/tree/v5.3.4"
  5065. },
  5066. "funding": [
  5067. {
  5068. "url": "https://symfony.com/sponsor",
  5069. "type": "custom"
  5070. },
  5071. {
  5072. "url": "https://github.com/fabpot",
  5073. "type": "github"
  5074. },
  5075. {
  5076. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5077. "type": "tidelift"
  5078. }
  5079. ],
  5080. "time": "2021-07-21T12:40:44+00:00"
  5081. },
  5082. {
  5083. "name": "symfony/cache",
  5084. "version": "v5.3.12",
  5085. "source": {
  5086. "type": "git",
  5087. "url": "https://github.com/symfony/cache.git",
  5088. "reference": "fe05bcb21c1287401d96d066ada7ed881418c6a1"
  5089. },
  5090. "dist": {
  5091. "type": "zip",
  5092. "url": "https://api.github.com/repos/symfony/cache/zipball/fe05bcb21c1287401d96d066ada7ed881418c6a1",
  5093. "reference": "fe05bcb21c1287401d96d066ada7ed881418c6a1",
  5094. "shasum": ""
  5095. },
  5096. "require": {
  5097. "php": ">=7.2.5",
  5098. "psr/cache": "^1.0|^2.0",
  5099. "psr/log": "^1.1|^2|^3",
  5100. "symfony/cache-contracts": "^1.1.7|^2",
  5101. "symfony/deprecation-contracts": "^2.1",
  5102. "symfony/polyfill-php73": "^1.9",
  5103. "symfony/polyfill-php80": "^1.16",
  5104. "symfony/service-contracts": "^1.1|^2",
  5105. "symfony/var-exporter": "^4.4|^5.0"
  5106. },
  5107. "conflict": {
  5108. "doctrine/dbal": "<2.10",
  5109. "symfony/dependency-injection": "<4.4",
  5110. "symfony/http-kernel": "<4.4",
  5111. "symfony/var-dumper": "<4.4"
  5112. },
  5113. "provide": {
  5114. "psr/cache-implementation": "1.0|2.0",
  5115. "psr/simple-cache-implementation": "1.0|2.0",
  5116. "symfony/cache-implementation": "1.0|2.0"
  5117. },
  5118. "require-dev": {
  5119. "cache/integration-tests": "dev-master",
  5120. "doctrine/cache": "^1.6|^2.0",
  5121. "doctrine/dbal": "^2.10|^3.0",
  5122. "predis/predis": "^1.1",
  5123. "psr/simple-cache": "^1.0|^2.0",
  5124. "symfony/config": "^4.4|^5.0",
  5125. "symfony/dependency-injection": "^4.4|^5.0",
  5126. "symfony/filesystem": "^4.4|^5.0",
  5127. "symfony/http-kernel": "^4.4|^5.0",
  5128. "symfony/messenger": "^4.4|^5.0",
  5129. "symfony/var-dumper": "^4.4|^5.0"
  5130. },
  5131. "type": "library",
  5132. "autoload": {
  5133. "psr-4": {
  5134. "Symfony\\Component\\Cache\\": ""
  5135. },
  5136. "exclude-from-classmap": [
  5137. "/Tests/"
  5138. ]
  5139. },
  5140. "notification-url": "https://packagist.org/downloads/",
  5141. "license": [
  5142. "MIT"
  5143. ],
  5144. "authors": [
  5145. {
  5146. "name": "Nicolas Grekas",
  5147. "email": "p@tchwork.com"
  5148. },
  5149. {
  5150. "name": "Symfony Community",
  5151. "homepage": "https://symfony.com/contributors"
  5152. }
  5153. ],
  5154. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  5155. "homepage": "https://symfony.com",
  5156. "keywords": [
  5157. "caching",
  5158. "psr6"
  5159. ],
  5160. "support": {
  5161. "source": "https://github.com/symfony/cache/tree/v5.3.12"
  5162. },
  5163. "funding": [
  5164. {
  5165. "url": "https://symfony.com/sponsor",
  5166. "type": "custom"
  5167. },
  5168. {
  5169. "url": "https://github.com/fabpot",
  5170. "type": "github"
  5171. },
  5172. {
  5173. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5174. "type": "tidelift"
  5175. }
  5176. ],
  5177. "time": "2021-11-23T18:33:50+00:00"
  5178. },
  5179. {
  5180. "name": "symfony/cache-contracts",
  5181. "version": "v2.5.0",
  5182. "source": {
  5183. "type": "git",
  5184. "url": "https://github.com/symfony/cache-contracts.git",
  5185. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
  5186. },
  5187. "dist": {
  5188. "type": "zip",
  5189. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
  5190. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
  5191. "shasum": ""
  5192. },
  5193. "require": {
  5194. "php": ">=7.2.5",
  5195. "psr/cache": "^1.0|^2.0|^3.0"
  5196. },
  5197. "suggest": {
  5198. "symfony/cache-implementation": ""
  5199. },
  5200. "type": "library",
  5201. "extra": {
  5202. "branch-alias": {
  5203. "dev-main": "2.5-dev"
  5204. },
  5205. "thanks": {
  5206. "name": "symfony/contracts",
  5207. "url": "https://github.com/symfony/contracts"
  5208. }
  5209. },
  5210. "autoload": {
  5211. "psr-4": {
  5212. "Symfony\\Contracts\\Cache\\": ""
  5213. }
  5214. },
  5215. "notification-url": "https://packagist.org/downloads/",
  5216. "license": [
  5217. "MIT"
  5218. ],
  5219. "authors": [
  5220. {
  5221. "name": "Nicolas Grekas",
  5222. "email": "p@tchwork.com"
  5223. },
  5224. {
  5225. "name": "Symfony Community",
  5226. "homepage": "https://symfony.com/contributors"
  5227. }
  5228. ],
  5229. "description": "Generic abstractions related to caching",
  5230. "homepage": "https://symfony.com",
  5231. "keywords": [
  5232. "abstractions",
  5233. "contracts",
  5234. "decoupling",
  5235. "interfaces",
  5236. "interoperability",
  5237. "standards"
  5238. ],
  5239. "support": {
  5240. "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
  5241. },
  5242. "funding": [
  5243. {
  5244. "url": "https://symfony.com/sponsor",
  5245. "type": "custom"
  5246. },
  5247. {
  5248. "url": "https://github.com/fabpot",
  5249. "type": "github"
  5250. },
  5251. {
  5252. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5253. "type": "tidelift"
  5254. }
  5255. ],
  5256. "time": "2021-08-17T14:20:01+00:00"
  5257. },
  5258. {
  5259. "name": "symfony/config",
  5260. "version": "v5.3.11",
  5261. "source": {
  5262. "type": "git",
  5263. "url": "https://github.com/symfony/config.git",
  5264. "reference": "f080af00c441f1df40cf5c269707fdebe5740557"
  5265. },
  5266. "dist": {
  5267. "type": "zip",
  5268. "url": "https://api.github.com/repos/symfony/config/zipball/f080af00c441f1df40cf5c269707fdebe5740557",
  5269. "reference": "f080af00c441f1df40cf5c269707fdebe5740557",
  5270. "shasum": ""
  5271. },
  5272. "require": {
  5273. "php": ">=7.2.5",
  5274. "symfony/deprecation-contracts": "^2.1",
  5275. "symfony/filesystem": "^4.4|^5.0",
  5276. "symfony/polyfill-ctype": "~1.8",
  5277. "symfony/polyfill-php80": "^1.16",
  5278. "symfony/polyfill-php81": "^1.22"
  5279. },
  5280. "conflict": {
  5281. "symfony/finder": "<4.4"
  5282. },
  5283. "require-dev": {
  5284. "symfony/event-dispatcher": "^4.4|^5.0",
  5285. "symfony/finder": "^4.4|^5.0",
  5286. "symfony/messenger": "^4.4|^5.0",
  5287. "symfony/service-contracts": "^1.1|^2",
  5288. "symfony/yaml": "^4.4|^5.0"
  5289. },
  5290. "suggest": {
  5291. "symfony/yaml": "To use the yaml reference dumper"
  5292. },
  5293. "type": "library",
  5294. "autoload": {
  5295. "psr-4": {
  5296. "Symfony\\Component\\Config\\": ""
  5297. },
  5298. "exclude-from-classmap": [
  5299. "/Tests/"
  5300. ]
  5301. },
  5302. "notification-url": "https://packagist.org/downloads/",
  5303. "license": [
  5304. "MIT"
  5305. ],
  5306. "authors": [
  5307. {
  5308. "name": "Fabien Potencier",
  5309. "email": "fabien@symfony.com"
  5310. },
  5311. {
  5312. "name": "Symfony Community",
  5313. "homepage": "https://symfony.com/contributors"
  5314. }
  5315. ],
  5316. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  5317. "homepage": "https://symfony.com",
  5318. "support": {
  5319. "source": "https://github.com/symfony/config/tree/v5.3.11"
  5320. },
  5321. "funding": [
  5322. {
  5323. "url": "https://symfony.com/sponsor",
  5324. "type": "custom"
  5325. },
  5326. {
  5327. "url": "https://github.com/fabpot",
  5328. "type": "github"
  5329. },
  5330. {
  5331. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5332. "type": "tidelift"
  5333. }
  5334. ],
  5335. "time": "2021-10-29T16:05:40+00:00"
  5336. },
  5337. {
  5338. "name": "symfony/console",
  5339. "version": "v5.3.11",
  5340. "source": {
  5341. "type": "git",
  5342. "url": "https://github.com/symfony/console.git",
  5343. "reference": "3e7ab8f5905058984899b05a4648096f558bfeba"
  5344. },
  5345. "dist": {
  5346. "type": "zip",
  5347. "url": "https://api.github.com/repos/symfony/console/zipball/3e7ab8f5905058984899b05a4648096f558bfeba",
  5348. "reference": "3e7ab8f5905058984899b05a4648096f558bfeba",
  5349. "shasum": ""
  5350. },
  5351. "require": {
  5352. "php": ">=7.2.5",
  5353. "symfony/deprecation-contracts": "^2.1",
  5354. "symfony/polyfill-mbstring": "~1.0",
  5355. "symfony/polyfill-php73": "^1.8",
  5356. "symfony/polyfill-php80": "^1.16",
  5357. "symfony/service-contracts": "^1.1|^2",
  5358. "symfony/string": "^5.1"
  5359. },
  5360. "conflict": {
  5361. "symfony/dependency-injection": "<4.4",
  5362. "symfony/dotenv": "<5.1",
  5363. "symfony/event-dispatcher": "<4.4",
  5364. "symfony/lock": "<4.4",
  5365. "symfony/process": "<4.4"
  5366. },
  5367. "provide": {
  5368. "psr/log-implementation": "1.0|2.0"
  5369. },
  5370. "require-dev": {
  5371. "psr/log": "^1|^2",
  5372. "symfony/config": "^4.4|^5.0",
  5373. "symfony/dependency-injection": "^4.4|^5.0",
  5374. "symfony/event-dispatcher": "^4.4|^5.0",
  5375. "symfony/lock": "^4.4|^5.0",
  5376. "symfony/process": "^4.4|^5.0",
  5377. "symfony/var-dumper": "^4.4|^5.0"
  5378. },
  5379. "suggest": {
  5380. "psr/log": "For using the console logger",
  5381. "symfony/event-dispatcher": "",
  5382. "symfony/lock": "",
  5383. "symfony/process": ""
  5384. },
  5385. "type": "library",
  5386. "autoload": {
  5387. "psr-4": {
  5388. "Symfony\\Component\\Console\\": ""
  5389. },
  5390. "exclude-from-classmap": [
  5391. "/Tests/"
  5392. ]
  5393. },
  5394. "notification-url": "https://packagist.org/downloads/",
  5395. "license": [
  5396. "MIT"
  5397. ],
  5398. "authors": [
  5399. {
  5400. "name": "Fabien Potencier",
  5401. "email": "fabien@symfony.com"
  5402. },
  5403. {
  5404. "name": "Symfony Community",
  5405. "homepage": "https://symfony.com/contributors"
  5406. }
  5407. ],
  5408. "description": "Eases the creation of beautiful and testable command line interfaces",
  5409. "homepage": "https://symfony.com",
  5410. "keywords": [
  5411. "cli",
  5412. "command line",
  5413. "console",
  5414. "terminal"
  5415. ],
  5416. "support": {
  5417. "source": "https://github.com/symfony/console/tree/v5.3.11"
  5418. },
  5419. "funding": [
  5420. {
  5421. "url": "https://symfony.com/sponsor",
  5422. "type": "custom"
  5423. },
  5424. {
  5425. "url": "https://github.com/fabpot",
  5426. "type": "github"
  5427. },
  5428. {
  5429. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5430. "type": "tidelift"
  5431. }
  5432. ],
  5433. "time": "2021-11-21T19:41:05+00:00"
  5434. },
  5435. {
  5436. "name": "symfony/dependency-injection",
  5437. "version": "v5.3.11",
  5438. "source": {
  5439. "type": "git",
  5440. "url": "https://github.com/symfony/dependency-injection.git",
  5441. "reference": "3793617321eb39b2e8e708f6fd61f875ec5f0ed6"
  5442. },
  5443. "dist": {
  5444. "type": "zip",
  5445. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3793617321eb39b2e8e708f6fd61f875ec5f0ed6",
  5446. "reference": "3793617321eb39b2e8e708f6fd61f875ec5f0ed6",
  5447. "shasum": ""
  5448. },
  5449. "require": {
  5450. "php": ">=7.2.5",
  5451. "psr/container": "^1.1.1",
  5452. "symfony/deprecation-contracts": "^2.1",
  5453. "symfony/polyfill-php80": "^1.16",
  5454. "symfony/service-contracts": "^1.1.6|^2"
  5455. },
  5456. "conflict": {
  5457. "ext-psr": "<1.1|>=2",
  5458. "symfony/config": "<5.3",
  5459. "symfony/finder": "<4.4",
  5460. "symfony/proxy-manager-bridge": "<4.4",
  5461. "symfony/yaml": "<4.4"
  5462. },
  5463. "provide": {
  5464. "psr/container-implementation": "1.0",
  5465. "symfony/service-implementation": "1.0|2.0"
  5466. },
  5467. "require-dev": {
  5468. "symfony/config": "^5.3",
  5469. "symfony/expression-language": "^4.4|^5.0",
  5470. "symfony/yaml": "^4.4|^5.0"
  5471. },
  5472. "suggest": {
  5473. "symfony/config": "",
  5474. "symfony/expression-language": "For using expressions in service container configuration",
  5475. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  5476. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  5477. "symfony/yaml": ""
  5478. },
  5479. "type": "library",
  5480. "autoload": {
  5481. "psr-4": {
  5482. "Symfony\\Component\\DependencyInjection\\": ""
  5483. },
  5484. "exclude-from-classmap": [
  5485. "/Tests/"
  5486. ]
  5487. },
  5488. "notification-url": "https://packagist.org/downloads/",
  5489. "license": [
  5490. "MIT"
  5491. ],
  5492. "authors": [
  5493. {
  5494. "name": "Fabien Potencier",
  5495. "email": "fabien@symfony.com"
  5496. },
  5497. {
  5498. "name": "Symfony Community",
  5499. "homepage": "https://symfony.com/contributors"
  5500. }
  5501. ],
  5502. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  5503. "homepage": "https://symfony.com",
  5504. "support": {
  5505. "source": "https://github.com/symfony/dependency-injection/tree/v5.3.11"
  5506. },
  5507. "funding": [
  5508. {
  5509. "url": "https://symfony.com/sponsor",
  5510. "type": "custom"
  5511. },
  5512. {
  5513. "url": "https://github.com/fabpot",
  5514. "type": "github"
  5515. },
  5516. {
  5517. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5518. "type": "tidelift"
  5519. }
  5520. ],
  5521. "time": "2021-11-17T12:16:12+00:00"
  5522. },
  5523. {
  5524. "name": "symfony/deprecation-contracts",
  5525. "version": "v2.5.0",
  5526. "source": {
  5527. "type": "git",
  5528. "url": "https://github.com/symfony/deprecation-contracts.git",
  5529. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
  5530. },
  5531. "dist": {
  5532. "type": "zip",
  5533. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  5534. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  5535. "shasum": ""
  5536. },
  5537. "require": {
  5538. "php": ">=7.1"
  5539. },
  5540. "type": "library",
  5541. "extra": {
  5542. "branch-alias": {
  5543. "dev-main": "2.5-dev"
  5544. },
  5545. "thanks": {
  5546. "name": "symfony/contracts",
  5547. "url": "https://github.com/symfony/contracts"
  5548. }
  5549. },
  5550. "autoload": {
  5551. "files": [
  5552. "function.php"
  5553. ]
  5554. },
  5555. "notification-url": "https://packagist.org/downloads/",
  5556. "license": [
  5557. "MIT"
  5558. ],
  5559. "authors": [
  5560. {
  5561. "name": "Nicolas Grekas",
  5562. "email": "p@tchwork.com"
  5563. },
  5564. {
  5565. "name": "Symfony Community",
  5566. "homepage": "https://symfony.com/contributors"
  5567. }
  5568. ],
  5569. "description": "A generic function and convention to trigger deprecation notices",
  5570. "homepage": "https://symfony.com",
  5571. "support": {
  5572. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
  5573. },
  5574. "funding": [
  5575. {
  5576. "url": "https://symfony.com/sponsor",
  5577. "type": "custom"
  5578. },
  5579. {
  5580. "url": "https://github.com/fabpot",
  5581. "type": "github"
  5582. },
  5583. {
  5584. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5585. "type": "tidelift"
  5586. }
  5587. ],
  5588. "time": "2021-07-12T14:48:14+00:00"
  5589. },
  5590. {
  5591. "name": "symfony/doctrine-bridge",
  5592. "version": "v5.3.11",
  5593. "source": {
  5594. "type": "git",
  5595. "url": "https://github.com/symfony/doctrine-bridge.git",
  5596. "reference": "9b220ebc6fb4d5f15a8b74887c059b4d57ba85f8"
  5597. },
  5598. "dist": {
  5599. "type": "zip",
  5600. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9b220ebc6fb4d5f15a8b74887c059b4d57ba85f8",
  5601. "reference": "9b220ebc6fb4d5f15a8b74887c059b4d57ba85f8",
  5602. "shasum": ""
  5603. },
  5604. "require": {
  5605. "doctrine/event-manager": "~1.0",
  5606. "doctrine/persistence": "^2",
  5607. "php": ">=7.2.5",
  5608. "symfony/deprecation-contracts": "^2.1",
  5609. "symfony/polyfill-ctype": "~1.8",
  5610. "symfony/polyfill-mbstring": "~1.0",
  5611. "symfony/polyfill-php80": "^1.16",
  5612. "symfony/service-contracts": "^1.1|^2"
  5613. },
  5614. "conflict": {
  5615. "doctrine/dbal": "<2.10",
  5616. "doctrine/orm": "<2.7.3",
  5617. "phpunit/phpunit": "<5.4.3",
  5618. "symfony/dependency-injection": "<4.4",
  5619. "symfony/form": "<5.1",
  5620. "symfony/http-kernel": "<5",
  5621. "symfony/messenger": "<4.4",
  5622. "symfony/property-info": "<5",
  5623. "symfony/security-bundle": "<5",
  5624. "symfony/security-core": "<5.3",
  5625. "symfony/validator": "<5.2"
  5626. },
  5627. "require-dev": {
  5628. "composer/package-versions-deprecated": "^1.8",
  5629. "doctrine/annotations": "^1.10.4",
  5630. "doctrine/collections": "~1.0",
  5631. "doctrine/data-fixtures": "^1.1",
  5632. "doctrine/dbal": "^2.10|^3.0",
  5633. "doctrine/orm": "^2.7.3",
  5634. "symfony/cache": "^5.1",
  5635. "symfony/config": "^4.4|^5.0",
  5636. "symfony/dependency-injection": "^4.4|^5.0",
  5637. "symfony/doctrine-messenger": "^5.1",
  5638. "symfony/expression-language": "^4.4|^5.0",
  5639. "symfony/form": "^5.1.3",
  5640. "symfony/http-kernel": "^5.0",
  5641. "symfony/messenger": "^4.4|^5.0",
  5642. "symfony/property-access": "^4.4|^5.0",
  5643. "symfony/property-info": "^5.0",
  5644. "symfony/proxy-manager-bridge": "^4.4|^5.0",
  5645. "symfony/security-core": "^5.3",
  5646. "symfony/stopwatch": "^4.4|^5.0",
  5647. "symfony/translation": "^4.4|^5.0",
  5648. "symfony/uid": "^5.1",
  5649. "symfony/validator": "^5.2",
  5650. "symfony/var-dumper": "^4.4|^5.0"
  5651. },
  5652. "suggest": {
  5653. "doctrine/data-fixtures": "",
  5654. "doctrine/dbal": "",
  5655. "doctrine/orm": "",
  5656. "symfony/form": "",
  5657. "symfony/property-info": "",
  5658. "symfony/validator": ""
  5659. },
  5660. "type": "symfony-bridge",
  5661. "autoload": {
  5662. "psr-4": {
  5663. "Symfony\\Bridge\\Doctrine\\": ""
  5664. },
  5665. "exclude-from-classmap": [
  5666. "/Tests/"
  5667. ]
  5668. },
  5669. "notification-url": "https://packagist.org/downloads/",
  5670. "license": [
  5671. "MIT"
  5672. ],
  5673. "authors": [
  5674. {
  5675. "name": "Fabien Potencier",
  5676. "email": "fabien@symfony.com"
  5677. },
  5678. {
  5679. "name": "Symfony Community",
  5680. "homepage": "https://symfony.com/contributors"
  5681. }
  5682. ],
  5683. "description": "Provides integration for Doctrine with various Symfony components",
  5684. "homepage": "https://symfony.com",
  5685. "support": {
  5686. "source": "https://github.com/symfony/doctrine-bridge/tree/v5.3.11"
  5687. },
  5688. "funding": [
  5689. {
  5690. "url": "https://symfony.com/sponsor",
  5691. "type": "custom"
  5692. },
  5693. {
  5694. "url": "https://github.com/fabpot",
  5695. "type": "github"
  5696. },
  5697. {
  5698. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5699. "type": "tidelift"
  5700. }
  5701. ],
  5702. "time": "2021-11-12T11:38:27+00:00"
  5703. },
  5704. {
  5705. "name": "symfony/dotenv",
  5706. "version": "v5.3.10",
  5707. "source": {
  5708. "type": "git",
  5709. "url": "https://github.com/symfony/dotenv.git",
  5710. "reference": "97ffd3846f8a782086e82c1b5fdefb3f3ad078db"
  5711. },
  5712. "dist": {
  5713. "type": "zip",
  5714. "url": "https://api.github.com/repos/symfony/dotenv/zipball/97ffd3846f8a782086e82c1b5fdefb3f3ad078db",
  5715. "reference": "97ffd3846f8a782086e82c1b5fdefb3f3ad078db",
  5716. "shasum": ""
  5717. },
  5718. "require": {
  5719. "php": ">=7.2.5",
  5720. "symfony/deprecation-contracts": "^2.1"
  5721. },
  5722. "require-dev": {
  5723. "symfony/process": "^4.4|^5.0"
  5724. },
  5725. "type": "library",
  5726. "autoload": {
  5727. "psr-4": {
  5728. "Symfony\\Component\\Dotenv\\": ""
  5729. },
  5730. "exclude-from-classmap": [
  5731. "/Tests/"
  5732. ]
  5733. },
  5734. "notification-url": "https://packagist.org/downloads/",
  5735. "license": [
  5736. "MIT"
  5737. ],
  5738. "authors": [
  5739. {
  5740. "name": "Fabien Potencier",
  5741. "email": "fabien@symfony.com"
  5742. },
  5743. {
  5744. "name": "Symfony Community",
  5745. "homepage": "https://symfony.com/contributors"
  5746. }
  5747. ],
  5748. "description": "Registers environment variables from a .env file",
  5749. "homepage": "https://symfony.com",
  5750. "keywords": [
  5751. "dotenv",
  5752. "env",
  5753. "environment"
  5754. ],
  5755. "support": {
  5756. "source": "https://github.com/symfony/dotenv/tree/v5.3.10"
  5757. },
  5758. "funding": [
  5759. {
  5760. "url": "https://symfony.com/sponsor",
  5761. "type": "custom"
  5762. },
  5763. {
  5764. "url": "https://github.com/fabpot",
  5765. "type": "github"
  5766. },
  5767. {
  5768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5769. "type": "tidelift"
  5770. }
  5771. ],
  5772. "time": "2021-10-28T21:34:29+00:00"
  5773. },
  5774. {
  5775. "name": "symfony/error-handler",
  5776. "version": "v5.3.11",
  5777. "source": {
  5778. "type": "git",
  5779. "url": "https://github.com/symfony/error-handler.git",
  5780. "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3"
  5781. },
  5782. "dist": {
  5783. "type": "zip",
  5784. "url": "https://api.github.com/repos/symfony/error-handler/zipball/eec73dd7218713f48a7996583a741b3bae58c8d3",
  5785. "reference": "eec73dd7218713f48a7996583a741b3bae58c8d3",
  5786. "shasum": ""
  5787. },
  5788. "require": {
  5789. "php": ">=7.2.5",
  5790. "psr/log": "^1|^2|^3",
  5791. "symfony/var-dumper": "^4.4|^5.0"
  5792. },
  5793. "require-dev": {
  5794. "symfony/deprecation-contracts": "^2.1",
  5795. "symfony/http-kernel": "^4.4|^5.0",
  5796. "symfony/serializer": "^4.4|^5.0"
  5797. },
  5798. "type": "library",
  5799. "autoload": {
  5800. "psr-4": {
  5801. "Symfony\\Component\\ErrorHandler\\": ""
  5802. },
  5803. "exclude-from-classmap": [
  5804. "/Tests/"
  5805. ]
  5806. },
  5807. "notification-url": "https://packagist.org/downloads/",
  5808. "license": [
  5809. "MIT"
  5810. ],
  5811. "authors": [
  5812. {
  5813. "name": "Fabien Potencier",
  5814. "email": "fabien@symfony.com"
  5815. },
  5816. {
  5817. "name": "Symfony Community",
  5818. "homepage": "https://symfony.com/contributors"
  5819. }
  5820. ],
  5821. "description": "Provides tools to manage errors and ease debugging PHP code",
  5822. "homepage": "https://symfony.com",
  5823. "support": {
  5824. "source": "https://github.com/symfony/error-handler/tree/v5.3.11"
  5825. },
  5826. "funding": [
  5827. {
  5828. "url": "https://symfony.com/sponsor",
  5829. "type": "custom"
  5830. },
  5831. {
  5832. "url": "https://github.com/fabpot",
  5833. "type": "github"
  5834. },
  5835. {
  5836. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5837. "type": "tidelift"
  5838. }
  5839. ],
  5840. "time": "2021-11-13T13:42:37+00:00"
  5841. },
  5842. {
  5843. "name": "symfony/event-dispatcher",
  5844. "version": "v5.3.11",
  5845. "source": {
  5846. "type": "git",
  5847. "url": "https://github.com/symfony/event-dispatcher.git",
  5848. "reference": "661a7a6e085394f8513945669e31f7c1338a7e69"
  5849. },
  5850. "dist": {
  5851. "type": "zip",
  5852. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/661a7a6e085394f8513945669e31f7c1338a7e69",
  5853. "reference": "661a7a6e085394f8513945669e31f7c1338a7e69",
  5854. "shasum": ""
  5855. },
  5856. "require": {
  5857. "php": ">=7.2.5",
  5858. "symfony/deprecation-contracts": "^2.1",
  5859. "symfony/event-dispatcher-contracts": "^2",
  5860. "symfony/polyfill-php80": "^1.16"
  5861. },
  5862. "conflict": {
  5863. "symfony/dependency-injection": "<4.4"
  5864. },
  5865. "provide": {
  5866. "psr/event-dispatcher-implementation": "1.0",
  5867. "symfony/event-dispatcher-implementation": "2.0"
  5868. },
  5869. "require-dev": {
  5870. "psr/log": "^1|^2|^3",
  5871. "symfony/config": "^4.4|^5.0",
  5872. "symfony/dependency-injection": "^4.4|^5.0",
  5873. "symfony/error-handler": "^4.4|^5.0",
  5874. "symfony/expression-language": "^4.4|^5.0",
  5875. "symfony/http-foundation": "^4.4|^5.0",
  5876. "symfony/service-contracts": "^1.1|^2",
  5877. "symfony/stopwatch": "^4.4|^5.0"
  5878. },
  5879. "suggest": {
  5880. "symfony/dependency-injection": "",
  5881. "symfony/http-kernel": ""
  5882. },
  5883. "type": "library",
  5884. "autoload": {
  5885. "psr-4": {
  5886. "Symfony\\Component\\EventDispatcher\\": ""
  5887. },
  5888. "exclude-from-classmap": [
  5889. "/Tests/"
  5890. ]
  5891. },
  5892. "notification-url": "https://packagist.org/downloads/",
  5893. "license": [
  5894. "MIT"
  5895. ],
  5896. "authors": [
  5897. {
  5898. "name": "Fabien Potencier",
  5899. "email": "fabien@symfony.com"
  5900. },
  5901. {
  5902. "name": "Symfony Community",
  5903. "homepage": "https://symfony.com/contributors"
  5904. }
  5905. ],
  5906. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  5907. "homepage": "https://symfony.com",
  5908. "support": {
  5909. "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.11"
  5910. },
  5911. "funding": [
  5912. {
  5913. "url": "https://symfony.com/sponsor",
  5914. "type": "custom"
  5915. },
  5916. {
  5917. "url": "https://github.com/fabpot",
  5918. "type": "github"
  5919. },
  5920. {
  5921. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5922. "type": "tidelift"
  5923. }
  5924. ],
  5925. "time": "2021-11-17T12:16:12+00:00"
  5926. },
  5927. {
  5928. "name": "symfony/event-dispatcher-contracts",
  5929. "version": "v2.5.0",
  5930. "source": {
  5931. "type": "git",
  5932. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  5933. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
  5934. },
  5935. "dist": {
  5936. "type": "zip",
  5937. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  5938. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  5939. "shasum": ""
  5940. },
  5941. "require": {
  5942. "php": ">=7.2.5",
  5943. "psr/event-dispatcher": "^1"
  5944. },
  5945. "suggest": {
  5946. "symfony/event-dispatcher-implementation": ""
  5947. },
  5948. "type": "library",
  5949. "extra": {
  5950. "branch-alias": {
  5951. "dev-main": "2.5-dev"
  5952. },
  5953. "thanks": {
  5954. "name": "symfony/contracts",
  5955. "url": "https://github.com/symfony/contracts"
  5956. }
  5957. },
  5958. "autoload": {
  5959. "psr-4": {
  5960. "Symfony\\Contracts\\EventDispatcher\\": ""
  5961. }
  5962. },
  5963. "notification-url": "https://packagist.org/downloads/",
  5964. "license": [
  5965. "MIT"
  5966. ],
  5967. "authors": [
  5968. {
  5969. "name": "Nicolas Grekas",
  5970. "email": "p@tchwork.com"
  5971. },
  5972. {
  5973. "name": "Symfony Community",
  5974. "homepage": "https://symfony.com/contributors"
  5975. }
  5976. ],
  5977. "description": "Generic abstractions related to dispatching event",
  5978. "homepage": "https://symfony.com",
  5979. "keywords": [
  5980. "abstractions",
  5981. "contracts",
  5982. "decoupling",
  5983. "interfaces",
  5984. "interoperability",
  5985. "standards"
  5986. ],
  5987. "support": {
  5988. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
  5989. },
  5990. "funding": [
  5991. {
  5992. "url": "https://symfony.com/sponsor",
  5993. "type": "custom"
  5994. },
  5995. {
  5996. "url": "https://github.com/fabpot",
  5997. "type": "github"
  5998. },
  5999. {
  6000. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6001. "type": "tidelift"
  6002. }
  6003. ],
  6004. "time": "2021-07-12T14:48:14+00:00"
  6005. },
  6006. {
  6007. "name": "symfony/expression-language",
  6008. "version": "v5.3.7",
  6009. "source": {
  6010. "type": "git",
  6011. "url": "https://github.com/symfony/expression-language.git",
  6012. "reference": "fe696e2669cb47507e5635223ac4b64500339658"
  6013. },
  6014. "dist": {
  6015. "type": "zip",
  6016. "url": "https://api.github.com/repos/symfony/expression-language/zipball/fe696e2669cb47507e5635223ac4b64500339658",
  6017. "reference": "fe696e2669cb47507e5635223ac4b64500339658",
  6018. "shasum": ""
  6019. },
  6020. "require": {
  6021. "php": ">=7.2.5",
  6022. "symfony/cache": "^4.4|^5.0",
  6023. "symfony/service-contracts": "^1.1|^2"
  6024. },
  6025. "type": "library",
  6026. "autoload": {
  6027. "psr-4": {
  6028. "Symfony\\Component\\ExpressionLanguage\\": ""
  6029. },
  6030. "exclude-from-classmap": [
  6031. "/Tests/"
  6032. ]
  6033. },
  6034. "notification-url": "https://packagist.org/downloads/",
  6035. "license": [
  6036. "MIT"
  6037. ],
  6038. "authors": [
  6039. {
  6040. "name": "Fabien Potencier",
  6041. "email": "fabien@symfony.com"
  6042. },
  6043. {
  6044. "name": "Symfony Community",
  6045. "homepage": "https://symfony.com/contributors"
  6046. }
  6047. ],
  6048. "description": "Provides an engine that can compile and evaluate expressions",
  6049. "homepage": "https://symfony.com",
  6050. "support": {
  6051. "source": "https://github.com/symfony/expression-language/tree/v5.3.7"
  6052. },
  6053. "funding": [
  6054. {
  6055. "url": "https://symfony.com/sponsor",
  6056. "type": "custom"
  6057. },
  6058. {
  6059. "url": "https://github.com/fabpot",
  6060. "type": "github"
  6061. },
  6062. {
  6063. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6064. "type": "tidelift"
  6065. }
  6066. ],
  6067. "time": "2021-08-23T12:57:24+00:00"
  6068. },
  6069. {
  6070. "name": "symfony/filesystem",
  6071. "version": "v5.3.4",
  6072. "source": {
  6073. "type": "git",
  6074. "url": "https://github.com/symfony/filesystem.git",
  6075. "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
  6076. },
  6077. "dist": {
  6078. "type": "zip",
  6079. "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
  6080. "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
  6081. "shasum": ""
  6082. },
  6083. "require": {
  6084. "php": ">=7.2.5",
  6085. "symfony/polyfill-ctype": "~1.8",
  6086. "symfony/polyfill-php80": "^1.16"
  6087. },
  6088. "type": "library",
  6089. "autoload": {
  6090. "psr-4": {
  6091. "Symfony\\Component\\Filesystem\\": ""
  6092. },
  6093. "exclude-from-classmap": [
  6094. "/Tests/"
  6095. ]
  6096. },
  6097. "notification-url": "https://packagist.org/downloads/",
  6098. "license": [
  6099. "MIT"
  6100. ],
  6101. "authors": [
  6102. {
  6103. "name": "Fabien Potencier",
  6104. "email": "fabien@symfony.com"
  6105. },
  6106. {
  6107. "name": "Symfony Community",
  6108. "homepage": "https://symfony.com/contributors"
  6109. }
  6110. ],
  6111. "description": "Provides basic utilities for the filesystem",
  6112. "homepage": "https://symfony.com",
  6113. "support": {
  6114. "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
  6115. },
  6116. "funding": [
  6117. {
  6118. "url": "https://symfony.com/sponsor",
  6119. "type": "custom"
  6120. },
  6121. {
  6122. "url": "https://github.com/fabpot",
  6123. "type": "github"
  6124. },
  6125. {
  6126. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6127. "type": "tidelift"
  6128. }
  6129. ],
  6130. "time": "2021-07-21T12:40:44+00:00"
  6131. },
  6132. {
  6133. "name": "symfony/finder",
  6134. "version": "v5.3.7",
  6135. "source": {
  6136. "type": "git",
  6137. "url": "https://github.com/symfony/finder.git",
  6138. "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
  6139. },
  6140. "dist": {
  6141. "type": "zip",
  6142. "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
  6143. "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
  6144. "shasum": ""
  6145. },
  6146. "require": {
  6147. "php": ">=7.2.5",
  6148. "symfony/polyfill-php80": "^1.16"
  6149. },
  6150. "type": "library",
  6151. "autoload": {
  6152. "psr-4": {
  6153. "Symfony\\Component\\Finder\\": ""
  6154. },
  6155. "exclude-from-classmap": [
  6156. "/Tests/"
  6157. ]
  6158. },
  6159. "notification-url": "https://packagist.org/downloads/",
  6160. "license": [
  6161. "MIT"
  6162. ],
  6163. "authors": [
  6164. {
  6165. "name": "Fabien Potencier",
  6166. "email": "fabien@symfony.com"
  6167. },
  6168. {
  6169. "name": "Symfony Community",
  6170. "homepage": "https://symfony.com/contributors"
  6171. }
  6172. ],
  6173. "description": "Finds files and directories via an intuitive fluent interface",
  6174. "homepage": "https://symfony.com",
  6175. "support": {
  6176. "source": "https://github.com/symfony/finder/tree/v5.3.7"
  6177. },
  6178. "funding": [
  6179. {
  6180. "url": "https://symfony.com/sponsor",
  6181. "type": "custom"
  6182. },
  6183. {
  6184. "url": "https://github.com/fabpot",
  6185. "type": "github"
  6186. },
  6187. {
  6188. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6189. "type": "tidelift"
  6190. }
  6191. ],
  6192. "time": "2021-08-04T21:20:46+00:00"
  6193. },
  6194. {
  6195. "name": "symfony/flex",
  6196. "version": "v1.17.2",
  6197. "source": {
  6198. "type": "git",
  6199. "url": "https://github.com/symfony/flex.git",
  6200. "reference": "0170279814f86648c62aede39b100a343ea29962"
  6201. },
  6202. "dist": {
  6203. "type": "zip",
  6204. "url": "https://api.github.com/repos/symfony/flex/zipball/0170279814f86648c62aede39b100a343ea29962",
  6205. "reference": "0170279814f86648c62aede39b100a343ea29962",
  6206. "shasum": ""
  6207. },
  6208. "require": {
  6209. "composer-plugin-api": "^1.0|^2.0",
  6210. "php": ">=7.1"
  6211. },
  6212. "require-dev": {
  6213. "composer/composer": "^1.0.2|^2.0",
  6214. "symfony/dotenv": "^4.4|^5.0",
  6215. "symfony/filesystem": "^4.4|^5.0",
  6216. "symfony/phpunit-bridge": "^4.4.12|^5.0",
  6217. "symfony/process": "^3.4|^4.4|^5.0"
  6218. },
  6219. "type": "composer-plugin",
  6220. "extra": {
  6221. "branch-alias": {
  6222. "dev-main": "1.17-dev"
  6223. },
  6224. "class": "Symfony\\Flex\\Flex"
  6225. },
  6226. "autoload": {
  6227. "psr-4": {
  6228. "Symfony\\Flex\\": "src"
  6229. }
  6230. },
  6231. "notification-url": "https://packagist.org/downloads/",
  6232. "license": [
  6233. "MIT"
  6234. ],
  6235. "authors": [
  6236. {
  6237. "name": "Fabien Potencier",
  6238. "email": "fabien.potencier@gmail.com"
  6239. }
  6240. ],
  6241. "description": "Composer plugin for Symfony",
  6242. "support": {
  6243. "issues": "https://github.com/symfony/flex/issues",
  6244. "source": "https://github.com/symfony/flex/tree/v1.17.2"
  6245. },
  6246. "funding": [
  6247. {
  6248. "url": "https://symfony.com/sponsor",
  6249. "type": "custom"
  6250. },
  6251. {
  6252. "url": "https://github.com/fabpot",
  6253. "type": "github"
  6254. },
  6255. {
  6256. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6257. "type": "tidelift"
  6258. }
  6259. ],
  6260. "time": "2021-10-21T08:39:19+00:00"
  6261. },
  6262. {
  6263. "name": "symfony/form",
  6264. "version": "v5.3.10",
  6265. "source": {
  6266. "type": "git",
  6267. "url": "https://github.com/symfony/form.git",
  6268. "reference": "656a1e370b1a617ba2fd42700b5e73dc24e8b60c"
  6269. },
  6270. "dist": {
  6271. "type": "zip",
  6272. "url": "https://api.github.com/repos/symfony/form/zipball/656a1e370b1a617ba2fd42700b5e73dc24e8b60c",
  6273. "reference": "656a1e370b1a617ba2fd42700b5e73dc24e8b60c",
  6274. "shasum": ""
  6275. },
  6276. "require": {
  6277. "php": ">=7.2.5",
  6278. "symfony/deprecation-contracts": "^2.1",
  6279. "symfony/event-dispatcher": "^4.4|^5.0",
  6280. "symfony/options-resolver": "^5.1",
  6281. "symfony/polyfill-ctype": "~1.8",
  6282. "symfony/polyfill-intl-icu": "^1.21",
  6283. "symfony/polyfill-mbstring": "~1.0",
  6284. "symfony/polyfill-php80": "^1.16",
  6285. "symfony/property-access": "^5.0.8",
  6286. "symfony/service-contracts": "^1.1|^2"
  6287. },
  6288. "conflict": {
  6289. "phpunit/phpunit": "<5.4.3",
  6290. "symfony/console": "<4.4",
  6291. "symfony/dependency-injection": "<4.4",
  6292. "symfony/doctrine-bridge": "<4.4",
  6293. "symfony/error-handler": "<4.4.5",
  6294. "symfony/framework-bundle": "<4.4",
  6295. "symfony/http-kernel": "<4.4",
  6296. "symfony/translation": "<4.4",
  6297. "symfony/translation-contracts": "<1.1.7",
  6298. "symfony/twig-bridge": "<4.4"
  6299. },
  6300. "require-dev": {
  6301. "doctrine/collections": "~1.0",
  6302. "symfony/config": "^4.4|^5.0",
  6303. "symfony/console": "^4.4|^5.0",
  6304. "symfony/dependency-injection": "^4.4|^5.0",
  6305. "symfony/expression-language": "^4.4|^5.0",
  6306. "symfony/http-foundation": "^4.4|^5.0",
  6307. "symfony/http-kernel": "^4.4|^5.0",
  6308. "symfony/intl": "^4.4|^5.0",
  6309. "symfony/security-csrf": "^4.4|^5.0",
  6310. "symfony/translation": "^4.4|^5.0",
  6311. "symfony/uid": "^5.1",
  6312. "symfony/validator": "^4.4.17|^5.1.9",
  6313. "symfony/var-dumper": "^4.4|^5.0"
  6314. },
  6315. "suggest": {
  6316. "symfony/security-csrf": "For protecting forms against CSRF attacks.",
  6317. "symfony/twig-bridge": "For templating with Twig.",
  6318. "symfony/validator": "For form validation."
  6319. },
  6320. "type": "library",
  6321. "autoload": {
  6322. "psr-4": {
  6323. "Symfony\\Component\\Form\\": ""
  6324. },
  6325. "exclude-from-classmap": [
  6326. "/Tests/"
  6327. ]
  6328. },
  6329. "notification-url": "https://packagist.org/downloads/",
  6330. "license": [
  6331. "MIT"
  6332. ],
  6333. "authors": [
  6334. {
  6335. "name": "Fabien Potencier",
  6336. "email": "fabien@symfony.com"
  6337. },
  6338. {
  6339. "name": "Symfony Community",
  6340. "homepage": "https://symfony.com/contributors"
  6341. }
  6342. ],
  6343. "description": "Allows to easily create, process and reuse HTML forms",
  6344. "homepage": "https://symfony.com",
  6345. "support": {
  6346. "source": "https://github.com/symfony/form/tree/v5.3.10"
  6347. },
  6348. "funding": [
  6349. {
  6350. "url": "https://symfony.com/sponsor",
  6351. "type": "custom"
  6352. },
  6353. {
  6354. "url": "https://github.com/fabpot",
  6355. "type": "github"
  6356. },
  6357. {
  6358. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6359. "type": "tidelift"
  6360. }
  6361. ],
  6362. "time": "2021-10-28T19:22:18+00:00"
  6363. },
  6364. {
  6365. "name": "symfony/framework-bundle",
  6366. "version": "v5.3.11",
  6367. "source": {
  6368. "type": "git",
  6369. "url": "https://github.com/symfony/framework-bundle.git",
  6370. "reference": "f463eb8252f675a51330b1a28c982739cb9005f2"
  6371. },
  6372. "dist": {
  6373. "type": "zip",
  6374. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f463eb8252f675a51330b1a28c982739cb9005f2",
  6375. "reference": "f463eb8252f675a51330b1a28c982739cb9005f2",
  6376. "shasum": ""
  6377. },
  6378. "require": {
  6379. "ext-xml": "*",
  6380. "php": ">=7.2.5",
  6381. "symfony/cache": "^5.2",
  6382. "symfony/config": "^5.3",
  6383. "symfony/dependency-injection": "^5.3",
  6384. "symfony/deprecation-contracts": "^2.1",
  6385. "symfony/error-handler": "^4.4.1|^5.0.1",
  6386. "symfony/event-dispatcher": "^5.1",
  6387. "symfony/filesystem": "^4.4|^5.0",
  6388. "symfony/finder": "^4.4|^5.0",
  6389. "symfony/http-foundation": "^5.3",
  6390. "symfony/http-kernel": "^5.3",
  6391. "symfony/polyfill-mbstring": "~1.0",
  6392. "symfony/polyfill-php80": "^1.16",
  6393. "symfony/routing": "^5.3"
  6394. },
  6395. "conflict": {
  6396. "doctrine/persistence": "<1.3",
  6397. "phpdocumentor/reflection-docblock": "<3.2.2",
  6398. "phpdocumentor/type-resolver": "<1.4.0",
  6399. "phpunit/phpunit": "<5.4.3",
  6400. "symfony/asset": "<5.3",
  6401. "symfony/browser-kit": "<4.4",
  6402. "symfony/console": "<5.2.5",
  6403. "symfony/dom-crawler": "<4.4",
  6404. "symfony/dotenv": "<5.1",
  6405. "symfony/form": "<5.2",
  6406. "symfony/http-client": "<4.4",
  6407. "symfony/lock": "<4.4",
  6408. "symfony/mailer": "<5.2",
  6409. "symfony/messenger": "<4.4",
  6410. "symfony/mime": "<4.4",
  6411. "symfony/property-access": "<5.3",
  6412. "symfony/property-info": "<4.4",
  6413. "symfony/security-core": "<5.3",
  6414. "symfony/security-csrf": "<5.3",
  6415. "symfony/serializer": "<5.2",
  6416. "symfony/stopwatch": "<4.4",
  6417. "symfony/translation": "<5.3",
  6418. "symfony/twig-bridge": "<4.4",
  6419. "symfony/twig-bundle": "<4.4",
  6420. "symfony/validator": "<5.2",
  6421. "symfony/web-profiler-bundle": "<4.4",
  6422. "symfony/workflow": "<5.2"
  6423. },
  6424. "require-dev": {
  6425. "doctrine/annotations": "^1.10.4",
  6426. "doctrine/cache": "^1.0|^2.0",
  6427. "doctrine/persistence": "^1.3|^2.0",
  6428. "paragonie/sodium_compat": "^1.8",
  6429. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6430. "symfony/asset": "^5.3",
  6431. "symfony/browser-kit": "^4.4|^5.0",
  6432. "symfony/console": "^5.2",
  6433. "symfony/css-selector": "^4.4|^5.0",
  6434. "symfony/dom-crawler": "^4.4.30|^5.3.7",
  6435. "symfony/dotenv": "^5.1",
  6436. "symfony/expression-language": "^4.4|^5.0",
  6437. "symfony/form": "^5.2",
  6438. "symfony/http-client": "^4.4|^5.0",
  6439. "symfony/lock": "^4.4|^5.0",
  6440. "symfony/mailer": "^5.2",
  6441. "symfony/messenger": "^5.2",
  6442. "symfony/mime": "^4.4|^5.0",
  6443. "symfony/notifier": "^5.3",
  6444. "symfony/phpunit-bridge": "^5.3",
  6445. "symfony/polyfill-intl-icu": "~1.0",
  6446. "symfony/process": "^4.4|^5.0",
  6447. "symfony/property-info": "^4.4|^5.0",
  6448. "symfony/rate-limiter": "^5.2",
  6449. "symfony/security-bundle": "^5.3",
  6450. "symfony/serializer": "^5.2",
  6451. "symfony/stopwatch": "^4.4|^5.0",
  6452. "symfony/string": "^5.0",
  6453. "symfony/translation": "^5.3",
  6454. "symfony/twig-bundle": "^4.4|^5.0",
  6455. "symfony/validator": "^5.2",
  6456. "symfony/web-link": "^4.4|^5.0",
  6457. "symfony/workflow": "^5.2",
  6458. "symfony/yaml": "^4.4|^5.0",
  6459. "twig/twig": "^2.10|^3.0"
  6460. },
  6461. "suggest": {
  6462. "ext-apcu": "For best performance of the system caches",
  6463. "symfony/console": "For using the console commands",
  6464. "symfony/form": "For using forms",
  6465. "symfony/property-info": "For using the property_info service",
  6466. "symfony/serializer": "For using the serializer service",
  6467. "symfony/validator": "For using validation",
  6468. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  6469. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  6470. },
  6471. "type": "symfony-bundle",
  6472. "autoload": {
  6473. "psr-4": {
  6474. "Symfony\\Bundle\\FrameworkBundle\\": ""
  6475. },
  6476. "exclude-from-classmap": [
  6477. "/Tests/"
  6478. ]
  6479. },
  6480. "notification-url": "https://packagist.org/downloads/",
  6481. "license": [
  6482. "MIT"
  6483. ],
  6484. "authors": [
  6485. {
  6486. "name": "Fabien Potencier",
  6487. "email": "fabien@symfony.com"
  6488. },
  6489. {
  6490. "name": "Symfony Community",
  6491. "homepage": "https://symfony.com/contributors"
  6492. }
  6493. ],
  6494. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  6495. "homepage": "https://symfony.com",
  6496. "support": {
  6497. "source": "https://github.com/symfony/framework-bundle/tree/v5.3.11"
  6498. },
  6499. "funding": [
  6500. {
  6501. "url": "https://symfony.com/sponsor",
  6502. "type": "custom"
  6503. },
  6504. {
  6505. "url": "https://github.com/fabpot",
  6506. "type": "github"
  6507. },
  6508. {
  6509. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6510. "type": "tidelift"
  6511. }
  6512. ],
  6513. "time": "2021-11-20T15:01:50+00:00"
  6514. },
  6515. {
  6516. "name": "symfony/http-client",
  6517. "version": "v5.3.10",
  6518. "source": {
  6519. "type": "git",
  6520. "url": "https://github.com/symfony/http-client.git",
  6521. "reference": "710b69ed4bc9469900ec5ae5c3807b0509bee0dc"
  6522. },
  6523. "dist": {
  6524. "type": "zip",
  6525. "url": "https://api.github.com/repos/symfony/http-client/zipball/710b69ed4bc9469900ec5ae5c3807b0509bee0dc",
  6526. "reference": "710b69ed4bc9469900ec5ae5c3807b0509bee0dc",
  6527. "shasum": ""
  6528. },
  6529. "require": {
  6530. "php": ">=7.2.5",
  6531. "psr/log": "^1|^2|^3",
  6532. "symfony/deprecation-contracts": "^2.1",
  6533. "symfony/http-client-contracts": "^2.4",
  6534. "symfony/polyfill-php73": "^1.11",
  6535. "symfony/polyfill-php80": "^1.16",
  6536. "symfony/service-contracts": "^1.0|^2"
  6537. },
  6538. "provide": {
  6539. "php-http/async-client-implementation": "*",
  6540. "php-http/client-implementation": "*",
  6541. "psr/http-client-implementation": "1.0",
  6542. "symfony/http-client-implementation": "2.4"
  6543. },
  6544. "require-dev": {
  6545. "amphp/amp": "^2.5",
  6546. "amphp/http-client": "^4.2.1",
  6547. "amphp/http-tunnel": "^1.0",
  6548. "amphp/socket": "^1.1",
  6549. "guzzlehttp/promises": "^1.4",
  6550. "nyholm/psr7": "^1.0",
  6551. "php-http/httplug": "^1.0|^2.0",
  6552. "psr/http-client": "^1.0",
  6553. "symfony/dependency-injection": "^4.4|^5.0",
  6554. "symfony/http-kernel": "^4.4.13|^5.1.5",
  6555. "symfony/process": "^4.4|^5.0",
  6556. "symfony/stopwatch": "^4.4|^5.0"
  6557. },
  6558. "type": "library",
  6559. "autoload": {
  6560. "psr-4": {
  6561. "Symfony\\Component\\HttpClient\\": ""
  6562. },
  6563. "exclude-from-classmap": [
  6564. "/Tests/"
  6565. ]
  6566. },
  6567. "notification-url": "https://packagist.org/downloads/",
  6568. "license": [
  6569. "MIT"
  6570. ],
  6571. "authors": [
  6572. {
  6573. "name": "Nicolas Grekas",
  6574. "email": "p@tchwork.com"
  6575. },
  6576. {
  6577. "name": "Symfony Community",
  6578. "homepage": "https://symfony.com/contributors"
  6579. }
  6580. ],
  6581. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  6582. "homepage": "https://symfony.com",
  6583. "support": {
  6584. "source": "https://github.com/symfony/http-client/tree/v5.3.10"
  6585. },
  6586. "funding": [
  6587. {
  6588. "url": "https://symfony.com/sponsor",
  6589. "type": "custom"
  6590. },
  6591. {
  6592. "url": "https://github.com/fabpot",
  6593. "type": "github"
  6594. },
  6595. {
  6596. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6597. "type": "tidelift"
  6598. }
  6599. ],
  6600. "time": "2021-10-19T08:32:53+00:00"
  6601. },
  6602. {
  6603. "name": "symfony/http-client-contracts",
  6604. "version": "v2.5.0",
  6605. "source": {
  6606. "type": "git",
  6607. "url": "https://github.com/symfony/http-client-contracts.git",
  6608. "reference": "ec82e57b5b714dbb69300d348bd840b345e24166"
  6609. },
  6610. "dist": {
  6611. "type": "zip",
  6612. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166",
  6613. "reference": "ec82e57b5b714dbb69300d348bd840b345e24166",
  6614. "shasum": ""
  6615. },
  6616. "require": {
  6617. "php": ">=7.2.5"
  6618. },
  6619. "suggest": {
  6620. "symfony/http-client-implementation": ""
  6621. },
  6622. "type": "library",
  6623. "extra": {
  6624. "branch-alias": {
  6625. "dev-main": "2.5-dev"
  6626. },
  6627. "thanks": {
  6628. "name": "symfony/contracts",
  6629. "url": "https://github.com/symfony/contracts"
  6630. }
  6631. },
  6632. "autoload": {
  6633. "psr-4": {
  6634. "Symfony\\Contracts\\HttpClient\\": ""
  6635. }
  6636. },
  6637. "notification-url": "https://packagist.org/downloads/",
  6638. "license": [
  6639. "MIT"
  6640. ],
  6641. "authors": [
  6642. {
  6643. "name": "Nicolas Grekas",
  6644. "email": "p@tchwork.com"
  6645. },
  6646. {
  6647. "name": "Symfony Community",
  6648. "homepage": "https://symfony.com/contributors"
  6649. }
  6650. ],
  6651. "description": "Generic abstractions related to HTTP clients",
  6652. "homepage": "https://symfony.com",
  6653. "keywords": [
  6654. "abstractions",
  6655. "contracts",
  6656. "decoupling",
  6657. "interfaces",
  6658. "interoperability",
  6659. "standards"
  6660. ],
  6661. "support": {
  6662. "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0"
  6663. },
  6664. "funding": [
  6665. {
  6666. "url": "https://symfony.com/sponsor",
  6667. "type": "custom"
  6668. },
  6669. {
  6670. "url": "https://github.com/fabpot",
  6671. "type": "github"
  6672. },
  6673. {
  6674. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6675. "type": "tidelift"
  6676. }
  6677. ],
  6678. "time": "2021-11-03T09:24:47+00:00"
  6679. },
  6680. {
  6681. "name": "symfony/http-foundation",
  6682. "version": "v5.3.11",
  6683. "source": {
  6684. "type": "git",
  6685. "url": "https://github.com/symfony/http-foundation.git",
  6686. "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc"
  6687. },
  6688. "dist": {
  6689. "type": "zip",
  6690. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc",
  6691. "reference": "d1e7059ebeb0b8f9fe5eb5b26eacd2e3c1f371cc",
  6692. "shasum": ""
  6693. },
  6694. "require": {
  6695. "php": ">=7.2.5",
  6696. "symfony/deprecation-contracts": "^2.1",
  6697. "symfony/polyfill-mbstring": "~1.1",
  6698. "symfony/polyfill-php80": "^1.16"
  6699. },
  6700. "require-dev": {
  6701. "predis/predis": "~1.0",
  6702. "symfony/cache": "^4.4|^5.0",
  6703. "symfony/expression-language": "^4.4|^5.0",
  6704. "symfony/mime": "^4.4|^5.0"
  6705. },
  6706. "suggest": {
  6707. "symfony/mime": "To use the file extension guesser"
  6708. },
  6709. "type": "library",
  6710. "autoload": {
  6711. "psr-4": {
  6712. "Symfony\\Component\\HttpFoundation\\": ""
  6713. },
  6714. "exclude-from-classmap": [
  6715. "/Tests/"
  6716. ]
  6717. },
  6718. "notification-url": "https://packagist.org/downloads/",
  6719. "license": [
  6720. "MIT"
  6721. ],
  6722. "authors": [
  6723. {
  6724. "name": "Fabien Potencier",
  6725. "email": "fabien@symfony.com"
  6726. },
  6727. {
  6728. "name": "Symfony Community",
  6729. "homepage": "https://symfony.com/contributors"
  6730. }
  6731. ],
  6732. "description": "Defines an object-oriented layer for the HTTP specification",
  6733. "homepage": "https://symfony.com",
  6734. "support": {
  6735. "source": "https://github.com/symfony/http-foundation/tree/v5.3.11"
  6736. },
  6737. "funding": [
  6738. {
  6739. "url": "https://symfony.com/sponsor",
  6740. "type": "custom"
  6741. },
  6742. {
  6743. "url": "https://github.com/fabpot",
  6744. "type": "github"
  6745. },
  6746. {
  6747. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6748. "type": "tidelift"
  6749. }
  6750. ],
  6751. "time": "2021-11-04T16:37:19+00:00"
  6752. },
  6753. {
  6754. "name": "symfony/http-kernel",
  6755. "version": "v5.3.12",
  6756. "source": {
  6757. "type": "git",
  6758. "url": "https://github.com/symfony/http-kernel.git",
  6759. "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b"
  6760. },
  6761. "dist": {
  6762. "type": "zip",
  6763. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53025cd1d91b1af85d6d9e17eefa98e31ee953b",
  6764. "reference": "f53025cd1d91b1af85d6d9e17eefa98e31ee953b",
  6765. "shasum": ""
  6766. },
  6767. "require": {
  6768. "php": ">=7.2.5",
  6769. "psr/log": "^1|^2",
  6770. "symfony/deprecation-contracts": "^2.1",
  6771. "symfony/error-handler": "^4.4|^5.0",
  6772. "symfony/event-dispatcher": "^5.0",
  6773. "symfony/http-client-contracts": "^1.1|^2",
  6774. "symfony/http-foundation": "^5.3.7",
  6775. "symfony/polyfill-ctype": "^1.8",
  6776. "symfony/polyfill-php73": "^1.9",
  6777. "symfony/polyfill-php80": "^1.16"
  6778. },
  6779. "conflict": {
  6780. "symfony/browser-kit": "<4.4",
  6781. "symfony/cache": "<5.0",
  6782. "symfony/config": "<5.0",
  6783. "symfony/console": "<4.4",
  6784. "symfony/dependency-injection": "<5.3",
  6785. "symfony/doctrine-bridge": "<5.0",
  6786. "symfony/form": "<5.0",
  6787. "symfony/http-client": "<5.0",
  6788. "symfony/mailer": "<5.0",
  6789. "symfony/messenger": "<5.0",
  6790. "symfony/translation": "<5.0",
  6791. "symfony/twig-bridge": "<5.0",
  6792. "symfony/validator": "<5.0",
  6793. "twig/twig": "<2.13"
  6794. },
  6795. "provide": {
  6796. "psr/log-implementation": "1.0|2.0"
  6797. },
  6798. "require-dev": {
  6799. "psr/cache": "^1.0|^2.0|^3.0",
  6800. "symfony/browser-kit": "^4.4|^5.0",
  6801. "symfony/config": "^5.0",
  6802. "symfony/console": "^4.4|^5.0",
  6803. "symfony/css-selector": "^4.4|^5.0",
  6804. "symfony/dependency-injection": "^5.3",
  6805. "symfony/dom-crawler": "^4.4|^5.0",
  6806. "symfony/expression-language": "^4.4|^5.0",
  6807. "symfony/finder": "^4.4|^5.0",
  6808. "symfony/process": "^4.4|^5.0",
  6809. "symfony/routing": "^4.4|^5.0",
  6810. "symfony/stopwatch": "^4.4|^5.0",
  6811. "symfony/translation": "^4.4|^5.0",
  6812. "symfony/translation-contracts": "^1.1|^2",
  6813. "twig/twig": "^2.13|^3.0.4"
  6814. },
  6815. "suggest": {
  6816. "symfony/browser-kit": "",
  6817. "symfony/config": "",
  6818. "symfony/console": "",
  6819. "symfony/dependency-injection": ""
  6820. },
  6821. "type": "library",
  6822. "autoload": {
  6823. "psr-4": {
  6824. "Symfony\\Component\\HttpKernel\\": ""
  6825. },
  6826. "exclude-from-classmap": [
  6827. "/Tests/"
  6828. ]
  6829. },
  6830. "notification-url": "https://packagist.org/downloads/",
  6831. "license": [
  6832. "MIT"
  6833. ],
  6834. "authors": [
  6835. {
  6836. "name": "Fabien Potencier",
  6837. "email": "fabien@symfony.com"
  6838. },
  6839. {
  6840. "name": "Symfony Community",
  6841. "homepage": "https://symfony.com/contributors"
  6842. }
  6843. ],
  6844. "description": "Provides a structured process for converting a Request into a Response",
  6845. "homepage": "https://symfony.com",
  6846. "support": {
  6847. "source": "https://github.com/symfony/http-kernel/tree/v5.3.12"
  6848. },
  6849. "funding": [
  6850. {
  6851. "url": "https://symfony.com/sponsor",
  6852. "type": "custom"
  6853. },
  6854. {
  6855. "url": "https://github.com/fabpot",
  6856. "type": "github"
  6857. },
  6858. {
  6859. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6860. "type": "tidelift"
  6861. }
  6862. ],
  6863. "time": "2021-11-24T08:46:46+00:00"
  6864. },
  6865. {
  6866. "name": "symfony/intl",
  6867. "version": "v5.3.8",
  6868. "source": {
  6869. "type": "git",
  6870. "url": "https://github.com/symfony/intl.git",
  6871. "reference": "dc9e9cdefb52ff436ee27af6d9631e455d201a3d"
  6872. },
  6873. "dist": {
  6874. "type": "zip",
  6875. "url": "https://api.github.com/repos/symfony/intl/zipball/dc9e9cdefb52ff436ee27af6d9631e455d201a3d",
  6876. "reference": "dc9e9cdefb52ff436ee27af6d9631e455d201a3d",
  6877. "shasum": ""
  6878. },
  6879. "require": {
  6880. "php": ">=7.2.5",
  6881. "symfony/deprecation-contracts": "^2.1",
  6882. "symfony/polyfill-php80": "^1.16"
  6883. },
  6884. "require-dev": {
  6885. "symfony/filesystem": "^4.4|^5.0"
  6886. },
  6887. "type": "library",
  6888. "autoload": {
  6889. "psr-4": {
  6890. "Symfony\\Component\\Intl\\": ""
  6891. },
  6892. "classmap": [
  6893. "Resources/stubs"
  6894. ],
  6895. "files": [
  6896. "Resources/functions.php"
  6897. ],
  6898. "exclude-from-classmap": [
  6899. "/Tests/"
  6900. ]
  6901. },
  6902. "notification-url": "https://packagist.org/downloads/",
  6903. "license": [
  6904. "MIT"
  6905. ],
  6906. "authors": [
  6907. {
  6908. "name": "Bernhard Schussek",
  6909. "email": "bschussek@gmail.com"
  6910. },
  6911. {
  6912. "name": "Eriksen Costa",
  6913. "email": "eriksen.costa@infranology.com.br"
  6914. },
  6915. {
  6916. "name": "Igor Wiedler",
  6917. "email": "igor@wiedler.ch"
  6918. },
  6919. {
  6920. "name": "Symfony Community",
  6921. "homepage": "https://symfony.com/contributors"
  6922. }
  6923. ],
  6924. "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
  6925. "homepage": "https://symfony.com",
  6926. "keywords": [
  6927. "i18n",
  6928. "icu",
  6929. "internationalization",
  6930. "intl",
  6931. "l10n",
  6932. "localization"
  6933. ],
  6934. "support": {
  6935. "source": "https://github.com/symfony/intl/tree/v5.3.8"
  6936. },
  6937. "funding": [
  6938. {
  6939. "url": "https://symfony.com/sponsor",
  6940. "type": "custom"
  6941. },
  6942. {
  6943. "url": "https://github.com/fabpot",
  6944. "type": "github"
  6945. },
  6946. {
  6947. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6948. "type": "tidelift"
  6949. }
  6950. ],
  6951. "time": "2021-09-14T15:57:41+00:00"
  6952. },
  6953. {
  6954. "name": "symfony/mailer",
  6955. "version": "v5.3.9",
  6956. "source": {
  6957. "type": "git",
  6958. "url": "https://github.com/symfony/mailer.git",
  6959. "reference": "c1f83da2296741110be35dd779f2a9e412cec466"
  6960. },
  6961. "dist": {
  6962. "type": "zip",
  6963. "url": "https://api.github.com/repos/symfony/mailer/zipball/c1f83da2296741110be35dd779f2a9e412cec466",
  6964. "reference": "c1f83da2296741110be35dd779f2a9e412cec466",
  6965. "shasum": ""
  6966. },
  6967. "require": {
  6968. "egulias/email-validator": "^2.1.10|^3",
  6969. "php": ">=7.2.5",
  6970. "psr/log": "^1|^2|^3",
  6971. "symfony/deprecation-contracts": "^2.1",
  6972. "symfony/event-dispatcher": "^4.4|^5.0",
  6973. "symfony/mime": "^5.2.6",
  6974. "symfony/polyfill-php80": "^1.16",
  6975. "symfony/service-contracts": "^1.1|^2"
  6976. },
  6977. "conflict": {
  6978. "symfony/http-kernel": "<4.4"
  6979. },
  6980. "require-dev": {
  6981. "symfony/http-client-contracts": "^1.1|^2",
  6982. "symfony/messenger": "^4.4|^5.0"
  6983. },
  6984. "type": "library",
  6985. "autoload": {
  6986. "psr-4": {
  6987. "Symfony\\Component\\Mailer\\": ""
  6988. },
  6989. "exclude-from-classmap": [
  6990. "/Tests/"
  6991. ]
  6992. },
  6993. "notification-url": "https://packagist.org/downloads/",
  6994. "license": [
  6995. "MIT"
  6996. ],
  6997. "authors": [
  6998. {
  6999. "name": "Fabien Potencier",
  7000. "email": "fabien@symfony.com"
  7001. },
  7002. {
  7003. "name": "Symfony Community",
  7004. "homepage": "https://symfony.com/contributors"
  7005. }
  7006. ],
  7007. "description": "Helps sending emails",
  7008. "homepage": "https://symfony.com",
  7009. "support": {
  7010. "source": "https://github.com/symfony/mailer/tree/v5.3.9"
  7011. },
  7012. "funding": [
  7013. {
  7014. "url": "https://symfony.com/sponsor",
  7015. "type": "custom"
  7016. },
  7017. {
  7018. "url": "https://github.com/fabpot",
  7019. "type": "github"
  7020. },
  7021. {
  7022. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7023. "type": "tidelift"
  7024. }
  7025. ],
  7026. "time": "2021-07-23T15:55:36+00:00"
  7027. },
  7028. {
  7029. "name": "symfony/mime",
  7030. "version": "v5.3.11",
  7031. "source": {
  7032. "type": "git",
  7033. "url": "https://github.com/symfony/mime.git",
  7034. "reference": "dffc0684f10526db12c52fcd6238c64695426d61"
  7035. },
  7036. "dist": {
  7037. "type": "zip",
  7038. "url": "https://api.github.com/repos/symfony/mime/zipball/dffc0684f10526db12c52fcd6238c64695426d61",
  7039. "reference": "dffc0684f10526db12c52fcd6238c64695426d61",
  7040. "shasum": ""
  7041. },
  7042. "require": {
  7043. "php": ">=7.2.5",
  7044. "symfony/deprecation-contracts": "^2.1",
  7045. "symfony/polyfill-intl-idn": "^1.10",
  7046. "symfony/polyfill-mbstring": "^1.0",
  7047. "symfony/polyfill-php80": "^1.16"
  7048. },
  7049. "conflict": {
  7050. "egulias/email-validator": "~3.0.0",
  7051. "phpdocumentor/reflection-docblock": "<3.2.2",
  7052. "phpdocumentor/type-resolver": "<1.4.0",
  7053. "symfony/mailer": "<4.4"
  7054. },
  7055. "require-dev": {
  7056. "egulias/email-validator": "^2.1.10|^3.1",
  7057. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  7058. "symfony/dependency-injection": "^4.4|^5.0",
  7059. "symfony/property-access": "^4.4|^5.1",
  7060. "symfony/property-info": "^4.4|^5.1",
  7061. "symfony/serializer": "^5.2"
  7062. },
  7063. "type": "library",
  7064. "autoload": {
  7065. "psr-4": {
  7066. "Symfony\\Component\\Mime\\": ""
  7067. },
  7068. "exclude-from-classmap": [
  7069. "/Tests/"
  7070. ]
  7071. },
  7072. "notification-url": "https://packagist.org/downloads/",
  7073. "license": [
  7074. "MIT"
  7075. ],
  7076. "authors": [
  7077. {
  7078. "name": "Fabien Potencier",
  7079. "email": "fabien@symfony.com"
  7080. },
  7081. {
  7082. "name": "Symfony Community",
  7083. "homepage": "https://symfony.com/contributors"
  7084. }
  7085. ],
  7086. "description": "Allows manipulating MIME messages",
  7087. "homepage": "https://symfony.com",
  7088. "keywords": [
  7089. "mime",
  7090. "mime-type"
  7091. ],
  7092. "support": {
  7093. "source": "https://github.com/symfony/mime/tree/v5.3.11"
  7094. },
  7095. "funding": [
  7096. {
  7097. "url": "https://symfony.com/sponsor",
  7098. "type": "custom"
  7099. },
  7100. {
  7101. "url": "https://github.com/fabpot",
  7102. "type": "github"
  7103. },
  7104. {
  7105. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7106. "type": "tidelift"
  7107. }
  7108. ],
  7109. "time": "2021-11-20T16:42:42+00:00"
  7110. },
  7111. {
  7112. "name": "symfony/monolog-bridge",
  7113. "version": "v5.3.7",
  7114. "source": {
  7115. "type": "git",
  7116. "url": "https://github.com/symfony/monolog-bridge.git",
  7117. "reference": "4ace41087254f099b6743333155071438bfb12c3"
  7118. },
  7119. "dist": {
  7120. "type": "zip",
  7121. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4ace41087254f099b6743333155071438bfb12c3",
  7122. "reference": "4ace41087254f099b6743333155071438bfb12c3",
  7123. "shasum": ""
  7124. },
  7125. "require": {
  7126. "monolog/monolog": "^1.25.1|^2",
  7127. "php": ">=7.2.5",
  7128. "symfony/deprecation-contracts": "^2.1",
  7129. "symfony/http-kernel": "^5.3",
  7130. "symfony/polyfill-php80": "^1.16",
  7131. "symfony/service-contracts": "^1.1|^2"
  7132. },
  7133. "conflict": {
  7134. "symfony/console": "<4.4",
  7135. "symfony/http-foundation": "<5.3"
  7136. },
  7137. "require-dev": {
  7138. "symfony/console": "^4.4|^5.0",
  7139. "symfony/http-client": "^4.4|^5.0",
  7140. "symfony/mailer": "^4.4|^5.0",
  7141. "symfony/messenger": "^4.4|^5.0",
  7142. "symfony/mime": "^4.4|^5.0",
  7143. "symfony/security-core": "^4.4|^5.0",
  7144. "symfony/var-dumper": "^4.4|^5.0"
  7145. },
  7146. "suggest": {
  7147. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  7148. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  7149. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  7150. },
  7151. "type": "symfony-bridge",
  7152. "autoload": {
  7153. "psr-4": {
  7154. "Symfony\\Bridge\\Monolog\\": ""
  7155. },
  7156. "exclude-from-classmap": [
  7157. "/Tests/"
  7158. ]
  7159. },
  7160. "notification-url": "https://packagist.org/downloads/",
  7161. "license": [
  7162. "MIT"
  7163. ],
  7164. "authors": [
  7165. {
  7166. "name": "Fabien Potencier",
  7167. "email": "fabien@symfony.com"
  7168. },
  7169. {
  7170. "name": "Symfony Community",
  7171. "homepage": "https://symfony.com/contributors"
  7172. }
  7173. ],
  7174. "description": "Provides integration for Monolog with various Symfony components",
  7175. "homepage": "https://symfony.com",
  7176. "support": {
  7177. "source": "https://github.com/symfony/monolog-bridge/tree/v5.3.7"
  7178. },
  7179. "funding": [
  7180. {
  7181. "url": "https://symfony.com/sponsor",
  7182. "type": "custom"
  7183. },
  7184. {
  7185. "url": "https://github.com/fabpot",
  7186. "type": "github"
  7187. },
  7188. {
  7189. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7190. "type": "tidelift"
  7191. }
  7192. ],
  7193. "time": "2021-08-13T15:54:02+00:00"
  7194. },
  7195. {
  7196. "name": "symfony/monolog-bundle",
  7197. "version": "v3.7.1",
  7198. "source": {
  7199. "type": "git",
  7200. "url": "https://github.com/symfony/monolog-bundle.git",
  7201. "reference": "fde12fc628162787a4e53877abadc30047fd868b"
  7202. },
  7203. "dist": {
  7204. "type": "zip",
  7205. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/fde12fc628162787a4e53877abadc30047fd868b",
  7206. "reference": "fde12fc628162787a4e53877abadc30047fd868b",
  7207. "shasum": ""
  7208. },
  7209. "require": {
  7210. "monolog/monolog": "~1.22 || ~2.0",
  7211. "php": ">=7.1.3",
  7212. "symfony/config": "~4.4 || ^5.0 || ^6.0",
  7213. "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
  7214. "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
  7215. "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
  7216. },
  7217. "require-dev": {
  7218. "symfony/console": "~4.4 || ^5.0 || ^6.0",
  7219. "symfony/phpunit-bridge": "^5.2 || ^6.0",
  7220. "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
  7221. },
  7222. "type": "symfony-bundle",
  7223. "extra": {
  7224. "branch-alias": {
  7225. "dev-master": "3.x-dev"
  7226. }
  7227. },
  7228. "autoload": {
  7229. "psr-4": {
  7230. "Symfony\\Bundle\\MonologBundle\\": ""
  7231. },
  7232. "exclude-from-classmap": [
  7233. "/Tests/"
  7234. ]
  7235. },
  7236. "notification-url": "https://packagist.org/downloads/",
  7237. "license": [
  7238. "MIT"
  7239. ],
  7240. "authors": [
  7241. {
  7242. "name": "Fabien Potencier",
  7243. "email": "fabien@symfony.com"
  7244. },
  7245. {
  7246. "name": "Symfony Community",
  7247. "homepage": "https://symfony.com/contributors"
  7248. }
  7249. ],
  7250. "description": "Symfony MonologBundle",
  7251. "homepage": "https://symfony.com",
  7252. "keywords": [
  7253. "log",
  7254. "logging"
  7255. ],
  7256. "support": {
  7257. "issues": "https://github.com/symfony/monolog-bundle/issues",
  7258. "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.1"
  7259. },
  7260. "funding": [
  7261. {
  7262. "url": "https://symfony.com/sponsor",
  7263. "type": "custom"
  7264. },
  7265. {
  7266. "url": "https://github.com/fabpot",
  7267. "type": "github"
  7268. },
  7269. {
  7270. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7271. "type": "tidelift"
  7272. }
  7273. ],
  7274. "time": "2021-11-05T10:34:29+00:00"
  7275. },
  7276. {
  7277. "name": "symfony/notifier",
  7278. "version": "v5.3.9",
  7279. "source": {
  7280. "type": "git",
  7281. "url": "https://github.com/symfony/notifier.git",
  7282. "reference": "71d3d7f35a7d5706a200a6b9516c7c2922ee4dd7"
  7283. },
  7284. "dist": {
  7285. "type": "zip",
  7286. "url": "https://api.github.com/repos/symfony/notifier/zipball/71d3d7f35a7d5706a200a6b9516c7c2922ee4dd7",
  7287. "reference": "71d3d7f35a7d5706a200a6b9516c7c2922ee4dd7",
  7288. "shasum": ""
  7289. },
  7290. "require": {
  7291. "php": ">=7.2.5",
  7292. "psr/log": "^1|^2|^3",
  7293. "symfony/polyfill-php80": "^1.15"
  7294. },
  7295. "conflict": {
  7296. "symfony/discord-notifier": "<5.3",
  7297. "symfony/esendex-notifier": "<5.3",
  7298. "symfony/firebase-notifier": "<5.3",
  7299. "symfony/free-mobile-notifier": "<5.3",
  7300. "symfony/google-chat-notifier": "<5.3",
  7301. "symfony/http-kernel": "<4.4",
  7302. "symfony/infobip-notifier": "<5.3",
  7303. "symfony/linked-in-notifier": "<5.3",
  7304. "symfony/mattermost-notifier": "<5.3",
  7305. "symfony/mobyt-notifier": "<5.3",
  7306. "symfony/nexmo-notifier": "<5.3",
  7307. "symfony/ovh-cloud-notifier": "<5.3",
  7308. "symfony/rocket-chat-notifier": "<5.3",
  7309. "symfony/sendinblue-notifier": "<5.3",
  7310. "symfony/sinch-notifier": "<5.3",
  7311. "symfony/slack-notifier": "<5.3",
  7312. "symfony/smsapi-notifier": "<5.3",
  7313. "symfony/telegram-notifier": "<5.3",
  7314. "symfony/twilio-notifier": "<5.3",
  7315. "symfony/zulip-notifier": "<5.3"
  7316. },
  7317. "require-dev": {
  7318. "symfony/event-dispatcher-contracts": "^2",
  7319. "symfony/http-client-contracts": "^2",
  7320. "symfony/messenger": "^4.4 || ^5.0"
  7321. },
  7322. "type": "library",
  7323. "autoload": {
  7324. "psr-4": {
  7325. "Symfony\\Component\\Notifier\\": ""
  7326. },
  7327. "exclude-from-classmap": [
  7328. "/Tests/"
  7329. ]
  7330. },
  7331. "notification-url": "https://packagist.org/downloads/",
  7332. "license": [
  7333. "MIT"
  7334. ],
  7335. "authors": [
  7336. {
  7337. "name": "Fabien Potencier",
  7338. "email": "fabien@symfony.com"
  7339. },
  7340. {
  7341. "name": "Symfony Community",
  7342. "homepage": "https://symfony.com/contributors"
  7343. }
  7344. ],
  7345. "description": "Sends notifications via one or more channels (email, SMS, ...)",
  7346. "homepage": "https://symfony.com",
  7347. "keywords": [
  7348. "notification",
  7349. "notifier"
  7350. ],
  7351. "support": {
  7352. "source": "https://github.com/symfony/notifier/tree/v5.3.9"
  7353. },
  7354. "funding": [
  7355. {
  7356. "url": "https://symfony.com/sponsor",
  7357. "type": "custom"
  7358. },
  7359. {
  7360. "url": "https://github.com/fabpot",
  7361. "type": "github"
  7362. },
  7363. {
  7364. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7365. "type": "tidelift"
  7366. }
  7367. ],
  7368. "time": "2021-07-19T06:02:01+00:00"
  7369. },
  7370. {
  7371. "name": "symfony/options-resolver",
  7372. "version": "v5.3.7",
  7373. "source": {
  7374. "type": "git",
  7375. "url": "https://github.com/symfony/options-resolver.git",
  7376. "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e"
  7377. },
  7378. "dist": {
  7379. "type": "zip",
  7380. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e",
  7381. "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e",
  7382. "shasum": ""
  7383. },
  7384. "require": {
  7385. "php": ">=7.2.5",
  7386. "symfony/deprecation-contracts": "^2.1",
  7387. "symfony/polyfill-php73": "~1.0",
  7388. "symfony/polyfill-php80": "^1.16"
  7389. },
  7390. "type": "library",
  7391. "autoload": {
  7392. "psr-4": {
  7393. "Symfony\\Component\\OptionsResolver\\": ""
  7394. },
  7395. "exclude-from-classmap": [
  7396. "/Tests/"
  7397. ]
  7398. },
  7399. "notification-url": "https://packagist.org/downloads/",
  7400. "license": [
  7401. "MIT"
  7402. ],
  7403. "authors": [
  7404. {
  7405. "name": "Fabien Potencier",
  7406. "email": "fabien@symfony.com"
  7407. },
  7408. {
  7409. "name": "Symfony Community",
  7410. "homepage": "https://symfony.com/contributors"
  7411. }
  7412. ],
  7413. "description": "Provides an improved replacement for the array_replace PHP function",
  7414. "homepage": "https://symfony.com",
  7415. "keywords": [
  7416. "config",
  7417. "configuration",
  7418. "options"
  7419. ],
  7420. "support": {
  7421. "source": "https://github.com/symfony/options-resolver/tree/v5.3.7"
  7422. },
  7423. "funding": [
  7424. {
  7425. "url": "https://symfony.com/sponsor",
  7426. "type": "custom"
  7427. },
  7428. {
  7429. "url": "https://github.com/fabpot",
  7430. "type": "github"
  7431. },
  7432. {
  7433. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7434. "type": "tidelift"
  7435. }
  7436. ],
  7437. "time": "2021-08-04T21:20:46+00:00"
  7438. },
  7439. {
  7440. "name": "symfony/password-hasher",
  7441. "version": "v5.3.8",
  7442. "source": {
  7443. "type": "git",
  7444. "url": "https://github.com/symfony/password-hasher.git",
  7445. "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda"
  7446. },
  7447. "dist": {
  7448. "type": "zip",
  7449. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
  7450. "reference": "4bdaa0cca1fb3521bc1825160f3b5490c130bbda",
  7451. "shasum": ""
  7452. },
  7453. "require": {
  7454. "php": ">=7.2.5",
  7455. "symfony/polyfill-php80": "^1.15"
  7456. },
  7457. "conflict": {
  7458. "symfony/security-core": "<5.3"
  7459. },
  7460. "require-dev": {
  7461. "symfony/console": "^5",
  7462. "symfony/security-core": "^5.3"
  7463. },
  7464. "type": "library",
  7465. "autoload": {
  7466. "psr-4": {
  7467. "Symfony\\Component\\PasswordHasher\\": ""
  7468. },
  7469. "exclude-from-classmap": [
  7470. "/Tests/"
  7471. ]
  7472. },
  7473. "notification-url": "https://packagist.org/downloads/",
  7474. "license": [
  7475. "MIT"
  7476. ],
  7477. "authors": [
  7478. {
  7479. "name": "Robin Chalas",
  7480. "email": "robin.chalas@gmail.com"
  7481. },
  7482. {
  7483. "name": "Symfony Community",
  7484. "homepage": "https://symfony.com/contributors"
  7485. }
  7486. ],
  7487. "description": "Provides password hashing utilities",
  7488. "homepage": "https://symfony.com",
  7489. "keywords": [
  7490. "hashing",
  7491. "password"
  7492. ],
  7493. "support": {
  7494. "source": "https://github.com/symfony/password-hasher/tree/v5.3.8"
  7495. },
  7496. "funding": [
  7497. {
  7498. "url": "https://symfony.com/sponsor",
  7499. "type": "custom"
  7500. },
  7501. {
  7502. "url": "https://github.com/fabpot",
  7503. "type": "github"
  7504. },
  7505. {
  7506. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7507. "type": "tidelift"
  7508. }
  7509. ],
  7510. "time": "2021-09-03T12:22:16+00:00"
  7511. },
  7512. {
  7513. "name": "symfony/polyfill-intl-grapheme",
  7514. "version": "v1.23.1",
  7515. "source": {
  7516. "type": "git",
  7517. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  7518. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
  7519. },
  7520. "dist": {
  7521. "type": "zip",
  7522. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
  7523. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
  7524. "shasum": ""
  7525. },
  7526. "require": {
  7527. "php": ">=7.1"
  7528. },
  7529. "suggest": {
  7530. "ext-intl": "For best performance"
  7531. },
  7532. "type": "library",
  7533. "extra": {
  7534. "branch-alias": {
  7535. "dev-main": "1.23-dev"
  7536. },
  7537. "thanks": {
  7538. "name": "symfony/polyfill",
  7539. "url": "https://github.com/symfony/polyfill"
  7540. }
  7541. },
  7542. "autoload": {
  7543. "psr-4": {
  7544. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  7545. },
  7546. "files": [
  7547. "bootstrap.php"
  7548. ]
  7549. },
  7550. "notification-url": "https://packagist.org/downloads/",
  7551. "license": [
  7552. "MIT"
  7553. ],
  7554. "authors": [
  7555. {
  7556. "name": "Nicolas Grekas",
  7557. "email": "p@tchwork.com"
  7558. },
  7559. {
  7560. "name": "Symfony Community",
  7561. "homepage": "https://symfony.com/contributors"
  7562. }
  7563. ],
  7564. "description": "Symfony polyfill for intl's grapheme_* functions",
  7565. "homepage": "https://symfony.com",
  7566. "keywords": [
  7567. "compatibility",
  7568. "grapheme",
  7569. "intl",
  7570. "polyfill",
  7571. "portable",
  7572. "shim"
  7573. ],
  7574. "support": {
  7575. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
  7576. },
  7577. "funding": [
  7578. {
  7579. "url": "https://symfony.com/sponsor",
  7580. "type": "custom"
  7581. },
  7582. {
  7583. "url": "https://github.com/fabpot",
  7584. "type": "github"
  7585. },
  7586. {
  7587. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7588. "type": "tidelift"
  7589. }
  7590. ],
  7591. "time": "2021-05-27T12:26:48+00:00"
  7592. },
  7593. {
  7594. "name": "symfony/polyfill-intl-icu",
  7595. "version": "v1.23.0",
  7596. "source": {
  7597. "type": "git",
  7598. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  7599. "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda"
  7600. },
  7601. "dist": {
  7602. "type": "zip",
  7603. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda",
  7604. "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda",
  7605. "shasum": ""
  7606. },
  7607. "require": {
  7608. "php": ">=7.1"
  7609. },
  7610. "suggest": {
  7611. "ext-intl": "For best performance and support of other locales than \"en\""
  7612. },
  7613. "type": "library",
  7614. "extra": {
  7615. "branch-alias": {
  7616. "dev-main": "1.23-dev"
  7617. },
  7618. "thanks": {
  7619. "name": "symfony/polyfill",
  7620. "url": "https://github.com/symfony/polyfill"
  7621. }
  7622. },
  7623. "autoload": {
  7624. "files": [
  7625. "bootstrap.php"
  7626. ],
  7627. "psr-4": {
  7628. "Symfony\\Polyfill\\Intl\\Icu\\": ""
  7629. },
  7630. "classmap": [
  7631. "Resources/stubs"
  7632. ],
  7633. "exclude-from-classmap": [
  7634. "/Tests/"
  7635. ]
  7636. },
  7637. "notification-url": "https://packagist.org/downloads/",
  7638. "license": [
  7639. "MIT"
  7640. ],
  7641. "authors": [
  7642. {
  7643. "name": "Nicolas Grekas",
  7644. "email": "p@tchwork.com"
  7645. },
  7646. {
  7647. "name": "Symfony Community",
  7648. "homepage": "https://symfony.com/contributors"
  7649. }
  7650. ],
  7651. "description": "Symfony polyfill for intl's ICU-related data and classes",
  7652. "homepage": "https://symfony.com",
  7653. "keywords": [
  7654. "compatibility",
  7655. "icu",
  7656. "intl",
  7657. "polyfill",
  7658. "portable",
  7659. "shim"
  7660. ],
  7661. "support": {
  7662. "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0"
  7663. },
  7664. "funding": [
  7665. {
  7666. "url": "https://symfony.com/sponsor",
  7667. "type": "custom"
  7668. },
  7669. {
  7670. "url": "https://github.com/fabpot",
  7671. "type": "github"
  7672. },
  7673. {
  7674. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7675. "type": "tidelift"
  7676. }
  7677. ],
  7678. "time": "2021-05-24T10:04:56+00:00"
  7679. },
  7680. {
  7681. "name": "symfony/polyfill-intl-idn",
  7682. "version": "v1.23.0",
  7683. "source": {
  7684. "type": "git",
  7685. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  7686. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
  7687. },
  7688. "dist": {
  7689. "type": "zip",
  7690. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
  7691. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
  7692. "shasum": ""
  7693. },
  7694. "require": {
  7695. "php": ">=7.1",
  7696. "symfony/polyfill-intl-normalizer": "^1.10",
  7697. "symfony/polyfill-php72": "^1.10"
  7698. },
  7699. "suggest": {
  7700. "ext-intl": "For best performance"
  7701. },
  7702. "type": "library",
  7703. "extra": {
  7704. "branch-alias": {
  7705. "dev-main": "1.23-dev"
  7706. },
  7707. "thanks": {
  7708. "name": "symfony/polyfill",
  7709. "url": "https://github.com/symfony/polyfill"
  7710. }
  7711. },
  7712. "autoload": {
  7713. "psr-4": {
  7714. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  7715. },
  7716. "files": [
  7717. "bootstrap.php"
  7718. ]
  7719. },
  7720. "notification-url": "https://packagist.org/downloads/",
  7721. "license": [
  7722. "MIT"
  7723. ],
  7724. "authors": [
  7725. {
  7726. "name": "Laurent Bassin",
  7727. "email": "laurent@bassin.info"
  7728. },
  7729. {
  7730. "name": "Trevor Rowbotham",
  7731. "email": "trevor.rowbotham@pm.me"
  7732. },
  7733. {
  7734. "name": "Symfony Community",
  7735. "homepage": "https://symfony.com/contributors"
  7736. }
  7737. ],
  7738. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  7739. "homepage": "https://symfony.com",
  7740. "keywords": [
  7741. "compatibility",
  7742. "idn",
  7743. "intl",
  7744. "polyfill",
  7745. "portable",
  7746. "shim"
  7747. ],
  7748. "support": {
  7749. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
  7750. },
  7751. "funding": [
  7752. {
  7753. "url": "https://symfony.com/sponsor",
  7754. "type": "custom"
  7755. },
  7756. {
  7757. "url": "https://github.com/fabpot",
  7758. "type": "github"
  7759. },
  7760. {
  7761. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7762. "type": "tidelift"
  7763. }
  7764. ],
  7765. "time": "2021-05-27T09:27:20+00:00"
  7766. },
  7767. {
  7768. "name": "symfony/polyfill-intl-normalizer",
  7769. "version": "v1.23.0",
  7770. "source": {
  7771. "type": "git",
  7772. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  7773. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  7774. },
  7775. "dist": {
  7776. "type": "zip",
  7777. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7778. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7779. "shasum": ""
  7780. },
  7781. "require": {
  7782. "php": ">=7.1"
  7783. },
  7784. "suggest": {
  7785. "ext-intl": "For best performance"
  7786. },
  7787. "type": "library",
  7788. "extra": {
  7789. "branch-alias": {
  7790. "dev-main": "1.23-dev"
  7791. },
  7792. "thanks": {
  7793. "name": "symfony/polyfill",
  7794. "url": "https://github.com/symfony/polyfill"
  7795. }
  7796. },
  7797. "autoload": {
  7798. "psr-4": {
  7799. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  7800. },
  7801. "files": [
  7802. "bootstrap.php"
  7803. ],
  7804. "classmap": [
  7805. "Resources/stubs"
  7806. ]
  7807. },
  7808. "notification-url": "https://packagist.org/downloads/",
  7809. "license": [
  7810. "MIT"
  7811. ],
  7812. "authors": [
  7813. {
  7814. "name": "Nicolas Grekas",
  7815. "email": "p@tchwork.com"
  7816. },
  7817. {
  7818. "name": "Symfony Community",
  7819. "homepage": "https://symfony.com/contributors"
  7820. }
  7821. ],
  7822. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  7823. "homepage": "https://symfony.com",
  7824. "keywords": [
  7825. "compatibility",
  7826. "intl",
  7827. "normalizer",
  7828. "polyfill",
  7829. "portable",
  7830. "shim"
  7831. ],
  7832. "support": {
  7833. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
  7834. },
  7835. "funding": [
  7836. {
  7837. "url": "https://symfony.com/sponsor",
  7838. "type": "custom"
  7839. },
  7840. {
  7841. "url": "https://github.com/fabpot",
  7842. "type": "github"
  7843. },
  7844. {
  7845. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7846. "type": "tidelift"
  7847. }
  7848. ],
  7849. "time": "2021-02-19T12:13:01+00:00"
  7850. },
  7851. {
  7852. "name": "symfony/polyfill-mbstring",
  7853. "version": "v1.23.1",
  7854. "source": {
  7855. "type": "git",
  7856. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7857. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  7858. },
  7859. "dist": {
  7860. "type": "zip",
  7861. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7862. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7863. "shasum": ""
  7864. },
  7865. "require": {
  7866. "php": ">=7.1"
  7867. },
  7868. "suggest": {
  7869. "ext-mbstring": "For best performance"
  7870. },
  7871. "type": "library",
  7872. "extra": {
  7873. "branch-alias": {
  7874. "dev-main": "1.23-dev"
  7875. },
  7876. "thanks": {
  7877. "name": "symfony/polyfill",
  7878. "url": "https://github.com/symfony/polyfill"
  7879. }
  7880. },
  7881. "autoload": {
  7882. "psr-4": {
  7883. "Symfony\\Polyfill\\Mbstring\\": ""
  7884. },
  7885. "files": [
  7886. "bootstrap.php"
  7887. ]
  7888. },
  7889. "notification-url": "https://packagist.org/downloads/",
  7890. "license": [
  7891. "MIT"
  7892. ],
  7893. "authors": [
  7894. {
  7895. "name": "Nicolas Grekas",
  7896. "email": "p@tchwork.com"
  7897. },
  7898. {
  7899. "name": "Symfony Community",
  7900. "homepage": "https://symfony.com/contributors"
  7901. }
  7902. ],
  7903. "description": "Symfony polyfill for the Mbstring extension",
  7904. "homepage": "https://symfony.com",
  7905. "keywords": [
  7906. "compatibility",
  7907. "mbstring",
  7908. "polyfill",
  7909. "portable",
  7910. "shim"
  7911. ],
  7912. "support": {
  7913. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  7914. },
  7915. "funding": [
  7916. {
  7917. "url": "https://symfony.com/sponsor",
  7918. "type": "custom"
  7919. },
  7920. {
  7921. "url": "https://github.com/fabpot",
  7922. "type": "github"
  7923. },
  7924. {
  7925. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7926. "type": "tidelift"
  7927. }
  7928. ],
  7929. "time": "2021-05-27T12:26:48+00:00"
  7930. },
  7931. {
  7932. "name": "symfony/polyfill-php73",
  7933. "version": "v1.23.0",
  7934. "source": {
  7935. "type": "git",
  7936. "url": "https://github.com/symfony/polyfill-php73.git",
  7937. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  7938. },
  7939. "dist": {
  7940. "type": "zip",
  7941. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7942. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7943. "shasum": ""
  7944. },
  7945. "require": {
  7946. "php": ">=7.1"
  7947. },
  7948. "type": "library",
  7949. "extra": {
  7950. "branch-alias": {
  7951. "dev-main": "1.23-dev"
  7952. },
  7953. "thanks": {
  7954. "name": "symfony/polyfill",
  7955. "url": "https://github.com/symfony/polyfill"
  7956. }
  7957. },
  7958. "autoload": {
  7959. "psr-4": {
  7960. "Symfony\\Polyfill\\Php73\\": ""
  7961. },
  7962. "files": [
  7963. "bootstrap.php"
  7964. ],
  7965. "classmap": [
  7966. "Resources/stubs"
  7967. ]
  7968. },
  7969. "notification-url": "https://packagist.org/downloads/",
  7970. "license": [
  7971. "MIT"
  7972. ],
  7973. "authors": [
  7974. {
  7975. "name": "Nicolas Grekas",
  7976. "email": "p@tchwork.com"
  7977. },
  7978. {
  7979. "name": "Symfony Community",
  7980. "homepage": "https://symfony.com/contributors"
  7981. }
  7982. ],
  7983. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  7984. "homepage": "https://symfony.com",
  7985. "keywords": [
  7986. "compatibility",
  7987. "polyfill",
  7988. "portable",
  7989. "shim"
  7990. ],
  7991. "support": {
  7992. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  7993. },
  7994. "funding": [
  7995. {
  7996. "url": "https://symfony.com/sponsor",
  7997. "type": "custom"
  7998. },
  7999. {
  8000. "url": "https://github.com/fabpot",
  8001. "type": "github"
  8002. },
  8003. {
  8004. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8005. "type": "tidelift"
  8006. }
  8007. ],
  8008. "time": "2021-02-19T12:13:01+00:00"
  8009. },
  8010. {
  8011. "name": "symfony/polyfill-php80",
  8012. "version": "v1.23.1",
  8013. "source": {
  8014. "type": "git",
  8015. "url": "https://github.com/symfony/polyfill-php80.git",
  8016. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  8017. },
  8018. "dist": {
  8019. "type": "zip",
  8020. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  8021. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  8022. "shasum": ""
  8023. },
  8024. "require": {
  8025. "php": ">=7.1"
  8026. },
  8027. "type": "library",
  8028. "extra": {
  8029. "branch-alias": {
  8030. "dev-main": "1.23-dev"
  8031. },
  8032. "thanks": {
  8033. "name": "symfony/polyfill",
  8034. "url": "https://github.com/symfony/polyfill"
  8035. }
  8036. },
  8037. "autoload": {
  8038. "psr-4": {
  8039. "Symfony\\Polyfill\\Php80\\": ""
  8040. },
  8041. "files": [
  8042. "bootstrap.php"
  8043. ],
  8044. "classmap": [
  8045. "Resources/stubs"
  8046. ]
  8047. },
  8048. "notification-url": "https://packagist.org/downloads/",
  8049. "license": [
  8050. "MIT"
  8051. ],
  8052. "authors": [
  8053. {
  8054. "name": "Ion Bazan",
  8055. "email": "ion.bazan@gmail.com"
  8056. },
  8057. {
  8058. "name": "Nicolas Grekas",
  8059. "email": "p@tchwork.com"
  8060. },
  8061. {
  8062. "name": "Symfony Community",
  8063. "homepage": "https://symfony.com/contributors"
  8064. }
  8065. ],
  8066. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  8067. "homepage": "https://symfony.com",
  8068. "keywords": [
  8069. "compatibility",
  8070. "polyfill",
  8071. "portable",
  8072. "shim"
  8073. ],
  8074. "support": {
  8075. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  8076. },
  8077. "funding": [
  8078. {
  8079. "url": "https://symfony.com/sponsor",
  8080. "type": "custom"
  8081. },
  8082. {
  8083. "url": "https://github.com/fabpot",
  8084. "type": "github"
  8085. },
  8086. {
  8087. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8088. "type": "tidelift"
  8089. }
  8090. ],
  8091. "time": "2021-07-28T13:41:28+00:00"
  8092. },
  8093. {
  8094. "name": "symfony/polyfill-php81",
  8095. "version": "v1.23.0",
  8096. "source": {
  8097. "type": "git",
  8098. "url": "https://github.com/symfony/polyfill-php81.git",
  8099. "reference": "e66119f3de95efc359483f810c4c3e6436279436"
  8100. },
  8101. "dist": {
  8102. "type": "zip",
  8103. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
  8104. "reference": "e66119f3de95efc359483f810c4c3e6436279436",
  8105. "shasum": ""
  8106. },
  8107. "require": {
  8108. "php": ">=7.1"
  8109. },
  8110. "type": "library",
  8111. "extra": {
  8112. "branch-alias": {
  8113. "dev-main": "1.23-dev"
  8114. },
  8115. "thanks": {
  8116. "name": "symfony/polyfill",
  8117. "url": "https://github.com/symfony/polyfill"
  8118. }
  8119. },
  8120. "autoload": {
  8121. "psr-4": {
  8122. "Symfony\\Polyfill\\Php81\\": ""
  8123. },
  8124. "files": [
  8125. "bootstrap.php"
  8126. ],
  8127. "classmap": [
  8128. "Resources/stubs"
  8129. ]
  8130. },
  8131. "notification-url": "https://packagist.org/downloads/",
  8132. "license": [
  8133. "MIT"
  8134. ],
  8135. "authors": [
  8136. {
  8137. "name": "Nicolas Grekas",
  8138. "email": "p@tchwork.com"
  8139. },
  8140. {
  8141. "name": "Symfony Community",
  8142. "homepage": "https://symfony.com/contributors"
  8143. }
  8144. ],
  8145. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  8146. "homepage": "https://symfony.com",
  8147. "keywords": [
  8148. "compatibility",
  8149. "polyfill",
  8150. "portable",
  8151. "shim"
  8152. ],
  8153. "support": {
  8154. "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
  8155. },
  8156. "funding": [
  8157. {
  8158. "url": "https://symfony.com/sponsor",
  8159. "type": "custom"
  8160. },
  8161. {
  8162. "url": "https://github.com/fabpot",
  8163. "type": "github"
  8164. },
  8165. {
  8166. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8167. "type": "tidelift"
  8168. }
  8169. ],
  8170. "time": "2021-05-21T13:25:03+00:00"
  8171. },
  8172. {
  8173. "name": "symfony/polyfill-uuid",
  8174. "version": "v1.23.0",
  8175. "source": {
  8176. "type": "git",
  8177. "url": "https://github.com/symfony/polyfill-uuid.git",
  8178. "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9"
  8179. },
  8180. "dist": {
  8181. "type": "zip",
  8182. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9165effa2eb8a31bb3fa608df9d529920d21ddd9",
  8183. "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9",
  8184. "shasum": ""
  8185. },
  8186. "require": {
  8187. "php": ">=7.1"
  8188. },
  8189. "suggest": {
  8190. "ext-uuid": "For best performance"
  8191. },
  8192. "type": "library",
  8193. "extra": {
  8194. "branch-alias": {
  8195. "dev-main": "1.23-dev"
  8196. },
  8197. "thanks": {
  8198. "name": "symfony/polyfill",
  8199. "url": "https://github.com/symfony/polyfill"
  8200. }
  8201. },
  8202. "autoload": {
  8203. "psr-4": {
  8204. "Symfony\\Polyfill\\Uuid\\": ""
  8205. },
  8206. "files": [
  8207. "bootstrap.php"
  8208. ]
  8209. },
  8210. "notification-url": "https://packagist.org/downloads/",
  8211. "license": [
  8212. "MIT"
  8213. ],
  8214. "authors": [
  8215. {
  8216. "name": "Grégoire Pineau",
  8217. "email": "lyrixx@lyrixx.info"
  8218. },
  8219. {
  8220. "name": "Symfony Community",
  8221. "homepage": "https://symfony.com/contributors"
  8222. }
  8223. ],
  8224. "description": "Symfony polyfill for uuid functions",
  8225. "homepage": "https://symfony.com",
  8226. "keywords": [
  8227. "compatibility",
  8228. "polyfill",
  8229. "portable",
  8230. "uuid"
  8231. ],
  8232. "support": {
  8233. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.23.0"
  8234. },
  8235. "funding": [
  8236. {
  8237. "url": "https://symfony.com/sponsor",
  8238. "type": "custom"
  8239. },
  8240. {
  8241. "url": "https://github.com/fabpot",
  8242. "type": "github"
  8243. },
  8244. {
  8245. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8246. "type": "tidelift"
  8247. }
  8248. ],
  8249. "time": "2021-02-19T12:13:01+00:00"
  8250. },
  8251. {
  8252. "name": "symfony/process",
  8253. "version": "v5.3.7",
  8254. "source": {
  8255. "type": "git",
  8256. "url": "https://github.com/symfony/process.git",
  8257. "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
  8258. },
  8259. "dist": {
  8260. "type": "zip",
  8261. "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
  8262. "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
  8263. "shasum": ""
  8264. },
  8265. "require": {
  8266. "php": ">=7.2.5",
  8267. "symfony/polyfill-php80": "^1.16"
  8268. },
  8269. "type": "library",
  8270. "autoload": {
  8271. "psr-4": {
  8272. "Symfony\\Component\\Process\\": ""
  8273. },
  8274. "exclude-from-classmap": [
  8275. "/Tests/"
  8276. ]
  8277. },
  8278. "notification-url": "https://packagist.org/downloads/",
  8279. "license": [
  8280. "MIT"
  8281. ],
  8282. "authors": [
  8283. {
  8284. "name": "Fabien Potencier",
  8285. "email": "fabien@symfony.com"
  8286. },
  8287. {
  8288. "name": "Symfony Community",
  8289. "homepage": "https://symfony.com/contributors"
  8290. }
  8291. ],
  8292. "description": "Executes commands in sub-processes",
  8293. "homepage": "https://symfony.com",
  8294. "support": {
  8295. "source": "https://github.com/symfony/process/tree/v5.3.7"
  8296. },
  8297. "funding": [
  8298. {
  8299. "url": "https://symfony.com/sponsor",
  8300. "type": "custom"
  8301. },
  8302. {
  8303. "url": "https://github.com/fabpot",
  8304. "type": "github"
  8305. },
  8306. {
  8307. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8308. "type": "tidelift"
  8309. }
  8310. ],
  8311. "time": "2021-08-04T21:20:46+00:00"
  8312. },
  8313. {
  8314. "name": "symfony/property-access",
  8315. "version": "v5.3.8",
  8316. "source": {
  8317. "type": "git",
  8318. "url": "https://github.com/symfony/property-access.git",
  8319. "reference": "2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66"
  8320. },
  8321. "dist": {
  8322. "type": "zip",
  8323. "url": "https://api.github.com/repos/symfony/property-access/zipball/2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66",
  8324. "reference": "2fbab5f95ddb6b8e85f38a6a8a04a17c0acc4d66",
  8325. "shasum": ""
  8326. },
  8327. "require": {
  8328. "php": ">=7.2.5",
  8329. "symfony/deprecation-contracts": "^2.1",
  8330. "symfony/polyfill-php80": "^1.16",
  8331. "symfony/property-info": "^5.2"
  8332. },
  8333. "require-dev": {
  8334. "symfony/cache": "^4.4|^5.0"
  8335. },
  8336. "suggest": {
  8337. "psr/cache-implementation": "To cache access methods."
  8338. },
  8339. "type": "library",
  8340. "autoload": {
  8341. "psr-4": {
  8342. "Symfony\\Component\\PropertyAccess\\": ""
  8343. },
  8344. "exclude-from-classmap": [
  8345. "/Tests/"
  8346. ]
  8347. },
  8348. "notification-url": "https://packagist.org/downloads/",
  8349. "license": [
  8350. "MIT"
  8351. ],
  8352. "authors": [
  8353. {
  8354. "name": "Fabien Potencier",
  8355. "email": "fabien@symfony.com"
  8356. },
  8357. {
  8358. "name": "Symfony Community",
  8359. "homepage": "https://symfony.com/contributors"
  8360. }
  8361. ],
  8362. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  8363. "homepage": "https://symfony.com",
  8364. "keywords": [
  8365. "access",
  8366. "array",
  8367. "extraction",
  8368. "index",
  8369. "injection",
  8370. "object",
  8371. "property",
  8372. "property path",
  8373. "reflection"
  8374. ],
  8375. "support": {
  8376. "source": "https://github.com/symfony/property-access/tree/v5.3.8"
  8377. },
  8378. "funding": [
  8379. {
  8380. "url": "https://symfony.com/sponsor",
  8381. "type": "custom"
  8382. },
  8383. {
  8384. "url": "https://github.com/fabpot",
  8385. "type": "github"
  8386. },
  8387. {
  8388. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8389. "type": "tidelift"
  8390. }
  8391. ],
  8392. "time": "2021-09-10T11:55:24+00:00"
  8393. },
  8394. {
  8395. "name": "symfony/property-info",
  8396. "version": "v5.3.8",
  8397. "source": {
  8398. "type": "git",
  8399. "url": "https://github.com/symfony/property-info.git",
  8400. "reference": "39de5bed8c036f76ec0457ec52908e45d5497947"
  8401. },
  8402. "dist": {
  8403. "type": "zip",
  8404. "url": "https://api.github.com/repos/symfony/property-info/zipball/39de5bed8c036f76ec0457ec52908e45d5497947",
  8405. "reference": "39de5bed8c036f76ec0457ec52908e45d5497947",
  8406. "shasum": ""
  8407. },
  8408. "require": {
  8409. "php": ">=7.2.5",
  8410. "symfony/deprecation-contracts": "^2.1",
  8411. "symfony/polyfill-php80": "^1.16",
  8412. "symfony/string": "^5.1"
  8413. },
  8414. "conflict": {
  8415. "phpdocumentor/reflection-docblock": "<3.2.2",
  8416. "phpdocumentor/type-resolver": "<1.4.0",
  8417. "symfony/dependency-injection": "<4.4"
  8418. },
  8419. "require-dev": {
  8420. "doctrine/annotations": "^1.10.4",
  8421. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  8422. "symfony/cache": "^4.4|^5.0",
  8423. "symfony/dependency-injection": "^4.4|^5.0",
  8424. "symfony/serializer": "^4.4|^5.0"
  8425. },
  8426. "suggest": {
  8427. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  8428. "psr/cache-implementation": "To cache results",
  8429. "symfony/doctrine-bridge": "To use Doctrine metadata",
  8430. "symfony/serializer": "To use Serializer metadata"
  8431. },
  8432. "type": "library",
  8433. "autoload": {
  8434. "psr-4": {
  8435. "Symfony\\Component\\PropertyInfo\\": ""
  8436. },
  8437. "exclude-from-classmap": [
  8438. "/Tests/"
  8439. ]
  8440. },
  8441. "notification-url": "https://packagist.org/downloads/",
  8442. "license": [
  8443. "MIT"
  8444. ],
  8445. "authors": [
  8446. {
  8447. "name": "Kévin Dunglas",
  8448. "email": "dunglas@gmail.com"
  8449. },
  8450. {
  8451. "name": "Symfony Community",
  8452. "homepage": "https://symfony.com/contributors"
  8453. }
  8454. ],
  8455. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  8456. "homepage": "https://symfony.com",
  8457. "keywords": [
  8458. "doctrine",
  8459. "phpdoc",
  8460. "property",
  8461. "symfony",
  8462. "type",
  8463. "validator"
  8464. ],
  8465. "support": {
  8466. "source": "https://github.com/symfony/property-info/tree/v5.3.8"
  8467. },
  8468. "funding": [
  8469. {
  8470. "url": "https://symfony.com/sponsor",
  8471. "type": "custom"
  8472. },
  8473. {
  8474. "url": "https://github.com/fabpot",
  8475. "type": "github"
  8476. },
  8477. {
  8478. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8479. "type": "tidelift"
  8480. }
  8481. ],
  8482. "time": "2021-09-07T07:41:40+00:00"
  8483. },
  8484. {
  8485. "name": "symfony/proxy-manager-bridge",
  8486. "version": "v5.3.4",
  8487. "source": {
  8488. "type": "git",
  8489. "url": "https://github.com/symfony/proxy-manager-bridge.git",
  8490. "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba"
  8491. },
  8492. "dist": {
  8493. "type": "zip",
  8494. "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/76e61f33f6a34a340bf6e02211214f466e8e1dba",
  8495. "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba",
  8496. "shasum": ""
  8497. },
  8498. "require": {
  8499. "composer/package-versions-deprecated": "^1.8",
  8500. "friendsofphp/proxy-manager-lts": "^1.0.2",
  8501. "php": ">=7.2.5",
  8502. "symfony/dependency-injection": "^5.0",
  8503. "symfony/polyfill-php80": "^1.16"
  8504. },
  8505. "require-dev": {
  8506. "symfony/config": "^4.4|^5.0"
  8507. },
  8508. "type": "symfony-bridge",
  8509. "autoload": {
  8510. "psr-4": {
  8511. "Symfony\\Bridge\\ProxyManager\\": ""
  8512. },
  8513. "exclude-from-classmap": [
  8514. "/Tests/"
  8515. ]
  8516. },
  8517. "notification-url": "https://packagist.org/downloads/",
  8518. "license": [
  8519. "MIT"
  8520. ],
  8521. "authors": [
  8522. {
  8523. "name": "Fabien Potencier",
  8524. "email": "fabien@symfony.com"
  8525. },
  8526. {
  8527. "name": "Symfony Community",
  8528. "homepage": "https://symfony.com/contributors"
  8529. }
  8530. ],
  8531. "description": "Provides integration for ProxyManager with various Symfony components",
  8532. "homepage": "https://symfony.com",
  8533. "support": {
  8534. "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.3.4"
  8535. },
  8536. "funding": [
  8537. {
  8538. "url": "https://symfony.com/sponsor",
  8539. "type": "custom"
  8540. },
  8541. {
  8542. "url": "https://github.com/fabpot",
  8543. "type": "github"
  8544. },
  8545. {
  8546. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8547. "type": "tidelift"
  8548. }
  8549. ],
  8550. "time": "2021-07-21T12:38:00+00:00"
  8551. },
  8552. {
  8553. "name": "symfony/routing",
  8554. "version": "v5.3.11",
  8555. "source": {
  8556. "type": "git",
  8557. "url": "https://github.com/symfony/routing.git",
  8558. "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca"
  8559. },
  8560. "dist": {
  8561. "type": "zip",
  8562. "url": "https://api.github.com/repos/symfony/routing/zipball/fcbc2b81d55984f04bb704c2269755fa5aaf5cca",
  8563. "reference": "fcbc2b81d55984f04bb704c2269755fa5aaf5cca",
  8564. "shasum": ""
  8565. },
  8566. "require": {
  8567. "php": ">=7.2.5",
  8568. "symfony/deprecation-contracts": "^2.1",
  8569. "symfony/polyfill-php80": "^1.16"
  8570. },
  8571. "conflict": {
  8572. "doctrine/annotations": "<1.12",
  8573. "symfony/config": "<5.3",
  8574. "symfony/dependency-injection": "<4.4",
  8575. "symfony/yaml": "<4.4"
  8576. },
  8577. "require-dev": {
  8578. "doctrine/annotations": "^1.12",
  8579. "psr/log": "^1|^2|^3",
  8580. "symfony/config": "^5.3",
  8581. "symfony/dependency-injection": "^4.4|^5.0",
  8582. "symfony/expression-language": "^4.4|^5.0",
  8583. "symfony/http-foundation": "^4.4|^5.0",
  8584. "symfony/yaml": "^4.4|^5.0"
  8585. },
  8586. "suggest": {
  8587. "symfony/config": "For using the all-in-one router or any loader",
  8588. "symfony/expression-language": "For using expression matching",
  8589. "symfony/http-foundation": "For using a Symfony Request object",
  8590. "symfony/yaml": "For using the YAML loader"
  8591. },
  8592. "type": "library",
  8593. "autoload": {
  8594. "psr-4": {
  8595. "Symfony\\Component\\Routing\\": ""
  8596. },
  8597. "exclude-from-classmap": [
  8598. "/Tests/"
  8599. ]
  8600. },
  8601. "notification-url": "https://packagist.org/downloads/",
  8602. "license": [
  8603. "MIT"
  8604. ],
  8605. "authors": [
  8606. {
  8607. "name": "Fabien Potencier",
  8608. "email": "fabien@symfony.com"
  8609. },
  8610. {
  8611. "name": "Symfony Community",
  8612. "homepage": "https://symfony.com/contributors"
  8613. }
  8614. ],
  8615. "description": "Maps an HTTP request to a set of configuration variables",
  8616. "homepage": "https://symfony.com",
  8617. "keywords": [
  8618. "router",
  8619. "routing",
  8620. "uri",
  8621. "url"
  8622. ],
  8623. "support": {
  8624. "source": "https://github.com/symfony/routing/tree/v5.3.11"
  8625. },
  8626. "funding": [
  8627. {
  8628. "url": "https://symfony.com/sponsor",
  8629. "type": "custom"
  8630. },
  8631. {
  8632. "url": "https://github.com/fabpot",
  8633. "type": "github"
  8634. },
  8635. {
  8636. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8637. "type": "tidelift"
  8638. }
  8639. ],
  8640. "time": "2021-11-04T16:37:19+00:00"
  8641. },
  8642. {
  8643. "name": "symfony/security-bundle",
  8644. "version": "v5.3.8",
  8645. "source": {
  8646. "type": "git",
  8647. "url": "https://github.com/symfony/security-bundle.git",
  8648. "reference": "b755ed5d11685ba9aaa27b060250e5a57371f37f"
  8649. },
  8650. "dist": {
  8651. "type": "zip",
  8652. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/b755ed5d11685ba9aaa27b060250e5a57371f37f",
  8653. "reference": "b755ed5d11685ba9aaa27b060250e5a57371f37f",
  8654. "shasum": ""
  8655. },
  8656. "require": {
  8657. "ext-xml": "*",
  8658. "php": ">=7.2.5",
  8659. "symfony/config": "^4.4|^5.0",
  8660. "symfony/dependency-injection": "^5.3",
  8661. "symfony/deprecation-contracts": "^2.1",
  8662. "symfony/event-dispatcher": "^5.1",
  8663. "symfony/http-foundation": "^5.3",
  8664. "symfony/http-kernel": "^5.3",
  8665. "symfony/password-hasher": "^5.3",
  8666. "symfony/polyfill-php80": "^1.16",
  8667. "symfony/security-core": "^5.3",
  8668. "symfony/security-csrf": "^4.4|^5.0",
  8669. "symfony/security-guard": "^5.3",
  8670. "symfony/security-http": "^5.3.2"
  8671. },
  8672. "conflict": {
  8673. "symfony/browser-kit": "<4.4",
  8674. "symfony/console": "<4.4",
  8675. "symfony/framework-bundle": "<4.4",
  8676. "symfony/ldap": "<5.1",
  8677. "symfony/twig-bundle": "<4.4"
  8678. },
  8679. "require-dev": {
  8680. "doctrine/annotations": "^1.10.4",
  8681. "symfony/asset": "^4.4|^5.0",
  8682. "symfony/browser-kit": "^4.4|^5.0",
  8683. "symfony/console": "^4.4|^5.0",
  8684. "symfony/css-selector": "^4.4|^5.0",
  8685. "symfony/dom-crawler": "^4.4|^5.0",
  8686. "symfony/expression-language": "^4.4|^5.0",
  8687. "symfony/form": "^4.4|^5.0",
  8688. "symfony/framework-bundle": "^5.3",
  8689. "symfony/ldap": "^5.3",
  8690. "symfony/process": "^4.4|^5.0",
  8691. "symfony/rate-limiter": "^5.2",
  8692. "symfony/serializer": "^4.4|^5.0",
  8693. "symfony/translation": "^4.4|^5.0",
  8694. "symfony/twig-bridge": "^4.4|^5.0",
  8695. "symfony/twig-bundle": "^4.4|^5.0",
  8696. "symfony/validator": "^4.4|^5.0",
  8697. "symfony/yaml": "^4.4|^5.0",
  8698. "twig/twig": "^2.13|^3.0.4"
  8699. },
  8700. "type": "symfony-bundle",
  8701. "autoload": {
  8702. "psr-4": {
  8703. "Symfony\\Bundle\\SecurityBundle\\": ""
  8704. },
  8705. "exclude-from-classmap": [
  8706. "/Tests/"
  8707. ]
  8708. },
  8709. "notification-url": "https://packagist.org/downloads/",
  8710. "license": [
  8711. "MIT"
  8712. ],
  8713. "authors": [
  8714. {
  8715. "name": "Fabien Potencier",
  8716. "email": "fabien@symfony.com"
  8717. },
  8718. {
  8719. "name": "Symfony Community",
  8720. "homepage": "https://symfony.com/contributors"
  8721. }
  8722. ],
  8723. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  8724. "homepage": "https://symfony.com",
  8725. "support": {
  8726. "source": "https://github.com/symfony/security-bundle/tree/v5.3.8"
  8727. },
  8728. "funding": [
  8729. {
  8730. "url": "https://symfony.com/sponsor",
  8731. "type": "custom"
  8732. },
  8733. {
  8734. "url": "https://github.com/fabpot",
  8735. "type": "github"
  8736. },
  8737. {
  8738. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8739. "type": "tidelift"
  8740. }
  8741. ],
  8742. "time": "2021-09-26T16:32:59+00:00"
  8743. },
  8744. {
  8745. "name": "symfony/security-core",
  8746. "version": "v5.3.11",
  8747. "source": {
  8748. "type": "git",
  8749. "url": "https://github.com/symfony/security-core.git",
  8750. "reference": "48c8ed9f4789439427917f0023f86895d64b73a7"
  8751. },
  8752. "dist": {
  8753. "type": "zip",
  8754. "url": "https://api.github.com/repos/symfony/security-core/zipball/48c8ed9f4789439427917f0023f86895d64b73a7",
  8755. "reference": "48c8ed9f4789439427917f0023f86895d64b73a7",
  8756. "shasum": ""
  8757. },
  8758. "require": {
  8759. "php": ">=7.2.5",
  8760. "symfony/deprecation-contracts": "^2.1",
  8761. "symfony/event-dispatcher-contracts": "^1.1|^2",
  8762. "symfony/password-hasher": "^5.3",
  8763. "symfony/polyfill-php80": "^1.16",
  8764. "symfony/service-contracts": "^1.1.6|^2"
  8765. },
  8766. "conflict": {
  8767. "symfony/event-dispatcher": "<4.4",
  8768. "symfony/http-foundation": "<5.3",
  8769. "symfony/ldap": "<4.4",
  8770. "symfony/security-guard": "<4.4",
  8771. "symfony/validator": "<5.2"
  8772. },
  8773. "require-dev": {
  8774. "psr/cache": "^1.0|^2.0|^3.0",
  8775. "psr/container": "^1.0|^2.0",
  8776. "psr/log": "^1|^2|^3",
  8777. "symfony/cache": "^4.4|^5.0",
  8778. "symfony/event-dispatcher": "^4.4|^5.0",
  8779. "symfony/expression-language": "^4.4|^5.0",
  8780. "symfony/http-foundation": "^5.3",
  8781. "symfony/ldap": "^4.4|^5.0",
  8782. "symfony/translation": "^4.4|^5.0",
  8783. "symfony/validator": "^5.2"
  8784. },
  8785. "suggest": {
  8786. "psr/container-implementation": "To instantiate the Security class",
  8787. "symfony/event-dispatcher": "",
  8788. "symfony/expression-language": "For using the expression voter",
  8789. "symfony/http-foundation": "",
  8790. "symfony/ldap": "For using LDAP integration",
  8791. "symfony/validator": "For using the user password constraint"
  8792. },
  8793. "type": "library",
  8794. "autoload": {
  8795. "psr-4": {
  8796. "Symfony\\Component\\Security\\Core\\": ""
  8797. },
  8798. "exclude-from-classmap": [
  8799. "/Tests/"
  8800. ]
  8801. },
  8802. "notification-url": "https://packagist.org/downloads/",
  8803. "license": [
  8804. "MIT"
  8805. ],
  8806. "authors": [
  8807. {
  8808. "name": "Fabien Potencier",
  8809. "email": "fabien@symfony.com"
  8810. },
  8811. {
  8812. "name": "Symfony Community",
  8813. "homepage": "https://symfony.com/contributors"
  8814. }
  8815. ],
  8816. "description": "Symfony Security Component - Core Library",
  8817. "homepage": "https://symfony.com",
  8818. "support": {
  8819. "source": "https://github.com/symfony/security-core/tree/v5.3.11"
  8820. },
  8821. "funding": [
  8822. {
  8823. "url": "https://symfony.com/sponsor",
  8824. "type": "custom"
  8825. },
  8826. {
  8827. "url": "https://github.com/fabpot",
  8828. "type": "github"
  8829. },
  8830. {
  8831. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8832. "type": "tidelift"
  8833. }
  8834. ],
  8835. "time": "2021-11-17T12:16:12+00:00"
  8836. },
  8837. {
  8838. "name": "symfony/security-csrf",
  8839. "version": "v5.3.4",
  8840. "source": {
  8841. "type": "git",
  8842. "url": "https://github.com/symfony/security-csrf.git",
  8843. "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e"
  8844. },
  8845. "dist": {
  8846. "type": "zip",
  8847. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/94b533195cf7fb21f3fae8ce349861c6401d969e",
  8848. "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e",
  8849. "shasum": ""
  8850. },
  8851. "require": {
  8852. "php": ">=7.2.5",
  8853. "symfony/polyfill-php80": "^1.16",
  8854. "symfony/security-core": "^4.4|^5.0"
  8855. },
  8856. "conflict": {
  8857. "symfony/http-foundation": "<5.3"
  8858. },
  8859. "require-dev": {
  8860. "symfony/http-foundation": "^5.3"
  8861. },
  8862. "suggest": {
  8863. "symfony/http-foundation": "For using the class SessionTokenStorage."
  8864. },
  8865. "type": "library",
  8866. "autoload": {
  8867. "psr-4": {
  8868. "Symfony\\Component\\Security\\Csrf\\": ""
  8869. },
  8870. "exclude-from-classmap": [
  8871. "/Tests/"
  8872. ]
  8873. },
  8874. "notification-url": "https://packagist.org/downloads/",
  8875. "license": [
  8876. "MIT"
  8877. ],
  8878. "authors": [
  8879. {
  8880. "name": "Fabien Potencier",
  8881. "email": "fabien@symfony.com"
  8882. },
  8883. {
  8884. "name": "Symfony Community",
  8885. "homepage": "https://symfony.com/contributors"
  8886. }
  8887. ],
  8888. "description": "Symfony Security Component - CSRF Library",
  8889. "homepage": "https://symfony.com",
  8890. "support": {
  8891. "source": "https://github.com/symfony/security-csrf/tree/v5.3.4"
  8892. },
  8893. "funding": [
  8894. {
  8895. "url": "https://symfony.com/sponsor",
  8896. "type": "custom"
  8897. },
  8898. {
  8899. "url": "https://github.com/fabpot",
  8900. "type": "github"
  8901. },
  8902. {
  8903. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8904. "type": "tidelift"
  8905. }
  8906. ],
  8907. "time": "2021-07-21T12:40:44+00:00"
  8908. },
  8909. {
  8910. "name": "symfony/security-guard",
  8911. "version": "v5.3.7",
  8912. "source": {
  8913. "type": "git",
  8914. "url": "https://github.com/symfony/security-guard.git",
  8915. "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18"
  8916. },
  8917. "dist": {
  8918. "type": "zip",
  8919. "url": "https://api.github.com/repos/symfony/security-guard/zipball/25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
  8920. "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
  8921. "shasum": ""
  8922. },
  8923. "require": {
  8924. "php": ">=7.2.5",
  8925. "symfony/polyfill-php80": "^1.15",
  8926. "symfony/security-core": "^5.0",
  8927. "symfony/security-http": "^5.3"
  8928. },
  8929. "require-dev": {
  8930. "psr/log": "^1|^2|^3"
  8931. },
  8932. "type": "library",
  8933. "autoload": {
  8934. "psr-4": {
  8935. "Symfony\\Component\\Security\\Guard\\": ""
  8936. },
  8937. "exclude-from-classmap": [
  8938. "/Tests/"
  8939. ]
  8940. },
  8941. "notification-url": "https://packagist.org/downloads/",
  8942. "license": [
  8943. "MIT"
  8944. ],
  8945. "authors": [
  8946. {
  8947. "name": "Fabien Potencier",
  8948. "email": "fabien@symfony.com"
  8949. },
  8950. {
  8951. "name": "Symfony Community",
  8952. "homepage": "https://symfony.com/contributors"
  8953. }
  8954. ],
  8955. "description": "Symfony Security Component - Guard",
  8956. "homepage": "https://symfony.com",
  8957. "support": {
  8958. "source": "https://github.com/symfony/security-guard/tree/v5.3.7"
  8959. },
  8960. "funding": [
  8961. {
  8962. "url": "https://symfony.com/sponsor",
  8963. "type": "custom"
  8964. },
  8965. {
  8966. "url": "https://github.com/fabpot",
  8967. "type": "github"
  8968. },
  8969. {
  8970. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8971. "type": "tidelift"
  8972. }
  8973. ],
  8974. "time": "2021-08-13T15:54:02+00:00"
  8975. },
  8976. {
  8977. "name": "symfony/security-http",
  8978. "version": "v5.3.10",
  8979. "source": {
  8980. "type": "git",
  8981. "url": "https://github.com/symfony/security-http.git",
  8982. "reference": "613ca73c22d8228986ff95f7769182db4f4bb7dc"
  8983. },
  8984. "dist": {
  8985. "type": "zip",
  8986. "url": "https://api.github.com/repos/symfony/security-http/zipball/613ca73c22d8228986ff95f7769182db4f4bb7dc",
  8987. "reference": "613ca73c22d8228986ff95f7769182db4f4bb7dc",
  8988. "shasum": ""
  8989. },
  8990. "require": {
  8991. "php": ">=7.2.5",
  8992. "symfony/deprecation-contracts": "^2.1",
  8993. "symfony/http-foundation": "^5.3",
  8994. "symfony/http-kernel": "^5.3",
  8995. "symfony/polyfill-mbstring": "~1.0",
  8996. "symfony/polyfill-php80": "^1.16",
  8997. "symfony/property-access": "^4.4|^5.0",
  8998. "symfony/security-core": "^5.3"
  8999. },
  9000. "conflict": {
  9001. "symfony/event-dispatcher": "<4.3",
  9002. "symfony/security-bundle": "<5.3",
  9003. "symfony/security-csrf": "<4.4"
  9004. },
  9005. "require-dev": {
  9006. "psr/log": "^1|^2|^3",
  9007. "symfony/cache": "^4.4|^5.0",
  9008. "symfony/rate-limiter": "^5.2",
  9009. "symfony/routing": "^4.4|^5.0",
  9010. "symfony/security-csrf": "^4.4|^5.0",
  9011. "symfony/translation": "^4.4|^5.0"
  9012. },
  9013. "suggest": {
  9014. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  9015. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  9016. },
  9017. "type": "library",
  9018. "autoload": {
  9019. "psr-4": {
  9020. "Symfony\\Component\\Security\\Http\\": ""
  9021. },
  9022. "exclude-from-classmap": [
  9023. "/Tests/"
  9024. ]
  9025. },
  9026. "notification-url": "https://packagist.org/downloads/",
  9027. "license": [
  9028. "MIT"
  9029. ],
  9030. "authors": [
  9031. {
  9032. "name": "Fabien Potencier",
  9033. "email": "fabien@symfony.com"
  9034. },
  9035. {
  9036. "name": "Symfony Community",
  9037. "homepage": "https://symfony.com/contributors"
  9038. }
  9039. ],
  9040. "description": "Symfony Security Component - HTTP Integration",
  9041. "homepage": "https://symfony.com",
  9042. "support": {
  9043. "source": "https://github.com/symfony/security-http/tree/v5.3.10"
  9044. },
  9045. "funding": [
  9046. {
  9047. "url": "https://symfony.com/sponsor",
  9048. "type": "custom"
  9049. },
  9050. {
  9051. "url": "https://github.com/fabpot",
  9052. "type": "github"
  9053. },
  9054. {
  9055. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9056. "type": "tidelift"
  9057. }
  9058. ],
  9059. "time": "2021-10-26T07:06:56+00:00"
  9060. },
  9061. {
  9062. "name": "symfony/serializer",
  9063. "version": "v5.3.10",
  9064. "source": {
  9065. "type": "git",
  9066. "url": "https://github.com/symfony/serializer.git",
  9067. "reference": "5d7f068253ac3e7c62964ebdda491b06d401059a"
  9068. },
  9069. "dist": {
  9070. "type": "zip",
  9071. "url": "https://api.github.com/repos/symfony/serializer/zipball/5d7f068253ac3e7c62964ebdda491b06d401059a",
  9072. "reference": "5d7f068253ac3e7c62964ebdda491b06d401059a",
  9073. "shasum": ""
  9074. },
  9075. "require": {
  9076. "php": ">=7.2.5",
  9077. "symfony/deprecation-contracts": "^2.1",
  9078. "symfony/polyfill-ctype": "~1.8",
  9079. "symfony/polyfill-php80": "^1.16"
  9080. },
  9081. "conflict": {
  9082. "doctrine/annotations": "<1.12",
  9083. "phpdocumentor/reflection-docblock": "<3.2.2",
  9084. "phpdocumentor/type-resolver": "<1.4.0",
  9085. "symfony/dependency-injection": "<4.4",
  9086. "symfony/property-access": "<4.4",
  9087. "symfony/property-info": "<5.3",
  9088. "symfony/yaml": "<4.4"
  9089. },
  9090. "require-dev": {
  9091. "doctrine/annotations": "^1.12",
  9092. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  9093. "symfony/cache": "^4.4|^5.0",
  9094. "symfony/config": "^4.4|^5.0",
  9095. "symfony/dependency-injection": "^4.4|^5.0",
  9096. "symfony/error-handler": "^4.4|^5.0",
  9097. "symfony/filesystem": "^4.4|^5.0",
  9098. "symfony/form": "^4.4|^5.0",
  9099. "symfony/http-foundation": "^4.4|^5.0",
  9100. "symfony/http-kernel": "^4.4|^5.0",
  9101. "symfony/mime": "^4.4|^5.0",
  9102. "symfony/property-access": "^4.4.9|^5.0.9",
  9103. "symfony/property-info": "^5.3",
  9104. "symfony/uid": "^5.1",
  9105. "symfony/validator": "^4.4|^5.0",
  9106. "symfony/var-dumper": "^4.4|^5.0",
  9107. "symfony/var-exporter": "^4.4|^5.0",
  9108. "symfony/yaml": "^4.4|^5.0"
  9109. },
  9110. "suggest": {
  9111. "psr/cache-implementation": "For using the metadata cache.",
  9112. "symfony/config": "For using the XML mapping loader.",
  9113. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  9114. "symfony/property-access": "For using the ObjectNormalizer.",
  9115. "symfony/property-info": "To deserialize relations.",
  9116. "symfony/var-exporter": "For using the metadata compiler.",
  9117. "symfony/yaml": "For using the default YAML mapping loader."
  9118. },
  9119. "type": "library",
  9120. "autoload": {
  9121. "psr-4": {
  9122. "Symfony\\Component\\Serializer\\": ""
  9123. },
  9124. "exclude-from-classmap": [
  9125. "/Tests/"
  9126. ]
  9127. },
  9128. "notification-url": "https://packagist.org/downloads/",
  9129. "license": [
  9130. "MIT"
  9131. ],
  9132. "authors": [
  9133. {
  9134. "name": "Fabien Potencier",
  9135. "email": "fabien@symfony.com"
  9136. },
  9137. {
  9138. "name": "Symfony Community",
  9139. "homepage": "https://symfony.com/contributors"
  9140. }
  9141. ],
  9142. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  9143. "homepage": "https://symfony.com",
  9144. "support": {
  9145. "source": "https://github.com/symfony/serializer/tree/v5.3.10"
  9146. },
  9147. "funding": [
  9148. {
  9149. "url": "https://symfony.com/sponsor",
  9150. "type": "custom"
  9151. },
  9152. {
  9153. "url": "https://github.com/fabpot",
  9154. "type": "github"
  9155. },
  9156. {
  9157. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9158. "type": "tidelift"
  9159. }
  9160. ],
  9161. "time": "2021-09-29T17:19:25+00:00"
  9162. },
  9163. {
  9164. "name": "symfony/service-contracts",
  9165. "version": "v2.5.0",
  9166. "source": {
  9167. "type": "git",
  9168. "url": "https://github.com/symfony/service-contracts.git",
  9169. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
  9170. },
  9171. "dist": {
  9172. "type": "zip",
  9173. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  9174. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  9175. "shasum": ""
  9176. },
  9177. "require": {
  9178. "php": ">=7.2.5",
  9179. "psr/container": "^1.1",
  9180. "symfony/deprecation-contracts": "^2.1"
  9181. },
  9182. "conflict": {
  9183. "ext-psr": "<1.1|>=2"
  9184. },
  9185. "suggest": {
  9186. "symfony/service-implementation": ""
  9187. },
  9188. "type": "library",
  9189. "extra": {
  9190. "branch-alias": {
  9191. "dev-main": "2.5-dev"
  9192. },
  9193. "thanks": {
  9194. "name": "symfony/contracts",
  9195. "url": "https://github.com/symfony/contracts"
  9196. }
  9197. },
  9198. "autoload": {
  9199. "psr-4": {
  9200. "Symfony\\Contracts\\Service\\": ""
  9201. }
  9202. },
  9203. "notification-url": "https://packagist.org/downloads/",
  9204. "license": [
  9205. "MIT"
  9206. ],
  9207. "authors": [
  9208. {
  9209. "name": "Nicolas Grekas",
  9210. "email": "p@tchwork.com"
  9211. },
  9212. {
  9213. "name": "Symfony Community",
  9214. "homepage": "https://symfony.com/contributors"
  9215. }
  9216. ],
  9217. "description": "Generic abstractions related to writing services",
  9218. "homepage": "https://symfony.com",
  9219. "keywords": [
  9220. "abstractions",
  9221. "contracts",
  9222. "decoupling",
  9223. "interfaces",
  9224. "interoperability",
  9225. "standards"
  9226. ],
  9227. "support": {
  9228. "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
  9229. },
  9230. "funding": [
  9231. {
  9232. "url": "https://symfony.com/sponsor",
  9233. "type": "custom"
  9234. },
  9235. {
  9236. "url": "https://github.com/fabpot",
  9237. "type": "github"
  9238. },
  9239. {
  9240. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9241. "type": "tidelift"
  9242. }
  9243. ],
  9244. "time": "2021-11-04T16:48:04+00:00"
  9245. },
  9246. {
  9247. "name": "symfony/stopwatch",
  9248. "version": "v5.3.4",
  9249. "source": {
  9250. "type": "git",
  9251. "url": "https://github.com/symfony/stopwatch.git",
  9252. "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
  9253. },
  9254. "dist": {
  9255. "type": "zip",
  9256. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
  9257. "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
  9258. "shasum": ""
  9259. },
  9260. "require": {
  9261. "php": ">=7.2.5",
  9262. "symfony/service-contracts": "^1.0|^2"
  9263. },
  9264. "type": "library",
  9265. "autoload": {
  9266. "psr-4": {
  9267. "Symfony\\Component\\Stopwatch\\": ""
  9268. },
  9269. "exclude-from-classmap": [
  9270. "/Tests/"
  9271. ]
  9272. },
  9273. "notification-url": "https://packagist.org/downloads/",
  9274. "license": [
  9275. "MIT"
  9276. ],
  9277. "authors": [
  9278. {
  9279. "name": "Fabien Potencier",
  9280. "email": "fabien@symfony.com"
  9281. },
  9282. {
  9283. "name": "Symfony Community",
  9284. "homepage": "https://symfony.com/contributors"
  9285. }
  9286. ],
  9287. "description": "Provides a way to profile code",
  9288. "homepage": "https://symfony.com",
  9289. "support": {
  9290. "source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
  9291. },
  9292. "funding": [
  9293. {
  9294. "url": "https://symfony.com/sponsor",
  9295. "type": "custom"
  9296. },
  9297. {
  9298. "url": "https://github.com/fabpot",
  9299. "type": "github"
  9300. },
  9301. {
  9302. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9303. "type": "tidelift"
  9304. }
  9305. ],
  9306. "time": "2021-07-10T08:58:57+00:00"
  9307. },
  9308. {
  9309. "name": "symfony/string",
  9310. "version": "v5.3.10",
  9311. "source": {
  9312. "type": "git",
  9313. "url": "https://github.com/symfony/string.git",
  9314. "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
  9315. },
  9316. "dist": {
  9317. "type": "zip",
  9318. "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
  9319. "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
  9320. "shasum": ""
  9321. },
  9322. "require": {
  9323. "php": ">=7.2.5",
  9324. "symfony/polyfill-ctype": "~1.8",
  9325. "symfony/polyfill-intl-grapheme": "~1.0",
  9326. "symfony/polyfill-intl-normalizer": "~1.0",
  9327. "symfony/polyfill-mbstring": "~1.0",
  9328. "symfony/polyfill-php80": "~1.15"
  9329. },
  9330. "require-dev": {
  9331. "symfony/error-handler": "^4.4|^5.0",
  9332. "symfony/http-client": "^4.4|^5.0",
  9333. "symfony/translation-contracts": "^1.1|^2",
  9334. "symfony/var-exporter": "^4.4|^5.0"
  9335. },
  9336. "type": "library",
  9337. "autoload": {
  9338. "psr-4": {
  9339. "Symfony\\Component\\String\\": ""
  9340. },
  9341. "files": [
  9342. "Resources/functions.php"
  9343. ],
  9344. "exclude-from-classmap": [
  9345. "/Tests/"
  9346. ]
  9347. },
  9348. "notification-url": "https://packagist.org/downloads/",
  9349. "license": [
  9350. "MIT"
  9351. ],
  9352. "authors": [
  9353. {
  9354. "name": "Nicolas Grekas",
  9355. "email": "p@tchwork.com"
  9356. },
  9357. {
  9358. "name": "Symfony Community",
  9359. "homepage": "https://symfony.com/contributors"
  9360. }
  9361. ],
  9362. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  9363. "homepage": "https://symfony.com",
  9364. "keywords": [
  9365. "grapheme",
  9366. "i18n",
  9367. "string",
  9368. "unicode",
  9369. "utf-8",
  9370. "utf8"
  9371. ],
  9372. "support": {
  9373. "source": "https://github.com/symfony/string/tree/v5.3.10"
  9374. },
  9375. "funding": [
  9376. {
  9377. "url": "https://symfony.com/sponsor",
  9378. "type": "custom"
  9379. },
  9380. {
  9381. "url": "https://github.com/fabpot",
  9382. "type": "github"
  9383. },
  9384. {
  9385. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9386. "type": "tidelift"
  9387. }
  9388. ],
  9389. "time": "2021-10-27T18:21:46+00:00"
  9390. },
  9391. {
  9392. "name": "symfony/templating",
  9393. "version": "v5.3.7",
  9394. "source": {
  9395. "type": "git",
  9396. "url": "https://github.com/symfony/templating.git",
  9397. "reference": "768d2fc5a9c9c93aad8c10af834a89f9d9d31011"
  9398. },
  9399. "dist": {
  9400. "type": "zip",
  9401. "url": "https://api.github.com/repos/symfony/templating/zipball/768d2fc5a9c9c93aad8c10af834a89f9d9d31011",
  9402. "reference": "768d2fc5a9c9c93aad8c10af834a89f9d9d31011",
  9403. "shasum": ""
  9404. },
  9405. "require": {
  9406. "php": ">=7.2.5",
  9407. "symfony/polyfill-ctype": "~1.8"
  9408. },
  9409. "require-dev": {
  9410. "psr/log": "^1|^2|^3"
  9411. },
  9412. "suggest": {
  9413. "psr/log-implementation": "For using debug logging in loaders"
  9414. },
  9415. "type": "library",
  9416. "autoload": {
  9417. "psr-4": {
  9418. "Symfony\\Component\\Templating\\": ""
  9419. },
  9420. "exclude-from-classmap": [
  9421. "/Tests/"
  9422. ]
  9423. },
  9424. "notification-url": "https://packagist.org/downloads/",
  9425. "license": [
  9426. "MIT"
  9427. ],
  9428. "authors": [
  9429. {
  9430. "name": "Fabien Potencier",
  9431. "email": "fabien@symfony.com"
  9432. },
  9433. {
  9434. "name": "Symfony Community",
  9435. "homepage": "https://symfony.com/contributors"
  9436. }
  9437. ],
  9438. "description": "Provides all the tools needed to build any kind of template system",
  9439. "homepage": "https://symfony.com",
  9440. "support": {
  9441. "source": "https://github.com/symfony/templating/tree/v5.3.7"
  9442. },
  9443. "funding": [
  9444. {
  9445. "url": "https://symfony.com/sponsor",
  9446. "type": "custom"
  9447. },
  9448. {
  9449. "url": "https://github.com/fabpot",
  9450. "type": "github"
  9451. },
  9452. {
  9453. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9454. "type": "tidelift"
  9455. }
  9456. ],
  9457. "time": "2021-08-04T21:20:46+00:00"
  9458. },
  9459. {
  9460. "name": "symfony/translation",
  9461. "version": "v5.3.10",
  9462. "source": {
  9463. "type": "git",
  9464. "url": "https://github.com/symfony/translation.git",
  9465. "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa"
  9466. },
  9467. "dist": {
  9468. "type": "zip",
  9469. "url": "https://api.github.com/repos/symfony/translation/zipball/6ef197aea2ac8b9cd63e0da7522b3771714035aa",
  9470. "reference": "6ef197aea2ac8b9cd63e0da7522b3771714035aa",
  9471. "shasum": ""
  9472. },
  9473. "require": {
  9474. "php": ">=7.2.5",
  9475. "symfony/deprecation-contracts": "^2.1",
  9476. "symfony/polyfill-mbstring": "~1.0",
  9477. "symfony/polyfill-php80": "^1.16",
  9478. "symfony/translation-contracts": "^2.3"
  9479. },
  9480. "conflict": {
  9481. "symfony/config": "<4.4",
  9482. "symfony/dependency-injection": "<5.0",
  9483. "symfony/http-kernel": "<5.0",
  9484. "symfony/twig-bundle": "<5.0",
  9485. "symfony/yaml": "<4.4"
  9486. },
  9487. "provide": {
  9488. "symfony/translation-implementation": "2.3"
  9489. },
  9490. "require-dev": {
  9491. "psr/log": "^1|^2|^3",
  9492. "symfony/config": "^4.4|^5.0",
  9493. "symfony/console": "^4.4|^5.0",
  9494. "symfony/dependency-injection": "^5.0",
  9495. "symfony/finder": "^4.4|^5.0",
  9496. "symfony/http-kernel": "^5.0",
  9497. "symfony/intl": "^4.4|^5.0",
  9498. "symfony/polyfill-intl-icu": "^1.21",
  9499. "symfony/service-contracts": "^1.1.2|^2",
  9500. "symfony/yaml": "^4.4|^5.0"
  9501. },
  9502. "suggest": {
  9503. "psr/log-implementation": "To use logging capability in translator",
  9504. "symfony/config": "",
  9505. "symfony/yaml": ""
  9506. },
  9507. "type": "library",
  9508. "autoload": {
  9509. "files": [
  9510. "Resources/functions.php"
  9511. ],
  9512. "psr-4": {
  9513. "Symfony\\Component\\Translation\\": ""
  9514. },
  9515. "exclude-from-classmap": [
  9516. "/Tests/"
  9517. ]
  9518. },
  9519. "notification-url": "https://packagist.org/downloads/",
  9520. "license": [
  9521. "MIT"
  9522. ],
  9523. "authors": [
  9524. {
  9525. "name": "Fabien Potencier",
  9526. "email": "fabien@symfony.com"
  9527. },
  9528. {
  9529. "name": "Symfony Community",
  9530. "homepage": "https://symfony.com/contributors"
  9531. }
  9532. ],
  9533. "description": "Provides tools to internationalize your application",
  9534. "homepage": "https://symfony.com",
  9535. "support": {
  9536. "source": "https://github.com/symfony/translation/tree/v5.3.10"
  9537. },
  9538. "funding": [
  9539. {
  9540. "url": "https://symfony.com/sponsor",
  9541. "type": "custom"
  9542. },
  9543. {
  9544. "url": "https://github.com/fabpot",
  9545. "type": "github"
  9546. },
  9547. {
  9548. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9549. "type": "tidelift"
  9550. }
  9551. ],
  9552. "time": "2021-10-10T06:43:24+00:00"
  9553. },
  9554. {
  9555. "name": "symfony/translation-contracts",
  9556. "version": "v2.5.0",
  9557. "source": {
  9558. "type": "git",
  9559. "url": "https://github.com/symfony/translation-contracts.git",
  9560. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
  9561. },
  9562. "dist": {
  9563. "type": "zip",
  9564. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
  9565. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
  9566. "shasum": ""
  9567. },
  9568. "require": {
  9569. "php": ">=7.2.5"
  9570. },
  9571. "suggest": {
  9572. "symfony/translation-implementation": ""
  9573. },
  9574. "type": "library",
  9575. "extra": {
  9576. "branch-alias": {
  9577. "dev-main": "2.5-dev"
  9578. },
  9579. "thanks": {
  9580. "name": "symfony/contracts",
  9581. "url": "https://github.com/symfony/contracts"
  9582. }
  9583. },
  9584. "autoload": {
  9585. "psr-4": {
  9586. "Symfony\\Contracts\\Translation\\": ""
  9587. }
  9588. },
  9589. "notification-url": "https://packagist.org/downloads/",
  9590. "license": [
  9591. "MIT"
  9592. ],
  9593. "authors": [
  9594. {
  9595. "name": "Nicolas Grekas",
  9596. "email": "p@tchwork.com"
  9597. },
  9598. {
  9599. "name": "Symfony Community",
  9600. "homepage": "https://symfony.com/contributors"
  9601. }
  9602. ],
  9603. "description": "Generic abstractions related to translation",
  9604. "homepage": "https://symfony.com",
  9605. "keywords": [
  9606. "abstractions",
  9607. "contracts",
  9608. "decoupling",
  9609. "interfaces",
  9610. "interoperability",
  9611. "standards"
  9612. ],
  9613. "support": {
  9614. "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
  9615. },
  9616. "funding": [
  9617. {
  9618. "url": "https://symfony.com/sponsor",
  9619. "type": "custom"
  9620. },
  9621. {
  9622. "url": "https://github.com/fabpot",
  9623. "type": "github"
  9624. },
  9625. {
  9626. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9627. "type": "tidelift"
  9628. }
  9629. ],
  9630. "time": "2021-08-17T14:20:01+00:00"
  9631. },
  9632. {
  9633. "name": "symfony/twig-bridge",
  9634. "version": "v5.3.7",
  9635. "source": {
  9636. "type": "git",
  9637. "url": "https://github.com/symfony/twig-bridge.git",
  9638. "reference": "503e12aded4d5cbda4f8d1f3824c6a108119822f"
  9639. },
  9640. "dist": {
  9641. "type": "zip",
  9642. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/503e12aded4d5cbda4f8d1f3824c6a108119822f",
  9643. "reference": "503e12aded4d5cbda4f8d1f3824c6a108119822f",
  9644. "shasum": ""
  9645. },
  9646. "require": {
  9647. "php": ">=7.2.5",
  9648. "symfony/polyfill-php80": "^1.16",
  9649. "symfony/translation-contracts": "^1.1|^2",
  9650. "twig/twig": "^2.13|^3.0.4"
  9651. },
  9652. "conflict": {
  9653. "phpdocumentor/reflection-docblock": "<3.2.2",
  9654. "phpdocumentor/type-resolver": "<1.4.0",
  9655. "symfony/console": "<4.4",
  9656. "symfony/form": "<5.3",
  9657. "symfony/http-foundation": "<5.3",
  9658. "symfony/http-kernel": "<4.4",
  9659. "symfony/translation": "<5.2",
  9660. "symfony/workflow": "<5.2"
  9661. },
  9662. "require-dev": {
  9663. "doctrine/annotations": "^1.12",
  9664. "egulias/email-validator": "^2.1.10|^3",
  9665. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  9666. "symfony/asset": "^4.4|^5.0",
  9667. "symfony/console": "^4.4|^5.0",
  9668. "symfony/dependency-injection": "^4.4|^5.0",
  9669. "symfony/expression-language": "^4.4|^5.0",
  9670. "symfony/finder": "^4.4|^5.0",
  9671. "symfony/form": "^5.3",
  9672. "symfony/http-foundation": "^5.3",
  9673. "symfony/http-kernel": "^4.4|^5.0",
  9674. "symfony/intl": "^4.4|^5.0",
  9675. "symfony/mime": "^5.2",
  9676. "symfony/polyfill-intl-icu": "~1.0",
  9677. "symfony/property-info": "^4.4|^5.1",
  9678. "symfony/routing": "^4.4|^5.0",
  9679. "symfony/security-acl": "^2.8|^3.0",
  9680. "symfony/security-core": "^4.4|^5.0",
  9681. "symfony/security-csrf": "^4.4|^5.0",
  9682. "symfony/security-http": "^4.4|^5.0",
  9683. "symfony/serializer": "^5.2",
  9684. "symfony/stopwatch": "^4.4|^5.0",
  9685. "symfony/translation": "^5.2",
  9686. "symfony/web-link": "^4.4|^5.0",
  9687. "symfony/workflow": "^5.2",
  9688. "symfony/yaml": "^4.4|^5.0",
  9689. "twig/cssinliner-extra": "^2.12|^3",
  9690. "twig/inky-extra": "^2.12|^3",
  9691. "twig/markdown-extra": "^2.12|^3"
  9692. },
  9693. "suggest": {
  9694. "symfony/asset": "For using the AssetExtension",
  9695. "symfony/expression-language": "For using the ExpressionExtension",
  9696. "symfony/finder": "",
  9697. "symfony/form": "For using the FormExtension",
  9698. "symfony/http-kernel": "For using the HttpKernelExtension",
  9699. "symfony/routing": "For using the RoutingExtension",
  9700. "symfony/security-core": "For using the SecurityExtension",
  9701. "symfony/security-csrf": "For using the CsrfExtension",
  9702. "symfony/security-http": "For using the LogoutUrlExtension",
  9703. "symfony/stopwatch": "For using the StopwatchExtension",
  9704. "symfony/translation": "For using the TranslationExtension",
  9705. "symfony/var-dumper": "For using the DumpExtension",
  9706. "symfony/web-link": "For using the WebLinkExtension",
  9707. "symfony/yaml": "For using the YamlExtension"
  9708. },
  9709. "type": "symfony-bridge",
  9710. "autoload": {
  9711. "psr-4": {
  9712. "Symfony\\Bridge\\Twig\\": ""
  9713. },
  9714. "exclude-from-classmap": [
  9715. "/Tests/"
  9716. ]
  9717. },
  9718. "notification-url": "https://packagist.org/downloads/",
  9719. "license": [
  9720. "MIT"
  9721. ],
  9722. "authors": [
  9723. {
  9724. "name": "Fabien Potencier",
  9725. "email": "fabien@symfony.com"
  9726. },
  9727. {
  9728. "name": "Symfony Community",
  9729. "homepage": "https://symfony.com/contributors"
  9730. }
  9731. ],
  9732. "description": "Provides integration for Twig with various Symfony components",
  9733. "homepage": "https://symfony.com",
  9734. "support": {
  9735. "source": "https://github.com/symfony/twig-bridge/tree/v5.3.7"
  9736. },
  9737. "funding": [
  9738. {
  9739. "url": "https://symfony.com/sponsor",
  9740. "type": "custom"
  9741. },
  9742. {
  9743. "url": "https://github.com/fabpot",
  9744. "type": "github"
  9745. },
  9746. {
  9747. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9748. "type": "tidelift"
  9749. }
  9750. ],
  9751. "time": "2021-08-26T07:28:06+00:00"
  9752. },
  9753. {
  9754. "name": "symfony/twig-bundle",
  9755. "version": "v5.3.10",
  9756. "source": {
  9757. "type": "git",
  9758. "url": "https://github.com/symfony/twig-bundle.git",
  9759. "reference": "70157db4357eadf33f38e4e7efa5da4b294e17de"
  9760. },
  9761. "dist": {
  9762. "type": "zip",
  9763. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/70157db4357eadf33f38e4e7efa5da4b294e17de",
  9764. "reference": "70157db4357eadf33f38e4e7efa5da4b294e17de",
  9765. "shasum": ""
  9766. },
  9767. "require": {
  9768. "php": ">=7.2.5",
  9769. "symfony/config": "^4.4|^5.0",
  9770. "symfony/http-foundation": "^4.4|^5.0",
  9771. "symfony/http-kernel": "^5.0",
  9772. "symfony/polyfill-ctype": "~1.8",
  9773. "symfony/polyfill-php80": "^1.16",
  9774. "symfony/twig-bridge": "^5.3",
  9775. "twig/twig": "^2.13|^3.0.4"
  9776. },
  9777. "conflict": {
  9778. "symfony/dependency-injection": "<5.3",
  9779. "symfony/framework-bundle": "<5.0",
  9780. "symfony/translation": "<5.0"
  9781. },
  9782. "require-dev": {
  9783. "doctrine/annotations": "^1.10.4",
  9784. "doctrine/cache": "^1.0|^2.0",
  9785. "symfony/asset": "^4.4|^5.0",
  9786. "symfony/dependency-injection": "^5.3",
  9787. "symfony/expression-language": "^4.4|^5.0",
  9788. "symfony/finder": "^4.4|^5.0",
  9789. "symfony/form": "^4.4|^5.0",
  9790. "symfony/framework-bundle": "^5.0",
  9791. "symfony/routing": "^4.4|^5.0",
  9792. "symfony/stopwatch": "^4.4|^5.0",
  9793. "symfony/translation": "^5.0",
  9794. "symfony/web-link": "^4.4|^5.0",
  9795. "symfony/yaml": "^4.4|^5.0"
  9796. },
  9797. "type": "symfony-bundle",
  9798. "autoload": {
  9799. "psr-4": {
  9800. "Symfony\\Bundle\\TwigBundle\\": ""
  9801. },
  9802. "exclude-from-classmap": [
  9803. "/Tests/"
  9804. ]
  9805. },
  9806. "notification-url": "https://packagist.org/downloads/",
  9807. "license": [
  9808. "MIT"
  9809. ],
  9810. "authors": [
  9811. {
  9812. "name": "Fabien Potencier",
  9813. "email": "fabien@symfony.com"
  9814. },
  9815. {
  9816. "name": "Symfony Community",
  9817. "homepage": "https://symfony.com/contributors"
  9818. }
  9819. ],
  9820. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  9821. "homepage": "https://symfony.com",
  9822. "support": {
  9823. "source": "https://github.com/symfony/twig-bundle/tree/v5.3.10"
  9824. },
  9825. "funding": [
  9826. {
  9827. "url": "https://symfony.com/sponsor",
  9828. "type": "custom"
  9829. },
  9830. {
  9831. "url": "https://github.com/fabpot",
  9832. "type": "github"
  9833. },
  9834. {
  9835. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9836. "type": "tidelift"
  9837. }
  9838. ],
  9839. "time": "2021-10-28T13:28:41+00:00"
  9840. },
  9841. {
  9842. "name": "symfony/uid",
  9843. "version": "v5.3.10",
  9844. "source": {
  9845. "type": "git",
  9846. "url": "https://github.com/symfony/uid.git",
  9847. "reference": "183336998e6b28c37ebf04ee18e6359dfb22084d"
  9848. },
  9849. "dist": {
  9850. "type": "zip",
  9851. "url": "https://api.github.com/repos/symfony/uid/zipball/183336998e6b28c37ebf04ee18e6359dfb22084d",
  9852. "reference": "183336998e6b28c37ebf04ee18e6359dfb22084d",
  9853. "shasum": ""
  9854. },
  9855. "require": {
  9856. "php": ">=7.2.5",
  9857. "symfony/polyfill-uuid": "^1.15"
  9858. },
  9859. "require-dev": {
  9860. "symfony/console": "^4.4|^5.0"
  9861. },
  9862. "type": "library",
  9863. "autoload": {
  9864. "psr-4": {
  9865. "Symfony\\Component\\Uid\\": ""
  9866. },
  9867. "exclude-from-classmap": [
  9868. "/Tests/"
  9869. ]
  9870. },
  9871. "notification-url": "https://packagist.org/downloads/",
  9872. "license": [
  9873. "MIT"
  9874. ],
  9875. "authors": [
  9876. {
  9877. "name": "Grégoire Pineau",
  9878. "email": "lyrixx@lyrixx.info"
  9879. },
  9880. {
  9881. "name": "Nicolas Grekas",
  9882. "email": "p@tchwork.com"
  9883. },
  9884. {
  9885. "name": "Symfony Community",
  9886. "homepage": "https://symfony.com/contributors"
  9887. }
  9888. ],
  9889. "description": "Provides an object-oriented API to generate and represent UIDs",
  9890. "homepage": "https://symfony.com",
  9891. "keywords": [
  9892. "UID",
  9893. "uuid"
  9894. ],
  9895. "support": {
  9896. "source": "https://github.com/symfony/uid/tree/v5.3.10"
  9897. },
  9898. "funding": [
  9899. {
  9900. "url": "https://symfony.com/sponsor",
  9901. "type": "custom"
  9902. },
  9903. {
  9904. "url": "https://github.com/fabpot",
  9905. "type": "github"
  9906. },
  9907. {
  9908. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9909. "type": "tidelift"
  9910. }
  9911. ],
  9912. "time": "2021-10-15T16:00:52+00:00"
  9913. },
  9914. {
  9915. "name": "symfony/validator",
  9916. "version": "v5.3.10",
  9917. "source": {
  9918. "type": "git",
  9919. "url": "https://github.com/symfony/validator.git",
  9920. "reference": "a85f3ba9e1c883253fc00a2e3d111e6e82a0baf5"
  9921. },
  9922. "dist": {
  9923. "type": "zip",
  9924. "url": "https://api.github.com/repos/symfony/validator/zipball/a85f3ba9e1c883253fc00a2e3d111e6e82a0baf5",
  9925. "reference": "a85f3ba9e1c883253fc00a2e3d111e6e82a0baf5",
  9926. "shasum": ""
  9927. },
  9928. "require": {
  9929. "php": ">=7.2.5",
  9930. "symfony/deprecation-contracts": "^2.1",
  9931. "symfony/polyfill-ctype": "~1.8",
  9932. "symfony/polyfill-mbstring": "~1.0",
  9933. "symfony/polyfill-php73": "~1.0",
  9934. "symfony/polyfill-php80": "^1.16",
  9935. "symfony/translation-contracts": "^1.1|^2"
  9936. },
  9937. "conflict": {
  9938. "doctrine/lexer": "<1.0.2",
  9939. "phpunit/phpunit": "<5.4.3",
  9940. "symfony/dependency-injection": "<4.4",
  9941. "symfony/expression-language": "<5.1",
  9942. "symfony/http-kernel": "<4.4",
  9943. "symfony/intl": "<4.4",
  9944. "symfony/property-info": "<5.3",
  9945. "symfony/translation": "<4.4",
  9946. "symfony/yaml": "<4.4"
  9947. },
  9948. "require-dev": {
  9949. "doctrine/annotations": "^1.10.4",
  9950. "doctrine/cache": "^1.0|^2.0",
  9951. "egulias/email-validator": "^2.1.10|^3",
  9952. "symfony/cache": "^4.4|^5.0",
  9953. "symfony/config": "^4.4|^5.0",
  9954. "symfony/console": "^4.4|^5.0",
  9955. "symfony/dependency-injection": "^4.4|^5.0",
  9956. "symfony/expression-language": "^5.1",
  9957. "symfony/finder": "^4.4|^5.0",
  9958. "symfony/http-client": "^4.4|^5.0",
  9959. "symfony/http-foundation": "^4.4|^5.0",
  9960. "symfony/http-kernel": "^4.4|^5.0",
  9961. "symfony/intl": "^4.4|^5.0",
  9962. "symfony/mime": "^4.4|^5.0",
  9963. "symfony/property-access": "^4.4|^5.0",
  9964. "symfony/property-info": "^5.3",
  9965. "symfony/translation": "^4.4|^5.0",
  9966. "symfony/yaml": "^4.4|^5.0"
  9967. },
  9968. "suggest": {
  9969. "egulias/email-validator": "Strict (RFC compliant) email validation",
  9970. "psr/cache-implementation": "For using the mapping cache.",
  9971. "symfony/config": "",
  9972. "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
  9973. "symfony/http-foundation": "",
  9974. "symfony/intl": "",
  9975. "symfony/property-access": "For accessing properties within comparison constraints",
  9976. "symfony/property-info": "To automatically add NotNull and Type constraints",
  9977. "symfony/translation": "For translating validation errors.",
  9978. "symfony/yaml": ""
  9979. },
  9980. "type": "library",
  9981. "autoload": {
  9982. "psr-4": {
  9983. "Symfony\\Component\\Validator\\": ""
  9984. },
  9985. "exclude-from-classmap": [
  9986. "/Tests/"
  9987. ]
  9988. },
  9989. "notification-url": "https://packagist.org/downloads/",
  9990. "license": [
  9991. "MIT"
  9992. ],
  9993. "authors": [
  9994. {
  9995. "name": "Fabien Potencier",
  9996. "email": "fabien@symfony.com"
  9997. },
  9998. {
  9999. "name": "Symfony Community",
  10000. "homepage": "https://symfony.com/contributors"
  10001. }
  10002. ],
  10003. "description": "Provides tools to validate values",
  10004. "homepage": "https://symfony.com",
  10005. "support": {
  10006. "source": "https://github.com/symfony/validator/tree/v5.3.10"
  10007. },
  10008. "funding": [
  10009. {
  10010. "url": "https://symfony.com/sponsor",
  10011. "type": "custom"
  10012. },
  10013. {
  10014. "url": "https://github.com/fabpot",
  10015. "type": "github"
  10016. },
  10017. {
  10018. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10019. "type": "tidelift"
  10020. }
  10021. ],
  10022. "time": "2021-10-28T19:22:18+00:00"
  10023. },
  10024. {
  10025. "name": "symfony/var-dumper",
  10026. "version": "v5.3.11",
  10027. "source": {
  10028. "type": "git",
  10029. "url": "https://github.com/symfony/var-dumper.git",
  10030. "reference": "a029b3a11b757f9cc8693040339153b4745a913f"
  10031. },
  10032. "dist": {
  10033. "type": "zip",
  10034. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a029b3a11b757f9cc8693040339153b4745a913f",
  10035. "reference": "a029b3a11b757f9cc8693040339153b4745a913f",
  10036. "shasum": ""
  10037. },
  10038. "require": {
  10039. "php": ">=7.2.5",
  10040. "symfony/polyfill-mbstring": "~1.0",
  10041. "symfony/polyfill-php80": "^1.16"
  10042. },
  10043. "conflict": {
  10044. "phpunit/phpunit": "<5.4.3",
  10045. "symfony/console": "<4.4"
  10046. },
  10047. "require-dev": {
  10048. "ext-iconv": "*",
  10049. "symfony/console": "^4.4|^5.0",
  10050. "symfony/process": "^4.4|^5.0",
  10051. "twig/twig": "^2.13|^3.0.4"
  10052. },
  10053. "suggest": {
  10054. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  10055. "ext-intl": "To show region name in time zone dump",
  10056. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  10057. },
  10058. "bin": [
  10059. "Resources/bin/var-dump-server"
  10060. ],
  10061. "type": "library",
  10062. "autoload": {
  10063. "files": [
  10064. "Resources/functions/dump.php"
  10065. ],
  10066. "psr-4": {
  10067. "Symfony\\Component\\VarDumper\\": ""
  10068. },
  10069. "exclude-from-classmap": [
  10070. "/Tests/"
  10071. ]
  10072. },
  10073. "notification-url": "https://packagist.org/downloads/",
  10074. "license": [
  10075. "MIT"
  10076. ],
  10077. "authors": [
  10078. {
  10079. "name": "Nicolas Grekas",
  10080. "email": "p@tchwork.com"
  10081. },
  10082. {
  10083. "name": "Symfony Community",
  10084. "homepage": "https://symfony.com/contributors"
  10085. }
  10086. ],
  10087. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  10088. "homepage": "https://symfony.com",
  10089. "keywords": [
  10090. "debug",
  10091. "dump"
  10092. ],
  10093. "support": {
  10094. "source": "https://github.com/symfony/var-dumper/tree/v5.3.11"
  10095. },
  10096. "funding": [
  10097. {
  10098. "url": "https://symfony.com/sponsor",
  10099. "type": "custom"
  10100. },
  10101. {
  10102. "url": "https://github.com/fabpot",
  10103. "type": "github"
  10104. },
  10105. {
  10106. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10107. "type": "tidelift"
  10108. }
  10109. ],
  10110. "time": "2021-11-12T11:38:27+00:00"
  10111. },
  10112. {
  10113. "name": "symfony/var-exporter",
  10114. "version": "v5.3.11",
  10115. "source": {
  10116. "type": "git",
  10117. "url": "https://github.com/symfony/var-exporter.git",
  10118. "reference": "b16fcf355b810bcbccc2c6eac1d016725dbf9002"
  10119. },
  10120. "dist": {
  10121. "type": "zip",
  10122. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b16fcf355b810bcbccc2c6eac1d016725dbf9002",
  10123. "reference": "b16fcf355b810bcbccc2c6eac1d016725dbf9002",
  10124. "shasum": ""
  10125. },
  10126. "require": {
  10127. "php": ">=7.2.5",
  10128. "symfony/polyfill-php80": "^1.16"
  10129. },
  10130. "require-dev": {
  10131. "symfony/var-dumper": "^4.4.9|^5.0.9"
  10132. },
  10133. "type": "library",
  10134. "autoload": {
  10135. "psr-4": {
  10136. "Symfony\\Component\\VarExporter\\": ""
  10137. },
  10138. "exclude-from-classmap": [
  10139. "/Tests/"
  10140. ]
  10141. },
  10142. "notification-url": "https://packagist.org/downloads/",
  10143. "license": [
  10144. "MIT"
  10145. ],
  10146. "authors": [
  10147. {
  10148. "name": "Nicolas Grekas",
  10149. "email": "p@tchwork.com"
  10150. },
  10151. {
  10152. "name": "Symfony Community",
  10153. "homepage": "https://symfony.com/contributors"
  10154. }
  10155. ],
  10156. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  10157. "homepage": "https://symfony.com",
  10158. "keywords": [
  10159. "clone",
  10160. "construct",
  10161. "export",
  10162. "hydrate",
  10163. "instantiate",
  10164. "serialize"
  10165. ],
  10166. "support": {
  10167. "source": "https://github.com/symfony/var-exporter/tree/v5.3.11"
  10168. },
  10169. "funding": [
  10170. {
  10171. "url": "https://symfony.com/sponsor",
  10172. "type": "custom"
  10173. },
  10174. {
  10175. "url": "https://github.com/fabpot",
  10176. "type": "github"
  10177. },
  10178. {
  10179. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10180. "type": "tidelift"
  10181. }
  10182. ],
  10183. "time": "2021-11-22T10:43:59+00:00"
  10184. },
  10185. {
  10186. "name": "symfony/web-link",
  10187. "version": "v5.3.4",
  10188. "source": {
  10189. "type": "git",
  10190. "url": "https://github.com/symfony/web-link.git",
  10191. "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1"
  10192. },
  10193. "dist": {
  10194. "type": "zip",
  10195. "url": "https://api.github.com/repos/symfony/web-link/zipball/0075c9949c30a61d9b9e7483686d72d261480ef1",
  10196. "reference": "0075c9949c30a61d9b9e7483686d72d261480ef1",
  10197. "shasum": ""
  10198. },
  10199. "require": {
  10200. "php": ">=7.2.5",
  10201. "psr/link": "^1.0",
  10202. "symfony/polyfill-php80": "^1.16"
  10203. },
  10204. "conflict": {
  10205. "symfony/http-kernel": "<5.3"
  10206. },
  10207. "provide": {
  10208. "psr/link-implementation": "1.0"
  10209. },
  10210. "require-dev": {
  10211. "symfony/http-kernel": "^5.3"
  10212. },
  10213. "suggest": {
  10214. "symfony/http-kernel": ""
  10215. },
  10216. "type": "library",
  10217. "autoload": {
  10218. "psr-4": {
  10219. "Symfony\\Component\\WebLink\\": ""
  10220. },
  10221. "exclude-from-classmap": [
  10222. "/Tests/"
  10223. ]
  10224. },
  10225. "notification-url": "https://packagist.org/downloads/",
  10226. "license": [
  10227. "MIT"
  10228. ],
  10229. "authors": [
  10230. {
  10231. "name": "Kévin Dunglas",
  10232. "email": "dunglas@gmail.com"
  10233. },
  10234. {
  10235. "name": "Symfony Community",
  10236. "homepage": "https://symfony.com/contributors"
  10237. }
  10238. ],
  10239. "description": "Manages links between resources",
  10240. "homepage": "https://symfony.com",
  10241. "keywords": [
  10242. "dns-prefetch",
  10243. "http",
  10244. "http2",
  10245. "link",
  10246. "performance",
  10247. "prefetch",
  10248. "preload",
  10249. "prerender",
  10250. "psr13",
  10251. "push"
  10252. ],
  10253. "support": {
  10254. "source": "https://github.com/symfony/web-link/tree/v5.3.4"
  10255. },
  10256. "funding": [
  10257. {
  10258. "url": "https://symfony.com/sponsor",
  10259. "type": "custom"
  10260. },
  10261. {
  10262. "url": "https://github.com/fabpot",
  10263. "type": "github"
  10264. },
  10265. {
  10266. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10267. "type": "tidelift"
  10268. }
  10269. ],
  10270. "time": "2021-07-21T12:40:44+00:00"
  10271. },
  10272. {
  10273. "name": "symfony/webpack-encore-bundle",
  10274. "version": "v1.12.0",
  10275. "source": {
  10276. "type": "git",
  10277. "url": "https://github.com/symfony/webpack-encore-bundle.git",
  10278. "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667"
  10279. },
  10280. "dist": {
  10281. "type": "zip",
  10282. "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/9943a59f8551b7a8181e19a2b4efa60e5907c667",
  10283. "reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667",
  10284. "shasum": ""
  10285. },
  10286. "require": {
  10287. "php": ">=7.1.3",
  10288. "symfony/asset": "^4.4 || ^5.0",
  10289. "symfony/config": "^4.4 || ^5.0",
  10290. "symfony/dependency-injection": "^4.4 || ^5.0",
  10291. "symfony/http-kernel": "^4.4 || ^5.0",
  10292. "symfony/service-contracts": "^1.0 || ^2.0"
  10293. },
  10294. "require-dev": {
  10295. "symfony/framework-bundle": "^4.4 || ^5.0",
  10296. "symfony/phpunit-bridge": "^4.4 || ^5.0",
  10297. "symfony/twig-bundle": "^4.4 || ^5.0",
  10298. "symfony/web-link": "^4.4 || ^5.0"
  10299. },
  10300. "type": "symfony-bundle",
  10301. "extra": {
  10302. "thanks": {
  10303. "name": "symfony/webpack-encore",
  10304. "url": "https://github.com/symfony/webpack-encore"
  10305. }
  10306. },
  10307. "autoload": {
  10308. "psr-4": {
  10309. "Symfony\\WebpackEncoreBundle\\": "src"
  10310. }
  10311. },
  10312. "notification-url": "https://packagist.org/downloads/",
  10313. "license": [
  10314. "MIT"
  10315. ],
  10316. "authors": [
  10317. {
  10318. "name": "Symfony Community",
  10319. "homepage": "https://symfony.com/contributors"
  10320. }
  10321. ],
  10322. "description": "Integration with your Symfony app & Webpack Encore!",
  10323. "support": {
  10324. "issues": "https://github.com/symfony/webpack-encore-bundle/issues",
  10325. "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.12.0"
  10326. },
  10327. "funding": [
  10328. {
  10329. "url": "https://symfony.com/sponsor",
  10330. "type": "custom"
  10331. },
  10332. {
  10333. "url": "https://github.com/fabpot",
  10334. "type": "github"
  10335. },
  10336. {
  10337. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10338. "type": "tidelift"
  10339. }
  10340. ],
  10341. "time": "2021-06-18T19:13:11+00:00"
  10342. },
  10343. {
  10344. "name": "symfony/yaml",
  10345. "version": "v5.3.6",
  10346. "source": {
  10347. "type": "git",
  10348. "url": "https://github.com/symfony/yaml.git",
  10349. "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
  10350. },
  10351. "dist": {
  10352. "type": "zip",
  10353. "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
  10354. "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
  10355. "shasum": ""
  10356. },
  10357. "require": {
  10358. "php": ">=7.2.5",
  10359. "symfony/deprecation-contracts": "^2.1",
  10360. "symfony/polyfill-ctype": "~1.8"
  10361. },
  10362. "conflict": {
  10363. "symfony/console": "<4.4"
  10364. },
  10365. "require-dev": {
  10366. "symfony/console": "^4.4|^5.0"
  10367. },
  10368. "suggest": {
  10369. "symfony/console": "For validating YAML files using the lint command"
  10370. },
  10371. "bin": [
  10372. "Resources/bin/yaml-lint"
  10373. ],
  10374. "type": "library",
  10375. "autoload": {
  10376. "psr-4": {
  10377. "Symfony\\Component\\Yaml\\": ""
  10378. },
  10379. "exclude-from-classmap": [
  10380. "/Tests/"
  10381. ]
  10382. },
  10383. "notification-url": "https://packagist.org/downloads/",
  10384. "license": [
  10385. "MIT"
  10386. ],
  10387. "authors": [
  10388. {
  10389. "name": "Fabien Potencier",
  10390. "email": "fabien@symfony.com"
  10391. },
  10392. {
  10393. "name": "Symfony Community",
  10394. "homepage": "https://symfony.com/contributors"
  10395. }
  10396. ],
  10397. "description": "Loads and dumps YAML files",
  10398. "homepage": "https://symfony.com",
  10399. "support": {
  10400. "source": "https://github.com/symfony/yaml/tree/v5.3.6"
  10401. },
  10402. "funding": [
  10403. {
  10404. "url": "https://symfony.com/sponsor",
  10405. "type": "custom"
  10406. },
  10407. {
  10408. "url": "https://github.com/fabpot",
  10409. "type": "github"
  10410. },
  10411. {
  10412. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10413. "type": "tidelift"
  10414. }
  10415. ],
  10416. "time": "2021-07-29T06:20:01+00:00"
  10417. },
  10418. {
  10419. "name": "twig/extra-bundle",
  10420. "version": "v3.3.3",
  10421. "source": {
  10422. "type": "git",
  10423. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  10424. "reference": "fa92b8301ff8878e45fe9f54ab7ad99872e080f3"
  10425. },
  10426. "dist": {
  10427. "type": "zip",
  10428. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/fa92b8301ff8878e45fe9f54ab7ad99872e080f3",
  10429. "reference": "fa92b8301ff8878e45fe9f54ab7ad99872e080f3",
  10430. "shasum": ""
  10431. },
  10432. "require": {
  10433. "php": "^7.1.3|^8.0",
  10434. "symfony/framework-bundle": "^4.3|^5.0|^6.0",
  10435. "symfony/twig-bundle": "^4.3|^5.0|^6.0",
  10436. "twig/twig": "^2.4|^3.0"
  10437. },
  10438. "require-dev": {
  10439. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
  10440. "twig/cache-extra": "^3.0",
  10441. "twig/cssinliner-extra": "^2.12|^3.0",
  10442. "twig/html-extra": "^2.12|^3.0",
  10443. "twig/inky-extra": "^2.12|^3.0",
  10444. "twig/intl-extra": "^2.12|^3.0",
  10445. "twig/markdown-extra": "^2.12|^3.0",
  10446. "twig/string-extra": "^2.12|^3.0"
  10447. },
  10448. "type": "symfony-bundle",
  10449. "extra": {
  10450. "branch-alias": {
  10451. "dev-master": "3.2-dev"
  10452. }
  10453. },
  10454. "autoload": {
  10455. "psr-4": {
  10456. "Twig\\Extra\\TwigExtraBundle\\": ""
  10457. },
  10458. "exclude-from-classmap": [
  10459. "/Tests/"
  10460. ]
  10461. },
  10462. "notification-url": "https://packagist.org/downloads/",
  10463. "license": [
  10464. "MIT"
  10465. ],
  10466. "authors": [
  10467. {
  10468. "name": "Fabien Potencier",
  10469. "email": "fabien@symfony.com",
  10470. "homepage": "http://fabien.potencier.org",
  10471. "role": "Lead Developer"
  10472. }
  10473. ],
  10474. "description": "A Symfony bundle for extra Twig extensions",
  10475. "homepage": "https://twig.symfony.com",
  10476. "keywords": [
  10477. "bundle",
  10478. "extra",
  10479. "twig"
  10480. ],
  10481. "support": {
  10482. "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.3"
  10483. },
  10484. "funding": [
  10485. {
  10486. "url": "https://github.com/fabpot",
  10487. "type": "github"
  10488. },
  10489. {
  10490. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  10491. "type": "tidelift"
  10492. }
  10493. ],
  10494. "time": "2021-05-20T14:28:34+00:00"
  10495. },
  10496. {
  10497. "name": "twig/twig",
  10498. "version": "v3.3.3",
  10499. "source": {
  10500. "type": "git",
  10501. "url": "https://github.com/twigphp/Twig.git",
  10502. "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569"
  10503. },
  10504. "dist": {
  10505. "type": "zip",
  10506. "url": "https://api.github.com/repos/twigphp/Twig/zipball/a27fa056df8a6384316288ca8b0fa3a35fdeb569",
  10507. "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569",
  10508. "shasum": ""
  10509. },
  10510. "require": {
  10511. "php": ">=7.2.5",
  10512. "symfony/polyfill-ctype": "^1.8",
  10513. "symfony/polyfill-mbstring": "^1.3"
  10514. },
  10515. "require-dev": {
  10516. "psr/container": "^1.0",
  10517. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  10518. },
  10519. "type": "library",
  10520. "extra": {
  10521. "branch-alias": {
  10522. "dev-master": "3.3-dev"
  10523. }
  10524. },
  10525. "autoload": {
  10526. "psr-4": {
  10527. "Twig\\": "src/"
  10528. }
  10529. },
  10530. "notification-url": "https://packagist.org/downloads/",
  10531. "license": [
  10532. "BSD-3-Clause"
  10533. ],
  10534. "authors": [
  10535. {
  10536. "name": "Fabien Potencier",
  10537. "email": "fabien@symfony.com",
  10538. "homepage": "http://fabien.potencier.org",
  10539. "role": "Lead Developer"
  10540. },
  10541. {
  10542. "name": "Twig Team",
  10543. "role": "Contributors"
  10544. },
  10545. {
  10546. "name": "Armin Ronacher",
  10547. "email": "armin.ronacher@active-4.com",
  10548. "role": "Project Founder"
  10549. }
  10550. ],
  10551. "description": "Twig, the flexible, fast, and secure template language for PHP",
  10552. "homepage": "https://twig.symfony.com",
  10553. "keywords": [
  10554. "templating"
  10555. ],
  10556. "support": {
  10557. "issues": "https://github.com/twigphp/Twig/issues",
  10558. "source": "https://github.com/twigphp/Twig/tree/v3.3.3"
  10559. },
  10560. "funding": [
  10561. {
  10562. "url": "https://github.com/fabpot",
  10563. "type": "github"
  10564. },
  10565. {
  10566. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  10567. "type": "tidelift"
  10568. }
  10569. ],
  10570. "time": "2021-09-17T08:44:23+00:00"
  10571. },
  10572. {
  10573. "name": "webmozart/assert",
  10574. "version": "1.10.0",
  10575. "source": {
  10576. "type": "git",
  10577. "url": "https://github.com/webmozarts/assert.git",
  10578. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  10579. },
  10580. "dist": {
  10581. "type": "zip",
  10582. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  10583. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  10584. "shasum": ""
  10585. },
  10586. "require": {
  10587. "php": "^7.2 || ^8.0",
  10588. "symfony/polyfill-ctype": "^1.8"
  10589. },
  10590. "conflict": {
  10591. "phpstan/phpstan": "<0.12.20",
  10592. "vimeo/psalm": "<4.6.1 || 4.6.2"
  10593. },
  10594. "require-dev": {
  10595. "phpunit/phpunit": "^8.5.13"
  10596. },
  10597. "type": "library",
  10598. "extra": {
  10599. "branch-alias": {
  10600. "dev-master": "1.10-dev"
  10601. }
  10602. },
  10603. "autoload": {
  10604. "psr-4": {
  10605. "Webmozart\\Assert\\": "src/"
  10606. }
  10607. },
  10608. "notification-url": "https://packagist.org/downloads/",
  10609. "license": [
  10610. "MIT"
  10611. ],
  10612. "authors": [
  10613. {
  10614. "name": "Bernhard Schussek",
  10615. "email": "bschussek@gmail.com"
  10616. }
  10617. ],
  10618. "description": "Assertions to validate method input/output with nice error messages.",
  10619. "keywords": [
  10620. "assert",
  10621. "check",
  10622. "validate"
  10623. ],
  10624. "support": {
  10625. "issues": "https://github.com/webmozarts/assert/issues",
  10626. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  10627. },
  10628. "time": "2021-03-09T10:59:23+00:00"
  10629. }
  10630. ],
  10631. "packages-dev": [
  10632. {
  10633. "name": "symfony/browser-kit",
  10634. "version": "v5.3.4",
  10635. "source": {
  10636. "type": "git",
  10637. "url": "https://github.com/symfony/browser-kit.git",
  10638. "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c"
  10639. },
  10640. "dist": {
  10641. "type": "zip",
  10642. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c1e3f64fcc631c96e2c5843b666db66679ced11c",
  10643. "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c",
  10644. "shasum": ""
  10645. },
  10646. "require": {
  10647. "php": ">=7.2.5",
  10648. "symfony/dom-crawler": "^4.4|^5.0",
  10649. "symfony/polyfill-php80": "^1.16"
  10650. },
  10651. "require-dev": {
  10652. "symfony/css-selector": "^4.4|^5.0",
  10653. "symfony/http-client": "^4.4|^5.0",
  10654. "symfony/mime": "^4.4|^5.0",
  10655. "symfony/process": "^4.4|^5.0"
  10656. },
  10657. "suggest": {
  10658. "symfony/process": ""
  10659. },
  10660. "type": "library",
  10661. "autoload": {
  10662. "psr-4": {
  10663. "Symfony\\Component\\BrowserKit\\": ""
  10664. },
  10665. "exclude-from-classmap": [
  10666. "/Tests/"
  10667. ]
  10668. },
  10669. "notification-url": "https://packagist.org/downloads/",
  10670. "license": [
  10671. "MIT"
  10672. ],
  10673. "authors": [
  10674. {
  10675. "name": "Fabien Potencier",
  10676. "email": "fabien@symfony.com"
  10677. },
  10678. {
  10679. "name": "Symfony Community",
  10680. "homepage": "https://symfony.com/contributors"
  10681. }
  10682. ],
  10683. "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
  10684. "homepage": "https://symfony.com",
  10685. "support": {
  10686. "source": "https://github.com/symfony/browser-kit/tree/v5.3.4"
  10687. },
  10688. "funding": [
  10689. {
  10690. "url": "https://symfony.com/sponsor",
  10691. "type": "custom"
  10692. },
  10693. {
  10694. "url": "https://github.com/fabpot",
  10695. "type": "github"
  10696. },
  10697. {
  10698. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10699. "type": "tidelift"
  10700. }
  10701. ],
  10702. "time": "2021-07-21T12:40:44+00:00"
  10703. },
  10704. {
  10705. "name": "symfony/css-selector",
  10706. "version": "v5.3.4",
  10707. "source": {
  10708. "type": "git",
  10709. "url": "https://github.com/symfony/css-selector.git",
  10710. "reference": "7fb120adc7f600a59027775b224c13a33530dd90"
  10711. },
  10712. "dist": {
  10713. "type": "zip",
  10714. "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
  10715. "reference": "7fb120adc7f600a59027775b224c13a33530dd90",
  10716. "shasum": ""
  10717. },
  10718. "require": {
  10719. "php": ">=7.2.5",
  10720. "symfony/polyfill-php80": "^1.16"
  10721. },
  10722. "type": "library",
  10723. "autoload": {
  10724. "psr-4": {
  10725. "Symfony\\Component\\CssSelector\\": ""
  10726. },
  10727. "exclude-from-classmap": [
  10728. "/Tests/"
  10729. ]
  10730. },
  10731. "notification-url": "https://packagist.org/downloads/",
  10732. "license": [
  10733. "MIT"
  10734. ],
  10735. "authors": [
  10736. {
  10737. "name": "Fabien Potencier",
  10738. "email": "fabien@symfony.com"
  10739. },
  10740. {
  10741. "name": "Jean-François Simon",
  10742. "email": "jeanfrancois.simon@sensiolabs.com"
  10743. },
  10744. {
  10745. "name": "Symfony Community",
  10746. "homepage": "https://symfony.com/contributors"
  10747. }
  10748. ],
  10749. "description": "Converts CSS selectors to XPath expressions",
  10750. "homepage": "https://symfony.com",
  10751. "support": {
  10752. "source": "https://github.com/symfony/css-selector/tree/v5.3.4"
  10753. },
  10754. "funding": [
  10755. {
  10756. "url": "https://symfony.com/sponsor",
  10757. "type": "custom"
  10758. },
  10759. {
  10760. "url": "https://github.com/fabpot",
  10761. "type": "github"
  10762. },
  10763. {
  10764. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10765. "type": "tidelift"
  10766. }
  10767. ],
  10768. "time": "2021-07-21T12:38:00+00:00"
  10769. },
  10770. {
  10771. "name": "symfony/debug-bundle",
  10772. "version": "v5.3.4",
  10773. "source": {
  10774. "type": "git",
  10775. "url": "https://github.com/symfony/debug-bundle.git",
  10776. "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0"
  10777. },
  10778. "dist": {
  10779. "type": "zip",
  10780. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
  10781. "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
  10782. "shasum": ""
  10783. },
  10784. "require": {
  10785. "ext-xml": "*",
  10786. "php": ">=7.2.5",
  10787. "symfony/http-kernel": "^4.4|^5.0",
  10788. "symfony/polyfill-php80": "^1.16",
  10789. "symfony/twig-bridge": "^4.4|^5.0",
  10790. "symfony/var-dumper": "^4.4|^5.0"
  10791. },
  10792. "conflict": {
  10793. "symfony/config": "<4.4",
  10794. "symfony/dependency-injection": "<5.2"
  10795. },
  10796. "require-dev": {
  10797. "symfony/config": "^4.4|^5.0",
  10798. "symfony/dependency-injection": "^4.4|^5.0",
  10799. "symfony/web-profiler-bundle": "^4.4|^5.0"
  10800. },
  10801. "suggest": {
  10802. "symfony/config": "For service container configuration",
  10803. "symfony/dependency-injection": "For using as a service from the container"
  10804. },
  10805. "type": "symfony-bundle",
  10806. "autoload": {
  10807. "psr-4": {
  10808. "Symfony\\Bundle\\DebugBundle\\": ""
  10809. },
  10810. "exclude-from-classmap": [
  10811. "/Tests/"
  10812. ]
  10813. },
  10814. "notification-url": "https://packagist.org/downloads/",
  10815. "license": [
  10816. "MIT"
  10817. ],
  10818. "authors": [
  10819. {
  10820. "name": "Fabien Potencier",
  10821. "email": "fabien@symfony.com"
  10822. },
  10823. {
  10824. "name": "Symfony Community",
  10825. "homepage": "https://symfony.com/contributors"
  10826. }
  10827. ],
  10828. "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
  10829. "homepage": "https://symfony.com",
  10830. "support": {
  10831. "source": "https://github.com/symfony/debug-bundle/tree/v5.3.4"
  10832. },
  10833. "funding": [
  10834. {
  10835. "url": "https://symfony.com/sponsor",
  10836. "type": "custom"
  10837. },
  10838. {
  10839. "url": "https://github.com/fabpot",
  10840. "type": "github"
  10841. },
  10842. {
  10843. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10844. "type": "tidelift"
  10845. }
  10846. ],
  10847. "time": "2021-07-21T12:40:44+00:00"
  10848. },
  10849. {
  10850. "name": "symfony/dom-crawler",
  10851. "version": "v5.3.7",
  10852. "source": {
  10853. "type": "git",
  10854. "url": "https://github.com/symfony/dom-crawler.git",
  10855. "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c"
  10856. },
  10857. "dist": {
  10858. "type": "zip",
  10859. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
  10860. "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
  10861. "shasum": ""
  10862. },
  10863. "require": {
  10864. "php": ">=7.2.5",
  10865. "symfony/deprecation-contracts": "^2.1",
  10866. "symfony/polyfill-ctype": "~1.8",
  10867. "symfony/polyfill-mbstring": "~1.0",
  10868. "symfony/polyfill-php80": "^1.16"
  10869. },
  10870. "conflict": {
  10871. "masterminds/html5": "<2.6"
  10872. },
  10873. "require-dev": {
  10874. "masterminds/html5": "^2.6",
  10875. "symfony/css-selector": "^4.4|^5.0"
  10876. },
  10877. "suggest": {
  10878. "symfony/css-selector": ""
  10879. },
  10880. "type": "library",
  10881. "autoload": {
  10882. "psr-4": {
  10883. "Symfony\\Component\\DomCrawler\\": ""
  10884. },
  10885. "exclude-from-classmap": [
  10886. "/Tests/"
  10887. ]
  10888. },
  10889. "notification-url": "https://packagist.org/downloads/",
  10890. "license": [
  10891. "MIT"
  10892. ],
  10893. "authors": [
  10894. {
  10895. "name": "Fabien Potencier",
  10896. "email": "fabien@symfony.com"
  10897. },
  10898. {
  10899. "name": "Symfony Community",
  10900. "homepage": "https://symfony.com/contributors"
  10901. }
  10902. ],
  10903. "description": "Eases DOM navigation for HTML and XML documents",
  10904. "homepage": "https://symfony.com",
  10905. "support": {
  10906. "source": "https://github.com/symfony/dom-crawler/tree/v5.3.7"
  10907. },
  10908. "funding": [
  10909. {
  10910. "url": "https://symfony.com/sponsor",
  10911. "type": "custom"
  10912. },
  10913. {
  10914. "url": "https://github.com/fabpot",
  10915. "type": "github"
  10916. },
  10917. {
  10918. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10919. "type": "tidelift"
  10920. }
  10921. ],
  10922. "time": "2021-08-29T19:32:13+00:00"
  10923. },
  10924. {
  10925. "name": "symfony/maker-bundle",
  10926. "version": "v1.36.1",
  10927. "source": {
  10928. "type": "git",
  10929. "url": "https://github.com/symfony/maker-bundle.git",
  10930. "reference": "ca4d157527028afa46cb90a7cffd710b53c7b878"
  10931. },
  10932. "dist": {
  10933. "type": "zip",
  10934. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/ca4d157527028afa46cb90a7cffd710b53c7b878",
  10935. "reference": "ca4d157527028afa46cb90a7cffd710b53c7b878",
  10936. "shasum": ""
  10937. },
  10938. "require": {
  10939. "doctrine/inflector": "^1.2|^2.0",
  10940. "nikic/php-parser": "^4.11",
  10941. "php": ">=7.1.3",
  10942. "symfony/config": "^4.4|^5.0|^6.0",
  10943. "symfony/console": "^4.4|^5.0|^6.0",
  10944. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  10945. "symfony/deprecation-contracts": "^2.2",
  10946. "symfony/filesystem": "^4.4|^5.0|^6.0",
  10947. "symfony/finder": "^4.4|^5.0|^6.0",
  10948. "symfony/framework-bundle": "^4.4|^5.0|^6.0",
  10949. "symfony/http-kernel": "^4.4|^5.0|^6.0"
  10950. },
  10951. "require-dev": {
  10952. "composer/semver": "^3.0",
  10953. "doctrine/doctrine-bundle": "^1.12.3|^2.0",
  10954. "doctrine/orm": "^2.3",
  10955. "symfony/http-client": "^4.4|^5.0|^6.0",
  10956. "symfony/phpunit-bridge": "^4.4|^5.0|^6.0",
  10957. "symfony/polyfill-php80": "^1.16.0",
  10958. "symfony/process": "^4.4|^5.0|^6.0",
  10959. "symfony/security-core": "^4.4|^5.0|^6.0",
  10960. "symfony/yaml": "^4.4|^5.0|^6.0",
  10961. "twig/twig": "^2.0|^3.0"
  10962. },
  10963. "type": "symfony-bundle",
  10964. "extra": {
  10965. "branch-alias": {
  10966. "dev-main": "1.0-dev"
  10967. }
  10968. },
  10969. "autoload": {
  10970. "psr-4": {
  10971. "Symfony\\Bundle\\MakerBundle\\": "src/"
  10972. }
  10973. },
  10974. "notification-url": "https://packagist.org/downloads/",
  10975. "license": [
  10976. "MIT"
  10977. ],
  10978. "authors": [
  10979. {
  10980. "name": "Symfony Community",
  10981. "homepage": "https://symfony.com/contributors"
  10982. }
  10983. ],
  10984. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  10985. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  10986. "keywords": [
  10987. "code generator",
  10988. "generator",
  10989. "scaffold",
  10990. "scaffolding"
  10991. ],
  10992. "support": {
  10993. "issues": "https://github.com/symfony/maker-bundle/issues",
  10994. "source": "https://github.com/symfony/maker-bundle/tree/v1.36.1"
  10995. },
  10996. "funding": [
  10997. {
  10998. "url": "https://symfony.com/sponsor",
  10999. "type": "custom"
  11000. },
  11001. {
  11002. "url": "https://github.com/fabpot",
  11003. "type": "github"
  11004. },
  11005. {
  11006. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11007. "type": "tidelift"
  11008. }
  11009. ],
  11010. "time": "2021-11-17T00:13:12+00:00"
  11011. },
  11012. {
  11013. "name": "symfony/phpunit-bridge",
  11014. "version": "v5.3.10",
  11015. "source": {
  11016. "type": "git",
  11017. "url": "https://github.com/symfony/phpunit-bridge.git",
  11018. "reference": "325aaf6302501ed3673cffbd3ba88db5949de8ae"
  11019. },
  11020. "dist": {
  11021. "type": "zip",
  11022. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/325aaf6302501ed3673cffbd3ba88db5949de8ae",
  11023. "reference": "325aaf6302501ed3673cffbd3ba88db5949de8ae",
  11024. "shasum": ""
  11025. },
  11026. "require": {
  11027. "php": ">=7.1.3",
  11028. "symfony/deprecation-contracts": "^2.1"
  11029. },
  11030. "conflict": {
  11031. "phpunit/phpunit": "<7.5|9.1.2"
  11032. },
  11033. "require-dev": {
  11034. "symfony/error-handler": "^4.4|^5.0"
  11035. },
  11036. "suggest": {
  11037. "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  11038. },
  11039. "bin": [
  11040. "bin/simple-phpunit"
  11041. ],
  11042. "type": "symfony-bridge",
  11043. "extra": {
  11044. "thanks": {
  11045. "name": "phpunit/phpunit",
  11046. "url": "https://github.com/sebastianbergmann/phpunit"
  11047. }
  11048. },
  11049. "autoload": {
  11050. "files": [
  11051. "bootstrap.php"
  11052. ],
  11053. "psr-4": {
  11054. "Symfony\\Bridge\\PhpUnit\\": ""
  11055. },
  11056. "exclude-from-classmap": [
  11057. "/Tests/"
  11058. ]
  11059. },
  11060. "notification-url": "https://packagist.org/downloads/",
  11061. "license": [
  11062. "MIT"
  11063. ],
  11064. "authors": [
  11065. {
  11066. "name": "Nicolas Grekas",
  11067. "email": "p@tchwork.com"
  11068. },
  11069. {
  11070. "name": "Symfony Community",
  11071. "homepage": "https://symfony.com/contributors"
  11072. }
  11073. ],
  11074. "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
  11075. "homepage": "https://symfony.com",
  11076. "support": {
  11077. "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.10"
  11078. },
  11079. "funding": [
  11080. {
  11081. "url": "https://symfony.com/sponsor",
  11082. "type": "custom"
  11083. },
  11084. {
  11085. "url": "https://github.com/fabpot",
  11086. "type": "github"
  11087. },
  11088. {
  11089. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11090. "type": "tidelift"
  11091. }
  11092. ],
  11093. "time": "2021-10-28T19:22:18+00:00"
  11094. },
  11095. {
  11096. "name": "symfony/web-profiler-bundle",
  11097. "version": "v5.3.8",
  11098. "source": {
  11099. "type": "git",
  11100. "url": "https://github.com/symfony/web-profiler-bundle.git",
  11101. "reference": "9ba1e05fdc7a46979047ba6c8949bd35e3a386a5"
  11102. },
  11103. "dist": {
  11104. "type": "zip",
  11105. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/9ba1e05fdc7a46979047ba6c8949bd35e3a386a5",
  11106. "reference": "9ba1e05fdc7a46979047ba6c8949bd35e3a386a5",
  11107. "shasum": ""
  11108. },
  11109. "require": {
  11110. "php": ">=7.2.5",
  11111. "symfony/config": "^4.4|^5.0",
  11112. "symfony/framework-bundle": "^5.3",
  11113. "symfony/http-kernel": "^5.3",
  11114. "symfony/polyfill-php80": "^1.16",
  11115. "symfony/routing": "^4.4|^5.0",
  11116. "symfony/twig-bundle": "^4.4|^5.0",
  11117. "twig/twig": "^2.13|^3.0.4"
  11118. },
  11119. "conflict": {
  11120. "symfony/dependency-injection": "<5.2",
  11121. "symfony/form": "<4.4",
  11122. "symfony/messenger": "<4.4"
  11123. },
  11124. "require-dev": {
  11125. "symfony/browser-kit": "^4.4|^5.0",
  11126. "symfony/console": "^4.4|^5.0",
  11127. "symfony/css-selector": "^4.4|^5.0",
  11128. "symfony/stopwatch": "^4.4|^5.0"
  11129. },
  11130. "type": "symfony-bundle",
  11131. "autoload": {
  11132. "psr-4": {
  11133. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  11134. },
  11135. "exclude-from-classmap": [
  11136. "/Tests/"
  11137. ]
  11138. },
  11139. "notification-url": "https://packagist.org/downloads/",
  11140. "license": [
  11141. "MIT"
  11142. ],
  11143. "authors": [
  11144. {
  11145. "name": "Fabien Potencier",
  11146. "email": "fabien@symfony.com"
  11147. },
  11148. {
  11149. "name": "Symfony Community",
  11150. "homepage": "https://symfony.com/contributors"
  11151. }
  11152. ],
  11153. "description": "Provides a development tool that gives detailed information about the execution of any request",
  11154. "homepage": "https://symfony.com",
  11155. "support": {
  11156. "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.3.8"
  11157. },
  11158. "funding": [
  11159. {
  11160. "url": "https://symfony.com/sponsor",
  11161. "type": "custom"
  11162. },
  11163. {
  11164. "url": "https://github.com/fabpot",
  11165. "type": "github"
  11166. },
  11167. {
  11168. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11169. "type": "tidelift"
  11170. }
  11171. ],
  11172. "time": "2021-09-17T08:55:39+00:00"
  11173. }
  11174. ],
  11175. "aliases": [],
  11176. "minimum-stability": "dev",
  11177. "stability-flags": [],
  11178. "prefer-stable": true,
  11179. "prefer-lowest": false,
  11180. "platform": {
  11181. "php": ">=7.4",
  11182. "ext-ctype": "*",
  11183. "ext-iconv": "*"
  11184. },
  11185. "platform-dev": [],
  11186. "plugin-api-version": "2.1.0"
  11187. }