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.

8537 line
309KB

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