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

8108 line
295KB

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