Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

8558 lines
312KB

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