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.

6575 lines
239KB

  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": "682b6cd0c92d5e91aa745934d45c1448",
  8. "packages": [
  9. {
  10. "name": "composer/package-versions-deprecated",
  11. "version": "1.11.99.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/package-versions-deprecated.git",
  15. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  20. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer-plugin-api": "^1.1.0 || ^2.0",
  25. "php": "^7 || ^8"
  26. },
  27. "replace": {
  28. "ocramius/package-versions": "1.11.99"
  29. },
  30. "require-dev": {
  31. "composer/composer": "^1.9.3 || ^2.0@dev",
  32. "ext-zip": "^1.13",
  33. "phpunit/phpunit": "^6.5 || ^7"
  34. },
  35. "type": "composer-plugin",
  36. "extra": {
  37. "class": "PackageVersions\\Installer",
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "PackageVersions\\": "src/PackageVersions"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Marco Pivetta",
  54. "email": "ocramius@gmail.com"
  55. },
  56. {
  57. "name": "Jordi Boggiano",
  58. "email": "j.boggiano@seld.be"
  59. }
  60. ],
  61. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  62. "time": "2020-11-11T10:22:58+00:00"
  63. },
  64. {
  65. "name": "doctrine/annotations",
  66. "version": "1.11.1",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/doctrine/annotations.git",
  70. "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
  75. "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "doctrine/lexer": "1.*",
  80. "ext-tokenizer": "*",
  81. "php": "^7.1 || ^8.0"
  82. },
  83. "require-dev": {
  84. "doctrine/cache": "1.*",
  85. "doctrine/coding-standard": "^6.0 || ^8.1",
  86. "phpstan/phpstan": "^0.12.20",
  87. "phpunit/phpunit": "^7.5 || ^9.1.5"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.11.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Guilherme Blanco",
  107. "email": "guilhermeblanco@gmail.com"
  108. },
  109. {
  110. "name": "Roman Borschel",
  111. "email": "roman@code-factory.org"
  112. },
  113. {
  114. "name": "Benjamin Eberlei",
  115. "email": "kontakt@beberlei.de"
  116. },
  117. {
  118. "name": "Jonathan Wage",
  119. "email": "jonwage@gmail.com"
  120. },
  121. {
  122. "name": "Johannes Schmitt",
  123. "email": "schmittjoh@gmail.com"
  124. }
  125. ],
  126. "description": "Docblock Annotations Parser",
  127. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  128. "keywords": [
  129. "annotations",
  130. "docblock",
  131. "parser"
  132. ],
  133. "time": "2020-10-26T10:28:16+00:00"
  134. },
  135. {
  136. "name": "doctrine/cache",
  137. "version": "1.10.2",
  138. "source": {
  139. "type": "git",
  140. "url": "https://github.com/doctrine/cache.git",
  141. "reference": "13e3381b25847283a91948d04640543941309727"
  142. },
  143. "dist": {
  144. "type": "zip",
  145. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  146. "reference": "13e3381b25847283a91948d04640543941309727",
  147. "shasum": ""
  148. },
  149. "require": {
  150. "php": "~7.1 || ^8.0"
  151. },
  152. "conflict": {
  153. "doctrine/common": ">2.2,<2.4"
  154. },
  155. "require-dev": {
  156. "alcaeus/mongo-php-adapter": "^1.1",
  157. "doctrine/coding-standard": "^6.0",
  158. "mongodb/mongodb": "^1.1",
  159. "phpunit/phpunit": "^7.0",
  160. "predis/predis": "~1.0"
  161. },
  162. "suggest": {
  163. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  164. },
  165. "type": "library",
  166. "extra": {
  167. "branch-alias": {
  168. "dev-master": "1.9.x-dev"
  169. }
  170. },
  171. "autoload": {
  172. "psr-4": {
  173. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  174. }
  175. },
  176. "notification-url": "https://packagist.org/downloads/",
  177. "license": [
  178. "MIT"
  179. ],
  180. "authors": [
  181. {
  182. "name": "Guilherme Blanco",
  183. "email": "guilhermeblanco@gmail.com"
  184. },
  185. {
  186. "name": "Roman Borschel",
  187. "email": "roman@code-factory.org"
  188. },
  189. {
  190. "name": "Benjamin Eberlei",
  191. "email": "kontakt@beberlei.de"
  192. },
  193. {
  194. "name": "Jonathan Wage",
  195. "email": "jonwage@gmail.com"
  196. },
  197. {
  198. "name": "Johannes Schmitt",
  199. "email": "schmittjoh@gmail.com"
  200. }
  201. ],
  202. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  203. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  204. "keywords": [
  205. "abstraction",
  206. "apcu",
  207. "cache",
  208. "caching",
  209. "couchdb",
  210. "memcached",
  211. "php",
  212. "redis",
  213. "xcache"
  214. ],
  215. "time": "2020-07-07T18:54:01+00:00"
  216. },
  217. {
  218. "name": "doctrine/collections",
  219. "version": "1.6.7",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/doctrine/collections.git",
  223. "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
  228. "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
  229. "shasum": ""
  230. },
  231. "require": {
  232. "php": "^7.1.3 || ^8.0"
  233. },
  234. "require-dev": {
  235. "doctrine/coding-standard": "^6.0",
  236. "phpstan/phpstan-shim": "^0.9.2",
  237. "phpunit/phpunit": "^7.0",
  238. "vimeo/psalm": "^3.8.1"
  239. },
  240. "type": "library",
  241. "autoload": {
  242. "psr-4": {
  243. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  244. }
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "MIT"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Guilherme Blanco",
  253. "email": "guilhermeblanco@gmail.com"
  254. },
  255. {
  256. "name": "Roman Borschel",
  257. "email": "roman@code-factory.org"
  258. },
  259. {
  260. "name": "Benjamin Eberlei",
  261. "email": "kontakt@beberlei.de"
  262. },
  263. {
  264. "name": "Jonathan Wage",
  265. "email": "jonwage@gmail.com"
  266. },
  267. {
  268. "name": "Johannes Schmitt",
  269. "email": "schmittjoh@gmail.com"
  270. }
  271. ],
  272. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  273. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  274. "keywords": [
  275. "array",
  276. "collections",
  277. "iterators",
  278. "php"
  279. ],
  280. "time": "2020-07-27T17:53:49+00:00"
  281. },
  282. {
  283. "name": "doctrine/common",
  284. "version": "3.1.0",
  285. "source": {
  286. "type": "git",
  287. "url": "https://github.com/doctrine/common.git",
  288. "reference": "9f3e3f3cc5399604c0325d5ffa92609d694d950d"
  289. },
  290. "dist": {
  291. "type": "zip",
  292. "url": "https://api.github.com/repos/doctrine/common/zipball/9f3e3f3cc5399604c0325d5ffa92609d694d950d",
  293. "reference": "9f3e3f3cc5399604c0325d5ffa92609d694d950d",
  294. "shasum": ""
  295. },
  296. "require": {
  297. "doctrine/persistence": "^2.0",
  298. "php": "^7.1 || ^8.0"
  299. },
  300. "require-dev": {
  301. "doctrine/coding-standard": "^6.0 || ^8.0",
  302. "phpstan/phpstan": "^0.12",
  303. "phpstan/phpstan-phpunit": "^0.12",
  304. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  305. "squizlabs/php_codesniffer": "^3.0",
  306. "symfony/phpunit-bridge": "^4.0.5"
  307. },
  308. "type": "library",
  309. "autoload": {
  310. "psr-4": {
  311. "Doctrine\\Common\\": "lib/Doctrine/Common"
  312. }
  313. },
  314. "notification-url": "https://packagist.org/downloads/",
  315. "license": [
  316. "MIT"
  317. ],
  318. "authors": [
  319. {
  320. "name": "Guilherme Blanco",
  321. "email": "guilhermeblanco@gmail.com"
  322. },
  323. {
  324. "name": "Roman Borschel",
  325. "email": "roman@code-factory.org"
  326. },
  327. {
  328. "name": "Benjamin Eberlei",
  329. "email": "kontakt@beberlei.de"
  330. },
  331. {
  332. "name": "Jonathan Wage",
  333. "email": "jonwage@gmail.com"
  334. },
  335. {
  336. "name": "Johannes Schmitt",
  337. "email": "schmittjoh@gmail.com"
  338. },
  339. {
  340. "name": "Marco Pivetta",
  341. "email": "ocramius@gmail.com"
  342. }
  343. ],
  344. "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.",
  345. "homepage": "https://www.doctrine-project.org/projects/common.html",
  346. "keywords": [
  347. "common",
  348. "doctrine",
  349. "php"
  350. ],
  351. "time": "2020-12-03T21:02:31+00:00"
  352. },
  353. {
  354. "name": "doctrine/dbal",
  355. "version": "2.12.1",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/doctrine/dbal.git",
  359. "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
  364. "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "doctrine/cache": "^1.0",
  369. "doctrine/event-manager": "^1.0",
  370. "ext-pdo": "*",
  371. "php": "^7.3 || ^8"
  372. },
  373. "require-dev": {
  374. "doctrine/coding-standard": "^8.1",
  375. "jetbrains/phpstorm-stubs": "^2019.1",
  376. "phpstan/phpstan": "^0.12.40",
  377. "phpunit/phpunit": "^9.4",
  378. "psalm/plugin-phpunit": "^0.10.0",
  379. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  380. "vimeo/psalm": "^3.17.2"
  381. },
  382. "suggest": {
  383. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  384. },
  385. "bin": [
  386. "bin/doctrine-dbal"
  387. ],
  388. "type": "library",
  389. "extra": {
  390. "branch-alias": {
  391. "dev-master": "4.0.x-dev"
  392. }
  393. },
  394. "autoload": {
  395. "psr-4": {
  396. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  397. }
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "MIT"
  402. ],
  403. "authors": [
  404. {
  405. "name": "Guilherme Blanco",
  406. "email": "guilhermeblanco@gmail.com"
  407. },
  408. {
  409. "name": "Roman Borschel",
  410. "email": "roman@code-factory.org"
  411. },
  412. {
  413. "name": "Benjamin Eberlei",
  414. "email": "kontakt@beberlei.de"
  415. },
  416. {
  417. "name": "Jonathan Wage",
  418. "email": "jonwage@gmail.com"
  419. }
  420. ],
  421. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  422. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  423. "keywords": [
  424. "abstraction",
  425. "database",
  426. "db2",
  427. "dbal",
  428. "mariadb",
  429. "mssql",
  430. "mysql",
  431. "oci8",
  432. "oracle",
  433. "pdo",
  434. "pgsql",
  435. "postgresql",
  436. "queryobject",
  437. "sasql",
  438. "sql",
  439. "sqlanywhere",
  440. "sqlite",
  441. "sqlserver",
  442. "sqlsrv"
  443. ],
  444. "time": "2020-11-14T20:26:58+00:00"
  445. },
  446. {
  447. "name": "doctrine/doctrine-bundle",
  448. "version": "2.2.2",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/doctrine/DoctrineBundle.git",
  452. "reference": "044d33eeffdb236d5013b6b4af99f87519e10751"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/044d33eeffdb236d5013b6b4af99f87519e10751",
  457. "reference": "044d33eeffdb236d5013b6b4af99f87519e10751",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "doctrine/dbal": "^2.9.0|^3.0",
  462. "doctrine/persistence": "^1.3.3|^2.0",
  463. "doctrine/sql-formatter": "^1.0.1",
  464. "php": "^7.1 || ^8.0",
  465. "symfony/cache": "^4.3.3|^5.0",
  466. "symfony/config": "^4.3.3|^5.0",
  467. "symfony/console": "^3.4.30|^4.3.3|^5.0",
  468. "symfony/dependency-injection": "^4.3.3|^5.0",
  469. "symfony/doctrine-bridge": "^4.3.7|^5.0",
  470. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
  471. "symfony/service-contracts": "^1.1.1|^2.0"
  472. },
  473. "conflict": {
  474. "doctrine/orm": "<2.6",
  475. "twig/twig": "<1.34|>=2.0,<2.4"
  476. },
  477. "require-dev": {
  478. "doctrine/coding-standard": "^8.0",
  479. "doctrine/orm": "^2.6",
  480. "ocramius/proxy-manager": "^2.1",
  481. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
  482. "symfony/phpunit-bridge": "^4.2",
  483. "symfony/property-info": "^4.3.3|^5.0",
  484. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
  485. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
  486. "symfony/validator": "^3.4.30|^4.3.3|^5.0",
  487. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
  488. "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
  489. "twig/twig": "^1.34|^2.12|^3.0"
  490. },
  491. "suggest": {
  492. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  493. "symfony/web-profiler-bundle": "To use the data collector."
  494. },
  495. "type": "symfony-bundle",
  496. "extra": {
  497. "branch-alias": {
  498. "dev-master": "2.3.x-dev"
  499. }
  500. },
  501. "autoload": {
  502. "psr-4": {
  503. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  504. }
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "MIT"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Fabien Potencier",
  513. "email": "fabien@symfony.com"
  514. },
  515. {
  516. "name": "Benjamin Eberlei",
  517. "email": "kontakt@beberlei.de"
  518. },
  519. {
  520. "name": "Symfony Community",
  521. "homepage": "http://symfony.com/contributors"
  522. },
  523. {
  524. "name": "Doctrine Project",
  525. "homepage": "http://www.doctrine-project.org/"
  526. }
  527. ],
  528. "description": "Symfony DoctrineBundle",
  529. "homepage": "http://www.doctrine-project.org",
  530. "keywords": [
  531. "database",
  532. "dbal",
  533. "orm",
  534. "persistence"
  535. ],
  536. "time": "2020-12-05T15:07:10+00:00"
  537. },
  538. {
  539. "name": "doctrine/doctrine-migrations-bundle",
  540. "version": "3.0.1",
  541. "source": {
  542. "type": "git",
  543. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  544. "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249"
  545. },
  546. "dist": {
  547. "type": "zip",
  548. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/96e730b0ffa0bb39c0f913c1966213f1674bf249",
  549. "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249",
  550. "shasum": ""
  551. },
  552. "require": {
  553. "doctrine/doctrine-bundle": "~1.0|~2.0",
  554. "doctrine/migrations": "~3.0",
  555. "php": "^7.2",
  556. "symfony/framework-bundle": "~3.4|~4.0|~5.0"
  557. },
  558. "require-dev": {
  559. "doctrine/coding-standard": "^5.0",
  560. "doctrine/orm": "^2.6",
  561. "phpstan/phpstan": "^0.11",
  562. "phpstan/phpstan-deprecation-rules": "^0.11",
  563. "phpstan/phpstan-phpunit": "^0.11",
  564. "phpstan/phpstan-strict-rules": "^0.11",
  565. "phpunit/phpunit": "^6.4|^7.0"
  566. },
  567. "type": "symfony-bundle",
  568. "extra": {
  569. "branch-alias": {
  570. "dev-master": "3.0.x-dev"
  571. }
  572. },
  573. "autoload": {
  574. "psr-4": {
  575. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  576. },
  577. "exclude-from-classmap": [
  578. "/Tests/"
  579. ]
  580. },
  581. "notification-url": "https://packagist.org/downloads/",
  582. "license": [
  583. "MIT"
  584. ],
  585. "authors": [
  586. {
  587. "name": "Fabien Potencier",
  588. "email": "fabien@symfony.com"
  589. },
  590. {
  591. "name": "Doctrine Project",
  592. "homepage": "http://www.doctrine-project.org"
  593. },
  594. {
  595. "name": "Symfony Community",
  596. "homepage": "http://symfony.com/contributors"
  597. }
  598. ],
  599. "description": "Symfony DoctrineMigrationsBundle",
  600. "homepage": "https://www.doctrine-project.org",
  601. "keywords": [
  602. "dbal",
  603. "migrations",
  604. "schema"
  605. ],
  606. "time": "2020-06-15T06:04:38+00:00"
  607. },
  608. {
  609. "name": "doctrine/event-manager",
  610. "version": "1.1.1",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/doctrine/event-manager.git",
  614. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  619. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  620. "shasum": ""
  621. },
  622. "require": {
  623. "php": "^7.1 || ^8.0"
  624. },
  625. "conflict": {
  626. "doctrine/common": "<2.9@dev"
  627. },
  628. "require-dev": {
  629. "doctrine/coding-standard": "^6.0",
  630. "phpunit/phpunit": "^7.0"
  631. },
  632. "type": "library",
  633. "extra": {
  634. "branch-alias": {
  635. "dev-master": "1.0.x-dev"
  636. }
  637. },
  638. "autoload": {
  639. "psr-4": {
  640. "Doctrine\\Common\\": "lib/Doctrine/Common"
  641. }
  642. },
  643. "notification-url": "https://packagist.org/downloads/",
  644. "license": [
  645. "MIT"
  646. ],
  647. "authors": [
  648. {
  649. "name": "Guilherme Blanco",
  650. "email": "guilhermeblanco@gmail.com"
  651. },
  652. {
  653. "name": "Roman Borschel",
  654. "email": "roman@code-factory.org"
  655. },
  656. {
  657. "name": "Benjamin Eberlei",
  658. "email": "kontakt@beberlei.de"
  659. },
  660. {
  661. "name": "Jonathan Wage",
  662. "email": "jonwage@gmail.com"
  663. },
  664. {
  665. "name": "Johannes Schmitt",
  666. "email": "schmittjoh@gmail.com"
  667. },
  668. {
  669. "name": "Marco Pivetta",
  670. "email": "ocramius@gmail.com"
  671. }
  672. ],
  673. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  674. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  675. "keywords": [
  676. "event",
  677. "event dispatcher",
  678. "event manager",
  679. "event system",
  680. "events"
  681. ],
  682. "time": "2020-05-29T18:28:51+00:00"
  683. },
  684. {
  685. "name": "doctrine/inflector",
  686. "version": "2.0.3",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/doctrine/inflector.git",
  690. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  695. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "php": "^7.2 || ^8.0"
  700. },
  701. "require-dev": {
  702. "doctrine/coding-standard": "^7.0",
  703. "phpstan/phpstan": "^0.11",
  704. "phpstan/phpstan-phpunit": "^0.11",
  705. "phpstan/phpstan-strict-rules": "^0.11",
  706. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  707. },
  708. "type": "library",
  709. "extra": {
  710. "branch-alias": {
  711. "dev-master": "2.0.x-dev"
  712. }
  713. },
  714. "autoload": {
  715. "psr-4": {
  716. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  717. }
  718. },
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "MIT"
  722. ],
  723. "authors": [
  724. {
  725. "name": "Guilherme Blanco",
  726. "email": "guilhermeblanco@gmail.com"
  727. },
  728. {
  729. "name": "Roman Borschel",
  730. "email": "roman@code-factory.org"
  731. },
  732. {
  733. "name": "Benjamin Eberlei",
  734. "email": "kontakt@beberlei.de"
  735. },
  736. {
  737. "name": "Jonathan Wage",
  738. "email": "jonwage@gmail.com"
  739. },
  740. {
  741. "name": "Johannes Schmitt",
  742. "email": "schmittjoh@gmail.com"
  743. }
  744. ],
  745. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  746. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  747. "keywords": [
  748. "inflection",
  749. "inflector",
  750. "lowercase",
  751. "manipulation",
  752. "php",
  753. "plural",
  754. "singular",
  755. "strings",
  756. "uppercase",
  757. "words"
  758. ],
  759. "time": "2020-05-29T15:13:26+00:00"
  760. },
  761. {
  762. "name": "doctrine/instantiator",
  763. "version": "1.4.0",
  764. "source": {
  765. "type": "git",
  766. "url": "https://github.com/doctrine/instantiator.git",
  767. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  772. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  773. "shasum": ""
  774. },
  775. "require": {
  776. "php": "^7.1 || ^8.0"
  777. },
  778. "require-dev": {
  779. "doctrine/coding-standard": "^8.0",
  780. "ext-pdo": "*",
  781. "ext-phar": "*",
  782. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  783. "phpstan/phpstan": "^0.12",
  784. "phpstan/phpstan-phpunit": "^0.12",
  785. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  786. },
  787. "type": "library",
  788. "autoload": {
  789. "psr-4": {
  790. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  791. }
  792. },
  793. "notification-url": "https://packagist.org/downloads/",
  794. "license": [
  795. "MIT"
  796. ],
  797. "authors": [
  798. {
  799. "name": "Marco Pivetta",
  800. "email": "ocramius@gmail.com",
  801. "homepage": "https://ocramius.github.io/"
  802. }
  803. ],
  804. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  805. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  806. "keywords": [
  807. "constructor",
  808. "instantiate"
  809. ],
  810. "time": "2020-11-10T18:47:58+00:00"
  811. },
  812. {
  813. "name": "doctrine/lexer",
  814. "version": "1.2.1",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/doctrine/lexer.git",
  818. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  823. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": "^7.2 || ^8.0"
  828. },
  829. "require-dev": {
  830. "doctrine/coding-standard": "^6.0",
  831. "phpstan/phpstan": "^0.11.8",
  832. "phpunit/phpunit": "^8.2"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.2.x-dev"
  838. }
  839. },
  840. "autoload": {
  841. "psr-4": {
  842. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  843. }
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "MIT"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Guilherme Blanco",
  852. "email": "guilhermeblanco@gmail.com"
  853. },
  854. {
  855. "name": "Roman Borschel",
  856. "email": "roman@code-factory.org"
  857. },
  858. {
  859. "name": "Johannes Schmitt",
  860. "email": "schmittjoh@gmail.com"
  861. }
  862. ],
  863. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  864. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  865. "keywords": [
  866. "annotations",
  867. "docblock",
  868. "lexer",
  869. "parser",
  870. "php"
  871. ],
  872. "time": "2020-05-25T17:44:05+00:00"
  873. },
  874. {
  875. "name": "doctrine/migrations",
  876. "version": "3.0.1",
  877. "source": {
  878. "type": "git",
  879. "url": "https://github.com/doctrine/migrations.git",
  880. "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882"
  881. },
  882. "dist": {
  883. "type": "zip",
  884. "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882",
  885. "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882",
  886. "shasum": ""
  887. },
  888. "require": {
  889. "doctrine/dbal": "^2.10",
  890. "doctrine/event-manager": "^1.0",
  891. "ocramius/package-versions": "^1.3",
  892. "ocramius/proxy-manager": "^2.0.2",
  893. "php": "^7.2",
  894. "psr/log": "^1.1.3",
  895. "symfony/console": "^3.4||^4.0||^5.0",
  896. "symfony/stopwatch": "^3.4||^4.0||^5.0"
  897. },
  898. "require-dev": {
  899. "doctrine/coding-standard": "^7.0",
  900. "doctrine/orm": "^2.6",
  901. "doctrine/persistence": "^1.3||^2.0",
  902. "doctrine/sql-formatter": "^1.0",
  903. "ext-pdo_sqlite": "*",
  904. "phpstan/phpstan": "^0.12",
  905. "phpstan/phpstan-deprecation-rules": "^0.12",
  906. "phpstan/phpstan-phpunit": "^0.12",
  907. "phpstan/phpstan-strict-rules": "^0.12",
  908. "phpstan/phpstan-symfony": "^0.12",
  909. "phpunit/phpunit": "^8.4",
  910. "symfony/process": "^3.4||^4.0||^5.0",
  911. "symfony/yaml": "^3.4||^4.0||^5.0"
  912. },
  913. "suggest": {
  914. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  915. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  916. },
  917. "bin": [
  918. "bin/doctrine-migrations"
  919. ],
  920. "type": "library",
  921. "extra": {
  922. "branch-alias": {
  923. "dev-master": "3.0.x-dev"
  924. }
  925. },
  926. "autoload": {
  927. "psr-4": {
  928. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  929. }
  930. },
  931. "notification-url": "https://packagist.org/downloads/",
  932. "license": [
  933. "MIT"
  934. ],
  935. "authors": [
  936. {
  937. "name": "Benjamin Eberlei",
  938. "email": "kontakt@beberlei.de"
  939. },
  940. {
  941. "name": "Jonathan Wage",
  942. "email": "jonwage@gmail.com"
  943. },
  944. {
  945. "name": "Michael Simonson",
  946. "email": "contact@mikesimonson.com"
  947. }
  948. ],
  949. "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.",
  950. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  951. "keywords": [
  952. "database",
  953. "dbal",
  954. "migrations",
  955. "php"
  956. ],
  957. "time": "2020-06-21T08:55:42+00:00"
  958. },
  959. {
  960. "name": "doctrine/orm",
  961. "version": "2.8.1",
  962. "source": {
  963. "type": "git",
  964. "url": "https://github.com/doctrine/orm.git",
  965. "reference": "242cf1a33df1b8bc5e1b86c3ebd01db07851c833"
  966. },
  967. "dist": {
  968. "type": "zip",
  969. "url": "https://api.github.com/repos/doctrine/orm/zipball/242cf1a33df1b8bc5e1b86c3ebd01db07851c833",
  970. "reference": "242cf1a33df1b8bc5e1b86c3ebd01db07851c833",
  971. "shasum": ""
  972. },
  973. "require": {
  974. "composer/package-versions-deprecated": "^1.8",
  975. "doctrine/annotations": "^1.11.1",
  976. "doctrine/cache": "^1.9.1",
  977. "doctrine/collections": "^1.5",
  978. "doctrine/common": "^3.0",
  979. "doctrine/dbal": "^2.10.0",
  980. "doctrine/event-manager": "^1.1",
  981. "doctrine/inflector": "^1.4|^2.0",
  982. "doctrine/instantiator": "^1.3",
  983. "doctrine/lexer": "^1.0",
  984. "doctrine/persistence": "^2.0",
  985. "ext-pdo": "*",
  986. "php": "^7.2|^8.0",
  987. "symfony/console": "^3.0|^4.0|^5.0"
  988. },
  989. "require-dev": {
  990. "doctrine/coding-standard": "^8.0",
  991. "phpstan/phpstan": "^0.12.18",
  992. "phpunit/phpunit": "^8.5|^9.4",
  993. "symfony/yaml": "^3.4|^4.0|^5.0",
  994. "vimeo/psalm": "4.1.1"
  995. },
  996. "suggest": {
  997. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  998. },
  999. "bin": [
  1000. "bin/doctrine"
  1001. ],
  1002. "type": "library",
  1003. "extra": {
  1004. "branch-alias": {
  1005. "dev-master": "2.7.x-dev"
  1006. }
  1007. },
  1008. "autoload": {
  1009. "psr-4": {
  1010. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1011. }
  1012. },
  1013. "notification-url": "https://packagist.org/downloads/",
  1014. "license": [
  1015. "MIT"
  1016. ],
  1017. "authors": [
  1018. {
  1019. "name": "Guilherme Blanco",
  1020. "email": "guilhermeblanco@gmail.com"
  1021. },
  1022. {
  1023. "name": "Roman Borschel",
  1024. "email": "roman@code-factory.org"
  1025. },
  1026. {
  1027. "name": "Benjamin Eberlei",
  1028. "email": "kontakt@beberlei.de"
  1029. },
  1030. {
  1031. "name": "Jonathan Wage",
  1032. "email": "jonwage@gmail.com"
  1033. },
  1034. {
  1035. "name": "Marco Pivetta",
  1036. "email": "ocramius@gmail.com"
  1037. }
  1038. ],
  1039. "description": "Object-Relational-Mapper for PHP",
  1040. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1041. "keywords": [
  1042. "database",
  1043. "orm"
  1044. ],
  1045. "time": "2020-12-04T19:53:07+00:00"
  1046. },
  1047. {
  1048. "name": "doctrine/persistence",
  1049. "version": "2.1.0",
  1050. "source": {
  1051. "type": "git",
  1052. "url": "https://github.com/doctrine/persistence.git",
  1053. "reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
  1054. },
  1055. "dist": {
  1056. "type": "zip",
  1057. "url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
  1058. "reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
  1059. "shasum": ""
  1060. },
  1061. "require": {
  1062. "doctrine/annotations": "^1.0",
  1063. "doctrine/cache": "^1.0",
  1064. "doctrine/collections": "^1.0",
  1065. "doctrine/event-manager": "^1.0",
  1066. "php": "^7.1 || ^8.0"
  1067. },
  1068. "conflict": {
  1069. "doctrine/common": "<2.10@dev"
  1070. },
  1071. "require-dev": {
  1072. "composer/package-versions-deprecated": "^1.11",
  1073. "doctrine/coding-standard": "^6.0 || ^8.0",
  1074. "doctrine/common": "^3.0",
  1075. "phpstan/phpstan": "^0.12",
  1076. "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
  1077. "vimeo/psalm": "^3.11"
  1078. },
  1079. "type": "library",
  1080. "autoload": {
  1081. "psr-4": {
  1082. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1083. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1084. }
  1085. },
  1086. "notification-url": "https://packagist.org/downloads/",
  1087. "license": [
  1088. "MIT"
  1089. ],
  1090. "authors": [
  1091. {
  1092. "name": "Guilherme Blanco",
  1093. "email": "guilhermeblanco@gmail.com"
  1094. },
  1095. {
  1096. "name": "Roman Borschel",
  1097. "email": "roman@code-factory.org"
  1098. },
  1099. {
  1100. "name": "Benjamin Eberlei",
  1101. "email": "kontakt@beberlei.de"
  1102. },
  1103. {
  1104. "name": "Jonathan Wage",
  1105. "email": "jonwage@gmail.com"
  1106. },
  1107. {
  1108. "name": "Johannes Schmitt",
  1109. "email": "schmittjoh@gmail.com"
  1110. },
  1111. {
  1112. "name": "Marco Pivetta",
  1113. "email": "ocramius@gmail.com"
  1114. }
  1115. ],
  1116. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1117. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1118. "keywords": [
  1119. "mapper",
  1120. "object",
  1121. "odm",
  1122. "orm",
  1123. "persistence"
  1124. ],
  1125. "time": "2020-10-24T22:13:54+00:00"
  1126. },
  1127. {
  1128. "name": "doctrine/sql-formatter",
  1129. "version": "1.1.1",
  1130. "source": {
  1131. "type": "git",
  1132. "url": "https://github.com/doctrine/sql-formatter.git",
  1133. "reference": "56070bebac6e77230ed7d306ad13528e60732871"
  1134. },
  1135. "dist": {
  1136. "type": "zip",
  1137. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
  1138. "reference": "56070bebac6e77230ed7d306ad13528e60732871",
  1139. "shasum": ""
  1140. },
  1141. "require": {
  1142. "php": "^7.1 || ^8.0"
  1143. },
  1144. "require-dev": {
  1145. "bamarni/composer-bin-plugin": "^1.4"
  1146. },
  1147. "bin": [
  1148. "bin/sql-formatter"
  1149. ],
  1150. "type": "library",
  1151. "extra": {
  1152. "branch-alias": {
  1153. "dev-master": "1.x-dev"
  1154. }
  1155. },
  1156. "autoload": {
  1157. "psr-4": {
  1158. "Doctrine\\SqlFormatter\\": "src"
  1159. }
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "MIT"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Jeremy Dorn",
  1168. "email": "jeremy@jeremydorn.com",
  1169. "homepage": "http://jeremydorn.com/"
  1170. }
  1171. ],
  1172. "description": "a PHP SQL highlighting library",
  1173. "homepage": "https://github.com/doctrine/sql-formatter/",
  1174. "keywords": [
  1175. "highlight",
  1176. "sql"
  1177. ],
  1178. "time": "2020-07-30T16:57:33+00:00"
  1179. },
  1180. {
  1181. "name": "egulias/email-validator",
  1182. "version": "2.1.24",
  1183. "source": {
  1184. "type": "git",
  1185. "url": "https://github.com/egulias/EmailValidator.git",
  1186. "reference": "ca90a3291eee1538cd48ff25163240695bd95448"
  1187. },
  1188. "dist": {
  1189. "type": "zip",
  1190. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ca90a3291eee1538cd48ff25163240695bd95448",
  1191. "reference": "ca90a3291eee1538cd48ff25163240695bd95448",
  1192. "shasum": ""
  1193. },
  1194. "require": {
  1195. "doctrine/lexer": "^1.0.1",
  1196. "php": ">=5.5",
  1197. "symfony/polyfill-intl-idn": "^1.10"
  1198. },
  1199. "require-dev": {
  1200. "dominicsayers/isemail": "^3.0.7",
  1201. "phpunit/phpunit": "^4.8.36|^7.5.15",
  1202. "satooshi/php-coveralls": "^1.0.1"
  1203. },
  1204. "suggest": {
  1205. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1206. },
  1207. "type": "library",
  1208. "extra": {
  1209. "branch-alias": {
  1210. "dev-master": "2.1.x-dev"
  1211. }
  1212. },
  1213. "autoload": {
  1214. "psr-4": {
  1215. "Egulias\\EmailValidator\\": "src"
  1216. }
  1217. },
  1218. "notification-url": "https://packagist.org/downloads/",
  1219. "license": [
  1220. "MIT"
  1221. ],
  1222. "authors": [
  1223. {
  1224. "name": "Eduardo Gulias Davis"
  1225. }
  1226. ],
  1227. "description": "A library for validating emails against several RFCs",
  1228. "homepage": "https://github.com/egulias/EmailValidator",
  1229. "keywords": [
  1230. "email",
  1231. "emailvalidation",
  1232. "emailvalidator",
  1233. "validation",
  1234. "validator"
  1235. ],
  1236. "time": "2020-11-14T15:56:27+00:00"
  1237. },
  1238. {
  1239. "name": "laminas/laminas-code",
  1240. "version": "3.5.1",
  1241. "source": {
  1242. "type": "git",
  1243. "url": "https://github.com/laminas/laminas-code.git",
  1244. "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
  1245. },
  1246. "dist": {
  1247. "type": "zip",
  1248. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
  1249. "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
  1250. "shasum": ""
  1251. },
  1252. "require": {
  1253. "laminas/laminas-eventmanager": "^3.3",
  1254. "laminas/laminas-zendframework-bridge": "^1.1",
  1255. "php": "^7.3 || ~8.0.0"
  1256. },
  1257. "conflict": {
  1258. "phpspec/prophecy": "<1.9.0"
  1259. },
  1260. "replace": {
  1261. "zendframework/zend-code": "^3.4.1"
  1262. },
  1263. "require-dev": {
  1264. "doctrine/annotations": "^1.10.4",
  1265. "ext-phar": "*",
  1266. "laminas/laminas-coding-standard": "^1.0.0",
  1267. "laminas/laminas-stdlib": "^3.3.0",
  1268. "phpunit/phpunit": "^9.4.2"
  1269. },
  1270. "suggest": {
  1271. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  1272. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  1273. },
  1274. "type": "library",
  1275. "autoload": {
  1276. "psr-4": {
  1277. "Laminas\\Code\\": "src/"
  1278. }
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "BSD-3-Clause"
  1283. ],
  1284. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  1285. "homepage": "https://laminas.dev",
  1286. "keywords": [
  1287. "code",
  1288. "laminas"
  1289. ],
  1290. "time": "2020-11-30T20:16:31+00:00"
  1291. },
  1292. {
  1293. "name": "laminas/laminas-eventmanager",
  1294. "version": "3.3.0",
  1295. "source": {
  1296. "type": "git",
  1297. "url": "https://github.com/laminas/laminas-eventmanager.git",
  1298. "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082"
  1299. },
  1300. "dist": {
  1301. "type": "zip",
  1302. "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
  1303. "reference": "1940ccf30e058b2fd66f5a9d696f1b5e0027b082",
  1304. "shasum": ""
  1305. },
  1306. "require": {
  1307. "laminas/laminas-zendframework-bridge": "^1.0",
  1308. "php": "^7.3 || ^8.0"
  1309. },
  1310. "replace": {
  1311. "zendframework/zend-eventmanager": "^3.2.1"
  1312. },
  1313. "require-dev": {
  1314. "container-interop/container-interop": "^1.1",
  1315. "laminas/laminas-coding-standard": "~1.0.0",
  1316. "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
  1317. "phpbench/phpbench": "^0.17.1",
  1318. "phpunit/phpunit": "^8.5.8"
  1319. },
  1320. "suggest": {
  1321. "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
  1322. "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  1323. },
  1324. "type": "library",
  1325. "extra": {
  1326. "branch-alias": {
  1327. "dev-master": "3.3.x-dev",
  1328. "dev-develop": "3.4.x-dev"
  1329. }
  1330. },
  1331. "autoload": {
  1332. "psr-4": {
  1333. "Laminas\\EventManager\\": "src/"
  1334. }
  1335. },
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "BSD-3-Clause"
  1339. ],
  1340. "description": "Trigger and listen to events within a PHP application",
  1341. "homepage": "https://laminas.dev",
  1342. "keywords": [
  1343. "event",
  1344. "eventmanager",
  1345. "events",
  1346. "laminas"
  1347. ],
  1348. "time": "2020-08-25T11:10:44+00:00"
  1349. },
  1350. {
  1351. "name": "laminas/laminas-zendframework-bridge",
  1352. "version": "1.1.1",
  1353. "source": {
  1354. "type": "git",
  1355. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  1356. "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
  1357. },
  1358. "dist": {
  1359. "type": "zip",
  1360. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
  1361. "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
  1362. "shasum": ""
  1363. },
  1364. "require": {
  1365. "php": "^5.6 || ^7.0 || ^8.0"
  1366. },
  1367. "require-dev": {
  1368. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
  1369. "squizlabs/php_codesniffer": "^3.5"
  1370. },
  1371. "type": "library",
  1372. "extra": {
  1373. "laminas": {
  1374. "module": "Laminas\\ZendFrameworkBridge"
  1375. }
  1376. },
  1377. "autoload": {
  1378. "files": [
  1379. "src/autoload.php"
  1380. ],
  1381. "psr-4": {
  1382. "Laminas\\ZendFrameworkBridge\\": "src//"
  1383. }
  1384. },
  1385. "notification-url": "https://packagist.org/downloads/",
  1386. "license": [
  1387. "BSD-3-Clause"
  1388. ],
  1389. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  1390. "keywords": [
  1391. "ZendFramework",
  1392. "autoloading",
  1393. "laminas",
  1394. "zf"
  1395. ],
  1396. "time": "2020-09-14T14:23:00+00:00"
  1397. },
  1398. {
  1399. "name": "monolog/monolog",
  1400. "version": "2.2.0",
  1401. "source": {
  1402. "type": "git",
  1403. "url": "https://github.com/Seldaek/monolog.git",
  1404. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
  1405. },
  1406. "dist": {
  1407. "type": "zip",
  1408. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  1409. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  1410. "shasum": ""
  1411. },
  1412. "require": {
  1413. "php": ">=7.2",
  1414. "psr/log": "^1.0.1"
  1415. },
  1416. "provide": {
  1417. "psr/log-implementation": "1.0.0"
  1418. },
  1419. "require-dev": {
  1420. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1421. "doctrine/couchdb": "~1.0@dev",
  1422. "elasticsearch/elasticsearch": "^7",
  1423. "graylog2/gelf-php": "^1.4.2",
  1424. "mongodb/mongodb": "^1.8",
  1425. "php-amqplib/php-amqplib": "~2.4",
  1426. "php-console/php-console": "^3.1.3",
  1427. "phpspec/prophecy": "^1.6.1",
  1428. "phpstan/phpstan": "^0.12.59",
  1429. "phpunit/phpunit": "^8.5",
  1430. "predis/predis": "^1.1",
  1431. "rollbar/rollbar": "^1.3",
  1432. "ruflin/elastica": ">=0.90 <7.0.1",
  1433. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1434. },
  1435. "suggest": {
  1436. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1437. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1438. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1439. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1440. "ext-mbstring": "Allow to work properly with unicode symbols",
  1441. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1442. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1443. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1444. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1445. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1446. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1447. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1448. },
  1449. "type": "library",
  1450. "extra": {
  1451. "branch-alias": {
  1452. "dev-main": "2.x-dev"
  1453. }
  1454. },
  1455. "autoload": {
  1456. "psr-4": {
  1457. "Monolog\\": "src/Monolog"
  1458. }
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "MIT"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Jordi Boggiano",
  1467. "email": "j.boggiano@seld.be",
  1468. "homepage": "https://seld.be"
  1469. }
  1470. ],
  1471. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1472. "homepage": "https://github.com/Seldaek/monolog",
  1473. "keywords": [
  1474. "log",
  1475. "logging",
  1476. "psr-3"
  1477. ],
  1478. "time": "2020-12-14T13:15:25+00:00"
  1479. },
  1480. {
  1481. "name": "ocramius/proxy-manager",
  1482. "version": "2.8.0",
  1483. "source": {
  1484. "type": "git",
  1485. "url": "https://github.com/Ocramius/ProxyManager.git",
  1486. "reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a"
  1487. },
  1488. "dist": {
  1489. "type": "zip",
  1490. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
  1491. "reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
  1492. "shasum": ""
  1493. },
  1494. "require": {
  1495. "laminas/laminas-code": "^3.4.1",
  1496. "ocramius/package-versions": "^1.8.0",
  1497. "php": "~7.4.1",
  1498. "webimpress/safe-writer": "^2.0.1"
  1499. },
  1500. "conflict": {
  1501. "doctrine/annotations": "<1.6.1",
  1502. "laminas/laminas-stdlib": "<3.2.1",
  1503. "zendframework/zend-stdlib": "<3.2.1"
  1504. },
  1505. "require-dev": {
  1506. "doctrine/coding-standard": "^6.0.0",
  1507. "ext-phar": "*",
  1508. "infection/infection": "^0.16.2",
  1509. "nikic/php-parser": "^4.4.0",
  1510. "phpbench/phpbench": "^0.17.0",
  1511. "phpunit/phpunit": "^9.1.1",
  1512. "slevomat/coding-standard": "^5.0.4",
  1513. "squizlabs/php_codesniffer": "^3.5.4",
  1514. "vimeo/psalm": "^3.11.1"
  1515. },
  1516. "suggest": {
  1517. "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
  1518. "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
  1519. "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
  1520. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
  1521. },
  1522. "type": "library",
  1523. "extra": {
  1524. "branch-alias": {
  1525. "dev-master": "3.0.x-dev"
  1526. }
  1527. },
  1528. "autoload": {
  1529. "psr-4": {
  1530. "ProxyManager\\": "src/ProxyManager"
  1531. }
  1532. },
  1533. "notification-url": "https://packagist.org/downloads/",
  1534. "license": [
  1535. "MIT"
  1536. ],
  1537. "authors": [
  1538. {
  1539. "name": "Marco Pivetta",
  1540. "email": "ocramius@gmail.com",
  1541. "homepage": "http://ocramius.github.io/"
  1542. }
  1543. ],
  1544. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  1545. "homepage": "https://github.com/Ocramius/ProxyManager",
  1546. "keywords": [
  1547. "aop",
  1548. "lazy loading",
  1549. "proxy",
  1550. "proxy pattern",
  1551. "service proxies"
  1552. ],
  1553. "time": "2020-04-13T14:42:16+00:00"
  1554. },
  1555. {
  1556. "name": "phpdocumentor/reflection-common",
  1557. "version": "2.2.0",
  1558. "source": {
  1559. "type": "git",
  1560. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1561. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  1562. },
  1563. "dist": {
  1564. "type": "zip",
  1565. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1566. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1567. "shasum": ""
  1568. },
  1569. "require": {
  1570. "php": "^7.2 || ^8.0"
  1571. },
  1572. "type": "library",
  1573. "extra": {
  1574. "branch-alias": {
  1575. "dev-2.x": "2.x-dev"
  1576. }
  1577. },
  1578. "autoload": {
  1579. "psr-4": {
  1580. "phpDocumentor\\Reflection\\": "src/"
  1581. }
  1582. },
  1583. "notification-url": "https://packagist.org/downloads/",
  1584. "license": [
  1585. "MIT"
  1586. ],
  1587. "authors": [
  1588. {
  1589. "name": "Jaap van Otterdijk",
  1590. "email": "opensource@ijaap.nl"
  1591. }
  1592. ],
  1593. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1594. "homepage": "http://www.phpdoc.org",
  1595. "keywords": [
  1596. "FQSEN",
  1597. "phpDocumentor",
  1598. "phpdoc",
  1599. "reflection",
  1600. "static analysis"
  1601. ],
  1602. "time": "2020-06-27T09:03:43+00:00"
  1603. },
  1604. {
  1605. "name": "phpdocumentor/reflection-docblock",
  1606. "version": "5.2.2",
  1607. "source": {
  1608. "type": "git",
  1609. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1610. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  1611. },
  1612. "dist": {
  1613. "type": "zip",
  1614. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  1615. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  1616. "shasum": ""
  1617. },
  1618. "require": {
  1619. "ext-filter": "*",
  1620. "php": "^7.2 || ^8.0",
  1621. "phpdocumentor/reflection-common": "^2.2",
  1622. "phpdocumentor/type-resolver": "^1.3",
  1623. "webmozart/assert": "^1.9.1"
  1624. },
  1625. "require-dev": {
  1626. "mockery/mockery": "~1.3.2"
  1627. },
  1628. "type": "library",
  1629. "extra": {
  1630. "branch-alias": {
  1631. "dev-master": "5.x-dev"
  1632. }
  1633. },
  1634. "autoload": {
  1635. "psr-4": {
  1636. "phpDocumentor\\Reflection\\": "src"
  1637. }
  1638. },
  1639. "notification-url": "https://packagist.org/downloads/",
  1640. "license": [
  1641. "MIT"
  1642. ],
  1643. "authors": [
  1644. {
  1645. "name": "Mike van Riel",
  1646. "email": "me@mikevanriel.com"
  1647. },
  1648. {
  1649. "name": "Jaap van Otterdijk",
  1650. "email": "account@ijaap.nl"
  1651. }
  1652. ],
  1653. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1654. "time": "2020-09-03T19:13:55+00:00"
  1655. },
  1656. {
  1657. "name": "phpdocumentor/type-resolver",
  1658. "version": "1.4.0",
  1659. "source": {
  1660. "type": "git",
  1661. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1662. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  1663. },
  1664. "dist": {
  1665. "type": "zip",
  1666. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  1667. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  1668. "shasum": ""
  1669. },
  1670. "require": {
  1671. "php": "^7.2 || ^8.0",
  1672. "phpdocumentor/reflection-common": "^2.0"
  1673. },
  1674. "require-dev": {
  1675. "ext-tokenizer": "*"
  1676. },
  1677. "type": "library",
  1678. "extra": {
  1679. "branch-alias": {
  1680. "dev-1.x": "1.x-dev"
  1681. }
  1682. },
  1683. "autoload": {
  1684. "psr-4": {
  1685. "phpDocumentor\\Reflection\\": "src"
  1686. }
  1687. },
  1688. "notification-url": "https://packagist.org/downloads/",
  1689. "license": [
  1690. "MIT"
  1691. ],
  1692. "authors": [
  1693. {
  1694. "name": "Mike van Riel",
  1695. "email": "me@mikevanriel.com"
  1696. }
  1697. ],
  1698. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  1699. "time": "2020-09-17T18:55:26+00:00"
  1700. },
  1701. {
  1702. "name": "psr/cache",
  1703. "version": "1.0.1",
  1704. "source": {
  1705. "type": "git",
  1706. "url": "https://github.com/php-fig/cache.git",
  1707. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1708. },
  1709. "dist": {
  1710. "type": "zip",
  1711. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1712. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1713. "shasum": ""
  1714. },
  1715. "require": {
  1716. "php": ">=5.3.0"
  1717. },
  1718. "type": "library",
  1719. "extra": {
  1720. "branch-alias": {
  1721. "dev-master": "1.0.x-dev"
  1722. }
  1723. },
  1724. "autoload": {
  1725. "psr-4": {
  1726. "Psr\\Cache\\": "src/"
  1727. }
  1728. },
  1729. "notification-url": "https://packagist.org/downloads/",
  1730. "license": [
  1731. "MIT"
  1732. ],
  1733. "authors": [
  1734. {
  1735. "name": "PHP-FIG",
  1736. "homepage": "http://www.php-fig.org/"
  1737. }
  1738. ],
  1739. "description": "Common interface for caching libraries",
  1740. "keywords": [
  1741. "cache",
  1742. "psr",
  1743. "psr-6"
  1744. ],
  1745. "time": "2016-08-06T20:24:11+00:00"
  1746. },
  1747. {
  1748. "name": "psr/container",
  1749. "version": "1.0.0",
  1750. "source": {
  1751. "type": "git",
  1752. "url": "https://github.com/php-fig/container.git",
  1753. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1754. },
  1755. "dist": {
  1756. "type": "zip",
  1757. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1758. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1759. "shasum": ""
  1760. },
  1761. "require": {
  1762. "php": ">=5.3.0"
  1763. },
  1764. "type": "library",
  1765. "extra": {
  1766. "branch-alias": {
  1767. "dev-master": "1.0.x-dev"
  1768. }
  1769. },
  1770. "autoload": {
  1771. "psr-4": {
  1772. "Psr\\Container\\": "src/"
  1773. }
  1774. },
  1775. "notification-url": "https://packagist.org/downloads/",
  1776. "license": [
  1777. "MIT"
  1778. ],
  1779. "authors": [
  1780. {
  1781. "name": "PHP-FIG",
  1782. "homepage": "http://www.php-fig.org/"
  1783. }
  1784. ],
  1785. "description": "Common Container Interface (PHP FIG PSR-11)",
  1786. "homepage": "https://github.com/php-fig/container",
  1787. "keywords": [
  1788. "PSR-11",
  1789. "container",
  1790. "container-interface",
  1791. "container-interop",
  1792. "psr"
  1793. ],
  1794. "time": "2017-02-14T16:28:37+00:00"
  1795. },
  1796. {
  1797. "name": "psr/event-dispatcher",
  1798. "version": "1.0.0",
  1799. "source": {
  1800. "type": "git",
  1801. "url": "https://github.com/php-fig/event-dispatcher.git",
  1802. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1803. },
  1804. "dist": {
  1805. "type": "zip",
  1806. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1807. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1808. "shasum": ""
  1809. },
  1810. "require": {
  1811. "php": ">=7.2.0"
  1812. },
  1813. "type": "library",
  1814. "extra": {
  1815. "branch-alias": {
  1816. "dev-master": "1.0.x-dev"
  1817. }
  1818. },
  1819. "autoload": {
  1820. "psr-4": {
  1821. "Psr\\EventDispatcher\\": "src/"
  1822. }
  1823. },
  1824. "notification-url": "https://packagist.org/downloads/",
  1825. "license": [
  1826. "MIT"
  1827. ],
  1828. "authors": [
  1829. {
  1830. "name": "PHP-FIG",
  1831. "homepage": "http://www.php-fig.org/"
  1832. }
  1833. ],
  1834. "description": "Standard interfaces for event handling.",
  1835. "keywords": [
  1836. "events",
  1837. "psr",
  1838. "psr-14"
  1839. ],
  1840. "time": "2019-01-08T18:20:26+00:00"
  1841. },
  1842. {
  1843. "name": "psr/link",
  1844. "version": "1.0.0",
  1845. "source": {
  1846. "type": "git",
  1847. "url": "https://github.com/php-fig/link.git",
  1848. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
  1849. },
  1850. "dist": {
  1851. "type": "zip",
  1852. "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
  1853. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
  1854. "shasum": ""
  1855. },
  1856. "require": {
  1857. "php": ">=5.3.0"
  1858. },
  1859. "type": "library",
  1860. "extra": {
  1861. "branch-alias": {
  1862. "dev-master": "1.0.x-dev"
  1863. }
  1864. },
  1865. "autoload": {
  1866. "psr-4": {
  1867. "Psr\\Link\\": "src/"
  1868. }
  1869. },
  1870. "notification-url": "https://packagist.org/downloads/",
  1871. "license": [
  1872. "MIT"
  1873. ],
  1874. "authors": [
  1875. {
  1876. "name": "PHP-FIG",
  1877. "homepage": "http://www.php-fig.org/"
  1878. }
  1879. ],
  1880. "description": "Common interfaces for HTTP links",
  1881. "keywords": [
  1882. "http",
  1883. "http-link",
  1884. "link",
  1885. "psr",
  1886. "psr-13",
  1887. "rest"
  1888. ],
  1889. "time": "2016-10-28T16:06:13+00:00"
  1890. },
  1891. {
  1892. "name": "psr/log",
  1893. "version": "1.1.3",
  1894. "source": {
  1895. "type": "git",
  1896. "url": "https://github.com/php-fig/log.git",
  1897. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1898. },
  1899. "dist": {
  1900. "type": "zip",
  1901. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1902. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1903. "shasum": ""
  1904. },
  1905. "require": {
  1906. "php": ">=5.3.0"
  1907. },
  1908. "type": "library",
  1909. "extra": {
  1910. "branch-alias": {
  1911. "dev-master": "1.1.x-dev"
  1912. }
  1913. },
  1914. "autoload": {
  1915. "psr-4": {
  1916. "Psr\\Log\\": "Psr/Log/"
  1917. }
  1918. },
  1919. "notification-url": "https://packagist.org/downloads/",
  1920. "license": [
  1921. "MIT"
  1922. ],
  1923. "authors": [
  1924. {
  1925. "name": "PHP-FIG",
  1926. "homepage": "http://www.php-fig.org/"
  1927. }
  1928. ],
  1929. "description": "Common interface for logging libraries",
  1930. "homepage": "https://github.com/php-fig/log",
  1931. "keywords": [
  1932. "log",
  1933. "psr",
  1934. "psr-3"
  1935. ],
  1936. "time": "2020-03-23T09:12:05+00:00"
  1937. },
  1938. {
  1939. "name": "sensio/framework-extra-bundle",
  1940. "version": "v5.6.1",
  1941. "source": {
  1942. "type": "git",
  1943. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  1944. "reference": "430d14c01836b77c28092883d195a43ce413ee32"
  1945. },
  1946. "dist": {
  1947. "type": "zip",
  1948. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32",
  1949. "reference": "430d14c01836b77c28092883d195a43ce413ee32",
  1950. "shasum": ""
  1951. },
  1952. "require": {
  1953. "doctrine/annotations": "^1.0",
  1954. "php": ">=7.2.5",
  1955. "symfony/config": "^4.4|^5.0",
  1956. "symfony/dependency-injection": "^4.4|^5.0",
  1957. "symfony/framework-bundle": "^4.4|^5.0",
  1958. "symfony/http-kernel": "^4.4|^5.0"
  1959. },
  1960. "conflict": {
  1961. "doctrine/doctrine-cache-bundle": "<1.3.1",
  1962. "doctrine/persistence": "<1.3"
  1963. },
  1964. "require-dev": {
  1965. "doctrine/dbal": "^2.10|^3.0",
  1966. "doctrine/doctrine-bundle": "^1.11|^2.0",
  1967. "doctrine/orm": "^2.5",
  1968. "nyholm/psr7": "^1.1",
  1969. "symfony/browser-kit": "^4.4|^5.0",
  1970. "symfony/doctrine-bridge": "^4.4|^5.0",
  1971. "symfony/dom-crawler": "^4.4|^5.0",
  1972. "symfony/expression-language": "^4.4|^5.0",
  1973. "symfony/finder": "^4.4|^5.0",
  1974. "symfony/monolog-bridge": "^4.0|^5.0",
  1975. "symfony/monolog-bundle": "^3.2",
  1976. "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
  1977. "symfony/psr-http-message-bridge": "^1.1",
  1978. "symfony/security-bundle": "^4.4|^5.0",
  1979. "symfony/twig-bundle": "^4.4|^5.0",
  1980. "symfony/yaml": "^4.4|^5.0",
  1981. "twig/twig": "^1.34|^2.4|^3.0"
  1982. },
  1983. "type": "symfony-bundle",
  1984. "extra": {
  1985. "branch-alias": {
  1986. "dev-master": "5.6.x-dev"
  1987. }
  1988. },
  1989. "autoload": {
  1990. "psr-4": {
  1991. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  1992. },
  1993. "exclude-from-classmap": [
  1994. "/tests/"
  1995. ]
  1996. },
  1997. "notification-url": "https://packagist.org/downloads/",
  1998. "license": [
  1999. "MIT"
  2000. ],
  2001. "authors": [
  2002. {
  2003. "name": "Fabien Potencier",
  2004. "email": "fabien@symfony.com"
  2005. }
  2006. ],
  2007. "description": "This bundle provides a way to configure your controllers with annotations",
  2008. "keywords": [
  2009. "annotations",
  2010. "controllers"
  2011. ],
  2012. "time": "2020-08-25T19:10:18+00:00"
  2013. },
  2014. {
  2015. "name": "symfony/asset",
  2016. "version": "v5.2.1",
  2017. "source": {
  2018. "type": "git",
  2019. "url": "https://github.com/symfony/asset.git",
  2020. "reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5"
  2021. },
  2022. "dist": {
  2023. "type": "zip",
  2024. "url": "https://api.github.com/repos/symfony/asset/zipball/d254631bc20fb82a5827602dc2fa84a3118ec3f5",
  2025. "reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5",
  2026. "shasum": ""
  2027. },
  2028. "require": {
  2029. "php": ">=7.2.5"
  2030. },
  2031. "require-dev": {
  2032. "symfony/http-client": "^4.4|^5.0",
  2033. "symfony/http-foundation": "^4.4|^5.0",
  2034. "symfony/http-kernel": "^4.4|^5.0"
  2035. },
  2036. "suggest": {
  2037. "symfony/http-foundation": ""
  2038. },
  2039. "type": "library",
  2040. "autoload": {
  2041. "psr-4": {
  2042. "Symfony\\Component\\Asset\\": ""
  2043. },
  2044. "exclude-from-classmap": [
  2045. "/Tests/"
  2046. ]
  2047. },
  2048. "notification-url": "https://packagist.org/downloads/",
  2049. "license": [
  2050. "MIT"
  2051. ],
  2052. "authors": [
  2053. {
  2054. "name": "Fabien Potencier",
  2055. "email": "fabien@symfony.com"
  2056. },
  2057. {
  2058. "name": "Symfony Community",
  2059. "homepage": "https://symfony.com/contributors"
  2060. }
  2061. ],
  2062. "description": "Symfony Asset Component",
  2063. "homepage": "https://symfony.com",
  2064. "time": "2020-12-14T07:03:02+00:00"
  2065. },
  2066. {
  2067. "name": "symfony/cache",
  2068. "version": "v5.2.1",
  2069. "source": {
  2070. "type": "git",
  2071. "url": "https://github.com/symfony/cache.git",
  2072. "reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52"
  2073. },
  2074. "dist": {
  2075. "type": "zip",
  2076. "url": "https://api.github.com/repos/symfony/cache/zipball/5e61d63b1ef4fb4852994038267ad45e12f3ec52",
  2077. "reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52",
  2078. "shasum": ""
  2079. },
  2080. "require": {
  2081. "php": ">=7.2.5",
  2082. "psr/cache": "~1.0",
  2083. "psr/log": "^1.1",
  2084. "symfony/cache-contracts": "^1.1.7|^2",
  2085. "symfony/polyfill-php80": "^1.15",
  2086. "symfony/service-contracts": "^1.1|^2",
  2087. "symfony/var-exporter": "^4.4|^5.0"
  2088. },
  2089. "conflict": {
  2090. "doctrine/dbal": "<2.10",
  2091. "symfony/dependency-injection": "<4.4",
  2092. "symfony/http-kernel": "<4.4",
  2093. "symfony/var-dumper": "<4.4"
  2094. },
  2095. "provide": {
  2096. "psr/cache-implementation": "1.0",
  2097. "psr/simple-cache-implementation": "1.0",
  2098. "symfony/cache-implementation": "1.0"
  2099. },
  2100. "require-dev": {
  2101. "cache/integration-tests": "dev-master",
  2102. "doctrine/cache": "^1.6",
  2103. "doctrine/dbal": "^2.10|^3.0",
  2104. "predis/predis": "^1.1",
  2105. "psr/simple-cache": "^1.0",
  2106. "symfony/config": "^4.4|^5.0",
  2107. "symfony/dependency-injection": "^4.4|^5.0",
  2108. "symfony/filesystem": "^4.4|^5.0",
  2109. "symfony/http-kernel": "^4.4|^5.0",
  2110. "symfony/messenger": "^4.4|^5.0",
  2111. "symfony/var-dumper": "^4.4|^5.0"
  2112. },
  2113. "type": "library",
  2114. "autoload": {
  2115. "psr-4": {
  2116. "Symfony\\Component\\Cache\\": ""
  2117. },
  2118. "exclude-from-classmap": [
  2119. "/Tests/"
  2120. ]
  2121. },
  2122. "notification-url": "https://packagist.org/downloads/",
  2123. "license": [
  2124. "MIT"
  2125. ],
  2126. "authors": [
  2127. {
  2128. "name": "Nicolas Grekas",
  2129. "email": "p@tchwork.com"
  2130. },
  2131. {
  2132. "name": "Symfony Community",
  2133. "homepage": "https://symfony.com/contributors"
  2134. }
  2135. ],
  2136. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  2137. "homepage": "https://symfony.com",
  2138. "keywords": [
  2139. "caching",
  2140. "psr6"
  2141. ],
  2142. "time": "2020-12-10T19:16:15+00:00"
  2143. },
  2144. {
  2145. "name": "symfony/cache-contracts",
  2146. "version": "v2.2.0",
  2147. "source": {
  2148. "type": "git",
  2149. "url": "https://github.com/symfony/cache-contracts.git",
  2150. "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
  2151. },
  2152. "dist": {
  2153. "type": "zip",
  2154. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
  2155. "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
  2156. "shasum": ""
  2157. },
  2158. "require": {
  2159. "php": ">=7.2.5",
  2160. "psr/cache": "^1.0"
  2161. },
  2162. "suggest": {
  2163. "symfony/cache-implementation": ""
  2164. },
  2165. "type": "library",
  2166. "extra": {
  2167. "branch-alias": {
  2168. "dev-master": "2.2-dev"
  2169. },
  2170. "thanks": {
  2171. "name": "symfony/contracts",
  2172. "url": "https://github.com/symfony/contracts"
  2173. }
  2174. },
  2175. "autoload": {
  2176. "psr-4": {
  2177. "Symfony\\Contracts\\Cache\\": ""
  2178. }
  2179. },
  2180. "notification-url": "https://packagist.org/downloads/",
  2181. "license": [
  2182. "MIT"
  2183. ],
  2184. "authors": [
  2185. {
  2186. "name": "Nicolas Grekas",
  2187. "email": "p@tchwork.com"
  2188. },
  2189. {
  2190. "name": "Symfony Community",
  2191. "homepage": "https://symfony.com/contributors"
  2192. }
  2193. ],
  2194. "description": "Generic abstractions related to caching",
  2195. "homepage": "https://symfony.com",
  2196. "keywords": [
  2197. "abstractions",
  2198. "contracts",
  2199. "decoupling",
  2200. "interfaces",
  2201. "interoperability",
  2202. "standards"
  2203. ],
  2204. "time": "2020-09-07T11:33:47+00:00"
  2205. },
  2206. {
  2207. "name": "symfony/config",
  2208. "version": "v5.2.1",
  2209. "source": {
  2210. "type": "git",
  2211. "url": "https://github.com/symfony/config.git",
  2212. "reference": "d0a82d965296083fe463d655a3644cbe49cbaa80"
  2213. },
  2214. "dist": {
  2215. "type": "zip",
  2216. "url": "https://api.github.com/repos/symfony/config/zipball/d0a82d965296083fe463d655a3644cbe49cbaa80",
  2217. "reference": "d0a82d965296083fe463d655a3644cbe49cbaa80",
  2218. "shasum": ""
  2219. },
  2220. "require": {
  2221. "php": ">=7.2.5",
  2222. "symfony/deprecation-contracts": "^2.1",
  2223. "symfony/filesystem": "^4.4|^5.0",
  2224. "symfony/polyfill-ctype": "~1.8",
  2225. "symfony/polyfill-php80": "^1.15"
  2226. },
  2227. "conflict": {
  2228. "symfony/finder": "<4.4"
  2229. },
  2230. "require-dev": {
  2231. "symfony/event-dispatcher": "^4.4|^5.0",
  2232. "symfony/finder": "^4.4|^5.0",
  2233. "symfony/messenger": "^4.4|^5.0",
  2234. "symfony/service-contracts": "^1.1|^2",
  2235. "symfony/yaml": "^4.4|^5.0"
  2236. },
  2237. "suggest": {
  2238. "symfony/yaml": "To use the yaml reference dumper"
  2239. },
  2240. "type": "library",
  2241. "autoload": {
  2242. "psr-4": {
  2243. "Symfony\\Component\\Config\\": ""
  2244. },
  2245. "exclude-from-classmap": [
  2246. "/Tests/"
  2247. ]
  2248. },
  2249. "notification-url": "https://packagist.org/downloads/",
  2250. "license": [
  2251. "MIT"
  2252. ],
  2253. "authors": [
  2254. {
  2255. "name": "Fabien Potencier",
  2256. "email": "fabien@symfony.com"
  2257. },
  2258. {
  2259. "name": "Symfony Community",
  2260. "homepage": "https://symfony.com/contributors"
  2261. }
  2262. ],
  2263. "description": "Symfony Config Component",
  2264. "homepage": "https://symfony.com",
  2265. "time": "2020-12-09T18:54:12+00:00"
  2266. },
  2267. {
  2268. "name": "symfony/console",
  2269. "version": "v5.2.1",
  2270. "source": {
  2271. "type": "git",
  2272. "url": "https://github.com/symfony/console.git",
  2273. "reference": "47c02526c532fb381374dab26df05e7313978976"
  2274. },
  2275. "dist": {
  2276. "type": "zip",
  2277. "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976",
  2278. "reference": "47c02526c532fb381374dab26df05e7313978976",
  2279. "shasum": ""
  2280. },
  2281. "require": {
  2282. "php": ">=7.2.5",
  2283. "symfony/polyfill-mbstring": "~1.0",
  2284. "symfony/polyfill-php73": "^1.8",
  2285. "symfony/polyfill-php80": "^1.15",
  2286. "symfony/service-contracts": "^1.1|^2",
  2287. "symfony/string": "^5.1"
  2288. },
  2289. "conflict": {
  2290. "symfony/dependency-injection": "<4.4",
  2291. "symfony/dotenv": "<5.1",
  2292. "symfony/event-dispatcher": "<4.4",
  2293. "symfony/lock": "<4.4",
  2294. "symfony/process": "<4.4"
  2295. },
  2296. "provide": {
  2297. "psr/log-implementation": "1.0"
  2298. },
  2299. "require-dev": {
  2300. "psr/log": "~1.0",
  2301. "symfony/config": "^4.4|^5.0",
  2302. "symfony/dependency-injection": "^4.4|^5.0",
  2303. "symfony/event-dispatcher": "^4.4|^5.0",
  2304. "symfony/lock": "^4.4|^5.0",
  2305. "symfony/process": "^4.4|^5.0",
  2306. "symfony/var-dumper": "^4.4|^5.0"
  2307. },
  2308. "suggest": {
  2309. "psr/log": "For using the console logger",
  2310. "symfony/event-dispatcher": "",
  2311. "symfony/lock": "",
  2312. "symfony/process": ""
  2313. },
  2314. "type": "library",
  2315. "autoload": {
  2316. "psr-4": {
  2317. "Symfony\\Component\\Console\\": ""
  2318. },
  2319. "exclude-from-classmap": [
  2320. "/Tests/"
  2321. ]
  2322. },
  2323. "notification-url": "https://packagist.org/downloads/",
  2324. "license": [
  2325. "MIT"
  2326. ],
  2327. "authors": [
  2328. {
  2329. "name": "Fabien Potencier",
  2330. "email": "fabien@symfony.com"
  2331. },
  2332. {
  2333. "name": "Symfony Community",
  2334. "homepage": "https://symfony.com/contributors"
  2335. }
  2336. ],
  2337. "description": "Symfony Console Component",
  2338. "homepage": "https://symfony.com",
  2339. "keywords": [
  2340. "cli",
  2341. "command line",
  2342. "console",
  2343. "terminal"
  2344. ],
  2345. "time": "2020-12-18T08:03:05+00:00"
  2346. },
  2347. {
  2348. "name": "symfony/dependency-injection",
  2349. "version": "v5.2.1",
  2350. "source": {
  2351. "type": "git",
  2352. "url": "https://github.com/symfony/dependency-injection.git",
  2353. "reference": "7f8a9e9eff0581a33e20f6c5d41096fe22832d25"
  2354. },
  2355. "dist": {
  2356. "type": "zip",
  2357. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7f8a9e9eff0581a33e20f6c5d41096fe22832d25",
  2358. "reference": "7f8a9e9eff0581a33e20f6c5d41096fe22832d25",
  2359. "shasum": ""
  2360. },
  2361. "require": {
  2362. "php": ">=7.2.5",
  2363. "psr/container": "^1.0",
  2364. "symfony/deprecation-contracts": "^2.1",
  2365. "symfony/polyfill-php80": "^1.15",
  2366. "symfony/service-contracts": "^1.1.6|^2"
  2367. },
  2368. "conflict": {
  2369. "symfony/config": "<5.1",
  2370. "symfony/finder": "<4.4",
  2371. "symfony/proxy-manager-bridge": "<4.4",
  2372. "symfony/yaml": "<4.4"
  2373. },
  2374. "provide": {
  2375. "psr/container-implementation": "1.0",
  2376. "symfony/service-implementation": "1.0"
  2377. },
  2378. "require-dev": {
  2379. "symfony/config": "^5.1",
  2380. "symfony/expression-language": "^4.4|^5.0",
  2381. "symfony/yaml": "^4.4|^5.0"
  2382. },
  2383. "suggest": {
  2384. "symfony/config": "",
  2385. "symfony/expression-language": "For using expressions in service container configuration",
  2386. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  2387. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  2388. "symfony/yaml": ""
  2389. },
  2390. "type": "library",
  2391. "autoload": {
  2392. "psr-4": {
  2393. "Symfony\\Component\\DependencyInjection\\": ""
  2394. },
  2395. "exclude-from-classmap": [
  2396. "/Tests/"
  2397. ]
  2398. },
  2399. "notification-url": "https://packagist.org/downloads/",
  2400. "license": [
  2401. "MIT"
  2402. ],
  2403. "authors": [
  2404. {
  2405. "name": "Fabien Potencier",
  2406. "email": "fabien@symfony.com"
  2407. },
  2408. {
  2409. "name": "Symfony Community",
  2410. "homepage": "https://symfony.com/contributors"
  2411. }
  2412. ],
  2413. "description": "Symfony DependencyInjection Component",
  2414. "homepage": "https://symfony.com",
  2415. "time": "2020-12-18T08:03:05+00:00"
  2416. },
  2417. {
  2418. "name": "symfony/deprecation-contracts",
  2419. "version": "v2.2.0",
  2420. "source": {
  2421. "type": "git",
  2422. "url": "https://github.com/symfony/deprecation-contracts.git",
  2423. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  2424. },
  2425. "dist": {
  2426. "type": "zip",
  2427. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2428. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2429. "shasum": ""
  2430. },
  2431. "require": {
  2432. "php": ">=7.1"
  2433. },
  2434. "type": "library",
  2435. "extra": {
  2436. "branch-alias": {
  2437. "dev-master": "2.2-dev"
  2438. },
  2439. "thanks": {
  2440. "name": "symfony/contracts",
  2441. "url": "https://github.com/symfony/contracts"
  2442. }
  2443. },
  2444. "autoload": {
  2445. "files": [
  2446. "function.php"
  2447. ]
  2448. },
  2449. "notification-url": "https://packagist.org/downloads/",
  2450. "license": [
  2451. "MIT"
  2452. ],
  2453. "authors": [
  2454. {
  2455. "name": "Nicolas Grekas",
  2456. "email": "p@tchwork.com"
  2457. },
  2458. {
  2459. "name": "Symfony Community",
  2460. "homepage": "https://symfony.com/contributors"
  2461. }
  2462. ],
  2463. "description": "A generic function and convention to trigger deprecation notices",
  2464. "homepage": "https://symfony.com",
  2465. "time": "2020-09-07T11:33:47+00:00"
  2466. },
  2467. {
  2468. "name": "symfony/doctrine-bridge",
  2469. "version": "v5.2.1",
  2470. "source": {
  2471. "type": "git",
  2472. "url": "https://github.com/symfony/doctrine-bridge.git",
  2473. "reference": "11c8761e32a94100d67e32500599c5f83ddcaeae"
  2474. },
  2475. "dist": {
  2476. "type": "zip",
  2477. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/11c8761e32a94100d67e32500599c5f83ddcaeae",
  2478. "reference": "11c8761e32a94100d67e32500599c5f83ddcaeae",
  2479. "shasum": ""
  2480. },
  2481. "require": {
  2482. "doctrine/event-manager": "~1.0",
  2483. "doctrine/persistence": "^2",
  2484. "php": ">=7.2.5",
  2485. "symfony/deprecation-contracts": "^2.1",
  2486. "symfony/polyfill-ctype": "~1.8",
  2487. "symfony/polyfill-mbstring": "~1.0",
  2488. "symfony/polyfill-php80": "^1.15",
  2489. "symfony/service-contracts": "^1.1|^2"
  2490. },
  2491. "conflict": {
  2492. "doctrine/dbal": "<2.10",
  2493. "phpunit/phpunit": "<5.4.3",
  2494. "symfony/dependency-injection": "<4.4",
  2495. "symfony/form": "<5.1",
  2496. "symfony/http-kernel": "<5",
  2497. "symfony/messenger": "<4.4",
  2498. "symfony/property-info": "<5",
  2499. "symfony/security-bundle": "<5",
  2500. "symfony/security-core": "<5",
  2501. "symfony/validator": "<5.2"
  2502. },
  2503. "require-dev": {
  2504. "composer/package-versions-deprecated": "^1.8",
  2505. "doctrine/annotations": "~1.7",
  2506. "doctrine/cache": "~1.6",
  2507. "doctrine/collections": "~1.0",
  2508. "doctrine/data-fixtures": "^1.1",
  2509. "doctrine/dbal": "^2.10|^3.0",
  2510. "doctrine/orm": "^2.7.3",
  2511. "symfony/cache": "^5.1",
  2512. "symfony/config": "^4.4|^5.0",
  2513. "symfony/dependency-injection": "^4.4|^5.0",
  2514. "symfony/doctrine-messenger": "^5.1",
  2515. "symfony/expression-language": "^4.4|^5.0",
  2516. "symfony/form": "^5.1.3",
  2517. "symfony/http-kernel": "^5.0",
  2518. "symfony/messenger": "^4.4|^5.0",
  2519. "symfony/property-access": "^4.4|^5.0",
  2520. "symfony/property-info": "^5.0",
  2521. "symfony/proxy-manager-bridge": "^4.4|^5.0",
  2522. "symfony/security-core": "^5.0",
  2523. "symfony/stopwatch": "^4.4|^5.0",
  2524. "symfony/translation": "^4.4|^5.0",
  2525. "symfony/uid": "^5.1",
  2526. "symfony/validator": "^5.2",
  2527. "symfony/var-dumper": "^4.4|^5.0"
  2528. },
  2529. "suggest": {
  2530. "doctrine/data-fixtures": "",
  2531. "doctrine/dbal": "",
  2532. "doctrine/orm": "",
  2533. "symfony/form": "",
  2534. "symfony/property-info": "",
  2535. "symfony/validator": ""
  2536. },
  2537. "type": "symfony-bridge",
  2538. "autoload": {
  2539. "psr-4": {
  2540. "Symfony\\Bridge\\Doctrine\\": ""
  2541. },
  2542. "exclude-from-classmap": [
  2543. "/Tests/"
  2544. ]
  2545. },
  2546. "notification-url": "https://packagist.org/downloads/",
  2547. "license": [
  2548. "MIT"
  2549. ],
  2550. "authors": [
  2551. {
  2552. "name": "Fabien Potencier",
  2553. "email": "fabien@symfony.com"
  2554. },
  2555. {
  2556. "name": "Symfony Community",
  2557. "homepage": "https://symfony.com/contributors"
  2558. }
  2559. ],
  2560. "description": "Symfony Doctrine Bridge",
  2561. "homepage": "https://symfony.com",
  2562. "time": "2020-12-16T07:43:23+00:00"
  2563. },
  2564. {
  2565. "name": "symfony/dotenv",
  2566. "version": "v5.2.1",
  2567. "source": {
  2568. "type": "git",
  2569. "url": "https://github.com/symfony/dotenv.git",
  2570. "reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b"
  2571. },
  2572. "dist": {
  2573. "type": "zip",
  2574. "url": "https://api.github.com/repos/symfony/dotenv/zipball/204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b",
  2575. "reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b",
  2576. "shasum": ""
  2577. },
  2578. "require": {
  2579. "php": ">=7.2.5",
  2580. "symfony/deprecation-contracts": "^2.1"
  2581. },
  2582. "require-dev": {
  2583. "symfony/process": "^4.4|^5.0"
  2584. },
  2585. "type": "library",
  2586. "autoload": {
  2587. "psr-4": {
  2588. "Symfony\\Component\\Dotenv\\": ""
  2589. },
  2590. "exclude-from-classmap": [
  2591. "/Tests/"
  2592. ]
  2593. },
  2594. "notification-url": "https://packagist.org/downloads/",
  2595. "license": [
  2596. "MIT"
  2597. ],
  2598. "authors": [
  2599. {
  2600. "name": "Fabien Potencier",
  2601. "email": "fabien@symfony.com"
  2602. },
  2603. {
  2604. "name": "Symfony Community",
  2605. "homepage": "https://symfony.com/contributors"
  2606. }
  2607. ],
  2608. "description": "Registers environment variables from a .env file",
  2609. "homepage": "https://symfony.com",
  2610. "keywords": [
  2611. "dotenv",
  2612. "env",
  2613. "environment"
  2614. ],
  2615. "time": "2020-12-08T17:02:38+00:00"
  2616. },
  2617. {
  2618. "name": "symfony/error-handler",
  2619. "version": "v5.2.1",
  2620. "source": {
  2621. "type": "git",
  2622. "url": "https://github.com/symfony/error-handler.git",
  2623. "reference": "59b190ce16ddf32771a22087b60f6dafd3407147"
  2624. },
  2625. "dist": {
  2626. "type": "zip",
  2627. "url": "https://api.github.com/repos/symfony/error-handler/zipball/59b190ce16ddf32771a22087b60f6dafd3407147",
  2628. "reference": "59b190ce16ddf32771a22087b60f6dafd3407147",
  2629. "shasum": ""
  2630. },
  2631. "require": {
  2632. "php": ">=7.2.5",
  2633. "psr/log": "^1.0",
  2634. "symfony/polyfill-php80": "^1.15",
  2635. "symfony/var-dumper": "^4.4|^5.0"
  2636. },
  2637. "require-dev": {
  2638. "symfony/deprecation-contracts": "^2.1",
  2639. "symfony/http-kernel": "^4.4|^5.0",
  2640. "symfony/serializer": "^4.4|^5.0"
  2641. },
  2642. "type": "library",
  2643. "autoload": {
  2644. "psr-4": {
  2645. "Symfony\\Component\\ErrorHandler\\": ""
  2646. },
  2647. "exclude-from-classmap": [
  2648. "/Tests/"
  2649. ]
  2650. },
  2651. "notification-url": "https://packagist.org/downloads/",
  2652. "license": [
  2653. "MIT"
  2654. ],
  2655. "authors": [
  2656. {
  2657. "name": "Fabien Potencier",
  2658. "email": "fabien@symfony.com"
  2659. },
  2660. {
  2661. "name": "Symfony Community",
  2662. "homepage": "https://symfony.com/contributors"
  2663. }
  2664. ],
  2665. "description": "Symfony ErrorHandler Component",
  2666. "homepage": "https://symfony.com",
  2667. "time": "2020-12-09T18:54:12+00:00"
  2668. },
  2669. {
  2670. "name": "symfony/event-dispatcher",
  2671. "version": "v5.2.1",
  2672. "source": {
  2673. "type": "git",
  2674. "url": "https://github.com/symfony/event-dispatcher.git",
  2675. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042"
  2676. },
  2677. "dist": {
  2678. "type": "zip",
  2679. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1c93f7a1dff592c252574c79a8635a8a80856042",
  2680. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042",
  2681. "shasum": ""
  2682. },
  2683. "require": {
  2684. "php": ">=7.2.5",
  2685. "symfony/deprecation-contracts": "^2.1",
  2686. "symfony/event-dispatcher-contracts": "^2",
  2687. "symfony/polyfill-php80": "^1.15"
  2688. },
  2689. "conflict": {
  2690. "symfony/dependency-injection": "<4.4"
  2691. },
  2692. "provide": {
  2693. "psr/event-dispatcher-implementation": "1.0",
  2694. "symfony/event-dispatcher-implementation": "2.0"
  2695. },
  2696. "require-dev": {
  2697. "psr/log": "~1.0",
  2698. "symfony/config": "^4.4|^5.0",
  2699. "symfony/dependency-injection": "^4.4|^5.0",
  2700. "symfony/error-handler": "^4.4|^5.0",
  2701. "symfony/expression-language": "^4.4|^5.0",
  2702. "symfony/http-foundation": "^4.4|^5.0",
  2703. "symfony/service-contracts": "^1.1|^2",
  2704. "symfony/stopwatch": "^4.4|^5.0"
  2705. },
  2706. "suggest": {
  2707. "symfony/dependency-injection": "",
  2708. "symfony/http-kernel": ""
  2709. },
  2710. "type": "library",
  2711. "autoload": {
  2712. "psr-4": {
  2713. "Symfony\\Component\\EventDispatcher\\": ""
  2714. },
  2715. "exclude-from-classmap": [
  2716. "/Tests/"
  2717. ]
  2718. },
  2719. "notification-url": "https://packagist.org/downloads/",
  2720. "license": [
  2721. "MIT"
  2722. ],
  2723. "authors": [
  2724. {
  2725. "name": "Fabien Potencier",
  2726. "email": "fabien@symfony.com"
  2727. },
  2728. {
  2729. "name": "Symfony Community",
  2730. "homepage": "https://symfony.com/contributors"
  2731. }
  2732. ],
  2733. "description": "Symfony EventDispatcher Component",
  2734. "homepage": "https://symfony.com",
  2735. "time": "2020-12-18T08:03:05+00:00"
  2736. },
  2737. {
  2738. "name": "symfony/event-dispatcher-contracts",
  2739. "version": "v2.2.0",
  2740. "source": {
  2741. "type": "git",
  2742. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2743. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
  2744. },
  2745. "dist": {
  2746. "type": "zip",
  2747. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
  2748. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
  2749. "shasum": ""
  2750. },
  2751. "require": {
  2752. "php": ">=7.2.5",
  2753. "psr/event-dispatcher": "^1"
  2754. },
  2755. "suggest": {
  2756. "symfony/event-dispatcher-implementation": ""
  2757. },
  2758. "type": "library",
  2759. "extra": {
  2760. "branch-alias": {
  2761. "dev-master": "2.2-dev"
  2762. },
  2763. "thanks": {
  2764. "name": "symfony/contracts",
  2765. "url": "https://github.com/symfony/contracts"
  2766. }
  2767. },
  2768. "autoload": {
  2769. "psr-4": {
  2770. "Symfony\\Contracts\\EventDispatcher\\": ""
  2771. }
  2772. },
  2773. "notification-url": "https://packagist.org/downloads/",
  2774. "license": [
  2775. "MIT"
  2776. ],
  2777. "authors": [
  2778. {
  2779. "name": "Nicolas Grekas",
  2780. "email": "p@tchwork.com"
  2781. },
  2782. {
  2783. "name": "Symfony Community",
  2784. "homepage": "https://symfony.com/contributors"
  2785. }
  2786. ],
  2787. "description": "Generic abstractions related to dispatching event",
  2788. "homepage": "https://symfony.com",
  2789. "keywords": [
  2790. "abstractions",
  2791. "contracts",
  2792. "decoupling",
  2793. "interfaces",
  2794. "interoperability",
  2795. "standards"
  2796. ],
  2797. "time": "2020-09-07T11:33:47+00:00"
  2798. },
  2799. {
  2800. "name": "symfony/expression-language",
  2801. "version": "v5.2.1",
  2802. "source": {
  2803. "type": "git",
  2804. "url": "https://github.com/symfony/expression-language.git",
  2805. "reference": "f9a7c7eb461df6d5d99738346039de71685de6af"
  2806. },
  2807. "dist": {
  2808. "type": "zip",
  2809. "url": "https://api.github.com/repos/symfony/expression-language/zipball/f9a7c7eb461df6d5d99738346039de71685de6af",
  2810. "reference": "f9a7c7eb461df6d5d99738346039de71685de6af",
  2811. "shasum": ""
  2812. },
  2813. "require": {
  2814. "php": ">=7.2.5",
  2815. "symfony/cache": "^4.4|^5.0",
  2816. "symfony/polyfill-php80": "^1.15",
  2817. "symfony/service-contracts": "^1.1|^2"
  2818. },
  2819. "type": "library",
  2820. "autoload": {
  2821. "psr-4": {
  2822. "Symfony\\Component\\ExpressionLanguage\\": ""
  2823. },
  2824. "exclude-from-classmap": [
  2825. "/Tests/"
  2826. ]
  2827. },
  2828. "notification-url": "https://packagist.org/downloads/",
  2829. "license": [
  2830. "MIT"
  2831. ],
  2832. "authors": [
  2833. {
  2834. "name": "Fabien Potencier",
  2835. "email": "fabien@symfony.com"
  2836. },
  2837. {
  2838. "name": "Symfony Community",
  2839. "homepage": "https://symfony.com/contributors"
  2840. }
  2841. ],
  2842. "description": "Symfony ExpressionLanguage Component",
  2843. "homepage": "https://symfony.com",
  2844. "time": "2020-12-08T17:03:37+00:00"
  2845. },
  2846. {
  2847. "name": "symfony/filesystem",
  2848. "version": "v5.2.1",
  2849. "source": {
  2850. "type": "git",
  2851. "url": "https://github.com/symfony/filesystem.git",
  2852. "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
  2853. },
  2854. "dist": {
  2855. "type": "zip",
  2856. "url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
  2857. "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
  2858. "shasum": ""
  2859. },
  2860. "require": {
  2861. "php": ">=7.2.5",
  2862. "symfony/polyfill-ctype": "~1.8"
  2863. },
  2864. "type": "library",
  2865. "autoload": {
  2866. "psr-4": {
  2867. "Symfony\\Component\\Filesystem\\": ""
  2868. },
  2869. "exclude-from-classmap": [
  2870. "/Tests/"
  2871. ]
  2872. },
  2873. "notification-url": "https://packagist.org/downloads/",
  2874. "license": [
  2875. "MIT"
  2876. ],
  2877. "authors": [
  2878. {
  2879. "name": "Fabien Potencier",
  2880. "email": "fabien@symfony.com"
  2881. },
  2882. {
  2883. "name": "Symfony Community",
  2884. "homepage": "https://symfony.com/contributors"
  2885. }
  2886. ],
  2887. "description": "Symfony Filesystem Component",
  2888. "homepage": "https://symfony.com",
  2889. "time": "2020-11-30T17:05:38+00:00"
  2890. },
  2891. {
  2892. "name": "symfony/finder",
  2893. "version": "v5.2.1",
  2894. "source": {
  2895. "type": "git",
  2896. "url": "https://github.com/symfony/finder.git",
  2897. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
  2898. },
  2899. "dist": {
  2900. "type": "zip",
  2901. "url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  2902. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  2903. "shasum": ""
  2904. },
  2905. "require": {
  2906. "php": ">=7.2.5"
  2907. },
  2908. "type": "library",
  2909. "autoload": {
  2910. "psr-4": {
  2911. "Symfony\\Component\\Finder\\": ""
  2912. },
  2913. "exclude-from-classmap": [
  2914. "/Tests/"
  2915. ]
  2916. },
  2917. "notification-url": "https://packagist.org/downloads/",
  2918. "license": [
  2919. "MIT"
  2920. ],
  2921. "authors": [
  2922. {
  2923. "name": "Fabien Potencier",
  2924. "email": "fabien@symfony.com"
  2925. },
  2926. {
  2927. "name": "Symfony Community",
  2928. "homepage": "https://symfony.com/contributors"
  2929. }
  2930. ],
  2931. "description": "Symfony Finder Component",
  2932. "homepage": "https://symfony.com",
  2933. "time": "2020-12-08T17:02:38+00:00"
  2934. },
  2935. {
  2936. "name": "symfony/flex",
  2937. "version": "v1.11.0",
  2938. "source": {
  2939. "type": "git",
  2940. "url": "https://github.com/symfony/flex.git",
  2941. "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48"
  2942. },
  2943. "dist": {
  2944. "type": "zip",
  2945. "url": "https://api.github.com/repos/symfony/flex/zipball/ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
  2946. "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
  2947. "shasum": ""
  2948. },
  2949. "require": {
  2950. "composer-plugin-api": "^1.0|^2.0",
  2951. "php": ">=7.1"
  2952. },
  2953. "require-dev": {
  2954. "composer/composer": "^1.0.2|^2.0",
  2955. "symfony/dotenv": "^4.4|^5.0",
  2956. "symfony/filesystem": "^4.4|^5.0",
  2957. "symfony/phpunit-bridge": "^4.4|^5.0",
  2958. "symfony/process": "^3.4|^4.4|^5.0"
  2959. },
  2960. "type": "composer-plugin",
  2961. "extra": {
  2962. "branch-alias": {
  2963. "dev-main": "1.9-dev"
  2964. },
  2965. "class": "Symfony\\Flex\\Flex"
  2966. },
  2967. "autoload": {
  2968. "psr-4": {
  2969. "Symfony\\Flex\\": "src"
  2970. }
  2971. },
  2972. "notification-url": "https://packagist.org/downloads/",
  2973. "license": [
  2974. "MIT"
  2975. ],
  2976. "authors": [
  2977. {
  2978. "name": "Fabien Potencier",
  2979. "email": "fabien.potencier@gmail.com"
  2980. }
  2981. ],
  2982. "description": "Composer plugin for Symfony",
  2983. "time": "2020-12-03T10:57:35+00:00"
  2984. },
  2985. {
  2986. "name": "symfony/form",
  2987. "version": "v5.2.1",
  2988. "source": {
  2989. "type": "git",
  2990. "url": "https://github.com/symfony/form.git",
  2991. "reference": "27b1df421c73a2d219f9f5b203f0ec972f0b1de0"
  2992. },
  2993. "dist": {
  2994. "type": "zip",
  2995. "url": "https://api.github.com/repos/symfony/form/zipball/27b1df421c73a2d219f9f5b203f0ec972f0b1de0",
  2996. "reference": "27b1df421c73a2d219f9f5b203f0ec972f0b1de0",
  2997. "shasum": ""
  2998. },
  2999. "require": {
  3000. "php": ">=7.2.5",
  3001. "symfony/deprecation-contracts": "^2.1",
  3002. "symfony/event-dispatcher": "^4.4|^5.0",
  3003. "symfony/intl": "^4.4|^5.0",
  3004. "symfony/options-resolver": "^5.1",
  3005. "symfony/polyfill-ctype": "~1.8",
  3006. "symfony/polyfill-mbstring": "~1.0",
  3007. "symfony/polyfill-php80": "^1.15",
  3008. "symfony/property-access": "^5.0.8",
  3009. "symfony/service-contracts": "^1.1|^2"
  3010. },
  3011. "conflict": {
  3012. "phpunit/phpunit": "<5.4.3",
  3013. "symfony/console": "<4.4",
  3014. "symfony/dependency-injection": "<4.4",
  3015. "symfony/doctrine-bridge": "<4.4",
  3016. "symfony/error-handler": "<4.4.5",
  3017. "symfony/framework-bundle": "<4.4",
  3018. "symfony/http-kernel": "<4.4",
  3019. "symfony/intl": "<4.4",
  3020. "symfony/translation": "<4.4",
  3021. "symfony/translation-contracts": "<1.1.7",
  3022. "symfony/twig-bridge": "<4.4"
  3023. },
  3024. "require-dev": {
  3025. "doctrine/collections": "~1.0",
  3026. "symfony/config": "^4.4|^5.0",
  3027. "symfony/console": "^4.4|^5.0",
  3028. "symfony/dependency-injection": "^4.4|^5.0",
  3029. "symfony/expression-language": "^4.4|^5.0",
  3030. "symfony/http-foundation": "^4.4|^5.0",
  3031. "symfony/http-kernel": "^4.4|^5.0",
  3032. "symfony/security-csrf": "^4.4|^5.0",
  3033. "symfony/translation": "^4.4|^5.0",
  3034. "symfony/validator": "^4.4.17|^5.1.9",
  3035. "symfony/var-dumper": "^4.4|^5.0"
  3036. },
  3037. "suggest": {
  3038. "symfony/security-csrf": "For protecting forms against CSRF attacks.",
  3039. "symfony/twig-bridge": "For templating with Twig.",
  3040. "symfony/validator": "For form validation."
  3041. },
  3042. "type": "library",
  3043. "autoload": {
  3044. "psr-4": {
  3045. "Symfony\\Component\\Form\\": ""
  3046. },
  3047. "exclude-from-classmap": [
  3048. "/Tests/"
  3049. ]
  3050. },
  3051. "notification-url": "https://packagist.org/downloads/",
  3052. "license": [
  3053. "MIT"
  3054. ],
  3055. "authors": [
  3056. {
  3057. "name": "Fabien Potencier",
  3058. "email": "fabien@symfony.com"
  3059. },
  3060. {
  3061. "name": "Symfony Community",
  3062. "homepage": "https://symfony.com/contributors"
  3063. }
  3064. ],
  3065. "description": "Symfony Form Component",
  3066. "homepage": "https://symfony.com",
  3067. "time": "2020-12-18T08:03:05+00:00"
  3068. },
  3069. {
  3070. "name": "symfony/framework-bundle",
  3071. "version": "v5.2.1",
  3072. "source": {
  3073. "type": "git",
  3074. "url": "https://github.com/symfony/framework-bundle.git",
  3075. "reference": "0663407ca5ad12e2e3fe657b32266904b3dc1e3f"
  3076. },
  3077. "dist": {
  3078. "type": "zip",
  3079. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0663407ca5ad12e2e3fe657b32266904b3dc1e3f",
  3080. "reference": "0663407ca5ad12e2e3fe657b32266904b3dc1e3f",
  3081. "shasum": ""
  3082. },
  3083. "require": {
  3084. "ext-xml": "*",
  3085. "php": ">=7.2.5",
  3086. "symfony/cache": "^5.2",
  3087. "symfony/config": "^5.0",
  3088. "symfony/dependency-injection": "^5.2",
  3089. "symfony/deprecation-contracts": "^2.1",
  3090. "symfony/error-handler": "^4.4.1|^5.0.1",
  3091. "symfony/event-dispatcher": "^5.1",
  3092. "symfony/filesystem": "^4.4|^5.0",
  3093. "symfony/finder": "^4.4|^5.0",
  3094. "symfony/http-foundation": "^5.2.1",
  3095. "symfony/http-kernel": "^5.2.1",
  3096. "symfony/polyfill-mbstring": "~1.0",
  3097. "symfony/polyfill-php80": "^1.15",
  3098. "symfony/routing": "^5.2"
  3099. },
  3100. "conflict": {
  3101. "doctrine/persistence": "<1.3",
  3102. "phpdocumentor/reflection-docblock": "<3.0",
  3103. "phpdocumentor/type-resolver": "<0.2.1",
  3104. "phpunit/phpunit": "<5.4.3",
  3105. "symfony/asset": "<5.1",
  3106. "symfony/browser-kit": "<4.4",
  3107. "symfony/console": "<5.2",
  3108. "symfony/dom-crawler": "<4.4",
  3109. "symfony/dotenv": "<5.1",
  3110. "symfony/form": "<5.2",
  3111. "symfony/http-client": "<4.4",
  3112. "symfony/lock": "<4.4",
  3113. "symfony/mailer": "<5.2",
  3114. "symfony/messenger": "<4.4",
  3115. "symfony/mime": "<4.4",
  3116. "symfony/property-access": "<5.2",
  3117. "symfony/property-info": "<4.4",
  3118. "symfony/serializer": "<5.2",
  3119. "symfony/stopwatch": "<4.4",
  3120. "symfony/translation": "<5.0",
  3121. "symfony/twig-bridge": "<4.4",
  3122. "symfony/twig-bundle": "<4.4",
  3123. "symfony/validator": "<5.2",
  3124. "symfony/web-profiler-bundle": "<4.4",
  3125. "symfony/workflow": "<5.2"
  3126. },
  3127. "require-dev": {
  3128. "doctrine/annotations": "~1.7",
  3129. "doctrine/cache": "~1.0",
  3130. "paragonie/sodium_compat": "^1.8",
  3131. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3132. "symfony/asset": "^5.1",
  3133. "symfony/browser-kit": "^4.4|^5.0",
  3134. "symfony/console": "^5.2",
  3135. "symfony/css-selector": "^4.4|^5.0",
  3136. "symfony/dom-crawler": "^4.4|^5.0",
  3137. "symfony/dotenv": "^5.1",
  3138. "symfony/expression-language": "^4.4|^5.0",
  3139. "symfony/form": "^5.2",
  3140. "symfony/http-client": "^4.4|^5.0",
  3141. "symfony/lock": "^4.4|^5.0",
  3142. "symfony/mailer": "^5.2",
  3143. "symfony/messenger": "^5.2",
  3144. "symfony/mime": "^4.4|^5.0",
  3145. "symfony/polyfill-intl-icu": "~1.0",
  3146. "symfony/process": "^4.4|^5.0",
  3147. "symfony/property-info": "^4.4|^5.0",
  3148. "symfony/security-bundle": "^5.1",
  3149. "symfony/security-csrf": "^4.4|^5.0",
  3150. "symfony/security-http": "^4.4|^5.0",
  3151. "symfony/serializer": "^5.2",
  3152. "symfony/stopwatch": "^4.4|^5.0",
  3153. "symfony/string": "^5.0",
  3154. "symfony/translation": "^5.0",
  3155. "symfony/twig-bundle": "^4.4|^5.0",
  3156. "symfony/validator": "^5.2",
  3157. "symfony/web-link": "^4.4|^5.0",
  3158. "symfony/workflow": "^5.2",
  3159. "symfony/yaml": "^4.4|^5.0",
  3160. "twig/twig": "^2.10|^3.0"
  3161. },
  3162. "suggest": {
  3163. "ext-apcu": "For best performance of the system caches",
  3164. "symfony/console": "For using the console commands",
  3165. "symfony/form": "For using forms",
  3166. "symfony/property-info": "For using the property_info service",
  3167. "symfony/serializer": "For using the serializer service",
  3168. "symfony/validator": "For using validation",
  3169. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  3170. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  3171. },
  3172. "type": "symfony-bundle",
  3173. "autoload": {
  3174. "psr-4": {
  3175. "Symfony\\Bundle\\FrameworkBundle\\": ""
  3176. },
  3177. "exclude-from-classmap": [
  3178. "/Tests/"
  3179. ]
  3180. },
  3181. "notification-url": "https://packagist.org/downloads/",
  3182. "license": [
  3183. "MIT"
  3184. ],
  3185. "authors": [
  3186. {
  3187. "name": "Fabien Potencier",
  3188. "email": "fabien@symfony.com"
  3189. },
  3190. {
  3191. "name": "Symfony Community",
  3192. "homepage": "https://symfony.com/contributors"
  3193. }
  3194. ],
  3195. "description": "Symfony FrameworkBundle",
  3196. "homepage": "https://symfony.com",
  3197. "time": "2020-12-18T11:40:59+00:00"
  3198. },
  3199. {
  3200. "name": "symfony/http-client",
  3201. "version": "v5.2.1",
  3202. "source": {
  3203. "type": "git",
  3204. "url": "https://github.com/symfony/http-client.git",
  3205. "reference": "a77cbec69ea90dea509beef29b79748c0df33a83"
  3206. },
  3207. "dist": {
  3208. "type": "zip",
  3209. "url": "https://api.github.com/repos/symfony/http-client/zipball/a77cbec69ea90dea509beef29b79748c0df33a83",
  3210. "reference": "a77cbec69ea90dea509beef29b79748c0df33a83",
  3211. "shasum": ""
  3212. },
  3213. "require": {
  3214. "php": ">=7.2.5",
  3215. "psr/log": "^1.0",
  3216. "symfony/http-client-contracts": "^2.2",
  3217. "symfony/polyfill-php73": "^1.11",
  3218. "symfony/polyfill-php80": "^1.15",
  3219. "symfony/service-contracts": "^1.0|^2"
  3220. },
  3221. "provide": {
  3222. "php-http/async-client-implementation": "*",
  3223. "php-http/client-implementation": "*",
  3224. "psr/http-client-implementation": "1.0",
  3225. "symfony/http-client-implementation": "1.1"
  3226. },
  3227. "require-dev": {
  3228. "amphp/amp": "^2.5",
  3229. "amphp/http-client": "^4.2.1",
  3230. "amphp/http-tunnel": "^1.0",
  3231. "amphp/socket": "^1.1",
  3232. "guzzlehttp/promises": "^1.3.1",
  3233. "nyholm/psr7": "^1.0",
  3234. "php-http/httplug": "^1.0|^2.0",
  3235. "psr/http-client": "^1.0",
  3236. "symfony/dependency-injection": "^4.4|^5.0",
  3237. "symfony/http-kernel": "^4.4.13|^5.1.5",
  3238. "symfony/process": "^4.4|^5.0",
  3239. "symfony/stopwatch": "^4.4|^5.0"
  3240. },
  3241. "type": "library",
  3242. "autoload": {
  3243. "psr-4": {
  3244. "Symfony\\Component\\HttpClient\\": ""
  3245. },
  3246. "exclude-from-classmap": [
  3247. "/Tests/"
  3248. ]
  3249. },
  3250. "notification-url": "https://packagist.org/downloads/",
  3251. "license": [
  3252. "MIT"
  3253. ],
  3254. "authors": [
  3255. {
  3256. "name": "Nicolas Grekas",
  3257. "email": "p@tchwork.com"
  3258. },
  3259. {
  3260. "name": "Symfony Community",
  3261. "homepage": "https://symfony.com/contributors"
  3262. }
  3263. ],
  3264. "description": "Symfony HttpClient component",
  3265. "homepage": "https://symfony.com",
  3266. "time": "2020-12-14T10:56:50+00:00"
  3267. },
  3268. {
  3269. "name": "symfony/http-client-contracts",
  3270. "version": "v2.3.1",
  3271. "source": {
  3272. "type": "git",
  3273. "url": "https://github.com/symfony/http-client-contracts.git",
  3274. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  3275. },
  3276. "dist": {
  3277. "type": "zip",
  3278. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  3279. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  3280. "shasum": ""
  3281. },
  3282. "require": {
  3283. "php": ">=7.2.5"
  3284. },
  3285. "suggest": {
  3286. "symfony/http-client-implementation": ""
  3287. },
  3288. "type": "library",
  3289. "extra": {
  3290. "branch-version": "2.3",
  3291. "branch-alias": {
  3292. "dev-main": "2.3-dev"
  3293. },
  3294. "thanks": {
  3295. "name": "symfony/contracts",
  3296. "url": "https://github.com/symfony/contracts"
  3297. }
  3298. },
  3299. "autoload": {
  3300. "psr-4": {
  3301. "Symfony\\Contracts\\HttpClient\\": ""
  3302. }
  3303. },
  3304. "notification-url": "https://packagist.org/downloads/",
  3305. "license": [
  3306. "MIT"
  3307. ],
  3308. "authors": [
  3309. {
  3310. "name": "Nicolas Grekas",
  3311. "email": "p@tchwork.com"
  3312. },
  3313. {
  3314. "name": "Symfony Community",
  3315. "homepage": "https://symfony.com/contributors"
  3316. }
  3317. ],
  3318. "description": "Generic abstractions related to HTTP clients",
  3319. "homepage": "https://symfony.com",
  3320. "keywords": [
  3321. "abstractions",
  3322. "contracts",
  3323. "decoupling",
  3324. "interfaces",
  3325. "interoperability",
  3326. "standards"
  3327. ],
  3328. "time": "2020-10-14T17:08:19+00:00"
  3329. },
  3330. {
  3331. "name": "symfony/http-foundation",
  3332. "version": "v5.2.1",
  3333. "source": {
  3334. "type": "git",
  3335. "url": "https://github.com/symfony/http-foundation.git",
  3336. "reference": "a1f6218b29897ab52acba58cfa905b83625bef8d"
  3337. },
  3338. "dist": {
  3339. "type": "zip",
  3340. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a1f6218b29897ab52acba58cfa905b83625bef8d",
  3341. "reference": "a1f6218b29897ab52acba58cfa905b83625bef8d",
  3342. "shasum": ""
  3343. },
  3344. "require": {
  3345. "php": ">=7.2.5",
  3346. "symfony/deprecation-contracts": "^2.1",
  3347. "symfony/polyfill-mbstring": "~1.1",
  3348. "symfony/polyfill-php80": "^1.15"
  3349. },
  3350. "require-dev": {
  3351. "predis/predis": "~1.0",
  3352. "symfony/cache": "^4.4|^5.0",
  3353. "symfony/expression-language": "^4.4|^5.0",
  3354. "symfony/mime": "^4.4|^5.0"
  3355. },
  3356. "suggest": {
  3357. "symfony/mime": "To use the file extension guesser"
  3358. },
  3359. "type": "library",
  3360. "autoload": {
  3361. "psr-4": {
  3362. "Symfony\\Component\\HttpFoundation\\": ""
  3363. },
  3364. "exclude-from-classmap": [
  3365. "/Tests/"
  3366. ]
  3367. },
  3368. "notification-url": "https://packagist.org/downloads/",
  3369. "license": [
  3370. "MIT"
  3371. ],
  3372. "authors": [
  3373. {
  3374. "name": "Fabien Potencier",
  3375. "email": "fabien@symfony.com"
  3376. },
  3377. {
  3378. "name": "Symfony Community",
  3379. "homepage": "https://symfony.com/contributors"
  3380. }
  3381. ],
  3382. "description": "Symfony HttpFoundation Component",
  3383. "homepage": "https://symfony.com",
  3384. "time": "2020-12-18T10:00:10+00:00"
  3385. },
  3386. {
  3387. "name": "symfony/http-kernel",
  3388. "version": "v5.2.1",
  3389. "source": {
  3390. "type": "git",
  3391. "url": "https://github.com/symfony/http-kernel.git",
  3392. "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647"
  3393. },
  3394. "dist": {
  3395. "type": "zip",
  3396. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1feb619286d819180f7b8bc0dc44f516d9c62647",
  3397. "reference": "1feb619286d819180f7b8bc0dc44f516d9c62647",
  3398. "shasum": ""
  3399. },
  3400. "require": {
  3401. "php": ">=7.2.5",
  3402. "psr/log": "~1.0",
  3403. "symfony/deprecation-contracts": "^2.1",
  3404. "symfony/error-handler": "^4.4|^5.0",
  3405. "symfony/event-dispatcher": "^5.0",
  3406. "symfony/http-client-contracts": "^1.1|^2",
  3407. "symfony/http-foundation": "^4.4|^5.0",
  3408. "symfony/polyfill-ctype": "^1.8",
  3409. "symfony/polyfill-php73": "^1.9",
  3410. "symfony/polyfill-php80": "^1.15"
  3411. },
  3412. "conflict": {
  3413. "symfony/browser-kit": "<4.4",
  3414. "symfony/cache": "<5.0",
  3415. "symfony/config": "<5.0",
  3416. "symfony/console": "<4.4",
  3417. "symfony/dependency-injection": "<5.1.8",
  3418. "symfony/doctrine-bridge": "<5.0",
  3419. "symfony/form": "<5.0",
  3420. "symfony/http-client": "<5.0",
  3421. "symfony/mailer": "<5.0",
  3422. "symfony/messenger": "<5.0",
  3423. "symfony/translation": "<5.0",
  3424. "symfony/twig-bridge": "<5.0",
  3425. "symfony/validator": "<5.0",
  3426. "twig/twig": "<2.4"
  3427. },
  3428. "provide": {
  3429. "psr/log-implementation": "1.0"
  3430. },
  3431. "require-dev": {
  3432. "psr/cache": "~1.0",
  3433. "symfony/browser-kit": "^4.4|^5.0",
  3434. "symfony/config": "^5.0",
  3435. "symfony/console": "^4.4|^5.0",
  3436. "symfony/css-selector": "^4.4|^5.0",
  3437. "symfony/dependency-injection": "^5.1.8",
  3438. "symfony/dom-crawler": "^4.4|^5.0",
  3439. "symfony/expression-language": "^4.4|^5.0",
  3440. "symfony/finder": "^4.4|^5.0",
  3441. "symfony/process": "^4.4|^5.0",
  3442. "symfony/routing": "^4.4|^5.0",
  3443. "symfony/stopwatch": "^4.4|^5.0",
  3444. "symfony/translation": "^4.4|^5.0",
  3445. "symfony/translation-contracts": "^1.1|^2",
  3446. "twig/twig": "^2.4|^3.0"
  3447. },
  3448. "suggest": {
  3449. "symfony/browser-kit": "",
  3450. "symfony/config": "",
  3451. "symfony/console": "",
  3452. "symfony/dependency-injection": ""
  3453. },
  3454. "type": "library",
  3455. "autoload": {
  3456. "psr-4": {
  3457. "Symfony\\Component\\HttpKernel\\": ""
  3458. },
  3459. "exclude-from-classmap": [
  3460. "/Tests/"
  3461. ]
  3462. },
  3463. "notification-url": "https://packagist.org/downloads/",
  3464. "license": [
  3465. "MIT"
  3466. ],
  3467. "authors": [
  3468. {
  3469. "name": "Fabien Potencier",
  3470. "email": "fabien@symfony.com"
  3471. },
  3472. {
  3473. "name": "Symfony Community",
  3474. "homepage": "https://symfony.com/contributors"
  3475. }
  3476. ],
  3477. "description": "Symfony HttpKernel Component",
  3478. "homepage": "https://symfony.com",
  3479. "time": "2020-12-18T13:49:39+00:00"
  3480. },
  3481. {
  3482. "name": "symfony/intl",
  3483. "version": "v5.2.1",
  3484. "source": {
  3485. "type": "git",
  3486. "url": "https://github.com/symfony/intl.git",
  3487. "reference": "53927f98c9201fe5db3cfc4d574b1f4039020297"
  3488. },
  3489. "dist": {
  3490. "type": "zip",
  3491. "url": "https://api.github.com/repos/symfony/intl/zipball/53927f98c9201fe5db3cfc4d574b1f4039020297",
  3492. "reference": "53927f98c9201fe5db3cfc4d574b1f4039020297",
  3493. "shasum": ""
  3494. },
  3495. "require": {
  3496. "php": ">=7.2.5",
  3497. "symfony/polyfill-intl-icu": "~1.0",
  3498. "symfony/polyfill-php80": "^1.15"
  3499. },
  3500. "require-dev": {
  3501. "symfony/filesystem": "^4.4|^5.0"
  3502. },
  3503. "suggest": {
  3504. "ext-intl": "to use the component with locales other than \"en\""
  3505. },
  3506. "type": "library",
  3507. "autoload": {
  3508. "psr-4": {
  3509. "Symfony\\Component\\Intl\\": ""
  3510. },
  3511. "classmap": [
  3512. "Resources/stubs"
  3513. ],
  3514. "exclude-from-classmap": [
  3515. "/Tests/"
  3516. ]
  3517. },
  3518. "notification-url": "https://packagist.org/downloads/",
  3519. "license": [
  3520. "MIT"
  3521. ],
  3522. "authors": [
  3523. {
  3524. "name": "Bernhard Schussek",
  3525. "email": "bschussek@gmail.com"
  3526. },
  3527. {
  3528. "name": "Eriksen Costa",
  3529. "email": "eriksen.costa@infranology.com.br"
  3530. },
  3531. {
  3532. "name": "Igor Wiedler",
  3533. "email": "igor@wiedler.ch"
  3534. },
  3535. {
  3536. "name": "Symfony Community",
  3537. "homepage": "https://symfony.com/contributors"
  3538. }
  3539. ],
  3540. "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
  3541. "homepage": "https://symfony.com",
  3542. "keywords": [
  3543. "i18n",
  3544. "icu",
  3545. "internationalization",
  3546. "intl",
  3547. "l10n",
  3548. "localization"
  3549. ],
  3550. "time": "2020-12-14T10:10:03+00:00"
  3551. },
  3552. {
  3553. "name": "symfony/mailer",
  3554. "version": "v5.2.1",
  3555. "source": {
  3556. "type": "git",
  3557. "url": "https://github.com/symfony/mailer.git",
  3558. "reference": "3f34fa977efca75ad17f1416ecb4605f27dbb75e"
  3559. },
  3560. "dist": {
  3561. "type": "zip",
  3562. "url": "https://api.github.com/repos/symfony/mailer/zipball/3f34fa977efca75ad17f1416ecb4605f27dbb75e",
  3563. "reference": "3f34fa977efca75ad17f1416ecb4605f27dbb75e",
  3564. "shasum": ""
  3565. },
  3566. "require": {
  3567. "egulias/email-validator": "^2.1.10",
  3568. "php": ">=7.2.5",
  3569. "psr/log": "~1.0",
  3570. "symfony/event-dispatcher": "^4.4|^5.0",
  3571. "symfony/mime": "^5.2",
  3572. "symfony/polyfill-php80": "^1.15",
  3573. "symfony/service-contracts": "^1.1|^2"
  3574. },
  3575. "conflict": {
  3576. "symfony/http-kernel": "<4.4"
  3577. },
  3578. "require-dev": {
  3579. "symfony/amazon-mailer": "^4.4|^5.0",
  3580. "symfony/google-mailer": "^4.4|^5.0",
  3581. "symfony/http-client-contracts": "^1.1|^2",
  3582. "symfony/mailchimp-mailer": "^4.4|^5.0",
  3583. "symfony/mailgun-mailer": "^4.4|^5.0",
  3584. "symfony/mailjet-mailer": "^4.4|^5.0",
  3585. "symfony/messenger": "^4.4|^5.0",
  3586. "symfony/postmark-mailer": "^4.4|^5.0",
  3587. "symfony/sendgrid-mailer": "^4.4|^5.0"
  3588. },
  3589. "type": "library",
  3590. "autoload": {
  3591. "psr-4": {
  3592. "Symfony\\Component\\Mailer\\": ""
  3593. },
  3594. "exclude-from-classmap": [
  3595. "/Tests/"
  3596. ]
  3597. },
  3598. "notification-url": "https://packagist.org/downloads/",
  3599. "license": [
  3600. "MIT"
  3601. ],
  3602. "authors": [
  3603. {
  3604. "name": "Fabien Potencier",
  3605. "email": "fabien@symfony.com"
  3606. },
  3607. {
  3608. "name": "Symfony Community",
  3609. "homepage": "https://symfony.com/contributors"
  3610. }
  3611. ],
  3612. "description": "Symfony Mailer Component",
  3613. "homepage": "https://symfony.com",
  3614. "time": "2020-12-18T08:03:05+00:00"
  3615. },
  3616. {
  3617. "name": "symfony/mime",
  3618. "version": "v5.2.1",
  3619. "source": {
  3620. "type": "git",
  3621. "url": "https://github.com/symfony/mime.git",
  3622. "reference": "de97005aef7426ba008c46ba840fc301df577ada"
  3623. },
  3624. "dist": {
  3625. "type": "zip",
  3626. "url": "https://api.github.com/repos/symfony/mime/zipball/de97005aef7426ba008c46ba840fc301df577ada",
  3627. "reference": "de97005aef7426ba008c46ba840fc301df577ada",
  3628. "shasum": ""
  3629. },
  3630. "require": {
  3631. "php": ">=7.2.5",
  3632. "symfony/deprecation-contracts": "^2.1",
  3633. "symfony/polyfill-intl-idn": "^1.10",
  3634. "symfony/polyfill-mbstring": "^1.0",
  3635. "symfony/polyfill-php80": "^1.15"
  3636. },
  3637. "conflict": {
  3638. "symfony/mailer": "<4.4"
  3639. },
  3640. "require-dev": {
  3641. "egulias/email-validator": "^2.1.10",
  3642. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3643. "symfony/dependency-injection": "^4.4|^5.0",
  3644. "symfony/property-access": "^4.4|^5.1",
  3645. "symfony/property-info": "^4.4|^5.1",
  3646. "symfony/serializer": "^5.2"
  3647. },
  3648. "type": "library",
  3649. "autoload": {
  3650. "psr-4": {
  3651. "Symfony\\Component\\Mime\\": ""
  3652. },
  3653. "exclude-from-classmap": [
  3654. "/Tests/"
  3655. ]
  3656. },
  3657. "notification-url": "https://packagist.org/downloads/",
  3658. "license": [
  3659. "MIT"
  3660. ],
  3661. "authors": [
  3662. {
  3663. "name": "Fabien Potencier",
  3664. "email": "fabien@symfony.com"
  3665. },
  3666. {
  3667. "name": "Symfony Community",
  3668. "homepage": "https://symfony.com/contributors"
  3669. }
  3670. ],
  3671. "description": "A library to manipulate MIME messages",
  3672. "homepage": "https://symfony.com",
  3673. "keywords": [
  3674. "mime",
  3675. "mime-type"
  3676. ],
  3677. "time": "2020-12-09T18:54:12+00:00"
  3678. },
  3679. {
  3680. "name": "symfony/monolog-bridge",
  3681. "version": "v5.2.1",
  3682. "source": {
  3683. "type": "git",
  3684. "url": "https://github.com/symfony/monolog-bridge.git",
  3685. "reference": "c024671adcac903b142dd952306a243d35843963"
  3686. },
  3687. "dist": {
  3688. "type": "zip",
  3689. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/c024671adcac903b142dd952306a243d35843963",
  3690. "reference": "c024671adcac903b142dd952306a243d35843963",
  3691. "shasum": ""
  3692. },
  3693. "require": {
  3694. "monolog/monolog": "^1.25.1|^2",
  3695. "php": ">=7.2.5",
  3696. "symfony/deprecation-contracts": "^2.1",
  3697. "symfony/http-kernel": "^4.4|^5.0",
  3698. "symfony/service-contracts": "^1.1|^2"
  3699. },
  3700. "conflict": {
  3701. "symfony/console": "<4.4",
  3702. "symfony/http-foundation": "<4.4"
  3703. },
  3704. "require-dev": {
  3705. "symfony/console": "^4.4|^5.0",
  3706. "symfony/http-client": "^4.4|^5.0",
  3707. "symfony/mailer": "^4.4|^5.0",
  3708. "symfony/mime": "^4.4|^5.0",
  3709. "symfony/security-core": "^4.4|^5.0",
  3710. "symfony/var-dumper": "^4.4|^5.0"
  3711. },
  3712. "suggest": {
  3713. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  3714. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  3715. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  3716. },
  3717. "type": "symfony-bridge",
  3718. "autoload": {
  3719. "psr-4": {
  3720. "Symfony\\Bridge\\Monolog\\": ""
  3721. },
  3722. "exclude-from-classmap": [
  3723. "/Tests/"
  3724. ]
  3725. },
  3726. "notification-url": "https://packagist.org/downloads/",
  3727. "license": [
  3728. "MIT"
  3729. ],
  3730. "authors": [
  3731. {
  3732. "name": "Fabien Potencier",
  3733. "email": "fabien@symfony.com"
  3734. },
  3735. {
  3736. "name": "Symfony Community",
  3737. "homepage": "https://symfony.com/contributors"
  3738. }
  3739. ],
  3740. "description": "Symfony Monolog Bridge",
  3741. "homepage": "https://symfony.com",
  3742. "time": "2020-12-10T19:16:15+00:00"
  3743. },
  3744. {
  3745. "name": "symfony/monolog-bundle",
  3746. "version": "v3.6.0",
  3747. "source": {
  3748. "type": "git",
  3749. "url": "https://github.com/symfony/monolog-bundle.git",
  3750. "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940"
  3751. },
  3752. "dist": {
  3753. "type": "zip",
  3754. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940",
  3755. "reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940",
  3756. "shasum": ""
  3757. },
  3758. "require": {
  3759. "monolog/monolog": "~1.22 || ~2.0",
  3760. "php": ">=5.6",
  3761. "symfony/config": "~3.4 || ~4.0 || ^5.0",
  3762. "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
  3763. "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
  3764. "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
  3765. },
  3766. "require-dev": {
  3767. "symfony/console": "~3.4 || ~4.0 || ^5.0",
  3768. "symfony/phpunit-bridge": "^4.4 || ^5.0",
  3769. "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
  3770. },
  3771. "type": "symfony-bundle",
  3772. "extra": {
  3773. "branch-alias": {
  3774. "dev-master": "3.x-dev"
  3775. }
  3776. },
  3777. "autoload": {
  3778. "psr-4": {
  3779. "Symfony\\Bundle\\MonologBundle\\": ""
  3780. },
  3781. "exclude-from-classmap": [
  3782. "/Tests/"
  3783. ]
  3784. },
  3785. "notification-url": "https://packagist.org/downloads/",
  3786. "license": [
  3787. "MIT"
  3788. ],
  3789. "authors": [
  3790. {
  3791. "name": "Fabien Potencier",
  3792. "email": "fabien@symfony.com"
  3793. },
  3794. {
  3795. "name": "Symfony Community",
  3796. "homepage": "http://symfony.com/contributors"
  3797. }
  3798. ],
  3799. "description": "Symfony MonologBundle",
  3800. "homepage": "http://symfony.com",
  3801. "keywords": [
  3802. "log",
  3803. "logging"
  3804. ],
  3805. "time": "2020-10-06T15:12:11+00:00"
  3806. },
  3807. {
  3808. "name": "symfony/notifier",
  3809. "version": "v5.2.1",
  3810. "source": {
  3811. "type": "git",
  3812. "url": "https://github.com/symfony/notifier.git",
  3813. "reference": "8e24385d24f2bbdff9416934db0acf2b6c3018c3"
  3814. },
  3815. "dist": {
  3816. "type": "zip",
  3817. "url": "https://api.github.com/repos/symfony/notifier/zipball/8e24385d24f2bbdff9416934db0acf2b6c3018c3",
  3818. "reference": "8e24385d24f2bbdff9416934db0acf2b6c3018c3",
  3819. "shasum": ""
  3820. },
  3821. "require": {
  3822. "php": ">=7.2.5",
  3823. "psr/log": "~1.0",
  3824. "symfony/polyfill-php80": "^1.15"
  3825. },
  3826. "conflict": {
  3827. "symfony/firebase-notifier": "<5.2",
  3828. "symfony/free-mobile-notifier": "<5.2",
  3829. "symfony/http-kernel": "<4.4",
  3830. "symfony/mattermost-notifier": "<5.2",
  3831. "symfony/nexmo-notifier": "<5.2",
  3832. "symfony/ovh-cloud-notifier": "<5.2",
  3833. "symfony/rocket-chat-notifier": "<5.2",
  3834. "symfony/sinch-notifier": "<5.2",
  3835. "symfony/slack-notifier": "<5.2",
  3836. "symfony/telegram-notifier": "<5.2",
  3837. "symfony/twilio-notifier": "<5.2"
  3838. },
  3839. "require-dev": {
  3840. "symfony/event-dispatcher-contracts": "^2",
  3841. "symfony/http-client-contracts": "^2"
  3842. },
  3843. "type": "library",
  3844. "autoload": {
  3845. "psr-4": {
  3846. "Symfony\\Component\\Notifier\\": ""
  3847. },
  3848. "exclude-from-classmap": [
  3849. "/Tests/"
  3850. ]
  3851. },
  3852. "notification-url": "https://packagist.org/downloads/",
  3853. "license": [
  3854. "MIT"
  3855. ],
  3856. "authors": [
  3857. {
  3858. "name": "Fabien Potencier",
  3859. "email": "fabien@symfony.com"
  3860. },
  3861. {
  3862. "name": "Symfony Community",
  3863. "homepage": "https://symfony.com/contributors"
  3864. }
  3865. ],
  3866. "description": "A library to notify messages",
  3867. "homepage": "https://symfony.com",
  3868. "keywords": [
  3869. "notification",
  3870. "notifier"
  3871. ],
  3872. "time": "2020-12-18T07:27:35+00:00"
  3873. },
  3874. {
  3875. "name": "symfony/options-resolver",
  3876. "version": "v5.2.1",
  3877. "source": {
  3878. "type": "git",
  3879. "url": "https://github.com/symfony/options-resolver.git",
  3880. "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986"
  3881. },
  3882. "dist": {
  3883. "type": "zip",
  3884. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986",
  3885. "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986",
  3886. "shasum": ""
  3887. },
  3888. "require": {
  3889. "php": ">=7.2.5",
  3890. "symfony/deprecation-contracts": "^2.1",
  3891. "symfony/polyfill-php73": "~1.0",
  3892. "symfony/polyfill-php80": "^1.15"
  3893. },
  3894. "type": "library",
  3895. "autoload": {
  3896. "psr-4": {
  3897. "Symfony\\Component\\OptionsResolver\\": ""
  3898. },
  3899. "exclude-from-classmap": [
  3900. "/Tests/"
  3901. ]
  3902. },
  3903. "notification-url": "https://packagist.org/downloads/",
  3904. "license": [
  3905. "MIT"
  3906. ],
  3907. "authors": [
  3908. {
  3909. "name": "Fabien Potencier",
  3910. "email": "fabien@symfony.com"
  3911. },
  3912. {
  3913. "name": "Symfony Community",
  3914. "homepage": "https://symfony.com/contributors"
  3915. }
  3916. ],
  3917. "description": "Symfony OptionsResolver Component",
  3918. "homepage": "https://symfony.com",
  3919. "keywords": [
  3920. "config",
  3921. "configuration",
  3922. "options"
  3923. ],
  3924. "time": "2020-10-24T12:08:07+00:00"
  3925. },
  3926. {
  3927. "name": "symfony/polyfill-intl-grapheme",
  3928. "version": "v1.20.0",
  3929. "source": {
  3930. "type": "git",
  3931. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3932. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
  3933. },
  3934. "dist": {
  3935. "type": "zip",
  3936. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3937. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3938. "shasum": ""
  3939. },
  3940. "require": {
  3941. "php": ">=7.1"
  3942. },
  3943. "suggest": {
  3944. "ext-intl": "For best performance"
  3945. },
  3946. "type": "library",
  3947. "extra": {
  3948. "branch-alias": {
  3949. "dev-main": "1.20-dev"
  3950. },
  3951. "thanks": {
  3952. "name": "symfony/polyfill",
  3953. "url": "https://github.com/symfony/polyfill"
  3954. }
  3955. },
  3956. "autoload": {
  3957. "psr-4": {
  3958. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3959. },
  3960. "files": [
  3961. "bootstrap.php"
  3962. ]
  3963. },
  3964. "notification-url": "https://packagist.org/downloads/",
  3965. "license": [
  3966. "MIT"
  3967. ],
  3968. "authors": [
  3969. {
  3970. "name": "Nicolas Grekas",
  3971. "email": "p@tchwork.com"
  3972. },
  3973. {
  3974. "name": "Symfony Community",
  3975. "homepage": "https://symfony.com/contributors"
  3976. }
  3977. ],
  3978. "description": "Symfony polyfill for intl's grapheme_* functions",
  3979. "homepage": "https://symfony.com",
  3980. "keywords": [
  3981. "compatibility",
  3982. "grapheme",
  3983. "intl",
  3984. "polyfill",
  3985. "portable",
  3986. "shim"
  3987. ],
  3988. "time": "2020-10-23T14:02:19+00:00"
  3989. },
  3990. {
  3991. "name": "symfony/polyfill-intl-icu",
  3992. "version": "v1.20.0",
  3993. "source": {
  3994. "type": "git",
  3995. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  3996. "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e"
  3997. },
  3998. "dist": {
  3999. "type": "zip",
  4000. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e",
  4001. "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e",
  4002. "shasum": ""
  4003. },
  4004. "require": {
  4005. "php": ">=7.1",
  4006. "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
  4007. },
  4008. "suggest": {
  4009. "ext-intl": "For best performance"
  4010. },
  4011. "type": "library",
  4012. "extra": {
  4013. "branch-alias": {
  4014. "dev-main": "1.20-dev"
  4015. },
  4016. "thanks": {
  4017. "name": "symfony/polyfill",
  4018. "url": "https://github.com/symfony/polyfill"
  4019. }
  4020. },
  4021. "autoload": {
  4022. "files": [
  4023. "bootstrap.php"
  4024. ]
  4025. },
  4026. "notification-url": "https://packagist.org/downloads/",
  4027. "license": [
  4028. "MIT"
  4029. ],
  4030. "authors": [
  4031. {
  4032. "name": "Nicolas Grekas",
  4033. "email": "p@tchwork.com"
  4034. },
  4035. {
  4036. "name": "Symfony Community",
  4037. "homepage": "https://symfony.com/contributors"
  4038. }
  4039. ],
  4040. "description": "Symfony polyfill for intl's ICU-related data and classes",
  4041. "homepage": "https://symfony.com",
  4042. "keywords": [
  4043. "compatibility",
  4044. "icu",
  4045. "intl",
  4046. "polyfill",
  4047. "portable",
  4048. "shim"
  4049. ],
  4050. "time": "2020-10-23T14:02:19+00:00"
  4051. },
  4052. {
  4053. "name": "symfony/polyfill-intl-idn",
  4054. "version": "v1.20.0",
  4055. "source": {
  4056. "type": "git",
  4057. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4058. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
  4059. },
  4060. "dist": {
  4061. "type": "zip",
  4062. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
  4063. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
  4064. "shasum": ""
  4065. },
  4066. "require": {
  4067. "php": ">=7.1",
  4068. "symfony/polyfill-intl-normalizer": "^1.10",
  4069. "symfony/polyfill-php72": "^1.10"
  4070. },
  4071. "suggest": {
  4072. "ext-intl": "For best performance"
  4073. },
  4074. "type": "library",
  4075. "extra": {
  4076. "branch-alias": {
  4077. "dev-main": "1.20-dev"
  4078. },
  4079. "thanks": {
  4080. "name": "symfony/polyfill",
  4081. "url": "https://github.com/symfony/polyfill"
  4082. }
  4083. },
  4084. "autoload": {
  4085. "psr-4": {
  4086. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4087. },
  4088. "files": [
  4089. "bootstrap.php"
  4090. ]
  4091. },
  4092. "notification-url": "https://packagist.org/downloads/",
  4093. "license": [
  4094. "MIT"
  4095. ],
  4096. "authors": [
  4097. {
  4098. "name": "Laurent Bassin",
  4099. "email": "laurent@bassin.info"
  4100. },
  4101. {
  4102. "name": "Trevor Rowbotham",
  4103. "email": "trevor.rowbotham@pm.me"
  4104. },
  4105. {
  4106. "name": "Symfony Community",
  4107. "homepage": "https://symfony.com/contributors"
  4108. }
  4109. ],
  4110. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4111. "homepage": "https://symfony.com",
  4112. "keywords": [
  4113. "compatibility",
  4114. "idn",
  4115. "intl",
  4116. "polyfill",
  4117. "portable",
  4118. "shim"
  4119. ],
  4120. "time": "2020-10-23T14:02:19+00:00"
  4121. },
  4122. {
  4123. "name": "symfony/polyfill-intl-normalizer",
  4124. "version": "v1.20.0",
  4125. "source": {
  4126. "type": "git",
  4127. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4128. "reference": "727d1096295d807c309fb01a851577302394c897"
  4129. },
  4130. "dist": {
  4131. "type": "zip",
  4132. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  4133. "reference": "727d1096295d807c309fb01a851577302394c897",
  4134. "shasum": ""
  4135. },
  4136. "require": {
  4137. "php": ">=7.1"
  4138. },
  4139. "suggest": {
  4140. "ext-intl": "For best performance"
  4141. },
  4142. "type": "library",
  4143. "extra": {
  4144. "branch-alias": {
  4145. "dev-main": "1.20-dev"
  4146. },
  4147. "thanks": {
  4148. "name": "symfony/polyfill",
  4149. "url": "https://github.com/symfony/polyfill"
  4150. }
  4151. },
  4152. "autoload": {
  4153. "psr-4": {
  4154. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4155. },
  4156. "files": [
  4157. "bootstrap.php"
  4158. ],
  4159. "classmap": [
  4160. "Resources/stubs"
  4161. ]
  4162. },
  4163. "notification-url": "https://packagist.org/downloads/",
  4164. "license": [
  4165. "MIT"
  4166. ],
  4167. "authors": [
  4168. {
  4169. "name": "Nicolas Grekas",
  4170. "email": "p@tchwork.com"
  4171. },
  4172. {
  4173. "name": "Symfony Community",
  4174. "homepage": "https://symfony.com/contributors"
  4175. }
  4176. ],
  4177. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  4178. "homepage": "https://symfony.com",
  4179. "keywords": [
  4180. "compatibility",
  4181. "intl",
  4182. "normalizer",
  4183. "polyfill",
  4184. "portable",
  4185. "shim"
  4186. ],
  4187. "time": "2020-10-23T14:02:19+00:00"
  4188. },
  4189. {
  4190. "name": "symfony/polyfill-mbstring",
  4191. "version": "v1.20.0",
  4192. "source": {
  4193. "type": "git",
  4194. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4195. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  4196. },
  4197. "dist": {
  4198. "type": "zip",
  4199. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  4200. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  4201. "shasum": ""
  4202. },
  4203. "require": {
  4204. "php": ">=7.1"
  4205. },
  4206. "suggest": {
  4207. "ext-mbstring": "For best performance"
  4208. },
  4209. "type": "library",
  4210. "extra": {
  4211. "branch-alias": {
  4212. "dev-main": "1.20-dev"
  4213. },
  4214. "thanks": {
  4215. "name": "symfony/polyfill",
  4216. "url": "https://github.com/symfony/polyfill"
  4217. }
  4218. },
  4219. "autoload": {
  4220. "psr-4": {
  4221. "Symfony\\Polyfill\\Mbstring\\": ""
  4222. },
  4223. "files": [
  4224. "bootstrap.php"
  4225. ]
  4226. },
  4227. "notification-url": "https://packagist.org/downloads/",
  4228. "license": [
  4229. "MIT"
  4230. ],
  4231. "authors": [
  4232. {
  4233. "name": "Nicolas Grekas",
  4234. "email": "p@tchwork.com"
  4235. },
  4236. {
  4237. "name": "Symfony Community",
  4238. "homepage": "https://symfony.com/contributors"
  4239. }
  4240. ],
  4241. "description": "Symfony polyfill for the Mbstring extension",
  4242. "homepage": "https://symfony.com",
  4243. "keywords": [
  4244. "compatibility",
  4245. "mbstring",
  4246. "polyfill",
  4247. "portable",
  4248. "shim"
  4249. ],
  4250. "time": "2020-10-23T14:02:19+00:00"
  4251. },
  4252. {
  4253. "name": "symfony/polyfill-php73",
  4254. "version": "v1.20.0",
  4255. "source": {
  4256. "type": "git",
  4257. "url": "https://github.com/symfony/polyfill-php73.git",
  4258. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  4259. },
  4260. "dist": {
  4261. "type": "zip",
  4262. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  4263. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  4264. "shasum": ""
  4265. },
  4266. "require": {
  4267. "php": ">=7.1"
  4268. },
  4269. "type": "library",
  4270. "extra": {
  4271. "branch-alias": {
  4272. "dev-main": "1.20-dev"
  4273. },
  4274. "thanks": {
  4275. "name": "symfony/polyfill",
  4276. "url": "https://github.com/symfony/polyfill"
  4277. }
  4278. },
  4279. "autoload": {
  4280. "psr-4": {
  4281. "Symfony\\Polyfill\\Php73\\": ""
  4282. },
  4283. "files": [
  4284. "bootstrap.php"
  4285. ],
  4286. "classmap": [
  4287. "Resources/stubs"
  4288. ]
  4289. },
  4290. "notification-url": "https://packagist.org/downloads/",
  4291. "license": [
  4292. "MIT"
  4293. ],
  4294. "authors": [
  4295. {
  4296. "name": "Nicolas Grekas",
  4297. "email": "p@tchwork.com"
  4298. },
  4299. {
  4300. "name": "Symfony Community",
  4301. "homepage": "https://symfony.com/contributors"
  4302. }
  4303. ],
  4304. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4305. "homepage": "https://symfony.com",
  4306. "keywords": [
  4307. "compatibility",
  4308. "polyfill",
  4309. "portable",
  4310. "shim"
  4311. ],
  4312. "time": "2020-10-23T14:02:19+00:00"
  4313. },
  4314. {
  4315. "name": "symfony/polyfill-php80",
  4316. "version": "v1.20.0",
  4317. "source": {
  4318. "type": "git",
  4319. "url": "https://github.com/symfony/polyfill-php80.git",
  4320. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
  4321. },
  4322. "dist": {
  4323. "type": "zip",
  4324. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  4325. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  4326. "shasum": ""
  4327. },
  4328. "require": {
  4329. "php": ">=7.1"
  4330. },
  4331. "type": "library",
  4332. "extra": {
  4333. "branch-alias": {
  4334. "dev-main": "1.20-dev"
  4335. },
  4336. "thanks": {
  4337. "name": "symfony/polyfill",
  4338. "url": "https://github.com/symfony/polyfill"
  4339. }
  4340. },
  4341. "autoload": {
  4342. "psr-4": {
  4343. "Symfony\\Polyfill\\Php80\\": ""
  4344. },
  4345. "files": [
  4346. "bootstrap.php"
  4347. ],
  4348. "classmap": [
  4349. "Resources/stubs"
  4350. ]
  4351. },
  4352. "notification-url": "https://packagist.org/downloads/",
  4353. "license": [
  4354. "MIT"
  4355. ],
  4356. "authors": [
  4357. {
  4358. "name": "Ion Bazan",
  4359. "email": "ion.bazan@gmail.com"
  4360. },
  4361. {
  4362. "name": "Nicolas Grekas",
  4363. "email": "p@tchwork.com"
  4364. },
  4365. {
  4366. "name": "Symfony Community",
  4367. "homepage": "https://symfony.com/contributors"
  4368. }
  4369. ],
  4370. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4371. "homepage": "https://symfony.com",
  4372. "keywords": [
  4373. "compatibility",
  4374. "polyfill",
  4375. "portable",
  4376. "shim"
  4377. ],
  4378. "time": "2020-10-23T14:02:19+00:00"
  4379. },
  4380. {
  4381. "name": "symfony/process",
  4382. "version": "v5.2.1",
  4383. "source": {
  4384. "type": "git",
  4385. "url": "https://github.com/symfony/process.git",
  4386. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
  4387. },
  4388. "dist": {
  4389. "type": "zip",
  4390. "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
  4391. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
  4392. "shasum": ""
  4393. },
  4394. "require": {
  4395. "php": ">=7.2.5",
  4396. "symfony/polyfill-php80": "^1.15"
  4397. },
  4398. "type": "library",
  4399. "autoload": {
  4400. "psr-4": {
  4401. "Symfony\\Component\\Process\\": ""
  4402. },
  4403. "exclude-from-classmap": [
  4404. "/Tests/"
  4405. ]
  4406. },
  4407. "notification-url": "https://packagist.org/downloads/",
  4408. "license": [
  4409. "MIT"
  4410. ],
  4411. "authors": [
  4412. {
  4413. "name": "Fabien Potencier",
  4414. "email": "fabien@symfony.com"
  4415. },
  4416. {
  4417. "name": "Symfony Community",
  4418. "homepage": "https://symfony.com/contributors"
  4419. }
  4420. ],
  4421. "description": "Symfony Process Component",
  4422. "homepage": "https://symfony.com",
  4423. "time": "2020-12-08T17:03:37+00:00"
  4424. },
  4425. {
  4426. "name": "symfony/property-access",
  4427. "version": "v5.2.1",
  4428. "source": {
  4429. "type": "git",
  4430. "url": "https://github.com/symfony/property-access.git",
  4431. "reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce"
  4432. },
  4433. "dist": {
  4434. "type": "zip",
  4435. "url": "https://api.github.com/repos/symfony/property-access/zipball/243dcdda2f276cb31efa31a015d0fdb5076931ce",
  4436. "reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce",
  4437. "shasum": ""
  4438. },
  4439. "require": {
  4440. "php": ">=7.2.5",
  4441. "symfony/deprecation-contracts": "^2.1",
  4442. "symfony/polyfill-php80": "^1.15",
  4443. "symfony/property-info": "^5.2"
  4444. },
  4445. "require-dev": {
  4446. "symfony/cache": "^4.4|^5.0"
  4447. },
  4448. "suggest": {
  4449. "psr/cache-implementation": "To cache access methods."
  4450. },
  4451. "type": "library",
  4452. "autoload": {
  4453. "psr-4": {
  4454. "Symfony\\Component\\PropertyAccess\\": ""
  4455. },
  4456. "exclude-from-classmap": [
  4457. "/Tests/"
  4458. ]
  4459. },
  4460. "notification-url": "https://packagist.org/downloads/",
  4461. "license": [
  4462. "MIT"
  4463. ],
  4464. "authors": [
  4465. {
  4466. "name": "Fabien Potencier",
  4467. "email": "fabien@symfony.com"
  4468. },
  4469. {
  4470. "name": "Symfony Community",
  4471. "homepage": "https://symfony.com/contributors"
  4472. }
  4473. ],
  4474. "description": "Symfony PropertyAccess Component",
  4475. "homepage": "https://symfony.com",
  4476. "keywords": [
  4477. "access",
  4478. "array",
  4479. "extraction",
  4480. "index",
  4481. "injection",
  4482. "object",
  4483. "property",
  4484. "property path",
  4485. "reflection"
  4486. ],
  4487. "time": "2020-12-10T19:16:15+00:00"
  4488. },
  4489. {
  4490. "name": "symfony/property-info",
  4491. "version": "v5.2.1",
  4492. "source": {
  4493. "type": "git",
  4494. "url": "https://github.com/symfony/property-info.git",
  4495. "reference": "f65694a05eb7742c5f2951f20676de367ffaaaea"
  4496. },
  4497. "dist": {
  4498. "type": "zip",
  4499. "url": "https://api.github.com/repos/symfony/property-info/zipball/f65694a05eb7742c5f2951f20676de367ffaaaea",
  4500. "reference": "f65694a05eb7742c5f2951f20676de367ffaaaea",
  4501. "shasum": ""
  4502. },
  4503. "require": {
  4504. "php": ">=7.2.5",
  4505. "symfony/deprecation-contracts": "^2.1",
  4506. "symfony/polyfill-php80": "^1.15",
  4507. "symfony/string": "^5.1"
  4508. },
  4509. "conflict": {
  4510. "phpdocumentor/reflection-docblock": "<3.2.2",
  4511. "phpdocumentor/type-resolver": "<0.3.0",
  4512. "symfony/dependency-injection": "<4.4"
  4513. },
  4514. "require-dev": {
  4515. "doctrine/annotations": "~1.7",
  4516. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4517. "symfony/cache": "^4.4|^5.0",
  4518. "symfony/dependency-injection": "^4.4|^5.0",
  4519. "symfony/serializer": "^4.4|^5.0"
  4520. },
  4521. "suggest": {
  4522. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  4523. "psr/cache-implementation": "To cache results",
  4524. "symfony/doctrine-bridge": "To use Doctrine metadata",
  4525. "symfony/serializer": "To use Serializer metadata"
  4526. },
  4527. "type": "library",
  4528. "autoload": {
  4529. "psr-4": {
  4530. "Symfony\\Component\\PropertyInfo\\": ""
  4531. },
  4532. "exclude-from-classmap": [
  4533. "/Tests/"
  4534. ]
  4535. },
  4536. "notification-url": "https://packagist.org/downloads/",
  4537. "license": [
  4538. "MIT"
  4539. ],
  4540. "authors": [
  4541. {
  4542. "name": "Kévin Dunglas",
  4543. "email": "dunglas@gmail.com"
  4544. },
  4545. {
  4546. "name": "Symfony Community",
  4547. "homepage": "https://symfony.com/contributors"
  4548. }
  4549. ],
  4550. "description": "Symfony Property Info Component",
  4551. "homepage": "https://symfony.com",
  4552. "keywords": [
  4553. "doctrine",
  4554. "phpdoc",
  4555. "property",
  4556. "symfony",
  4557. "type",
  4558. "validator"
  4559. ],
  4560. "time": "2020-12-11T23:40:07+00:00"
  4561. },
  4562. {
  4563. "name": "symfony/routing",
  4564. "version": "v5.2.1",
  4565. "source": {
  4566. "type": "git",
  4567. "url": "https://github.com/symfony/routing.git",
  4568. "reference": "934ac2720dcc878a47a45c986b483a7ee7193620"
  4569. },
  4570. "dist": {
  4571. "type": "zip",
  4572. "url": "https://api.github.com/repos/symfony/routing/zipball/934ac2720dcc878a47a45c986b483a7ee7193620",
  4573. "reference": "934ac2720dcc878a47a45c986b483a7ee7193620",
  4574. "shasum": ""
  4575. },
  4576. "require": {
  4577. "php": ">=7.2.5",
  4578. "symfony/deprecation-contracts": "^2.1",
  4579. "symfony/polyfill-php80": "^1.15"
  4580. },
  4581. "conflict": {
  4582. "symfony/config": "<5.0",
  4583. "symfony/dependency-injection": "<4.4",
  4584. "symfony/yaml": "<4.4"
  4585. },
  4586. "require-dev": {
  4587. "doctrine/annotations": "^1.7",
  4588. "psr/log": "~1.0",
  4589. "symfony/config": "^5.0",
  4590. "symfony/dependency-injection": "^4.4|^5.0",
  4591. "symfony/expression-language": "^4.4|^5.0",
  4592. "symfony/http-foundation": "^4.4|^5.0",
  4593. "symfony/yaml": "^4.4|^5.0"
  4594. },
  4595. "suggest": {
  4596. "doctrine/annotations": "For using the annotation loader",
  4597. "symfony/config": "For using the all-in-one router or any loader",
  4598. "symfony/expression-language": "For using expression matching",
  4599. "symfony/http-foundation": "For using a Symfony Request object",
  4600. "symfony/yaml": "For using the YAML loader"
  4601. },
  4602. "type": "library",
  4603. "autoload": {
  4604. "psr-4": {
  4605. "Symfony\\Component\\Routing\\": ""
  4606. },
  4607. "exclude-from-classmap": [
  4608. "/Tests/"
  4609. ]
  4610. },
  4611. "notification-url": "https://packagist.org/downloads/",
  4612. "license": [
  4613. "MIT"
  4614. ],
  4615. "authors": [
  4616. {
  4617. "name": "Fabien Potencier",
  4618. "email": "fabien@symfony.com"
  4619. },
  4620. {
  4621. "name": "Symfony Community",
  4622. "homepage": "https://symfony.com/contributors"
  4623. }
  4624. ],
  4625. "description": "Symfony Routing Component",
  4626. "homepage": "https://symfony.com",
  4627. "keywords": [
  4628. "router",
  4629. "routing",
  4630. "uri",
  4631. "url"
  4632. ],
  4633. "time": "2020-12-08T17:03:37+00:00"
  4634. },
  4635. {
  4636. "name": "symfony/security-bundle",
  4637. "version": "v5.2.1",
  4638. "source": {
  4639. "type": "git",
  4640. "url": "https://github.com/symfony/security-bundle.git",
  4641. "reference": "5a4e431445432c02b88c885c778765b50d92c6d5"
  4642. },
  4643. "dist": {
  4644. "type": "zip",
  4645. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/5a4e431445432c02b88c885c778765b50d92c6d5",
  4646. "reference": "5a4e431445432c02b88c885c778765b50d92c6d5",
  4647. "shasum": ""
  4648. },
  4649. "require": {
  4650. "ext-xml": "*",
  4651. "php": ">=7.2.5",
  4652. "symfony/config": "^4.4|^5.0",
  4653. "symfony/dependency-injection": "^5.2",
  4654. "symfony/deprecation-contracts": "^2.1",
  4655. "symfony/event-dispatcher": "^5.1",
  4656. "symfony/http-kernel": "^5.0",
  4657. "symfony/polyfill-php80": "^1.15",
  4658. "symfony/security-core": "^5.2",
  4659. "symfony/security-csrf": "^4.4|^5.0",
  4660. "symfony/security-guard": "^5.2",
  4661. "symfony/security-http": "^5.2"
  4662. },
  4663. "conflict": {
  4664. "symfony/browser-kit": "<4.4",
  4665. "symfony/console": "<4.4",
  4666. "symfony/framework-bundle": "<4.4",
  4667. "symfony/ldap": "<4.4",
  4668. "symfony/twig-bundle": "<4.4"
  4669. },
  4670. "require-dev": {
  4671. "doctrine/doctrine-bundle": "^2.0",
  4672. "symfony/asset": "^4.4|^5.0",
  4673. "symfony/browser-kit": "^4.4|^5.0",
  4674. "symfony/console": "^4.4|^5.0",
  4675. "symfony/css-selector": "^4.4|^5.0",
  4676. "symfony/dom-crawler": "^4.4|^5.0",
  4677. "symfony/expression-language": "^4.4|^5.0",
  4678. "symfony/form": "^4.4|^5.0",
  4679. "symfony/framework-bundle": "^5.2",
  4680. "symfony/process": "^4.4|^5.0",
  4681. "symfony/rate-limiter": "^5.2",
  4682. "symfony/serializer": "^4.4|^5.0",
  4683. "symfony/translation": "^4.4|^5.0",
  4684. "symfony/twig-bridge": "^4.4|^5.0",
  4685. "symfony/twig-bundle": "^4.4|^5.0",
  4686. "symfony/validator": "^4.4|^5.0",
  4687. "symfony/yaml": "^4.4|^5.0",
  4688. "twig/twig": "^2.10|^3.0"
  4689. },
  4690. "type": "symfony-bundle",
  4691. "autoload": {
  4692. "psr-4": {
  4693. "Symfony\\Bundle\\SecurityBundle\\": ""
  4694. },
  4695. "exclude-from-classmap": [
  4696. "/Tests/"
  4697. ]
  4698. },
  4699. "notification-url": "https://packagist.org/downloads/",
  4700. "license": [
  4701. "MIT"
  4702. ],
  4703. "authors": [
  4704. {
  4705. "name": "Fabien Potencier",
  4706. "email": "fabien@symfony.com"
  4707. },
  4708. {
  4709. "name": "Symfony Community",
  4710. "homepage": "https://symfony.com/contributors"
  4711. }
  4712. ],
  4713. "description": "Symfony SecurityBundle",
  4714. "homepage": "https://symfony.com",
  4715. "time": "2020-12-18T07:32:35+00:00"
  4716. },
  4717. {
  4718. "name": "symfony/security-core",
  4719. "version": "v5.2.1",
  4720. "source": {
  4721. "type": "git",
  4722. "url": "https://github.com/symfony/security-core.git",
  4723. "reference": "d058598fa48e06c3f774450f08fd926b982e33eb"
  4724. },
  4725. "dist": {
  4726. "type": "zip",
  4727. "url": "https://api.github.com/repos/symfony/security-core/zipball/d058598fa48e06c3f774450f08fd926b982e33eb",
  4728. "reference": "d058598fa48e06c3f774450f08fd926b982e33eb",
  4729. "shasum": ""
  4730. },
  4731. "require": {
  4732. "php": ">=7.2.5",
  4733. "symfony/deprecation-contracts": "^2.1",
  4734. "symfony/event-dispatcher-contracts": "^1.1|^2",
  4735. "symfony/polyfill-php80": "^1.15",
  4736. "symfony/service-contracts": "^1.1.6|^2"
  4737. },
  4738. "conflict": {
  4739. "symfony/event-dispatcher": "<4.4",
  4740. "symfony/ldap": "<4.4",
  4741. "symfony/security-guard": "<4.4",
  4742. "symfony/validator": "<5.2"
  4743. },
  4744. "require-dev": {
  4745. "psr/container": "^1.0",
  4746. "psr/log": "~1.0",
  4747. "symfony/event-dispatcher": "^4.4|^5.0",
  4748. "symfony/expression-language": "^4.4|^5.0",
  4749. "symfony/http-foundation": "^4.4|^5.0",
  4750. "symfony/ldap": "^4.4|^5.0",
  4751. "symfony/translation": "^4.4|^5.0",
  4752. "symfony/validator": "^5.2"
  4753. },
  4754. "suggest": {
  4755. "psr/container-implementation": "To instantiate the Security class",
  4756. "symfony/event-dispatcher": "",
  4757. "symfony/expression-language": "For using the expression voter",
  4758. "symfony/http-foundation": "",
  4759. "symfony/ldap": "For using LDAP integration",
  4760. "symfony/validator": "For using the user password constraint"
  4761. },
  4762. "type": "library",
  4763. "autoload": {
  4764. "psr-4": {
  4765. "Symfony\\Component\\Security\\Core\\": ""
  4766. },
  4767. "exclude-from-classmap": [
  4768. "/Tests/"
  4769. ]
  4770. },
  4771. "notification-url": "https://packagist.org/downloads/",
  4772. "license": [
  4773. "MIT"
  4774. ],
  4775. "authors": [
  4776. {
  4777. "name": "Fabien Potencier",
  4778. "email": "fabien@symfony.com"
  4779. },
  4780. {
  4781. "name": "Symfony Community",
  4782. "homepage": "https://symfony.com/contributors"
  4783. }
  4784. ],
  4785. "description": "Symfony Security Component - Core Library",
  4786. "homepage": "https://symfony.com",
  4787. "time": "2020-12-18T07:32:35+00:00"
  4788. },
  4789. {
  4790. "name": "symfony/security-csrf",
  4791. "version": "v5.2.1",
  4792. "source": {
  4793. "type": "git",
  4794. "url": "https://github.com/symfony/security-csrf.git",
  4795. "reference": "fc91cd67b6fcbeae3e5aff854c722fa05b5d133b"
  4796. },
  4797. "dist": {
  4798. "type": "zip",
  4799. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/fc91cd67b6fcbeae3e5aff854c722fa05b5d133b",
  4800. "reference": "fc91cd67b6fcbeae3e5aff854c722fa05b5d133b",
  4801. "shasum": ""
  4802. },
  4803. "require": {
  4804. "php": ">=7.2.5",
  4805. "symfony/security-core": "^4.4|^5.0"
  4806. },
  4807. "conflict": {
  4808. "symfony/http-foundation": "<4.4"
  4809. },
  4810. "require-dev": {
  4811. "symfony/http-foundation": "^4.4|^5.0"
  4812. },
  4813. "suggest": {
  4814. "symfony/http-foundation": "For using the class SessionTokenStorage."
  4815. },
  4816. "type": "library",
  4817. "autoload": {
  4818. "psr-4": {
  4819. "Symfony\\Component\\Security\\Csrf\\": ""
  4820. },
  4821. "exclude-from-classmap": [
  4822. "/Tests/"
  4823. ]
  4824. },
  4825. "notification-url": "https://packagist.org/downloads/",
  4826. "license": [
  4827. "MIT"
  4828. ],
  4829. "authors": [
  4830. {
  4831. "name": "Fabien Potencier",
  4832. "email": "fabien@symfony.com"
  4833. },
  4834. {
  4835. "name": "Symfony Community",
  4836. "homepage": "https://symfony.com/contributors"
  4837. }
  4838. ],
  4839. "description": "Symfony Security Component - CSRF Library",
  4840. "homepage": "https://symfony.com",
  4841. "time": "2020-12-08T17:02:38+00:00"
  4842. },
  4843. {
  4844. "name": "symfony/security-guard",
  4845. "version": "v5.2.1",
  4846. "source": {
  4847. "type": "git",
  4848. "url": "https://github.com/symfony/security-guard.git",
  4849. "reference": "0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49"
  4850. },
  4851. "dist": {
  4852. "type": "zip",
  4853. "url": "https://api.github.com/repos/symfony/security-guard/zipball/0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49",
  4854. "reference": "0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49",
  4855. "shasum": ""
  4856. },
  4857. "require": {
  4858. "php": ">=7.2.5",
  4859. "symfony/polyfill-php80": "^1.15",
  4860. "symfony/security-core": "^5.0",
  4861. "symfony/security-http": "^4.4.1|^5.0.1"
  4862. },
  4863. "require-dev": {
  4864. "psr/log": "~1.0"
  4865. },
  4866. "type": "library",
  4867. "autoload": {
  4868. "psr-4": {
  4869. "Symfony\\Component\\Security\\Guard\\": ""
  4870. },
  4871. "exclude-from-classmap": [
  4872. "/Tests/"
  4873. ]
  4874. },
  4875. "notification-url": "https://packagist.org/downloads/",
  4876. "license": [
  4877. "MIT"
  4878. ],
  4879. "authors": [
  4880. {
  4881. "name": "Fabien Potencier",
  4882. "email": "fabien@symfony.com"
  4883. },
  4884. {
  4885. "name": "Symfony Community",
  4886. "homepage": "https://symfony.com/contributors"
  4887. }
  4888. ],
  4889. "description": "Symfony Security Component - Guard",
  4890. "homepage": "https://symfony.com",
  4891. "time": "2020-11-27T10:24:53+00:00"
  4892. },
  4893. {
  4894. "name": "symfony/security-http",
  4895. "version": "v5.2.1",
  4896. "source": {
  4897. "type": "git",
  4898. "url": "https://github.com/symfony/security-http.git",
  4899. "reference": "40023b8e14e5928b26df6a099cec0bf0c30eb3be"
  4900. },
  4901. "dist": {
  4902. "type": "zip",
  4903. "url": "https://api.github.com/repos/symfony/security-http/zipball/40023b8e14e5928b26df6a099cec0bf0c30eb3be",
  4904. "reference": "40023b8e14e5928b26df6a099cec0bf0c30eb3be",
  4905. "shasum": ""
  4906. },
  4907. "require": {
  4908. "php": ">=7.2.5",
  4909. "symfony/deprecation-contracts": "^2.1",
  4910. "symfony/http-foundation": "^5.2",
  4911. "symfony/http-kernel": "^5.2",
  4912. "symfony/polyfill-php80": "^1.15",
  4913. "symfony/property-access": "^4.4|^5.0",
  4914. "symfony/security-core": "^5.2"
  4915. },
  4916. "conflict": {
  4917. "symfony/event-dispatcher": "<4.3",
  4918. "symfony/security-csrf": "<4.4"
  4919. },
  4920. "require-dev": {
  4921. "psr/log": "~1.0",
  4922. "symfony/cache": "^4.4|^5.0",
  4923. "symfony/rate-limiter": "^5.2",
  4924. "symfony/routing": "^4.4|^5.0",
  4925. "symfony/security-csrf": "^4.4|^5.0",
  4926. "symfony/translation": "^4.4|^5.0"
  4927. },
  4928. "suggest": {
  4929. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  4930. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  4931. },
  4932. "type": "library",
  4933. "autoload": {
  4934. "psr-4": {
  4935. "Symfony\\Component\\Security\\Http\\": ""
  4936. },
  4937. "exclude-from-classmap": [
  4938. "/Tests/"
  4939. ]
  4940. },
  4941. "notification-url": "https://packagist.org/downloads/",
  4942. "license": [
  4943. "MIT"
  4944. ],
  4945. "authors": [
  4946. {
  4947. "name": "Fabien Potencier",
  4948. "email": "fabien@symfony.com"
  4949. },
  4950. {
  4951. "name": "Symfony Community",
  4952. "homepage": "https://symfony.com/contributors"
  4953. }
  4954. ],
  4955. "description": "Symfony Security Component - HTTP Integration",
  4956. "homepage": "https://symfony.com",
  4957. "time": "2020-12-08T17:03:37+00:00"
  4958. },
  4959. {
  4960. "name": "symfony/serializer",
  4961. "version": "v5.2.1",
  4962. "source": {
  4963. "type": "git",
  4964. "url": "https://github.com/symfony/serializer.git",
  4965. "reference": "4af81510bb603a6d255691a88e118add2bba6337"
  4966. },
  4967. "dist": {
  4968. "type": "zip",
  4969. "url": "https://api.github.com/repos/symfony/serializer/zipball/4af81510bb603a6d255691a88e118add2bba6337",
  4970. "reference": "4af81510bb603a6d255691a88e118add2bba6337",
  4971. "shasum": ""
  4972. },
  4973. "require": {
  4974. "php": ">=7.2.5",
  4975. "symfony/polyfill-ctype": "~1.8",
  4976. "symfony/polyfill-php80": "^1.15"
  4977. },
  4978. "conflict": {
  4979. "phpdocumentor/type-resolver": "<0.2.1",
  4980. "symfony/dependency-injection": "<4.4",
  4981. "symfony/property-access": "<4.4",
  4982. "symfony/property-info": "<4.4",
  4983. "symfony/yaml": "<4.4"
  4984. },
  4985. "require-dev": {
  4986. "doctrine/annotations": "~1.0",
  4987. "doctrine/cache": "~1.0",
  4988. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4989. "symfony/cache": "^4.4|^5.0",
  4990. "symfony/config": "^4.4|^5.0",
  4991. "symfony/dependency-injection": "^4.4|^5.0",
  4992. "symfony/error-handler": "^4.4|^5.0",
  4993. "symfony/filesystem": "^4.4|^5.0",
  4994. "symfony/form": "^4.4|^5.0",
  4995. "symfony/http-foundation": "^4.4|^5.0",
  4996. "symfony/http-kernel": "^4.4|^5.0",
  4997. "symfony/mime": "^4.4|^5.0",
  4998. "symfony/property-access": "^4.4|^5.0",
  4999. "symfony/property-info": "^4.4|^5.0",
  5000. "symfony/uid": "^5.1",
  5001. "symfony/validator": "^4.4|^5.0",
  5002. "symfony/var-exporter": "^4.4|^5.0",
  5003. "symfony/yaml": "^4.4|^5.0"
  5004. },
  5005. "suggest": {
  5006. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  5007. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  5008. "psr/cache-implementation": "For using the metadata cache.",
  5009. "symfony/config": "For using the XML mapping loader.",
  5010. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  5011. "symfony/property-access": "For using the ObjectNormalizer.",
  5012. "symfony/property-info": "To deserialize relations.",
  5013. "symfony/var-exporter": "For using the metadata compiler.",
  5014. "symfony/yaml": "For using the default YAML mapping loader."
  5015. },
  5016. "type": "library",
  5017. "autoload": {
  5018. "psr-4": {
  5019. "Symfony\\Component\\Serializer\\": ""
  5020. },
  5021. "exclude-from-classmap": [
  5022. "/Tests/"
  5023. ]
  5024. },
  5025. "notification-url": "https://packagist.org/downloads/",
  5026. "license": [
  5027. "MIT"
  5028. ],
  5029. "authors": [
  5030. {
  5031. "name": "Fabien Potencier",
  5032. "email": "fabien@symfony.com"
  5033. },
  5034. {
  5035. "name": "Symfony Community",
  5036. "homepage": "https://symfony.com/contributors"
  5037. }
  5038. ],
  5039. "description": "Symfony Serializer Component",
  5040. "homepage": "https://symfony.com",
  5041. "time": "2020-12-18T08:03:05+00:00"
  5042. },
  5043. {
  5044. "name": "symfony/service-contracts",
  5045. "version": "v2.2.0",
  5046. "source": {
  5047. "type": "git",
  5048. "url": "https://github.com/symfony/service-contracts.git",
  5049. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  5050. },
  5051. "dist": {
  5052. "type": "zip",
  5053. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  5054. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  5055. "shasum": ""
  5056. },
  5057. "require": {
  5058. "php": ">=7.2.5",
  5059. "psr/container": "^1.0"
  5060. },
  5061. "suggest": {
  5062. "symfony/service-implementation": ""
  5063. },
  5064. "type": "library",
  5065. "extra": {
  5066. "branch-alias": {
  5067. "dev-master": "2.2-dev"
  5068. },
  5069. "thanks": {
  5070. "name": "symfony/contracts",
  5071. "url": "https://github.com/symfony/contracts"
  5072. }
  5073. },
  5074. "autoload": {
  5075. "psr-4": {
  5076. "Symfony\\Contracts\\Service\\": ""
  5077. }
  5078. },
  5079. "notification-url": "https://packagist.org/downloads/",
  5080. "license": [
  5081. "MIT"
  5082. ],
  5083. "authors": [
  5084. {
  5085. "name": "Nicolas Grekas",
  5086. "email": "p@tchwork.com"
  5087. },
  5088. {
  5089. "name": "Symfony Community",
  5090. "homepage": "https://symfony.com/contributors"
  5091. }
  5092. ],
  5093. "description": "Generic abstractions related to writing services",
  5094. "homepage": "https://symfony.com",
  5095. "keywords": [
  5096. "abstractions",
  5097. "contracts",
  5098. "decoupling",
  5099. "interfaces",
  5100. "interoperability",
  5101. "standards"
  5102. ],
  5103. "time": "2020-09-07T11:33:47+00:00"
  5104. },
  5105. {
  5106. "name": "symfony/stopwatch",
  5107. "version": "v5.2.1",
  5108. "source": {
  5109. "type": "git",
  5110. "url": "https://github.com/symfony/stopwatch.git",
  5111. "reference": "2b105c0354f39a63038a1d8bf776ee92852813af"
  5112. },
  5113. "dist": {
  5114. "type": "zip",
  5115. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2b105c0354f39a63038a1d8bf776ee92852813af",
  5116. "reference": "2b105c0354f39a63038a1d8bf776ee92852813af",
  5117. "shasum": ""
  5118. },
  5119. "require": {
  5120. "php": ">=7.2.5",
  5121. "symfony/service-contracts": "^1.0|^2"
  5122. },
  5123. "type": "library",
  5124. "autoload": {
  5125. "psr-4": {
  5126. "Symfony\\Component\\Stopwatch\\": ""
  5127. },
  5128. "exclude-from-classmap": [
  5129. "/Tests/"
  5130. ]
  5131. },
  5132. "notification-url": "https://packagist.org/downloads/",
  5133. "license": [
  5134. "MIT"
  5135. ],
  5136. "authors": [
  5137. {
  5138. "name": "Fabien Potencier",
  5139. "email": "fabien@symfony.com"
  5140. },
  5141. {
  5142. "name": "Symfony Community",
  5143. "homepage": "https://symfony.com/contributors"
  5144. }
  5145. ],
  5146. "description": "Symfony Stopwatch Component",
  5147. "homepage": "https://symfony.com",
  5148. "time": "2020-11-01T16:14:45+00:00"
  5149. },
  5150. {
  5151. "name": "symfony/string",
  5152. "version": "v5.2.1",
  5153. "source": {
  5154. "type": "git",
  5155. "url": "https://github.com/symfony/string.git",
  5156. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
  5157. },
  5158. "dist": {
  5159. "type": "zip",
  5160. "url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  5161. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  5162. "shasum": ""
  5163. },
  5164. "require": {
  5165. "php": ">=7.2.5",
  5166. "symfony/polyfill-ctype": "~1.8",
  5167. "symfony/polyfill-intl-grapheme": "~1.0",
  5168. "symfony/polyfill-intl-normalizer": "~1.0",
  5169. "symfony/polyfill-mbstring": "~1.0",
  5170. "symfony/polyfill-php80": "~1.15"
  5171. },
  5172. "require-dev": {
  5173. "symfony/error-handler": "^4.4|^5.0",
  5174. "symfony/http-client": "^4.4|^5.0",
  5175. "symfony/translation-contracts": "^1.1|^2",
  5176. "symfony/var-exporter": "^4.4|^5.0"
  5177. },
  5178. "type": "library",
  5179. "autoload": {
  5180. "psr-4": {
  5181. "Symfony\\Component\\String\\": ""
  5182. },
  5183. "files": [
  5184. "Resources/functions.php"
  5185. ],
  5186. "exclude-from-classmap": [
  5187. "/Tests/"
  5188. ]
  5189. },
  5190. "notification-url": "https://packagist.org/downloads/",
  5191. "license": [
  5192. "MIT"
  5193. ],
  5194. "authors": [
  5195. {
  5196. "name": "Nicolas Grekas",
  5197. "email": "p@tchwork.com"
  5198. },
  5199. {
  5200. "name": "Symfony Community",
  5201. "homepage": "https://symfony.com/contributors"
  5202. }
  5203. ],
  5204. "description": "Symfony String component",
  5205. "homepage": "https://symfony.com",
  5206. "keywords": [
  5207. "grapheme",
  5208. "i18n",
  5209. "string",
  5210. "unicode",
  5211. "utf-8",
  5212. "utf8"
  5213. ],
  5214. "time": "2020-12-05T07:33:16+00:00"
  5215. },
  5216. {
  5217. "name": "symfony/translation",
  5218. "version": "v5.2.1",
  5219. "source": {
  5220. "type": "git",
  5221. "url": "https://github.com/symfony/translation.git",
  5222. "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70"
  5223. },
  5224. "dist": {
  5225. "type": "zip",
  5226. "url": "https://api.github.com/repos/symfony/translation/zipball/a04209ba0d1391c828e5b2373181dac63c52ee70",
  5227. "reference": "a04209ba0d1391c828e5b2373181dac63c52ee70",
  5228. "shasum": ""
  5229. },
  5230. "require": {
  5231. "php": ">=7.2.5",
  5232. "symfony/polyfill-mbstring": "~1.0",
  5233. "symfony/polyfill-php80": "^1.15",
  5234. "symfony/translation-contracts": "^2.3"
  5235. },
  5236. "conflict": {
  5237. "symfony/config": "<4.4",
  5238. "symfony/dependency-injection": "<5.0",
  5239. "symfony/http-kernel": "<5.0",
  5240. "symfony/twig-bundle": "<5.0",
  5241. "symfony/yaml": "<4.4"
  5242. },
  5243. "provide": {
  5244. "symfony/translation-implementation": "2.0"
  5245. },
  5246. "require-dev": {
  5247. "psr/log": "~1.0",
  5248. "symfony/config": "^4.4|^5.0",
  5249. "symfony/console": "^4.4|^5.0",
  5250. "symfony/dependency-injection": "^5.0",
  5251. "symfony/finder": "^4.4|^5.0",
  5252. "symfony/http-kernel": "^5.0",
  5253. "symfony/intl": "^4.4|^5.0",
  5254. "symfony/service-contracts": "^1.1.2|^2",
  5255. "symfony/yaml": "^4.4|^5.0"
  5256. },
  5257. "suggest": {
  5258. "psr/log-implementation": "To use logging capability in translator",
  5259. "symfony/config": "",
  5260. "symfony/yaml": ""
  5261. },
  5262. "type": "library",
  5263. "autoload": {
  5264. "files": [
  5265. "Resources/functions.php"
  5266. ],
  5267. "psr-4": {
  5268. "Symfony\\Component\\Translation\\": ""
  5269. },
  5270. "exclude-from-classmap": [
  5271. "/Tests/"
  5272. ]
  5273. },
  5274. "notification-url": "https://packagist.org/downloads/",
  5275. "license": [
  5276. "MIT"
  5277. ],
  5278. "authors": [
  5279. {
  5280. "name": "Fabien Potencier",
  5281. "email": "fabien@symfony.com"
  5282. },
  5283. {
  5284. "name": "Symfony Community",
  5285. "homepage": "https://symfony.com/contributors"
  5286. }
  5287. ],
  5288. "description": "Symfony Translation Component",
  5289. "homepage": "https://symfony.com",
  5290. "time": "2020-12-08T17:03:37+00:00"
  5291. },
  5292. {
  5293. "name": "symfony/translation-contracts",
  5294. "version": "v2.3.0",
  5295. "source": {
  5296. "type": "git",
  5297. "url": "https://github.com/symfony/translation-contracts.git",
  5298. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
  5299. },
  5300. "dist": {
  5301. "type": "zip",
  5302. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  5303. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  5304. "shasum": ""
  5305. },
  5306. "require": {
  5307. "php": ">=7.2.5"
  5308. },
  5309. "suggest": {
  5310. "symfony/translation-implementation": ""
  5311. },
  5312. "type": "library",
  5313. "extra": {
  5314. "branch-alias": {
  5315. "dev-master": "2.3-dev"
  5316. },
  5317. "thanks": {
  5318. "name": "symfony/contracts",
  5319. "url": "https://github.com/symfony/contracts"
  5320. }
  5321. },
  5322. "autoload": {
  5323. "psr-4": {
  5324. "Symfony\\Contracts\\Translation\\": ""
  5325. }
  5326. },
  5327. "notification-url": "https://packagist.org/downloads/",
  5328. "license": [
  5329. "MIT"
  5330. ],
  5331. "authors": [
  5332. {
  5333. "name": "Nicolas Grekas",
  5334. "email": "p@tchwork.com"
  5335. },
  5336. {
  5337. "name": "Symfony Community",
  5338. "homepage": "https://symfony.com/contributors"
  5339. }
  5340. ],
  5341. "description": "Generic abstractions related to translation",
  5342. "homepage": "https://symfony.com",
  5343. "keywords": [
  5344. "abstractions",
  5345. "contracts",
  5346. "decoupling",
  5347. "interfaces",
  5348. "interoperability",
  5349. "standards"
  5350. ],
  5351. "time": "2020-09-28T13:05:58+00:00"
  5352. },
  5353. {
  5354. "name": "symfony/twig-bridge",
  5355. "version": "v5.2.1",
  5356. "source": {
  5357. "type": "git",
  5358. "url": "https://github.com/symfony/twig-bridge.git",
  5359. "reference": "378a136a41c07b5f2086f753d9756fb018921f86"
  5360. },
  5361. "dist": {
  5362. "type": "zip",
  5363. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/378a136a41c07b5f2086f753d9756fb018921f86",
  5364. "reference": "378a136a41c07b5f2086f753d9756fb018921f86",
  5365. "shasum": ""
  5366. },
  5367. "require": {
  5368. "php": ">=7.2.5",
  5369. "symfony/polyfill-php80": "^1.15",
  5370. "symfony/translation-contracts": "^1.1|^2",
  5371. "twig/twig": "^2.10|^3.0"
  5372. },
  5373. "conflict": {
  5374. "symfony/console": "<4.4",
  5375. "symfony/form": "<5.1",
  5376. "symfony/http-foundation": "<4.4",
  5377. "symfony/http-kernel": "<4.4",
  5378. "symfony/translation": "<5.2",
  5379. "symfony/workflow": "<5.2"
  5380. },
  5381. "require-dev": {
  5382. "egulias/email-validator": "^2.1.10",
  5383. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  5384. "symfony/asset": "^4.4|^5.0",
  5385. "symfony/console": "^4.4|^5.0",
  5386. "symfony/dependency-injection": "^4.4|^5.0",
  5387. "symfony/expression-language": "^4.4|^5.0",
  5388. "symfony/finder": "^4.4|^5.0",
  5389. "symfony/form": "^5.1.9",
  5390. "symfony/http-foundation": "^4.4|^5.0",
  5391. "symfony/http-kernel": "^4.4|^5.0",
  5392. "symfony/mime": "^5.2",
  5393. "symfony/polyfill-intl-icu": "~1.0",
  5394. "symfony/property-info": "^4.4|^5.1",
  5395. "symfony/routing": "^4.4|^5.0",
  5396. "symfony/security-acl": "^2.8|^3.0",
  5397. "symfony/security-core": "^4.4|^5.0",
  5398. "symfony/security-csrf": "^4.4|^5.0",
  5399. "symfony/security-http": "^4.4|^5.0",
  5400. "symfony/serializer": "^5.2",
  5401. "symfony/stopwatch": "^4.4|^5.0",
  5402. "symfony/translation": "^5.2",
  5403. "symfony/web-link": "^4.4|^5.0",
  5404. "symfony/workflow": "^5.2",
  5405. "symfony/yaml": "^4.4|^5.0",
  5406. "twig/cssinliner-extra": "^2.12",
  5407. "twig/inky-extra": "^2.12",
  5408. "twig/markdown-extra": "^2.12"
  5409. },
  5410. "suggest": {
  5411. "symfony/asset": "For using the AssetExtension",
  5412. "symfony/expression-language": "For using the ExpressionExtension",
  5413. "symfony/finder": "",
  5414. "symfony/form": "For using the FormExtension",
  5415. "symfony/http-kernel": "For using the HttpKernelExtension",
  5416. "symfony/routing": "For using the RoutingExtension",
  5417. "symfony/security-core": "For using the SecurityExtension",
  5418. "symfony/security-csrf": "For using the CsrfExtension",
  5419. "symfony/security-http": "For using the LogoutUrlExtension",
  5420. "symfony/stopwatch": "For using the StopwatchExtension",
  5421. "symfony/translation": "For using the TranslationExtension",
  5422. "symfony/var-dumper": "For using the DumpExtension",
  5423. "symfony/web-link": "For using the WebLinkExtension",
  5424. "symfony/yaml": "For using the YamlExtension"
  5425. },
  5426. "type": "symfony-bridge",
  5427. "autoload": {
  5428. "psr-4": {
  5429. "Symfony\\Bridge\\Twig\\": ""
  5430. },
  5431. "exclude-from-classmap": [
  5432. "/Tests/"
  5433. ]
  5434. },
  5435. "notification-url": "https://packagist.org/downloads/",
  5436. "license": [
  5437. "MIT"
  5438. ],
  5439. "authors": [
  5440. {
  5441. "name": "Fabien Potencier",
  5442. "email": "fabien@symfony.com"
  5443. },
  5444. {
  5445. "name": "Symfony Community",
  5446. "homepage": "https://symfony.com/contributors"
  5447. }
  5448. ],
  5449. "description": "Symfony Twig Bridge",
  5450. "homepage": "https://symfony.com",
  5451. "time": "2020-12-11T23:40:07+00:00"
  5452. },
  5453. {
  5454. "name": "symfony/twig-bundle",
  5455. "version": "v5.2.1",
  5456. "source": {
  5457. "type": "git",
  5458. "url": "https://github.com/symfony/twig-bundle.git",
  5459. "reference": "8cb3208aec4655ae1495afad7ef3c032a236dfa7"
  5460. },
  5461. "dist": {
  5462. "type": "zip",
  5463. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8cb3208aec4655ae1495afad7ef3c032a236dfa7",
  5464. "reference": "8cb3208aec4655ae1495afad7ef3c032a236dfa7",
  5465. "shasum": ""
  5466. },
  5467. "require": {
  5468. "php": ">=7.2.5",
  5469. "symfony/config": "^4.4|^5.0",
  5470. "symfony/http-foundation": "^4.4|^5.0",
  5471. "symfony/http-kernel": "^5.0",
  5472. "symfony/polyfill-ctype": "~1.8",
  5473. "symfony/twig-bridge": "^5.0",
  5474. "twig/twig": "^2.10|^3.0"
  5475. },
  5476. "conflict": {
  5477. "symfony/dependency-injection": "<5.2",
  5478. "symfony/framework-bundle": "<5.0",
  5479. "symfony/translation": "<5.0"
  5480. },
  5481. "require-dev": {
  5482. "doctrine/annotations": "~1.7",
  5483. "doctrine/cache": "~1.0",
  5484. "symfony/asset": "^4.4|^5.0",
  5485. "symfony/dependency-injection": "^5.2",
  5486. "symfony/expression-language": "^4.4|^5.0",
  5487. "symfony/finder": "^4.4|^5.0",
  5488. "symfony/form": "^4.4|^5.0",
  5489. "symfony/framework-bundle": "^5.0",
  5490. "symfony/routing": "^4.4|^5.0",
  5491. "symfony/stopwatch": "^4.4|^5.0",
  5492. "symfony/translation": "^5.0",
  5493. "symfony/web-link": "^4.4|^5.0",
  5494. "symfony/yaml": "^4.4|^5.0"
  5495. },
  5496. "type": "symfony-bundle",
  5497. "autoload": {
  5498. "psr-4": {
  5499. "Symfony\\Bundle\\TwigBundle\\": ""
  5500. },
  5501. "exclude-from-classmap": [
  5502. "/Tests/"
  5503. ]
  5504. },
  5505. "notification-url": "https://packagist.org/downloads/",
  5506. "license": [
  5507. "MIT"
  5508. ],
  5509. "authors": [
  5510. {
  5511. "name": "Fabien Potencier",
  5512. "email": "fabien@symfony.com"
  5513. },
  5514. {
  5515. "name": "Symfony Community",
  5516. "homepage": "https://symfony.com/contributors"
  5517. }
  5518. ],
  5519. "description": "Symfony TwigBundle",
  5520. "homepage": "https://symfony.com",
  5521. "time": "2020-12-08T16:43:38+00:00"
  5522. },
  5523. {
  5524. "name": "symfony/validator",
  5525. "version": "v5.2.1",
  5526. "source": {
  5527. "type": "git",
  5528. "url": "https://github.com/symfony/validator.git",
  5529. "reference": "312d36715799ca1d195ee8dbf258b31d1a3cbf7b"
  5530. },
  5531. "dist": {
  5532. "type": "zip",
  5533. "url": "https://api.github.com/repos/symfony/validator/zipball/312d36715799ca1d195ee8dbf258b31d1a3cbf7b",
  5534. "reference": "312d36715799ca1d195ee8dbf258b31d1a3cbf7b",
  5535. "shasum": ""
  5536. },
  5537. "require": {
  5538. "php": ">=7.2.5",
  5539. "symfony/deprecation-contracts": "^2.1",
  5540. "symfony/polyfill-ctype": "~1.8",
  5541. "symfony/polyfill-mbstring": "~1.0",
  5542. "symfony/polyfill-php73": "~1.0",
  5543. "symfony/polyfill-php80": "^1.15",
  5544. "symfony/translation-contracts": "^1.1|^2"
  5545. },
  5546. "conflict": {
  5547. "doctrine/lexer": "<1.0.2",
  5548. "phpunit/phpunit": "<5.4.3",
  5549. "symfony/dependency-injection": "<4.4",
  5550. "symfony/expression-language": "<5.1",
  5551. "symfony/http-kernel": "<4.4",
  5552. "symfony/intl": "<4.4",
  5553. "symfony/translation": "<4.4",
  5554. "symfony/yaml": "<4.4"
  5555. },
  5556. "require-dev": {
  5557. "doctrine/annotations": "~1.7",
  5558. "doctrine/cache": "~1.0",
  5559. "egulias/email-validator": "^2.1.10",
  5560. "symfony/cache": "^4.4|^5.0",
  5561. "symfony/config": "^4.4|^5.0",
  5562. "symfony/console": "^4.4|^5.0",
  5563. "symfony/dependency-injection": "^4.4|^5.0",
  5564. "symfony/expression-language": "^5.1",
  5565. "symfony/finder": "^4.4|^5.0",
  5566. "symfony/http-client": "^4.4|^5.0",
  5567. "symfony/http-foundation": "^4.4|^5.0",
  5568. "symfony/http-kernel": "^4.4|^5.0",
  5569. "symfony/intl": "^4.4|^5.0",
  5570. "symfony/mime": "^4.4|^5.0",
  5571. "symfony/property-access": "^4.4|^5.0",
  5572. "symfony/property-info": "^4.4|^5.0",
  5573. "symfony/translation": "^4.4|^5.0",
  5574. "symfony/yaml": "^4.4|^5.0"
  5575. },
  5576. "suggest": {
  5577. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  5578. "doctrine/cache": "For using the default cached annotation reader.",
  5579. "egulias/email-validator": "Strict (RFC compliant) email validation",
  5580. "psr/cache-implementation": "For using the mapping cache.",
  5581. "symfony/config": "",
  5582. "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
  5583. "symfony/http-foundation": "",
  5584. "symfony/intl": "",
  5585. "symfony/property-access": "For accessing properties within comparison constraints",
  5586. "symfony/property-info": "To automatically add NotNull and Type constraints",
  5587. "symfony/translation": "For translating validation errors.",
  5588. "symfony/yaml": ""
  5589. },
  5590. "type": "library",
  5591. "autoload": {
  5592. "psr-4": {
  5593. "Symfony\\Component\\Validator\\": ""
  5594. },
  5595. "exclude-from-classmap": [
  5596. "/Tests/"
  5597. ]
  5598. },
  5599. "notification-url": "https://packagist.org/downloads/",
  5600. "license": [
  5601. "MIT"
  5602. ],
  5603. "authors": [
  5604. {
  5605. "name": "Fabien Potencier",
  5606. "email": "fabien@symfony.com"
  5607. },
  5608. {
  5609. "name": "Symfony Community",
  5610. "homepage": "https://symfony.com/contributors"
  5611. }
  5612. ],
  5613. "description": "Symfony Validator Component",
  5614. "homepage": "https://symfony.com",
  5615. "time": "2020-12-18T07:32:35+00:00"
  5616. },
  5617. {
  5618. "name": "symfony/var-dumper",
  5619. "version": "v5.2.1",
  5620. "source": {
  5621. "type": "git",
  5622. "url": "https://github.com/symfony/var-dumper.git",
  5623. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089"
  5624. },
  5625. "dist": {
  5626. "type": "zip",
  5627. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  5628. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  5629. "shasum": ""
  5630. },
  5631. "require": {
  5632. "php": ">=7.2.5",
  5633. "symfony/polyfill-mbstring": "~1.0",
  5634. "symfony/polyfill-php80": "^1.15"
  5635. },
  5636. "conflict": {
  5637. "phpunit/phpunit": "<5.4.3",
  5638. "symfony/console": "<4.4"
  5639. },
  5640. "require-dev": {
  5641. "ext-iconv": "*",
  5642. "symfony/console": "^4.4|^5.0",
  5643. "symfony/process": "^4.4|^5.0",
  5644. "twig/twig": "^2.4|^3.0"
  5645. },
  5646. "suggest": {
  5647. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  5648. "ext-intl": "To show region name in time zone dump",
  5649. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  5650. },
  5651. "bin": [
  5652. "Resources/bin/var-dump-server"
  5653. ],
  5654. "type": "library",
  5655. "autoload": {
  5656. "files": [
  5657. "Resources/functions/dump.php"
  5658. ],
  5659. "psr-4": {
  5660. "Symfony\\Component\\VarDumper\\": ""
  5661. },
  5662. "exclude-from-classmap": [
  5663. "/Tests/"
  5664. ]
  5665. },
  5666. "notification-url": "https://packagist.org/downloads/",
  5667. "license": [
  5668. "MIT"
  5669. ],
  5670. "authors": [
  5671. {
  5672. "name": "Nicolas Grekas",
  5673. "email": "p@tchwork.com"
  5674. },
  5675. {
  5676. "name": "Symfony Community",
  5677. "homepage": "https://symfony.com/contributors"
  5678. }
  5679. ],
  5680. "description": "Symfony mechanism for exploring and dumping PHP variables",
  5681. "homepage": "https://symfony.com",
  5682. "keywords": [
  5683. "debug",
  5684. "dump"
  5685. ],
  5686. "time": "2020-12-16T17:02:19+00:00"
  5687. },
  5688. {
  5689. "name": "symfony/var-exporter",
  5690. "version": "v5.2.1",
  5691. "source": {
  5692. "type": "git",
  5693. "url": "https://github.com/symfony/var-exporter.git",
  5694. "reference": "fbc3507f23d263d75417e09a12d77c009f39676c"
  5695. },
  5696. "dist": {
  5697. "type": "zip",
  5698. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/fbc3507f23d263d75417e09a12d77c009f39676c",
  5699. "reference": "fbc3507f23d263d75417e09a12d77c009f39676c",
  5700. "shasum": ""
  5701. },
  5702. "require": {
  5703. "php": ">=7.2.5",
  5704. "symfony/polyfill-php80": "^1.15"
  5705. },
  5706. "require-dev": {
  5707. "symfony/var-dumper": "^4.4.9|^5.0.9"
  5708. },
  5709. "type": "library",
  5710. "autoload": {
  5711. "psr-4": {
  5712. "Symfony\\Component\\VarExporter\\": ""
  5713. },
  5714. "exclude-from-classmap": [
  5715. "/Tests/"
  5716. ]
  5717. },
  5718. "notification-url": "https://packagist.org/downloads/",
  5719. "license": [
  5720. "MIT"
  5721. ],
  5722. "authors": [
  5723. {
  5724. "name": "Nicolas Grekas",
  5725. "email": "p@tchwork.com"
  5726. },
  5727. {
  5728. "name": "Symfony Community",
  5729. "homepage": "https://symfony.com/contributors"
  5730. }
  5731. ],
  5732. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  5733. "homepage": "https://symfony.com",
  5734. "keywords": [
  5735. "clone",
  5736. "construct",
  5737. "export",
  5738. "hydrate",
  5739. "instantiate",
  5740. "serialize"
  5741. ],
  5742. "time": "2020-10-28T21:31:18+00:00"
  5743. },
  5744. {
  5745. "name": "symfony/web-link",
  5746. "version": "v5.2.1",
  5747. "source": {
  5748. "type": "git",
  5749. "url": "https://github.com/symfony/web-link.git",
  5750. "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f"
  5751. },
  5752. "dist": {
  5753. "type": "zip",
  5754. "url": "https://api.github.com/repos/symfony/web-link/zipball/e805314ad8c4298d9bfc75335e35f83d6db2f43f",
  5755. "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f",
  5756. "shasum": ""
  5757. },
  5758. "require": {
  5759. "php": ">=7.2.5",
  5760. "psr/link": "^1.0"
  5761. },
  5762. "conflict": {
  5763. "symfony/http-kernel": "<4.4"
  5764. },
  5765. "provide": {
  5766. "psr/link-implementation": "1.0"
  5767. },
  5768. "require-dev": {
  5769. "symfony/http-foundation": "^4.4|^5.0",
  5770. "symfony/http-kernel": "^4.4|^5.0"
  5771. },
  5772. "suggest": {
  5773. "symfony/http-kernel": ""
  5774. },
  5775. "type": "library",
  5776. "autoload": {
  5777. "psr-4": {
  5778. "Symfony\\Component\\WebLink\\": ""
  5779. },
  5780. "exclude-from-classmap": [
  5781. "/Tests/"
  5782. ]
  5783. },
  5784. "notification-url": "https://packagist.org/downloads/",
  5785. "license": [
  5786. "MIT"
  5787. ],
  5788. "authors": [
  5789. {
  5790. "name": "Kévin Dunglas",
  5791. "email": "dunglas@gmail.com"
  5792. },
  5793. {
  5794. "name": "Symfony Community",
  5795. "homepage": "https://symfony.com/contributors"
  5796. }
  5797. ],
  5798. "description": "Symfony WebLink Component",
  5799. "homepage": "https://symfony.com",
  5800. "keywords": [
  5801. "dns-prefetch",
  5802. "http",
  5803. "http2",
  5804. "link",
  5805. "performance",
  5806. "prefetch",
  5807. "preload",
  5808. "prerender",
  5809. "psr13",
  5810. "push"
  5811. ],
  5812. "time": "2020-10-24T12:01:57+00:00"
  5813. },
  5814. {
  5815. "name": "symfony/yaml",
  5816. "version": "v5.2.1",
  5817. "source": {
  5818. "type": "git",
  5819. "url": "https://github.com/symfony/yaml.git",
  5820. "reference": "290ea5e03b8cf9b42c783163123f54441fb06939"
  5821. },
  5822. "dist": {
  5823. "type": "zip",
  5824. "url": "https://api.github.com/repos/symfony/yaml/zipball/290ea5e03b8cf9b42c783163123f54441fb06939",
  5825. "reference": "290ea5e03b8cf9b42c783163123f54441fb06939",
  5826. "shasum": ""
  5827. },
  5828. "require": {
  5829. "php": ">=7.2.5",
  5830. "symfony/deprecation-contracts": "^2.1",
  5831. "symfony/polyfill-ctype": "~1.8"
  5832. },
  5833. "conflict": {
  5834. "symfony/console": "<4.4"
  5835. },
  5836. "require-dev": {
  5837. "symfony/console": "^4.4|^5.0"
  5838. },
  5839. "suggest": {
  5840. "symfony/console": "For validating YAML files using the lint command"
  5841. },
  5842. "bin": [
  5843. "Resources/bin/yaml-lint"
  5844. ],
  5845. "type": "library",
  5846. "autoload": {
  5847. "psr-4": {
  5848. "Symfony\\Component\\Yaml\\": ""
  5849. },
  5850. "exclude-from-classmap": [
  5851. "/Tests/"
  5852. ]
  5853. },
  5854. "notification-url": "https://packagist.org/downloads/",
  5855. "license": [
  5856. "MIT"
  5857. ],
  5858. "authors": [
  5859. {
  5860. "name": "Fabien Potencier",
  5861. "email": "fabien@symfony.com"
  5862. },
  5863. {
  5864. "name": "Symfony Community",
  5865. "homepage": "https://symfony.com/contributors"
  5866. }
  5867. ],
  5868. "description": "Symfony Yaml Component",
  5869. "homepage": "https://symfony.com",
  5870. "time": "2020-12-08T17:02:38+00:00"
  5871. },
  5872. {
  5873. "name": "twig/extra-bundle",
  5874. "version": "v3.1.1",
  5875. "source": {
  5876. "type": "git",
  5877. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  5878. "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233"
  5879. },
  5880. "dist": {
  5881. "type": "zip",
  5882. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a7c5799cf742ab0827f5d32df37528ee8bf5a233",
  5883. "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233",
  5884. "shasum": ""
  5885. },
  5886. "require": {
  5887. "php": "^7.1.3|^8.0",
  5888. "symfony/framework-bundle": "^4.3|^5.0",
  5889. "symfony/twig-bundle": "^4.3|^5.0",
  5890. "twig/twig": "^2.4|^3.0"
  5891. },
  5892. "require-dev": {
  5893. "twig/cssinliner-extra": "^2.12|^3.0",
  5894. "twig/html-extra": "^2.12|^3.0",
  5895. "twig/inky-extra": "^2.12|^3.0",
  5896. "twig/intl-extra": "^2.12|^3.0",
  5897. "twig/markdown-extra": "^2.12|^3.0"
  5898. },
  5899. "type": "symfony-bundle",
  5900. "extra": {
  5901. "branch-alias": {
  5902. "dev-master": "3.0-dev"
  5903. }
  5904. },
  5905. "autoload": {
  5906. "psr-4": {
  5907. "Twig\\Extra\\TwigExtraBundle\\": "src/"
  5908. }
  5909. },
  5910. "notification-url": "https://packagist.org/downloads/",
  5911. "license": [
  5912. "MIT"
  5913. ],
  5914. "authors": [
  5915. {
  5916. "name": "Fabien Potencier",
  5917. "email": "fabien@symfony.com",
  5918. "homepage": "http://fabien.potencier.org",
  5919. "role": "Lead Developer"
  5920. }
  5921. ],
  5922. "description": "A Symfony bundle for extra Twig extensions",
  5923. "homepage": "https://twig.symfony.com",
  5924. "keywords": [
  5925. "bundle",
  5926. "extra",
  5927. "twig"
  5928. ],
  5929. "time": "2020-05-21T09:56:39+00:00"
  5930. },
  5931. {
  5932. "name": "twig/twig",
  5933. "version": "v3.1.1",
  5934. "source": {
  5935. "type": "git",
  5936. "url": "https://github.com/twigphp/Twig.git",
  5937. "reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737"
  5938. },
  5939. "dist": {
  5940. "type": "zip",
  5941. "url": "https://api.github.com/repos/twigphp/Twig/zipball/b02fa41f3783a2616eccef7b92fbc2343ffed737",
  5942. "reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737",
  5943. "shasum": ""
  5944. },
  5945. "require": {
  5946. "php": ">=7.2.5",
  5947. "symfony/polyfill-ctype": "^1.8",
  5948. "symfony/polyfill-mbstring": "^1.3"
  5949. },
  5950. "require-dev": {
  5951. "psr/container": "^1.0",
  5952. "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
  5953. },
  5954. "type": "library",
  5955. "extra": {
  5956. "branch-alias": {
  5957. "dev-master": "3.1-dev"
  5958. }
  5959. },
  5960. "autoload": {
  5961. "psr-4": {
  5962. "Twig\\": "src/"
  5963. }
  5964. },
  5965. "notification-url": "https://packagist.org/downloads/",
  5966. "license": [
  5967. "BSD-3-Clause"
  5968. ],
  5969. "authors": [
  5970. {
  5971. "name": "Fabien Potencier",
  5972. "email": "fabien@symfony.com",
  5973. "homepage": "http://fabien.potencier.org",
  5974. "role": "Lead Developer"
  5975. },
  5976. {
  5977. "name": "Twig Team",
  5978. "role": "Contributors"
  5979. },
  5980. {
  5981. "name": "Armin Ronacher",
  5982. "email": "armin.ronacher@active-4.com",
  5983. "role": "Project Founder"
  5984. }
  5985. ],
  5986. "description": "Twig, the flexible, fast, and secure template language for PHP",
  5987. "homepage": "https://twig.symfony.com",
  5988. "keywords": [
  5989. "templating"
  5990. ],
  5991. "time": "2020-10-27T19:28:23+00:00"
  5992. },
  5993. {
  5994. "name": "webimpress/safe-writer",
  5995. "version": "2.1.0",
  5996. "source": {
  5997. "type": "git",
  5998. "url": "https://github.com/webimpress/safe-writer.git",
  5999. "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd"
  6000. },
  6001. "dist": {
  6002. "type": "zip",
  6003. "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd",
  6004. "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd",
  6005. "shasum": ""
  6006. },
  6007. "require": {
  6008. "php": "^7.2 || ^8.0"
  6009. },
  6010. "require-dev": {
  6011. "phpunit/phpunit": "^8.5.8 || ^9.3.7",
  6012. "vimeo/psalm": "^3.14.2",
  6013. "webimpress/coding-standard": "^1.1.5"
  6014. },
  6015. "type": "library",
  6016. "extra": {
  6017. "branch-alias": {
  6018. "dev-master": "2.1.x-dev",
  6019. "dev-develop": "2.2.x-dev",
  6020. "dev-release-1.0": "1.0.x-dev"
  6021. }
  6022. },
  6023. "autoload": {
  6024. "psr-4": {
  6025. "Webimpress\\SafeWriter\\": "src/"
  6026. }
  6027. },
  6028. "notification-url": "https://packagist.org/downloads/",
  6029. "license": [
  6030. "BSD-2-Clause"
  6031. ],
  6032. "description": "Tool to write files safely, to avoid race conditions",
  6033. "keywords": [
  6034. "concurrent write",
  6035. "file writer",
  6036. "race condition",
  6037. "safe writer",
  6038. "webimpress"
  6039. ],
  6040. "time": "2020-08-25T07:21:11+00:00"
  6041. },
  6042. {
  6043. "name": "webmozart/assert",
  6044. "version": "1.9.1",
  6045. "source": {
  6046. "type": "git",
  6047. "url": "https://github.com/webmozart/assert.git",
  6048. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  6049. },
  6050. "dist": {
  6051. "type": "zip",
  6052. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6053. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6054. "shasum": ""
  6055. },
  6056. "require": {
  6057. "php": "^5.3.3 || ^7.0 || ^8.0",
  6058. "symfony/polyfill-ctype": "^1.8"
  6059. },
  6060. "conflict": {
  6061. "phpstan/phpstan": "<0.12.20",
  6062. "vimeo/psalm": "<3.9.1"
  6063. },
  6064. "require-dev": {
  6065. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  6066. },
  6067. "type": "library",
  6068. "autoload": {
  6069. "psr-4": {
  6070. "Webmozart\\Assert\\": "src/"
  6071. }
  6072. },
  6073. "notification-url": "https://packagist.org/downloads/",
  6074. "license": [
  6075. "MIT"
  6076. ],
  6077. "authors": [
  6078. {
  6079. "name": "Bernhard Schussek",
  6080. "email": "bschussek@gmail.com"
  6081. }
  6082. ],
  6083. "description": "Assertions to validate method input/output with nice error messages.",
  6084. "keywords": [
  6085. "assert",
  6086. "check",
  6087. "validate"
  6088. ],
  6089. "time": "2020-07-08T17:02:28+00:00"
  6090. }
  6091. ],
  6092. "packages-dev": [
  6093. {
  6094. "name": "nikic/php-parser",
  6095. "version": "v4.10.4",
  6096. "source": {
  6097. "type": "git",
  6098. "url": "https://github.com/nikic/PHP-Parser.git",
  6099. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
  6100. },
  6101. "dist": {
  6102. "type": "zip",
  6103. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  6104. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  6105. "shasum": ""
  6106. },
  6107. "require": {
  6108. "ext-tokenizer": "*",
  6109. "php": ">=7.0"
  6110. },
  6111. "require-dev": {
  6112. "ircmaxell/php-yacc": "^0.0.7",
  6113. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  6114. },
  6115. "bin": [
  6116. "bin/php-parse"
  6117. ],
  6118. "type": "library",
  6119. "extra": {
  6120. "branch-alias": {
  6121. "dev-master": "4.9-dev"
  6122. }
  6123. },
  6124. "autoload": {
  6125. "psr-4": {
  6126. "PhpParser\\": "lib/PhpParser"
  6127. }
  6128. },
  6129. "notification-url": "https://packagist.org/downloads/",
  6130. "license": [
  6131. "BSD-3-Clause"
  6132. ],
  6133. "authors": [
  6134. {
  6135. "name": "Nikita Popov"
  6136. }
  6137. ],
  6138. "description": "A PHP parser written in PHP",
  6139. "keywords": [
  6140. "parser",
  6141. "php"
  6142. ],
  6143. "time": "2020-12-20T10:01:03+00:00"
  6144. },
  6145. {
  6146. "name": "symfony/browser-kit",
  6147. "version": "v5.2.1",
  6148. "source": {
  6149. "type": "git",
  6150. "url": "https://github.com/symfony/browser-kit.git",
  6151. "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a"
  6152. },
  6153. "dist": {
  6154. "type": "zip",
  6155. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
  6156. "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
  6157. "shasum": ""
  6158. },
  6159. "require": {
  6160. "php": ">=7.2.5",
  6161. "symfony/dom-crawler": "^4.4|^5.0"
  6162. },
  6163. "require-dev": {
  6164. "symfony/css-selector": "^4.4|^5.0",
  6165. "symfony/http-client": "^4.4|^5.0",
  6166. "symfony/mime": "^4.4|^5.0",
  6167. "symfony/process": "^4.4|^5.0"
  6168. },
  6169. "suggest": {
  6170. "symfony/process": ""
  6171. },
  6172. "type": "library",
  6173. "autoload": {
  6174. "psr-4": {
  6175. "Symfony\\Component\\BrowserKit\\": ""
  6176. },
  6177. "exclude-from-classmap": [
  6178. "/Tests/"
  6179. ]
  6180. },
  6181. "notification-url": "https://packagist.org/downloads/",
  6182. "license": [
  6183. "MIT"
  6184. ],
  6185. "authors": [
  6186. {
  6187. "name": "Fabien Potencier",
  6188. "email": "fabien@symfony.com"
  6189. },
  6190. {
  6191. "name": "Symfony Community",
  6192. "homepage": "https://symfony.com/contributors"
  6193. }
  6194. ],
  6195. "description": "Symfony BrowserKit Component",
  6196. "homepage": "https://symfony.com",
  6197. "time": "2020-12-18T08:03:05+00:00"
  6198. },
  6199. {
  6200. "name": "symfony/css-selector",
  6201. "version": "v5.2.1",
  6202. "source": {
  6203. "type": "git",
  6204. "url": "https://github.com/symfony/css-selector.git",
  6205. "reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054"
  6206. },
  6207. "dist": {
  6208. "type": "zip",
  6209. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
  6210. "reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
  6211. "shasum": ""
  6212. },
  6213. "require": {
  6214. "php": ">=7.2.5"
  6215. },
  6216. "type": "library",
  6217. "autoload": {
  6218. "psr-4": {
  6219. "Symfony\\Component\\CssSelector\\": ""
  6220. },
  6221. "exclude-from-classmap": [
  6222. "/Tests/"
  6223. ]
  6224. },
  6225. "notification-url": "https://packagist.org/downloads/",
  6226. "license": [
  6227. "MIT"
  6228. ],
  6229. "authors": [
  6230. {
  6231. "name": "Fabien Potencier",
  6232. "email": "fabien@symfony.com"
  6233. },
  6234. {
  6235. "name": "Jean-François Simon",
  6236. "email": "jeanfrancois.simon@sensiolabs.com"
  6237. },
  6238. {
  6239. "name": "Symfony Community",
  6240. "homepage": "https://symfony.com/contributors"
  6241. }
  6242. ],
  6243. "description": "Symfony CssSelector Component",
  6244. "homepage": "https://symfony.com",
  6245. "time": "2020-12-08T17:02:38+00:00"
  6246. },
  6247. {
  6248. "name": "symfony/debug-bundle",
  6249. "version": "v5.2.1",
  6250. "source": {
  6251. "type": "git",
  6252. "url": "https://github.com/symfony/debug-bundle.git",
  6253. "reference": "c79722fc3d430810d7a764fbc84fe212e532e004"
  6254. },
  6255. "dist": {
  6256. "type": "zip",
  6257. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/c79722fc3d430810d7a764fbc84fe212e532e004",
  6258. "reference": "c79722fc3d430810d7a764fbc84fe212e532e004",
  6259. "shasum": ""
  6260. },
  6261. "require": {
  6262. "ext-xml": "*",
  6263. "php": ">=7.2.5",
  6264. "symfony/http-kernel": "^4.4|^5.0",
  6265. "symfony/twig-bridge": "^4.4|^5.0",
  6266. "symfony/var-dumper": "^4.4|^5.0"
  6267. },
  6268. "conflict": {
  6269. "symfony/config": "<4.4",
  6270. "symfony/dependency-injection": "<5.2"
  6271. },
  6272. "require-dev": {
  6273. "symfony/config": "^4.4|^5.0",
  6274. "symfony/dependency-injection": "^4.4|^5.0",
  6275. "symfony/web-profiler-bundle": "^4.4|^5.0"
  6276. },
  6277. "suggest": {
  6278. "symfony/config": "For service container configuration",
  6279. "symfony/dependency-injection": "For using as a service from the container"
  6280. },
  6281. "type": "symfony-bundle",
  6282. "autoload": {
  6283. "psr-4": {
  6284. "Symfony\\Bundle\\DebugBundle\\": ""
  6285. },
  6286. "exclude-from-classmap": [
  6287. "/Tests/"
  6288. ]
  6289. },
  6290. "notification-url": "https://packagist.org/downloads/",
  6291. "license": [
  6292. "MIT"
  6293. ],
  6294. "authors": [
  6295. {
  6296. "name": "Fabien Potencier",
  6297. "email": "fabien@symfony.com"
  6298. },
  6299. {
  6300. "name": "Symfony Community",
  6301. "homepage": "https://symfony.com/contributors"
  6302. }
  6303. ],
  6304. "description": "Symfony DebugBundle",
  6305. "homepage": "https://symfony.com",
  6306. "time": "2020-10-24T12:08:07+00:00"
  6307. },
  6308. {
  6309. "name": "symfony/dom-crawler",
  6310. "version": "v5.2.1",
  6311. "source": {
  6312. "type": "git",
  6313. "url": "https://github.com/symfony/dom-crawler.git",
  6314. "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea"
  6315. },
  6316. "dist": {
  6317. "type": "zip",
  6318. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
  6319. "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
  6320. "shasum": ""
  6321. },
  6322. "require": {
  6323. "php": ">=7.2.5",
  6324. "symfony/polyfill-ctype": "~1.8",
  6325. "symfony/polyfill-mbstring": "~1.0",
  6326. "symfony/polyfill-php80": "^1.15"
  6327. },
  6328. "conflict": {
  6329. "masterminds/html5": "<2.6"
  6330. },
  6331. "require-dev": {
  6332. "masterminds/html5": "^2.6",
  6333. "symfony/css-selector": "^4.4|^5.0"
  6334. },
  6335. "suggest": {
  6336. "symfony/css-selector": ""
  6337. },
  6338. "type": "library",
  6339. "autoload": {
  6340. "psr-4": {
  6341. "Symfony\\Component\\DomCrawler\\": ""
  6342. },
  6343. "exclude-from-classmap": [
  6344. "/Tests/"
  6345. ]
  6346. },
  6347. "notification-url": "https://packagist.org/downloads/",
  6348. "license": [
  6349. "MIT"
  6350. ],
  6351. "authors": [
  6352. {
  6353. "name": "Fabien Potencier",
  6354. "email": "fabien@symfony.com"
  6355. },
  6356. {
  6357. "name": "Symfony Community",
  6358. "homepage": "https://symfony.com/contributors"
  6359. }
  6360. ],
  6361. "description": "Symfony DomCrawler Component",
  6362. "homepage": "https://symfony.com",
  6363. "time": "2020-12-18T08:02:46+00:00"
  6364. },
  6365. {
  6366. "name": "symfony/maker-bundle",
  6367. "version": "v1.26.1",
  6368. "source": {
  6369. "type": "git",
  6370. "url": "https://github.com/symfony/maker-bundle.git",
  6371. "reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99"
  6372. },
  6373. "dist": {
  6374. "type": "zip",
  6375. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
  6376. "reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
  6377. "shasum": ""
  6378. },
  6379. "require": {
  6380. "doctrine/inflector": "^1.2|^2.0",
  6381. "nikic/php-parser": "^4.0",
  6382. "php": ">=7.1.3",
  6383. "symfony/config": "^3.4|^4.0|^5.0",
  6384. "symfony/console": "^3.4|^4.0|^5.0",
  6385. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  6386. "symfony/deprecation-contracts": "^2.2",
  6387. "symfony/filesystem": "^3.4|^4.0|^5.0",
  6388. "symfony/finder": "^3.4|^4.0|^5.0",
  6389. "symfony/framework-bundle": "^3.4|^4.0|^5.0",
  6390. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  6391. },
  6392. "require-dev": {
  6393. "composer/semver": "^3.0@dev",
  6394. "doctrine/doctrine-bundle": "^1.8|^2.0",
  6395. "doctrine/orm": "^2.3",
  6396. "friendsofphp/php-cs-fixer": "^2.8",
  6397. "friendsoftwig/twigcs": "^3.1.2",
  6398. "symfony/http-client": "^4.3|^5.0",
  6399. "symfony/phpunit-bridge": "^4.3|^5.0",
  6400. "symfony/process": "^3.4|^4.0|^5.0",
  6401. "symfony/security-core": "^3.4|^4.0|^5.0",
  6402. "symfony/yaml": "^3.4|^4.0|^5.0"
  6403. },
  6404. "type": "symfony-bundle",
  6405. "extra": {
  6406. "branch-alias": {
  6407. "dev-main": "1.0-dev"
  6408. }
  6409. },
  6410. "autoload": {
  6411. "psr-4": {
  6412. "Symfony\\Bundle\\MakerBundle\\": "src/"
  6413. }
  6414. },
  6415. "notification-url": "https://packagist.org/downloads/",
  6416. "license": [
  6417. "MIT"
  6418. ],
  6419. "authors": [
  6420. {
  6421. "name": "Symfony Community",
  6422. "homepage": "https://symfony.com/contributors"
  6423. }
  6424. ],
  6425. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  6426. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  6427. "keywords": [
  6428. "code generator",
  6429. "generator",
  6430. "scaffold",
  6431. "scaffolding"
  6432. ],
  6433. "time": "2020-12-18T17:08:39+00:00"
  6434. },
  6435. {
  6436. "name": "symfony/phpunit-bridge",
  6437. "version": "v5.2.1",
  6438. "source": {
  6439. "type": "git",
  6440. "url": "https://github.com/symfony/phpunit-bridge.git",
  6441. "reference": "235823f6d215c9bd930a47a496e62c1354cde55b"
  6442. },
  6443. "dist": {
  6444. "type": "zip",
  6445. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/235823f6d215c9bd930a47a496e62c1354cde55b",
  6446. "reference": "235823f6d215c9bd930a47a496e62c1354cde55b",
  6447. "shasum": ""
  6448. },
  6449. "require": {
  6450. "php": ">=5.5.9"
  6451. },
  6452. "conflict": {
  6453. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
  6454. },
  6455. "require-dev": {
  6456. "symfony/deprecation-contracts": "^2.1",
  6457. "symfony/error-handler": "^4.4|^5.0"
  6458. },
  6459. "suggest": {
  6460. "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  6461. },
  6462. "bin": [
  6463. "bin/simple-phpunit"
  6464. ],
  6465. "type": "symfony-bridge",
  6466. "extra": {
  6467. "thanks": {
  6468. "name": "phpunit/phpunit",
  6469. "url": "https://github.com/sebastianbergmann/phpunit"
  6470. }
  6471. },
  6472. "autoload": {
  6473. "files": [
  6474. "bootstrap.php"
  6475. ],
  6476. "psr-4": {
  6477. "Symfony\\Bridge\\PhpUnit\\": ""
  6478. },
  6479. "exclude-from-classmap": [
  6480. "/Tests/"
  6481. ]
  6482. },
  6483. "notification-url": "https://packagist.org/downloads/",
  6484. "license": [
  6485. "MIT"
  6486. ],
  6487. "authors": [
  6488. {
  6489. "name": "Nicolas Grekas",
  6490. "email": "p@tchwork.com"
  6491. },
  6492. {
  6493. "name": "Symfony Community",
  6494. "homepage": "https://symfony.com/contributors"
  6495. }
  6496. ],
  6497. "description": "Symfony PHPUnit Bridge",
  6498. "homepage": "https://symfony.com",
  6499. "time": "2020-12-14T22:27:17+00:00"
  6500. },
  6501. {
  6502. "name": "symfony/web-profiler-bundle",
  6503. "version": "v5.2.1",
  6504. "source": {
  6505. "type": "git",
  6506. "url": "https://github.com/symfony/web-profiler-bundle.git",
  6507. "reference": "6cd2f3d01faf1d77125ec14150a6fbd062dbe211"
  6508. },
  6509. "dist": {
  6510. "type": "zip",
  6511. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6cd2f3d01faf1d77125ec14150a6fbd062dbe211",
  6512. "reference": "6cd2f3d01faf1d77125ec14150a6fbd062dbe211",
  6513. "shasum": ""
  6514. },
  6515. "require": {
  6516. "php": ">=7.2.5",
  6517. "symfony/config": "^4.4|^5.0",
  6518. "symfony/framework-bundle": "^5.1",
  6519. "symfony/http-kernel": "^5.2",
  6520. "symfony/routing": "^4.4|^5.0",
  6521. "symfony/twig-bundle": "^4.4|^5.0",
  6522. "twig/twig": "^2.10|^3.0"
  6523. },
  6524. "conflict": {
  6525. "symfony/dependency-injection": "<5.2",
  6526. "symfony/form": "<4.4",
  6527. "symfony/messenger": "<4.4"
  6528. },
  6529. "require-dev": {
  6530. "symfony/browser-kit": "^4.4|^5.0",
  6531. "symfony/console": "^4.4|^5.0",
  6532. "symfony/css-selector": "^4.4|^5.0",
  6533. "symfony/stopwatch": "^4.4|^5.0"
  6534. },
  6535. "type": "symfony-bundle",
  6536. "autoload": {
  6537. "psr-4": {
  6538. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  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 WebProfilerBundle",
  6559. "homepage": "https://symfony.com",
  6560. "time": "2020-12-08T17:03:37+00:00"
  6561. }
  6562. ],
  6563. "aliases": [],
  6564. "minimum-stability": "dev",
  6565. "stability-flags": [],
  6566. "prefer-stable": true,
  6567. "prefer-lowest": false,
  6568. "platform": {
  6569. "php": ">=7.2.5",
  6570. "ext-ctype": "*",
  6571. "ext-iconv": "*"
  6572. },
  6573. "platform-dev": []
  6574. }