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.
 
 
 
 

13265 lines
486 KiB

  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": "cecc1016949c9828ae57f7ec14197a87",
  8. "packages": [
  9. {
  10. "name": "alnv/catalog-manager",
  11. "version": "v1.31.44",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/alnv/catalog-manager.git",
  15. "reference": "d6912ecaadd6a388015c862c5792c51a73d00ec6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/alnv/catalog-manager/zipball/d6912ecaadd6a388015c862c5792c51a73d00ec6",
  20. "reference": "d6912ecaadd6a388015c862c5792c51a73d00ec6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "contao-community-alliance/composer-plugin": "^2.4.1 || ~3.0",
  25. "contao/core-bundle": "~3.5 || ~4.1",
  26. "php": ">=5.6",
  27. "tecnickcom/tcpdf": "^6.2"
  28. },
  29. "replace": {
  30. "contao-legacy/catalog-manager": "self.version"
  31. },
  32. "type": "contao-module",
  33. "extra": {
  34. "contao": {
  35. "sources": {
  36. "": "system/modules/catalog-manager"
  37. }
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "proprietary"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Alexander Naumov",
  47. "homepage": "https://alexandernaumov.de",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "Catalog Manager for Contao CMS",
  52. "homepage": "https://catalog-manager.org",
  53. "keywords": [
  54. "catalog",
  55. "contao",
  56. "filter",
  57. "frontend editing",
  58. "radius search",
  59. "taxonomy"
  60. ],
  61. "time": "2021-03-31T15:03:00+00:00"
  62. },
  63. {
  64. "name": "ausi/slug-generator",
  65. "version": "v1.1.1",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/ausi/slug-generator.git",
  69. "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/ausi/slug-generator/zipball/4e761b08966c5d4aeecc1829ac997e5a5a29d231",
  74. "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "ext-intl": "*",
  79. "ext-mbstring": "*",
  80. "ext-pcre": "*",
  81. "lib-icu": ">=4.2.1",
  82. "php": "^7.1 || ^8.0"
  83. },
  84. "require-dev": {
  85. "contao/easy-coding-standard": "^3.0",
  86. "phpstan/phpstan": "^0.12.40",
  87. "phpstan/phpstan-phpunit": "^0.12.16",
  88. "phpunit/phpunit": "^7.5.20 || ^8.5.4 || ^9.4.2",
  89. "psalm/plugin-phpunit": "^0.9",
  90. "slam/phpstan-extensions": "^5.0",
  91. "vimeo/psalm": "^3.9"
  92. },
  93. "type": "library",
  94. "autoload": {
  95. "psr-4": {
  96. "Ausi\\SlugGenerator\\": "src/"
  97. }
  98. },
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "MIT"
  102. ],
  103. "authors": [
  104. {
  105. "name": "Martin Auswöger",
  106. "email": "martin@auswoeger.com"
  107. }
  108. ],
  109. "description": "Slug Generator",
  110. "keywords": [
  111. "ascii",
  112. "cldr",
  113. "pretty-url",
  114. "slug",
  115. "slug-generator",
  116. "slugify",
  117. "transliteration",
  118. "unicode"
  119. ],
  120. "time": "2020-10-19T15:25:33+00:00"
  121. },
  122. {
  123. "name": "bacon/bacon-qr-code",
  124. "version": "2.0.3",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/Bacon/BaconQrCode.git",
  128. "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/3e9d791b67d0a2912922b7b7c7312f4b37af41e4",
  133. "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4",
  134. "shasum": ""
  135. },
  136. "require": {
  137. "dasprid/enum": "^1.0.3",
  138. "ext-iconv": "*",
  139. "php": "^7.1 || ^8.0"
  140. },
  141. "require-dev": {
  142. "phly/keep-a-changelog": "^1.4",
  143. "phpunit/phpunit": "^7 | ^8 | ^9",
  144. "squizlabs/php_codesniffer": "^3.4"
  145. },
  146. "suggest": {
  147. "ext-imagick": "to generate QR code images"
  148. },
  149. "type": "library",
  150. "autoload": {
  151. "psr-4": {
  152. "BaconQrCode\\": "src/"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "BSD-2-Clause"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Ben Scholzen 'DASPRiD'",
  162. "email": "mail@dasprids.de",
  163. "homepage": "https://dasprids.de/",
  164. "role": "Developer"
  165. }
  166. ],
  167. "description": "BaconQrCode is a QR code generator for PHP.",
  168. "homepage": "https://github.com/Bacon/BaconQrCode",
  169. "time": "2020-10-30T02:02:47+00:00"
  170. },
  171. {
  172. "name": "beberlei/assert",
  173. "version": "v3.3.0",
  174. "source": {
  175. "type": "git",
  176. "url": "https://github.com/beberlei/assert.git",
  177. "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab"
  178. },
  179. "dist": {
  180. "type": "zip",
  181. "url": "https://api.github.com/repos/beberlei/assert/zipball/5367e3895976b49704ae671f75bc5f0ba1b986ab",
  182. "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab",
  183. "shasum": ""
  184. },
  185. "require": {
  186. "ext-ctype": "*",
  187. "ext-intl": "*",
  188. "ext-json": "*",
  189. "ext-mbstring": "*",
  190. "ext-simplexml": "*",
  191. "php": "^7.0 || ^8.0"
  192. },
  193. "require-dev": {
  194. "friendsofphp/php-cs-fixer": "*",
  195. "phpstan/phpstan": "*",
  196. "phpunit/phpunit": ">=6.0.0",
  197. "yoast/phpunit-polyfills": "^0.1.0"
  198. },
  199. "type": "library",
  200. "autoload": {
  201. "psr-4": {
  202. "Assert\\": "lib/Assert"
  203. },
  204. "files": [
  205. "lib/Assert/functions.php"
  206. ]
  207. },
  208. "notification-url": "https://packagist.org/downloads/",
  209. "license": [
  210. "BSD-2-Clause"
  211. ],
  212. "authors": [
  213. {
  214. "name": "Benjamin Eberlei",
  215. "email": "kontakt@beberlei.de",
  216. "role": "Lead Developer"
  217. },
  218. {
  219. "name": "Richard Quadling",
  220. "email": "rquadling@gmail.com",
  221. "role": "Collaborator"
  222. }
  223. ],
  224. "description": "Thin assertion library for input validation in business models.",
  225. "keywords": [
  226. "assert",
  227. "assertion",
  228. "validation"
  229. ],
  230. "time": "2020-11-13T20:02:54+00:00"
  231. },
  232. {
  233. "name": "christianbarkowsky/contao-tiny-compress-images",
  234. "version": "1.0.8",
  235. "source": {
  236. "type": "git",
  237. "url": "https://github.com/christianbarkowsky/contao-tiny-compress-images.git",
  238. "reference": "58d0947bbd7108aed8f3e3e0248006c6ca098662"
  239. },
  240. "dist": {
  241. "type": "zip",
  242. "url": "https://api.github.com/repos/christianbarkowsky/contao-tiny-compress-images/zipball/58d0947bbd7108aed8f3e3e0248006c6ca098662",
  243. "reference": "58d0947bbd7108aed8f3e3e0248006c6ca098662",
  244. "shasum": ""
  245. },
  246. "require": {
  247. "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
  248. "contao/core-bundle": "~3.5 || ~4.4",
  249. "php": ">=5.5"
  250. },
  251. "type": "contao-module",
  252. "extra": {
  253. "contao": {
  254. "sources": {
  255. "src": "system/modules/tiny-compress-images"
  256. }
  257. }
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "LGPL-3.0-or-later"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Christian Barkowsky",
  266. "homepage": "https://brkwsky.de",
  267. "role": "Developer"
  268. }
  269. ],
  270. "description": "This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.",
  271. "homepage": "https://brkwsky.de/contao-tinypng-tinyjpg-erweiterung",
  272. "keywords": [
  273. "compress",
  274. "contao",
  275. "images",
  276. "tiny",
  277. "tinyjpg",
  278. "tinypng",
  279. "upload"
  280. ],
  281. "time": "2021-01-06T20:00:57+00:00"
  282. },
  283. {
  284. "name": "clue/stream-filter",
  285. "version": "v1.5.0",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/clue/stream-filter.git",
  289. "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
  294. "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "php": ">=5.3"
  299. },
  300. "require-dev": {
  301. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
  302. },
  303. "type": "library",
  304. "autoload": {
  305. "psr-4": {
  306. "Clue\\StreamFilter\\": "src/"
  307. },
  308. "files": [
  309. "src/functions_include.php"
  310. ]
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "Christian Lück",
  319. "email": "christian@clue.engineering"
  320. }
  321. ],
  322. "description": "A simple and modern approach to stream filtering in PHP",
  323. "homepage": "https://github.com/clue/php-stream-filter",
  324. "keywords": [
  325. "bucket brigade",
  326. "callback",
  327. "filter",
  328. "php_user_filter",
  329. "stream",
  330. "stream_filter_append",
  331. "stream_filter_register"
  332. ],
  333. "time": "2020-10-02T12:38:20+00:00"
  334. },
  335. {
  336. "name": "codefog/contao-haste",
  337. "version": "4.24.14",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/codefog/contao-haste.git",
  341. "reference": "f453ef8e683587e3f0e0e10369c0432fd2d210f5"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/codefog/contao-haste/zipball/f453ef8e683587e3f0e0e10369c0432fd2d210f5",
  346. "reference": "f453ef8e683587e3f0e0e10369c0432fd2d210f5",
  347. "shasum": ""
  348. },
  349. "require": {
  350. "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
  351. "contao/core-bundle": "^4.4",
  352. "php": "~7.0 || ~8.0"
  353. },
  354. "replace": {
  355. "contao-legacy/haste": "self.version"
  356. },
  357. "require-dev": {
  358. "phpoffice/phpexcel": "^1.6",
  359. "phpoffice/phpspreadsheet": "^1.6",
  360. "phpunit/phpunit": "^9.2"
  361. },
  362. "suggest": {
  363. "phpoffice/phpspreadsheet": "Required for the Haste\\IO\\ExcelFileWriter component."
  364. },
  365. "type": "contao-module",
  366. "extra": {
  367. "contao": {
  368. "sources": {
  369. "": "system/modules/haste"
  370. },
  371. "runonce": [
  372. "config/upgrade.php"
  373. ]
  374. }
  375. },
  376. "autoload": {
  377. "psr-0": {
  378. "Haste\\": [
  379. "library/"
  380. ]
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "LGPL-3.0-or-later"
  386. ],
  387. "authors": [
  388. {
  389. "name": "Codefog",
  390. "homepage": "http://codefog.pl"
  391. },
  392. {
  393. "name": "terminal42 gmbh",
  394. "homepage": "https://www.terminal42.ch"
  395. }
  396. ],
  397. "description": "haste extension for Contao Open Source CMS",
  398. "keywords": [
  399. "contao",
  400. "haste"
  401. ],
  402. "time": "2021-02-22T08:57:58+00:00"
  403. },
  404. {
  405. "name": "codefog/contao-news_categories",
  406. "version": "3.4.4",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/codefog/contao-news_categories.git",
  410. "reference": "9cbf69bf6c005c49e97f3f85620611befa968915"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/codefog/contao-news_categories/zipball/9cbf69bf6c005c49e97f3f85620611befa968915",
  415. "reference": "9cbf69bf6c005c49e97f3f85620611befa968915",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "codefog/contao-haste": "^4.17",
  420. "contao/core-bundle": "^4.4",
  421. "contao/news-bundle": "^4.4",
  422. "php": "^5.6|^7.0"
  423. },
  424. "conflict": {
  425. "contao/manager-plugin": "<2.0 || >=3.0",
  426. "terminal42/dc_multilingual": "<4.0"
  427. },
  428. "replace": {
  429. "contao-legacy/news_categories": "self.version"
  430. },
  431. "require-dev": {
  432. "contao/manager-plugin": "^2.0",
  433. "friendsofphp/php-cs-fixer": "^2.2",
  434. "terminal42/contao-changelanguage": "^3.1",
  435. "terminal42/dc_multilingual": "^3.0"
  436. },
  437. "suggest": {
  438. "terminal42/contao-changelanguage": "^3.1",
  439. "terminal42/dc_multilingual": "^4.0"
  440. },
  441. "type": "contao-bundle",
  442. "extra": {
  443. "contao-manager-plugin": "Codefog\\NewsCategoriesBundle\\ContaoManager\\Plugin"
  444. },
  445. "autoload": {
  446. "psr-4": {
  447. "Codefog\\NewsCategoriesBundle\\": "src"
  448. }
  449. },
  450. "notification-url": "https://packagist.org/downloads/",
  451. "license": [
  452. "MIT"
  453. ],
  454. "authors": [
  455. {
  456. "name": "Codefog",
  457. "homepage": "https://codefog.pl"
  458. }
  459. ],
  460. "description": "News Categories bundle for Contao Open Source CMS",
  461. "keywords": [
  462. "categories",
  463. "contao",
  464. "news"
  465. ],
  466. "time": "2021-04-06T11:43:58+00:00"
  467. },
  468. {
  469. "name": "codefog/tags-bundle",
  470. "version": "3.2.0",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/codefog/tags-bundle.git",
  474. "reference": "05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/codefog/tags-bundle/zipball/05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7",
  479. "reference": "05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "codefog/contao-haste": "^4.24",
  484. "contao/core-bundle": "^4.4",
  485. "ext-pdo": "*",
  486. "php": "^7.1"
  487. },
  488. "conflict": {
  489. "contao/manager-plugin": "<2.0 || >=3.0"
  490. },
  491. "require-dev": {
  492. "contao/manager-plugin": "^2.0",
  493. "contao/php-cs-fixer": "^2.2",
  494. "contao/test-case": "^2.0",
  495. "php-coveralls/php-coveralls": "^2.2",
  496. "phpunit/phpunit": "^7.0"
  497. },
  498. "type": "contao-bundle",
  499. "extra": {
  500. "contao-manager-plugin": "Codefog\\TagsBundle\\ContaoManager\\Plugin"
  501. },
  502. "autoload": {
  503. "classmap": [
  504. "src/DC_Tags.php"
  505. ],
  506. "psr-4": {
  507. "Codefog\\TagsBundle\\": "src/"
  508. }
  509. },
  510. "notification-url": "https://packagist.org/downloads/",
  511. "license": [
  512. "MIT"
  513. ],
  514. "authors": [
  515. {
  516. "name": "Codefog",
  517. "homepage": "https://codefog.pl"
  518. }
  519. ],
  520. "description": "Tags bundle for Contao Open Source CMS",
  521. "keywords": [
  522. "contao",
  523. "tag",
  524. "tagging",
  525. "tags"
  526. ],
  527. "time": "2020-12-10T17:29:30+00:00"
  528. },
  529. {
  530. "name": "composer/ca-bundle",
  531. "version": "1.2.9",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/composer/ca-bundle.git",
  535. "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
  540. "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "ext-openssl": "*",
  545. "ext-pcre": "*",
  546. "php": "^5.3.2 || ^7.0 || ^8.0"
  547. },
  548. "require-dev": {
  549. "phpstan/phpstan": "^0.12.55",
  550. "psr/log": "^1.0",
  551. "symfony/phpunit-bridge": "^4.2 || ^5",
  552. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  553. },
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-main": "1.x-dev"
  558. }
  559. },
  560. "autoload": {
  561. "psr-4": {
  562. "Composer\\CaBundle\\": "src"
  563. }
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "MIT"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Jordi Boggiano",
  572. "email": "j.boggiano@seld.be",
  573. "homepage": "http://seld.be"
  574. }
  575. ],
  576. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  577. "keywords": [
  578. "cabundle",
  579. "cacert",
  580. "certificate",
  581. "ssl",
  582. "tls"
  583. ],
  584. "time": "2021-01-12T12:10:35+00:00"
  585. },
  586. {
  587. "name": "composer/package-versions-deprecated",
  588. "version": "1.8.2",
  589. "source": {
  590. "type": "git",
  591. "url": "https://github.com/composer/package-versions-deprecated.git",
  592. "reference": "7a8001fe2c9befad9d001bf54ef0b4a17d950d0f"
  593. },
  594. "dist": {
  595. "type": "zip",
  596. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7a8001fe2c9befad9d001bf54ef0b4a17d950d0f",
  597. "reference": "7a8001fe2c9befad9d001bf54ef0b4a17d950d0f",
  598. "shasum": ""
  599. },
  600. "require": {
  601. "composer-plugin-api": "^1.1.0 || ^2.0",
  602. "php": "^7"
  603. },
  604. "replace": {
  605. "ocramius/package-versions": "1.8.99"
  606. },
  607. "require-dev": {
  608. "composer/composer": "^1.9.3 || ^2.0@dev",
  609. "ext-zip": "^1.13",
  610. "phpunit/phpunit": "^6.5 || ^7"
  611. },
  612. "type": "composer-plugin",
  613. "extra": {
  614. "class": "PackageVersions\\Installer",
  615. "branch-alias": {
  616. "dev-master": "1.x-dev"
  617. }
  618. },
  619. "autoload": {
  620. "psr-4": {
  621. "PackageVersions\\": "src/PackageVersions"
  622. }
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "license": [
  626. "MIT"
  627. ],
  628. "authors": [
  629. {
  630. "name": "Marco Pivetta",
  631. "email": "ocramius@gmail.com"
  632. },
  633. {
  634. "name": "Jordi Boggiano",
  635. "email": "j.boggiano@seld.be"
  636. }
  637. ],
  638. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  639. "time": "2020-07-10T14:10:26+00:00"
  640. },
  641. {
  642. "name": "contao-bootstrap/bundle",
  643. "version": "2.1.1",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/contao-bootstrap/bundle.git",
  647. "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/contao-bootstrap/bundle/zipball/78ce1bc0a9ec46c3aa8153c663bcb81f07585731",
  652. "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731",
  653. "shasum": ""
  654. },
  655. "require": {
  656. "contao-bootstrap/core": "~2.0",
  657. "contao-bootstrap/form": "~2.0",
  658. "contao-bootstrap/grid": "~2.0",
  659. "contao-bootstrap/layout": "~2.0",
  660. "contao-bootstrap/navbar": "~2.0",
  661. "contao-bootstrap/panel": "~2.0",
  662. "contao-bootstrap/tab": "~2.0",
  663. "contao-bootstrap/templates": "~2.0"
  664. },
  665. "conflict": {
  666. "contao-bootstrap/components": "*",
  667. "netzmacht/contao-bootstrap": "*"
  668. },
  669. "require-dev": {
  670. "php-http/guzzle6-adapter": "^1.1",
  671. "phpcq/all-tasks": "^1.2"
  672. },
  673. "type": "metapackage",
  674. "extra": {
  675. "branch-alias": {
  676. "dev-master": "2.1.x-dev",
  677. "dev-support/1.x": "1.0.x-dev"
  678. }
  679. },
  680. "notification-url": "https://packagist.org/downloads/",
  681. "license": [
  682. "LGPL-3.0-or-later"
  683. ],
  684. "authors": [
  685. {
  686. "name": "David Molineus",
  687. "email": "mail@netzmacht.de",
  688. "homepage": "https://netzmacht.de",
  689. "role": "Developer"
  690. }
  691. ],
  692. "description": "Install all modules of the Contao Bootstrap extension",
  693. "keywords": [
  694. "bootstrap",
  695. "contao"
  696. ],
  697. "time": "2018-08-22T14:43:48+00:00"
  698. },
  699. {
  700. "name": "contao-bootstrap/core",
  701. "version": "2.0.5",
  702. "source": {
  703. "type": "git",
  704. "url": "https://github.com/contao-bootstrap/core.git",
  705. "reference": "44b87efcef875c8d76250ef452cd41d4f48e05d8"
  706. },
  707. "dist": {
  708. "type": "zip",
  709. "url": "https://api.github.com/repos/contao-bootstrap/core/zipball/44b87efcef875c8d76250ef452cd41d4f48e05d8",
  710. "reference": "44b87efcef875c8d76250ef452cd41d4f48e05d8",
  711. "shasum": ""
  712. },
  713. "require": {
  714. "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
  715. "contao/core-bundle": "^4.4",
  716. "doctrine/dbal": "^2.0",
  717. "php": ">=7.1",
  718. "symfony/config": "^3.4 || ^4.0 || ^5.0",
  719. "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
  720. "symfony/event-dispatcher": "^3.4 || ^4.0",
  721. "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0"
  722. },
  723. "conflict": {
  724. "netzmacht/contao-bootstrap": "*"
  725. },
  726. "require-dev": {
  727. "contao/manager-plugin": "^2.0",
  728. "phpcq/all-tasks": "^1.2",
  729. "phpspec/phpspec": "^4.0"
  730. },
  731. "suggest": {
  732. "components/bootstrap": "Bootstrap Components package",
  733. "twbs/bootstrap": "Official Bootstrap package"
  734. },
  735. "type": "contao-bundle",
  736. "extra": {
  737. "branch-alias": {
  738. "dev-master": "2.0.x-dev",
  739. "dev-develop": "2.1.x-dev",
  740. "dev-support/1.x": "1.1.x-dev"
  741. },
  742. "contao": {
  743. "transifex": {
  744. "project": "contao-bootstrap",
  745. "prefix": "core-",
  746. "languages_cto": "src/Resources/contao/languages",
  747. "languages_tx": ".tx"
  748. }
  749. },
  750. "contao-manager-plugin": "ContaoBootstrap\\Core\\ContaoManager\\Plugin"
  751. },
  752. "autoload": {
  753. "psr-4": {
  754. "ContaoBootstrap\\Core\\": "src/"
  755. }
  756. },
  757. "notification-url": "https://packagist.org/downloads/",
  758. "license": [
  759. "LGPL-3.0-or-later"
  760. ],
  761. "authors": [
  762. {
  763. "name": "David Molineus",
  764. "email": "mail@netzmacht.de",
  765. "homepage": "https://netzmacht.de",
  766. "role": "Developer"
  767. }
  768. ],
  769. "description": "Core of Contao Bootstrap extension",
  770. "keywords": [
  771. "bootstrap",
  772. "contao",
  773. "core"
  774. ],
  775. "time": "2021-02-25T12:45:27+00:00"
  776. },
  777. {
  778. "name": "contao-bootstrap/form",
  779. "version": "2.1.6",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/contao-bootstrap/form.git",
  783. "reference": "722b1b1212e9dda237712c59f69957b2183d4cac"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/contao-bootstrap/form/zipball/722b1b1212e9dda237712c59f69957b2183d4cac",
  788. "reference": "722b1b1212e9dda237712c59f69957b2183d4cac",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "contao-bootstrap/core": "~2.0",
  793. "contao-community-alliance/meta-palettes": "~2.0 || ~1.11",
  794. "contao/core-bundle": "~4.4",
  795. "netzmacht/contao-form-designer": "^1.1.7",
  796. "netzmacht/html": "^2.0",
  797. "php": ">=7.1",
  798. "symfony/config": "^3.3 || ^4.0",
  799. "symfony/dependency-injection": "^3.3 || ^4.0",
  800. "symfony/http-kernel": "^3.3 || ^4.0"
  801. },
  802. "conflict": {
  803. "netzmacht/contao-bootstrap": "*"
  804. },
  805. "require-dev": {
  806. "contao/manager-plugin": "^2.1",
  807. "phpcq/all-tasks": "^1.2"
  808. },
  809. "type": "contao-bundle",
  810. "extra": {
  811. "contao-manager-plugin": "ContaoBootstrap\\Form\\ContaoManager\\Plugin",
  812. "contao": {
  813. "transifex": {
  814. "project": "contao-bootstrap",
  815. "prefix": "form-",
  816. "languages_cto": "src/Resources/contao/languages",
  817. "languages_tx": ".tx"
  818. }
  819. },
  820. "branch-alias": {
  821. "dev-master": "2.1.x-dev",
  822. "dev-develop": "2.2.x-dev",
  823. "dev-support/1.x": "1.1.x-dev"
  824. }
  825. },
  826. "autoload": {
  827. "psr-4": {
  828. "ContaoBootstrap\\Form\\": "src/"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "LGPL-3.0-or-later"
  834. ],
  835. "authors": [
  836. {
  837. "name": "David Molineus",
  838. "email": "mail@netzmacht.de",
  839. "homepage": "https://netzmacht.de",
  840. "role": "Developer"
  841. }
  842. ],
  843. "description": "Contao form templates for Bootstrap 4",
  844. "keywords": [
  845. "bootstrap",
  846. "contao",
  847. "form"
  848. ],
  849. "time": "2021-03-09T16:05:39+00:00"
  850. },
  851. {
  852. "name": "contao-bootstrap/grid",
  853. "version": "2.3.1",
  854. "source": {
  855. "type": "git",
  856. "url": "https://github.com/contao-bootstrap/grid.git",
  857. "reference": "71562254d6440e24db5343c4599276a8a5d1a599"
  858. },
  859. "dist": {
  860. "type": "zip",
  861. "url": "https://api.github.com/repos/contao-bootstrap/grid/zipball/71562254d6440e24db5343c4599276a8a5d1a599",
  862. "reference": "71562254d6440e24db5343c4599276a8a5d1a599",
  863. "shasum": ""
  864. },
  865. "require": {
  866. "contao-bootstrap/core": "^2.0",
  867. "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
  868. "contao/core-bundle": "^4.4",
  869. "doctrine/dbal": "^2.5",
  870. "ext-dom": "*",
  871. "ext-pdo": "*",
  872. "menatwork/contao-multicolumnwizard-bundle": "^3.4",
  873. "netzmacht/contao-toolkit": "^3.1",
  874. "php": ">=7.1",
  875. "symfony/config": "^3.3 || ^4.0",
  876. "symfony/dependency-injection": "^3.4.26 || ^4.1.12",
  877. "symfony/http-kernel": "^3.3 || ^4.4.13",
  878. "symfony/templating": "^3.3 || ^4.0 || ^5.0",
  879. "symfony/translation": "^3.3 || ^4.0"
  880. },
  881. "conflict": {
  882. "netzmacht/contao-bootstrap": "*"
  883. },
  884. "require-dev": {
  885. "contao/manager-plugin": "^2.0",
  886. "contao/news-bundle": "^4.4",
  887. "php-http/guzzle6-adapter": "^1.1",
  888. "phpcq/all-tasks": "^1.3"
  889. },
  890. "suggest": {
  891. "contao/news-bundle": "Use grid in news list and news archive modules"
  892. },
  893. "type": "contao-bundle",
  894. "extra": {
  895. "branch-alias": {
  896. "dev-master": "2.3.x-dev",
  897. "dev-develop": "2.4.x-dev"
  898. },
  899. "contao": {
  900. "transifex": {
  901. "project": "contao-bootstrap",
  902. "prefix": "grid-",
  903. "languages_cto": "src/Resources/contao/languages",
  904. "languages_tx": ".tx"
  905. }
  906. },
  907. "contao-manager-plugin": "ContaoBootstrap\\Grid\\ContaoManager\\Plugin"
  908. },
  909. "autoload": {
  910. "psr-4": {
  911. "ContaoBootstrap\\Grid\\": "src/"
  912. }
  913. },
  914. "notification-url": "https://packagist.org/downloads/",
  915. "license": [
  916. "LGPL-3.0-or-later"
  917. ],
  918. "authors": [
  919. {
  920. "name": "David Molineus",
  921. "email": "mail@netzmacht.de",
  922. "homepage": "https://netzmacht.de",
  923. "role": "Developer"
  924. }
  925. ],
  926. "description": "Bootstrap grid component",
  927. "keywords": [
  928. "bootstrap",
  929. "components",
  930. "contao",
  931. "grid"
  932. ],
  933. "time": "2020-11-16T14:50:04+00:00"
  934. },
  935. {
  936. "name": "contao-bootstrap/layout",
  937. "version": "2.0.4",
  938. "source": {
  939. "type": "git",
  940. "url": "https://github.com/contao-bootstrap/layout.git",
  941. "reference": "8761e7967d2555a336a7f9bf42b552c9d53660aa"
  942. },
  943. "dist": {
  944. "type": "zip",
  945. "url": "https://api.github.com/repos/contao-bootstrap/layout/zipball/8761e7967d2555a336a7f9bf42b552c9d53660aa",
  946. "reference": "8761e7967d2555a336a7f9bf42b552c9d53660aa",
  947. "shasum": ""
  948. },
  949. "require": {
  950. "contao-bootstrap/core": "~2.0",
  951. "contao/core-bundle": "~4.4",
  952. "doctrine/dbal": "^2.5",
  953. "netzmacht/html": "~2.0",
  954. "php": ">=7.1",
  955. "symfony/config": "^3.3 || ^4.0",
  956. "symfony/dependency-injection": "^3.3 || ^4.0",
  957. "symfony/http-kernel": "^3.3 || ^4.0"
  958. },
  959. "conflict": {
  960. "netzmacht/contao-bootstrap": "*"
  961. },
  962. "require-dev": {
  963. "contao/manager-plugin": "^2.0",
  964. "phpcq/all-tasks": "^1.2",
  965. "phpspec/phpspec": "^4.0"
  966. },
  967. "type": "contao-bundle",
  968. "extra": {
  969. "contao": {
  970. "transifex": {
  971. "project": "contao-bootstrap",
  972. "prefix": "layout-",
  973. "languages_cto": "src/Resources/contao/languages",
  974. "languages_tx": ".tx"
  975. }
  976. },
  977. "branch-alias": {
  978. "dev-master": "2.0.x-dev",
  979. "dev-develop": "2.1.x-dev",
  980. "dev-support/1.x": "1.0.x-dev"
  981. },
  982. "contao-manager-plugin": "ContaoBootstrap\\Layout\\ContaoManager\\Plugin"
  983. },
  984. "autoload": {
  985. "psr-4": {
  986. "ContaoBootstrap\\Layout\\": "src/"
  987. }
  988. },
  989. "notification-url": "https://packagist.org/downloads/",
  990. "license": [
  991. "LGPL-3.0-or-later"
  992. ],
  993. "authors": [
  994. {
  995. "name": "David Molineus",
  996. "email": "mail@netzmacht.de",
  997. "homepage": "https://netzmacht.de",
  998. "role": "Developer"
  999. }
  1000. ],
  1001. "description": "Bootstrap layout integration in Contao",
  1002. "keywords": [
  1003. "bootstrap",
  1004. "contao",
  1005. "layout"
  1006. ],
  1007. "time": "2019-11-15T07:26:44+00:00"
  1008. },
  1009. {
  1010. "name": "contao-bootstrap/navbar",
  1011. "version": "2.1.4",
  1012. "source": {
  1013. "type": "git",
  1014. "url": "https://github.com/contao-bootstrap/navbar.git",
  1015. "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2"
  1016. },
  1017. "dist": {
  1018. "type": "zip",
  1019. "url": "https://api.github.com/repos/contao-bootstrap/navbar/zipball/3860fd71651b0ba64a9addc107cadf6106f086b2",
  1020. "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2",
  1021. "shasum": ""
  1022. },
  1023. "require": {
  1024. "contao-bootstrap/core": "^2.0",
  1025. "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
  1026. "contao/core-bundle": "^4.4",
  1027. "menatwork/contao-multicolumnwizard": "^3.3.4",
  1028. "netzmacht/html": "~2.0",
  1029. "php": ">=7.1",
  1030. "symfony/http-kernel": "^3.3 || ^4.0"
  1031. },
  1032. "conflict": {
  1033. "netzmacht/contao-bootstrap": "*"
  1034. },
  1035. "require-dev": {
  1036. "contao/manager-plugin": "^2.0",
  1037. "php-http/guzzle6-adapter": "^1.1",
  1038. "phpcq/all-tasks": "^1.2"
  1039. },
  1040. "type": "contao-bundle",
  1041. "extra": {
  1042. "contao": {
  1043. "transifex": {
  1044. "project": "contao-bootstrap",
  1045. "prefix": "navbar-",
  1046. "languages_cto": "src/Resources/contao/languages",
  1047. "languages_tx": ".tx"
  1048. }
  1049. },
  1050. "branch-alias": {
  1051. "dev-master": "2.1.x-dev",
  1052. "dev-develop": "2.2.x-dev"
  1053. },
  1054. "contao-manager-plugin": "ContaoBootstrap\\Navbar\\ContaoManager\\Plugin"
  1055. },
  1056. "autoload": {
  1057. "psr-4": {
  1058. "ContaoBootstrap\\Navbar\\": "src/"
  1059. }
  1060. },
  1061. "notification-url": "https://packagist.org/downloads/",
  1062. "license": [
  1063. "LGPL-3.0-or-later"
  1064. ],
  1065. "authors": [
  1066. {
  1067. "name": "David Molineus",
  1068. "email": "mail@netzmacht.de",
  1069. "homepage": "https://netzmacht.de",
  1070. "role": "Developer"
  1071. }
  1072. ],
  1073. "description": "Bootstrap navbar component for Contao CMS",
  1074. "keywords": [
  1075. "bootstrap",
  1076. "components",
  1077. "contao",
  1078. "navbar"
  1079. ],
  1080. "time": "2019-06-11T13:43:20+00:00"
  1081. },
  1082. {
  1083. "name": "contao-bootstrap/panel",
  1084. "version": "2.1.2",
  1085. "source": {
  1086. "type": "git",
  1087. "url": "https://github.com/contao-bootstrap/panel.git",
  1088. "reference": "d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc"
  1089. },
  1090. "dist": {
  1091. "type": "zip",
  1092. "url": "https://api.github.com/repos/contao-bootstrap/panel/zipball/d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc",
  1093. "reference": "d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc",
  1094. "shasum": ""
  1095. },
  1096. "require": {
  1097. "contao-bootstrap/core": "^2.0",
  1098. "contao-community-alliance/meta-palettes": "^1.11 || ^2.0",
  1099. "contao/core-bundle": "^4.4",
  1100. "netzmacht/contao-toolkit": "^3.0",
  1101. "php": ">=7.1",
  1102. "symfony/config": "^3.3 || ^4.0",
  1103. "symfony/dependency-injection": "^3.4.26 || ^4.1.12",
  1104. "symfony/http-kernel": "^3.3 || ^4.0",
  1105. "symfony/templating": "^3.3 || ^4.0 || ^5.0"
  1106. },
  1107. "require-dev": {
  1108. "contao/manager-plugin": "^2.0",
  1109. "php-http/guzzle6-adapter": "^1.1",
  1110. "phpcq/all-tasks": "^1.2"
  1111. },
  1112. "type": "contao-bundle",
  1113. "extra": {
  1114. "branch-alias": {
  1115. "dev-master": "2.1.x-dev",
  1116. "dev-develop": "2.2.x-dev"
  1117. },
  1118. "contao": {
  1119. "transifex": {
  1120. "project": "contao-bootstrap",
  1121. "prefix": "panel-",
  1122. "languages_cto": "src/Resources/contao/languages",
  1123. "languages_tx": ".tx"
  1124. }
  1125. },
  1126. "contao-manager-plugin": "ContaoBootstrap\\Panel\\ContaoManager\\Plugin"
  1127. },
  1128. "autoload": {
  1129. "psr-4": {
  1130. "ContaoBootstrap\\Panel\\": "src/"
  1131. }
  1132. },
  1133. "notification-url": "https://packagist.org/downloads/",
  1134. "license": [
  1135. "LGPL-3.0-or-later"
  1136. ],
  1137. "authors": [
  1138. {
  1139. "name": "David Molineus",
  1140. "email": "mail@netzmacht.de",
  1141. "homepage": "https://netzmacht.de",
  1142. "role": "Developer"
  1143. }
  1144. ],
  1145. "description": "Bootstrap panel component for Contao CMS",
  1146. "keywords": [
  1147. "bootstrap",
  1148. "components",
  1149. "contao",
  1150. "panel"
  1151. ],
  1152. "time": "2020-01-21T12:34:44+00:00"
  1153. },
  1154. {
  1155. "name": "contao-bootstrap/tab",
  1156. "version": "2.0.5",
  1157. "source": {
  1158. "type": "git",
  1159. "url": "https://github.com/contao-bootstrap/tab.git",
  1160. "reference": "3ffd957e560ef3040cd86d230c296ec8b7e1145f"
  1161. },
  1162. "dist": {
  1163. "type": "zip",
  1164. "url": "https://api.github.com/repos/contao-bootstrap/tab/zipball/3ffd957e560ef3040cd86d230c296ec8b7e1145f",
  1165. "reference": "3ffd957e560ef3040cd86d230c296ec8b7e1145f",
  1166. "shasum": ""
  1167. },
  1168. "require": {
  1169. "beberlei/assert": "^2.9 || ^3.0",
  1170. "contao-bootstrap/core": "~2.0",
  1171. "contao-community-alliance/meta-palettes": "~2.0 || ~1.11",
  1172. "contao/core-bundle": "^4.4",
  1173. "menatwork/contao-multicolumnwizard-bundle": "~3.2",
  1174. "netzmacht/contao-toolkit": "^3.0",
  1175. "netzmacht/html": "~2.0",
  1176. "php": "^7.1",
  1177. "symfony/config": "^3.3 || ^4.0",
  1178. "symfony/dependency-injection": "^3.4.26 || ^4.1.12",
  1179. "symfony/http-kernel": "^3.3 || ^4.0",
  1180. "symfony/templating": "^3.3 || ^4.0 || ^5.0",
  1181. "symfony/translation": "^3.3 || ^4.0"
  1182. },
  1183. "require-dev": {
  1184. "contao-bootstrap/grid": "^2.0",
  1185. "contao/manager-plugin": "^2.0",
  1186. "phpcq/all-tasks": "^1.2"
  1187. },
  1188. "suggest": {
  1189. "contao-bootstrap/grid": "Use grid component for horizontal aligned tab navigation."
  1190. },
  1191. "type": "contao-bundle",
  1192. "extra": {
  1193. "contao-manager-plugin": "ContaoBootstrap\\Tab\\ContaoManager\\Plugin",
  1194. "contao": {
  1195. "transifex": {
  1196. "project": "contao-bootstrap",
  1197. "prefix": "tab-",
  1198. "languages_cto": "src/Resources/contao/languages",
  1199. "languages_tx": ".tx"
  1200. }
  1201. },
  1202. "branch-alias": {
  1203. "dev-master": "2.0.x-dev",
  1204. "dev-develop": "2.1.x-dev"
  1205. }
  1206. },
  1207. "autoload": {
  1208. "psr-4": {
  1209. "ContaoBootstrap\\Tab\\": "src/"
  1210. }
  1211. },
  1212. "notification-url": "https://packagist.org/downloads/",
  1213. "license": [
  1214. "LGPL-3.0-or-later"
  1215. ],
  1216. "authors": [
  1217. {
  1218. "name": "David Molineus",
  1219. "email": "mail@netzmacht.de",
  1220. "homepage": "https://netzmacht.de",
  1221. "role": "Developer"
  1222. }
  1223. ],
  1224. "description": "Bootstrap tab component for Contao CMS",
  1225. "keywords": [
  1226. "bootstrap",
  1227. "component",
  1228. "contao",
  1229. "tab"
  1230. ],
  1231. "time": "2020-01-20T21:23:06+00:00"
  1232. },
  1233. {
  1234. "name": "contao-bootstrap/templates",
  1235. "version": "2.2.0",
  1236. "source": {
  1237. "type": "git",
  1238. "url": "https://github.com/contao-bootstrap/templates.git",
  1239. "reference": "a34d66d7dcab484977fcce375d182d1b13261a43"
  1240. },
  1241. "dist": {
  1242. "type": "zip",
  1243. "url": "https://api.github.com/repos/contao-bootstrap/templates/zipball/a34d66d7dcab484977fcce375d182d1b13261a43",
  1244. "reference": "a34d66d7dcab484977fcce375d182d1b13261a43",
  1245. "shasum": ""
  1246. },
  1247. "require": {
  1248. "contao-bootstrap/core": "^2.0.0",
  1249. "contao-bootstrap/form": "^2.1.1",
  1250. "contao/core-bundle": "^4.4",
  1251. "netzmacht/contao-form-designer": "^1.1.0",
  1252. "php": ">=7.1"
  1253. },
  1254. "require-dev": {
  1255. "contao/manager-plugin": "^2.1",
  1256. "php-http/guzzle6-adapter": "^1.1",
  1257. "phpcq/all-tasks": "^1.2"
  1258. },
  1259. "type": "contao-bundle",
  1260. "extra": {
  1261. "branch-alias": {
  1262. "dev-master": "2.2.x-dev",
  1263. "dev-develop": "2.3.x-dev"
  1264. },
  1265. "contao": {
  1266. "transifex": {
  1267. "project": "contao-bootstrap",
  1268. "prefix": "templates-",
  1269. "languages_cto": "src/Resources/contao/languages",
  1270. "languages_tx": ".tx"
  1271. }
  1272. },
  1273. "contao-manager-plugin": "ContaoBootstrap\\Templates\\ContaoManager\\Plugin"
  1274. },
  1275. "autoload": {
  1276. "psr-4": {
  1277. "ContaoBootstrap\\Templates\\": "src/"
  1278. }
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "LGPL-3.0-or-later"
  1283. ],
  1284. "authors": [
  1285. {
  1286. "name": "David Molineus",
  1287. "email": "mail@netzmacht.de",
  1288. "homepage": "https://netzmacht.de",
  1289. "role": "Project leader"
  1290. }
  1291. ],
  1292. "description": "Modified Contao templates supporting Bootstrap markup",
  1293. "keywords": [
  1294. "bootstrap",
  1295. "contao",
  1296. "templates"
  1297. ],
  1298. "time": "2021-04-01T10:23:16+00:00"
  1299. },
  1300. {
  1301. "name": "contao-community-alliance/composer-plugin",
  1302. "version": "3.1.5",
  1303. "source": {
  1304. "type": "git",
  1305. "url": "https://github.com/contao-community-alliance/composer-plugin.git",
  1306. "reference": "e38e0815ede23f97ce033cabfb11be9cc4c0bbc5"
  1307. },
  1308. "dist": {
  1309. "type": "zip",
  1310. "url": "https://api.github.com/repos/contao-community-alliance/composer-plugin/zipball/e38e0815ede23f97ce033cabfb11be9cc4c0bbc5",
  1311. "reference": "e38e0815ede23f97ce033cabfb11be9cc4c0bbc5",
  1312. "shasum": ""
  1313. },
  1314. "require": {
  1315. "composer-plugin-api": "^1.0 || ^2.0",
  1316. "php": "^5.6 || ^7.0 || ^8.0",
  1317. "symfony/finder": "^2.7 || ^3.0 || ^4.0",
  1318. "symfony/process": "^2.7 || ^3.0 || ^4.0"
  1319. },
  1320. "conflict": {
  1321. "contao/core": "*",
  1322. "contao/core-bundle": "<4.1"
  1323. },
  1324. "require-dev": {
  1325. "composer/composer": "^1.0 || ^2.0",
  1326. "symfony/phpunit-bridge": "^3.0"
  1327. },
  1328. "type": "composer-plugin",
  1329. "extra": {
  1330. "class": "ContaoCommunityAlliance\\Composer\\Plugin\\Plugin"
  1331. },
  1332. "autoload": {
  1333. "psr-4": {
  1334. "ContaoCommunityAlliance\\Composer\\Plugin\\": "src/"
  1335. }
  1336. },
  1337. "notification-url": "https://packagist.org/downloads/",
  1338. "license": [
  1339. "LGPL-3.0-or-later"
  1340. ],
  1341. "description": "Composer plugin that provides installers for contao-module and legacy-contao-module.",
  1342. "homepage": "http://c-c-a.org/",
  1343. "time": "2021-04-01T12:40:24+00:00"
  1344. },
  1345. {
  1346. "name": "contao-community-alliance/dependency-container",
  1347. "version": "2.0.4",
  1348. "source": {
  1349. "type": "git",
  1350. "url": "https://github.com/contao-community-alliance/dependency-container.git",
  1351. "reference": "842bd8f74bd8fa8b952e912dec4b892e2345520e"
  1352. },
  1353. "dist": {
  1354. "type": "zip",
  1355. "url": "https://api.github.com/repos/contao-community-alliance/dependency-container/zipball/842bd8f74bd8fa8b952e912dec4b892e2345520e",
  1356. "reference": "842bd8f74bd8fa8b952e912dec4b892e2345520e",
  1357. "shasum": ""
  1358. },
  1359. "require": {
  1360. "contao/core-bundle": "^4.4",
  1361. "php": "^5.6 || ^7.0",
  1362. "pimple/pimple": "^1.0",
  1363. "symfony/config": "^3.0 || ^4.0",
  1364. "symfony/dependency-injection": "^3.4.26 || ^4.1.12",
  1365. "symfony/http-kernel": "^3.0 || ^4.0",
  1366. "symfony/yaml": "^3.0 || ^4.0"
  1367. },
  1368. "require-dev": {
  1369. "contao/manager-bundle": "^4.4",
  1370. "phpcq/all-tasks": "^1.2"
  1371. },
  1372. "type": "contao-bundle",
  1373. "extra": {
  1374. "contao-manager-plugin": "DependencyInjection\\Container\\ContaoManager\\Plugin",
  1375. "branch-alias": {
  1376. "master": "2.0.x-dev",
  1377. "dev-develop": "2.1.x-dev",
  1378. "dev-support/1.8.x": "1.8.x-dev"
  1379. }
  1380. },
  1381. "autoload": {
  1382. "psr-4": {
  1383. "DependencyInjection\\Container\\": "src/"
  1384. }
  1385. },
  1386. "notification-url": "https://packagist.org/downloads/",
  1387. "license": [
  1388. "LGPL-3.0-or-later"
  1389. ],
  1390. "authors": [
  1391. {
  1392. "name": "Christian Schiffler",
  1393. "email": "c.schiffler@cyberspectrum.de",
  1394. "homepage": "http://www.cyberspectrum.de",
  1395. "role": "Developer"
  1396. },
  1397. {
  1398. "name": "Stefan Heimes",
  1399. "email": "stefan_heimes@hotmail.com",
  1400. "role": "Developer"
  1401. }
  1402. ],
  1403. "description": "Dependency container based on pimple for Contao open source cms.",
  1404. "homepage": "http://c-c-a.org/",
  1405. "keywords": [
  1406. "container",
  1407. "contao",
  1408. "dependency",
  1409. "di",
  1410. "injection"
  1411. ],
  1412. "time": "2020-08-25T18:08:42+00:00"
  1413. },
  1414. {
  1415. "name": "contao-community-alliance/event-dispatcher",
  1416. "version": "2.0.5",
  1417. "source": {
  1418. "type": "git",
  1419. "url": "https://github.com/contao-community-alliance/event-dispatcher.git",
  1420. "reference": "e0ea403e4b9508493a32b8db581bf41fa8dec0fd"
  1421. },
  1422. "dist": {
  1423. "type": "zip",
  1424. "url": "https://api.github.com/repos/contao-community-alliance/event-dispatcher/zipball/e0ea403e4b9508493a32b8db581bf41fa8dec0fd",
  1425. "reference": "e0ea403e4b9508493a32b8db581bf41fa8dec0fd",
  1426. "shasum": ""
  1427. },
  1428. "require": {
  1429. "contao-community-alliance/dependency-container": "^2.0",
  1430. "contao/core-bundle": "^4.4",
  1431. "php": "^5.6 || ^7.0",
  1432. "symfony/event-dispatcher": "^3.0 || ^4.0",
  1433. "symfony/http-kernel": "^3.0 || ^4.0"
  1434. },
  1435. "require-dev": {
  1436. "contao/manager-bundle": "^4.4",
  1437. "phpcq/all-tasks": "^1.2"
  1438. },
  1439. "type": "contao-bundle",
  1440. "extra": {
  1441. "contao-manager-plugin": "ContaoCommunityAlliance\\Contao\\EventDispatcher\\ContaoManager\\Plugin",
  1442. "branch-alias": {
  1443. "dev-master": "2.0.x-dev",
  1444. "dev-develop": "2.1.x-dev"
  1445. }
  1446. },
  1447. "autoload": {
  1448. "psr-4": {
  1449. "ContaoCommunityAlliance\\Contao\\EventDispatcher\\": "src/"
  1450. }
  1451. },
  1452. "notification-url": "https://packagist.org/downloads/",
  1453. "license": [
  1454. "LGPL-3.0-or-later"
  1455. ],
  1456. "authors": [
  1457. {
  1458. "name": "Christian Schiffler",
  1459. "email": "c.schiffler@cyberspectrum.de",
  1460. "homepage": "http://www.cyberspectrum.de",
  1461. "role": "Developer"
  1462. },
  1463. {
  1464. "name": "Stefan Heimes",
  1465. "email": "stefan_heimes@hotmail.com",
  1466. "role": "Developer"
  1467. }
  1468. ],
  1469. "description": "Event dispatcher service for Contao Open Source CMS",
  1470. "homepage": "http://c-c-a.org/",
  1471. "keywords": [
  1472. "contao",
  1473. "event"
  1474. ],
  1475. "time": "2018-12-21T22:56:38+00:00"
  1476. },
  1477. {
  1478. "name": "contao-community-alliance/events-contao-bindings",
  1479. "version": "4.4.5",
  1480. "source": {
  1481. "type": "git",
  1482. "url": "https://github.com/contao-community-alliance/events-contao-bindings.git",
  1483. "reference": "f47fd417301d86b0fd739ddc9cc3a789edde57c9"
  1484. },
  1485. "dist": {
  1486. "type": "zip",
  1487. "url": "https://api.github.com/repos/contao-community-alliance/events-contao-bindings/zipball/f47fd417301d86b0fd739ddc9cc3a789edde57c9",
  1488. "reference": "f47fd417301d86b0fd739ddc9cc3a789edde57c9",
  1489. "shasum": ""
  1490. },
  1491. "require": {
  1492. "contao-community-alliance/event-dispatcher": "^2.0",
  1493. "contao/core-bundle": "^4.4",
  1494. "php": "^5.6 || ^7.0",
  1495. "symfony/event-dispatcher": "^3.0 || ^4.0"
  1496. },
  1497. "require-dev": {
  1498. "contao/manager-plugin": "^2.2",
  1499. "php-http/guzzle6-adapter": "^1.1",
  1500. "phpcq/all-tasks": "^1.2",
  1501. "phpunit/phpunit": "^4.8 || ^6.0"
  1502. },
  1503. "type": "contao-bundle",
  1504. "extra": {
  1505. "contao-manager-plugin": "ContaoCommunityAlliance\\Contao\\Bindings\\ContaoManager\\Plugin",
  1506. "branch-alias": {
  1507. "dev-master": "4.4.x-dev"
  1508. }
  1509. },
  1510. "autoload": {
  1511. "psr-4": {
  1512. "ContaoCommunityAlliance\\Contao\\Bindings\\": "src/"
  1513. }
  1514. },
  1515. "notification-url": "https://packagist.org/downloads/",
  1516. "license": [
  1517. "LGPL-3.0-or-later"
  1518. ],
  1519. "authors": [
  1520. {
  1521. "name": "Christian Schiffler",
  1522. "email": "c.schiffler@cyberspectrum.de",
  1523. "homepage": "http://www.cyberspectrum.de",
  1524. "role": "Developer"
  1525. },
  1526. {
  1527. "name": "Stefan Heimes",
  1528. "email": "stefan_heimes@hotmail.com",
  1529. "role": "Developer"
  1530. }
  1531. ],
  1532. "description": "This library turns the Contao Core API into events.",
  1533. "homepage": "http://c-c-a.org/",
  1534. "keywords": [
  1535. "bindings",
  1536. "bundle",
  1537. "contao",
  1538. "events"
  1539. ],
  1540. "time": "2019-08-27T21:35:07+00:00"
  1541. },
  1542. {
  1543. "name": "contao-community-alliance/meta-palettes",
  1544. "version": "2.0.7",
  1545. "source": {
  1546. "type": "git",
  1547. "url": "https://github.com/contao-community-alliance/meta-palettes.git",
  1548. "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761"
  1549. },
  1550. "dist": {
  1551. "type": "zip",
  1552. "url": "https://api.github.com/repos/contao-community-alliance/meta-palettes/zipball/20b0c78ad4049a2c2f04156b21f9737b11444761",
  1553. "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761",
  1554. "shasum": ""
  1555. },
  1556. "require": {
  1557. "contao/core-bundle": "^4.4",
  1558. "doctrine/dbal": "^2.5",
  1559. "php": "^7.1",
  1560. "symfony/config": "^3.3 || ^4.0",
  1561. "symfony/dependency-injection": "^3.3 || ^4.0",
  1562. "symfony/http-kernel": "^3.3 || ^4.0"
  1563. },
  1564. "conflict": {
  1565. "contao/manager-plugin": "<2.2 || >=3.0",
  1566. "metamodels/dc_general": "<1-dev"
  1567. },
  1568. "require-dev": {
  1569. "contao-community-alliance/dc-general": "^2.1@dev",
  1570. "contao-community-alliance/dependency-container": "^2.0",
  1571. "contao-community-alliance/events-contao-bindings": "^4.4",
  1572. "contao-community-alliance/translator": "^2.1",
  1573. "contao-community-alliance/url-builder": "^1.3",
  1574. "contao/manager-plugin": "^2.2",
  1575. "php-http/guzzle6-adapter": "^1.1",
  1576. "phpcq/all-tasks": "^1.2"
  1577. },
  1578. "type": "contao-bundle",
  1579. "extra": {
  1580. "contao-manager-plugin": "ContaoCommunityAlliance\\MetaPalettes\\ContaoManager\\Plugin",
  1581. "branch-alias": {
  1582. "dev-master": "2.0.x-dev",
  1583. "dev-support/1.x": "1.11.x-dev",
  1584. "dev-develop": "2.1.x-dev"
  1585. }
  1586. },
  1587. "autoload": {
  1588. "psr-4": {
  1589. "ContaoCommunityAlliance\\MetaPalettes\\": "src/"
  1590. }
  1591. },
  1592. "notification-url": "https://packagist.org/downloads/",
  1593. "license": [
  1594. "LGPL-3.0-or-later"
  1595. ],
  1596. "authors": [
  1597. {
  1598. "name": "Christian Schiffler",
  1599. "email": "c.schiffler@cyberspectrum.de",
  1600. "homepage": "http://www.cyberspectrum.de",
  1601. "role": "Developer"
  1602. },
  1603. {
  1604. "name": "David Molineus",
  1605. "email": "david.molineus@netzmacht.de",
  1606. "homepage": "https://netzmacht.de",
  1607. "role": "Developer"
  1608. }
  1609. ],
  1610. "description": "MetaPalettes extension for Contao OpenSource CMS",
  1611. "homepage": "https://c-c-a.org",
  1612. "keywords": [
  1613. "contao",
  1614. "page",
  1615. "title"
  1616. ],
  1617. "time": "2019-08-28T10:02:44+00:00"
  1618. },
  1619. {
  1620. "name": "contao-community-alliance/translator",
  1621. "version": "2.1.5",
  1622. "source": {
  1623. "type": "git",
  1624. "url": "https://github.com/contao-community-alliance/translator.git",
  1625. "reference": "c54a5f1887544c4258445b1809996647377f37b5"
  1626. },
  1627. "dist": {
  1628. "type": "zip",
  1629. "url": "https://api.github.com/repos/contao-community-alliance/translator/zipball/c54a5f1887544c4258445b1809996647377f37b5",
  1630. "reference": "c54a5f1887544c4258445b1809996647377f37b5",
  1631. "shasum": ""
  1632. },
  1633. "require": {
  1634. "contao-community-alliance/events-contao-bindings": "^4.4",
  1635. "contao/core-bundle": "^4.4",
  1636. "php": "^5.6 || ^7.0",
  1637. "symfony/event-dispatcher": "^3.0 || ^4.0"
  1638. },
  1639. "require-dev": {
  1640. "contao/manager-bundle": "^4.4",
  1641. "phpcq/all-tasks": "^1.2"
  1642. },
  1643. "type": "contao-bundle",
  1644. "extra": {
  1645. "branch-alias": {
  1646. "dev-master": "2.1.x-dev",
  1647. "dev-support/2.0.x": "2.0.x-dev",
  1648. "dev-develop": "2.2.x-dev"
  1649. },
  1650. "contao-manager-plugin": "ContaoCommunityAlliance\\Translator\\ContaoManager\\Plugin"
  1651. },
  1652. "autoload": {
  1653. "psr-4": {
  1654. "ContaoCommunityAlliance\\Translator\\": "src/"
  1655. }
  1656. },
  1657. "notification-url": "https://packagist.org/downloads/",
  1658. "license": [
  1659. "LGPL-3.0-or-later"
  1660. ],
  1661. "authors": [
  1662. {
  1663. "name": "Christian Schiffler",
  1664. "email": "c.schiffler@cyberspectrum.de",
  1665. "homepage": "http://www.cyberspectrum.de",
  1666. "role": "Developer"
  1667. },
  1668. {
  1669. "name": "Stefan Heimes",
  1670. "email": "stefan_heimes@hotmail.com",
  1671. "role": "Developer"
  1672. }
  1673. ],
  1674. "description": "Multipurpose translation manager and interface",
  1675. "homepage": "http://c-c-a.org/",
  1676. "keywords": [
  1677. "contao",
  1678. "translation"
  1679. ],
  1680. "time": "2020-12-01T12:58:29+00:00"
  1681. },
  1682. {
  1683. "name": "contao-components/ace",
  1684. "version": "1.4.12",
  1685. "source": {
  1686. "type": "git",
  1687. "url": "https://github.com/contao-components/ace.git",
  1688. "reference": "7bca126024c53ffe6c31475dc1686ccbac512082"
  1689. },
  1690. "dist": {
  1691. "type": "zip",
  1692. "url": "https://api.github.com/repos/contao-components/ace/zipball/7bca126024c53ffe6c31475dc1686ccbac512082",
  1693. "reference": "7bca126024c53ffe6c31475dc1686ccbac512082",
  1694. "shasum": ""
  1695. },
  1696. "require": {
  1697. "contao-components/installer": "^1.0.9"
  1698. },
  1699. "type": "contao-component",
  1700. "notification-url": "https://packagist.org/downloads/",
  1701. "license": [
  1702. "BSD-3-Clause"
  1703. ],
  1704. "authors": [
  1705. {
  1706. "name": "Leo Feyer",
  1707. "homepage": "https://github.com/leofeyer"
  1708. }
  1709. ],
  1710. "description": "ACE code editor integration for Contao Open Source CMS",
  1711. "time": "2020-07-27T09:02:53+00:00"
  1712. },
  1713. {
  1714. "name": "contao-components/chosen",
  1715. "version": "1.2.4",
  1716. "source": {
  1717. "type": "git",
  1718. "url": "https://github.com/contao-components/chosen.git",
  1719. "reference": "bdbfa73ab0c1e2a88992b9ba6fab39b698be005a"
  1720. },
  1721. "dist": {
  1722. "type": "zip",
  1723. "url": "https://api.github.com/repos/contao-components/chosen/zipball/bdbfa73ab0c1e2a88992b9ba6fab39b698be005a",
  1724. "reference": "bdbfa73ab0c1e2a88992b9ba6fab39b698be005a",
  1725. "shasum": ""
  1726. },
  1727. "require": {
  1728. "contao-components/installer": "^1.0.9"
  1729. },
  1730. "type": "contao-component",
  1731. "notification-url": "https://packagist.org/downloads/",
  1732. "license": [
  1733. "MIT"
  1734. ],
  1735. "authors": [
  1736. {
  1737. "name": "Leo Feyer",
  1738. "homepage": "https://github.com/leofeyer"
  1739. }
  1740. ],
  1741. "description": "Chosen integration for Contao Open Source CMS",
  1742. "time": "2019-12-04T17:19:30+00:00"
  1743. },
  1744. {
  1745. "name": "contao-components/colorbox",
  1746. "version": "1.6.6",
  1747. "source": {
  1748. "type": "git",
  1749. "url": "https://github.com/contao-components/colorbox.git",
  1750. "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d"
  1751. },
  1752. "dist": {
  1753. "type": "zip",
  1754. "url": "https://api.github.com/repos/contao-components/colorbox/zipball/80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d",
  1755. "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d",
  1756. "shasum": ""
  1757. },
  1758. "require": {
  1759. "contao-components/installer": "^1.0.9"
  1760. },
  1761. "type": "contao-component",
  1762. "notification-url": "https://packagist.org/downloads/",
  1763. "license": [
  1764. "MIT"
  1765. ],
  1766. "authors": [
  1767. {
  1768. "name": "Leo Feyer",
  1769. "homepage": "https://github.com/leofeyer"
  1770. }
  1771. ],
  1772. "description": "Colorbox integration for Contao Open Source CMS",
  1773. "time": "2020-05-01T15:29:20+00:00"
  1774. },
  1775. {
  1776. "name": "contao-components/colorpicker",
  1777. "version": "1.5.1",
  1778. "source": {
  1779. "type": "git",
  1780. "url": "https://github.com/contao-components/colorpicker.git",
  1781. "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122"
  1782. },
  1783. "dist": {
  1784. "type": "zip",
  1785. "url": "https://api.github.com/repos/contao-components/colorpicker/zipball/b9545f1fa3e4f0f4f577caf7fc743c0530157122",
  1786. "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122",
  1787. "shasum": ""
  1788. },
  1789. "require": {
  1790. "contao-components/installer": "^1.0.9"
  1791. },
  1792. "type": "contao-component",
  1793. "notification-url": "https://packagist.org/downloads/",
  1794. "license": [
  1795. "MIT"
  1796. ],
  1797. "authors": [
  1798. {
  1799. "name": "Leo Feyer",
  1800. "homepage": "https://github.com/leofeyer"
  1801. }
  1802. ],
  1803. "description": "Color picker integration for Contao Open Source CMS",
  1804. "time": "2019-07-12T07:24:03+00:00"
  1805. },
  1806. {
  1807. "name": "contao-components/contao",
  1808. "version": "9.1.1",
  1809. "source": {
  1810. "type": "git",
  1811. "url": "https://github.com/contao-components/contao.git",
  1812. "reference": "8d7915891db9c4796e59266dc8297b44b7853b13"
  1813. },
  1814. "dist": {
  1815. "type": "zip",
  1816. "url": "https://api.github.com/repos/contao-components/contao/zipball/8d7915891db9c4796e59266dc8297b44b7853b13",
  1817. "reference": "8d7915891db9c4796e59266dc8297b44b7853b13",
  1818. "shasum": ""
  1819. },
  1820. "require": {
  1821. "contao-components/installer": "^1.0.9"
  1822. },
  1823. "type": "contao-component",
  1824. "notification-url": "https://packagist.org/downloads/",
  1825. "license": [
  1826. "LGPL-3.0-or-later"
  1827. ],
  1828. "authors": [
  1829. {
  1830. "name": "Leo Feyer",
  1831. "homepage": "https://github.com/leofeyer"
  1832. }
  1833. ],
  1834. "description": "Contao Open Source CMS components",
  1835. "time": "2020-08-06T15:18:45+00:00"
  1836. },
  1837. {
  1838. "name": "contao-components/datepicker",
  1839. "version": "2.3.1",
  1840. "source": {
  1841. "type": "git",
  1842. "url": "https://github.com/contao-components/datepicker.git",
  1843. "reference": "6551767a7283383d893989767d3182fb88049ab6"
  1844. },
  1845. "dist": {
  1846. "type": "zip",
  1847. "url": "https://api.github.com/repos/contao-components/datepicker/zipball/6551767a7283383d893989767d3182fb88049ab6",
  1848. "reference": "6551767a7283383d893989767d3182fb88049ab6",
  1849. "shasum": ""
  1850. },
  1851. "require": {
  1852. "contao-components/installer": "^1.0.9"
  1853. },
  1854. "type": "contao-component",
  1855. "notification-url": "https://packagist.org/downloads/",
  1856. "license": [
  1857. "MIT"
  1858. ],
  1859. "authors": [
  1860. {
  1861. "name": "Leo Feyer",
  1862. "homepage": "https://github.com/leofeyer"
  1863. }
  1864. ],
  1865. "description": "Date picker integration for Contao Open Source CMS",
  1866. "time": "2019-07-12T07:31:22+00:00"
  1867. },
  1868. {
  1869. "name": "contao-components/dropzone",
  1870. "version": "5.8.1",
  1871. "source": {
  1872. "type": "git",
  1873. "url": "https://github.com/contao-components/dropzone.git",
  1874. "reference": "a96f460a276e3dbfaee8ca6afcc653054c6030a6"
  1875. },
  1876. "dist": {
  1877. "type": "zip",
  1878. "url": "https://api.github.com/repos/contao-components/dropzone/zipball/a96f460a276e3dbfaee8ca6afcc653054c6030a6",
  1879. "reference": "a96f460a276e3dbfaee8ca6afcc653054c6030a6",
  1880. "shasum": ""
  1881. },
  1882. "require": {
  1883. "contao-components/installer": "^1.0.9"
  1884. },
  1885. "type": "contao-component",
  1886. "notification-url": "https://packagist.org/downloads/",
  1887. "license": [
  1888. "MIT"
  1889. ],
  1890. "authors": [
  1891. {
  1892. "name": "Leo Feyer",
  1893. "homepage": "https://github.com/leofeyer"
  1894. }
  1895. ],
  1896. "description": "DropZone integration for Contao Open Source CMS",
  1897. "time": "2021-04-01T14:30:16+00:00"
  1898. },
  1899. {
  1900. "name": "contao-components/highlight",
  1901. "version": "9.18.1",
  1902. "source": {
  1903. "type": "git",
  1904. "url": "https://github.com/contao-components/highlight.git",
  1905. "reference": "f1042ff5833d44be6509fc5d34a6b97b96ede97b"
  1906. },
  1907. "dist": {
  1908. "type": "zip",
  1909. "url": "https://api.github.com/repos/contao-components/highlight/zipball/f1042ff5833d44be6509fc5d34a6b97b96ede97b",
  1910. "reference": "f1042ff5833d44be6509fc5d34a6b97b96ede97b",
  1911. "shasum": ""
  1912. },
  1913. "require": {
  1914. "contao-components/installer": "^1.0.9"
  1915. },
  1916. "type": "contao-component",
  1917. "notification-url": "https://packagist.org/downloads/",
  1918. "license": [
  1919. "MIT"
  1920. ],
  1921. "authors": [
  1922. {
  1923. "name": "Leo Feyer",
  1924. "homepage": "https://github.com/leofeyer"
  1925. }
  1926. ],
  1927. "description": "Highlight.js integration for Contao Open Source CMS",
  1928. "time": "2020-10-06T15:38:15+00:00"
  1929. },
  1930. {
  1931. "name": "contao-components/installer",
  1932. "version": "1.4.1",
  1933. "source": {
  1934. "type": "git",
  1935. "url": "https://github.com/contao-components/installer.git",
  1936. "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7"
  1937. },
  1938. "dist": {
  1939. "type": "zip",
  1940. "url": "https://api.github.com/repos/contao-components/installer/zipball/eb0c34f0f61a3338dd985a55bd865483e78c3bb7",
  1941. "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7",
  1942. "shasum": ""
  1943. },
  1944. "require": {
  1945. "composer-plugin-api": "^1.0 || ^2.0",
  1946. "php": ">=5.6"
  1947. },
  1948. "require-dev": {
  1949. "composer/composer": "^1.0 || ^2.0",
  1950. "phpunit/phpunit": "^5.7.26"
  1951. },
  1952. "type": "composer-plugin",
  1953. "extra": {
  1954. "class": "Contao\\ComponentsInstaller\\Composer\\Plugin"
  1955. },
  1956. "autoload": {
  1957. "psr-4": {
  1958. "Contao\\ComponentsInstaller\\": "src/"
  1959. }
  1960. },
  1961. "notification-url": "https://packagist.org/downloads/",
  1962. "license": [
  1963. "LGPL-3.0-or-later"
  1964. ],
  1965. "authors": [
  1966. {
  1967. "name": "Leo Feyer",
  1968. "homepage": "https://github.com/leofeyer"
  1969. }
  1970. ],
  1971. "description": "Contao components installer",
  1972. "time": "2020-12-23T10:51:52+00:00"
  1973. },
  1974. {
  1975. "name": "contao-components/jquery",
  1976. "version": "3.6.0",
  1977. "source": {
  1978. "type": "git",
  1979. "url": "https://github.com/contao-components/jquery.git",
  1980. "reference": "31a5688f3db282d02c4ab449b8a8a1836a92ea9c"
  1981. },
  1982. "dist": {
  1983. "type": "zip",
  1984. "url": "https://api.github.com/repos/contao-components/jquery/zipball/31a5688f3db282d02c4ab449b8a8a1836a92ea9c",
  1985. "reference": "31a5688f3db282d02c4ab449b8a8a1836a92ea9c",
  1986. "shasum": ""
  1987. },
  1988. "require": {
  1989. "contao-components/installer": "^1.0.9"
  1990. },
  1991. "type": "contao-component",
  1992. "notification-url": "https://packagist.org/downloads/",
  1993. "license": [
  1994. "MIT"
  1995. ],
  1996. "authors": [
  1997. {
  1998. "name": "Leo Feyer",
  1999. "homepage": "https://github.com/leofeyer"
  2000. }
  2001. ],
  2002. "description": "jQuery integration for Contao Open Source CMS",
  2003. "time": "2021-04-01T14:36:55+00:00"
  2004. },
  2005. {
  2006. "name": "contao-components/jquery-ui",
  2007. "version": "1.12.1.1",
  2008. "source": {
  2009. "type": "git",
  2010. "url": "https://github.com/contao-components/jquery-ui.git",
  2011. "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1"
  2012. },
  2013. "dist": {
  2014. "type": "zip",
  2015. "url": "https://api.github.com/repos/contao-components/jquery-ui/zipball/1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1",
  2016. "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1",
  2017. "shasum": ""
  2018. },
  2019. "require": {
  2020. "contao-components/installer": "^1.0.9"
  2021. },
  2022. "type": "contao-component",
  2023. "notification-url": "https://packagist.org/downloads/",
  2024. "license": [
  2025. "MIT"
  2026. ],
  2027. "authors": [
  2028. {
  2029. "name": "Leo Feyer",
  2030. "homepage": "https://github.com/leofeyer"
  2031. }
  2032. ],
  2033. "description": "jQuery UI integration for Contao Open Source CMS",
  2034. "time": "2017-09-26T08:11:43+00:00"
  2035. },
  2036. {
  2037. "name": "contao-components/mediabox",
  2038. "version": "1.5.5",
  2039. "source": {
  2040. "type": "git",
  2041. "url": "https://github.com/contao-components/mediabox.git",
  2042. "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082"
  2043. },
  2044. "dist": {
  2045. "type": "zip",
  2046. "url": "https://api.github.com/repos/contao-components/mediabox/zipball/8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
  2047. "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
  2048. "shasum": ""
  2049. },
  2050. "require": {
  2051. "contao-components/installer": "^1.0.9"
  2052. },
  2053. "type": "contao-component",
  2054. "notification-url": "https://packagist.org/downloads/",
  2055. "license": [
  2056. "MIT"
  2057. ],
  2058. "authors": [
  2059. {
  2060. "name": "Leo Feyer",
  2061. "homepage": "https://github.com/leofeyer"
  2062. }
  2063. ],
  2064. "description": "Mediabox integration for Contao Open Source CMS",
  2065. "time": "2019-07-12T07:33:27+00:00"
  2066. },
  2067. {
  2068. "name": "contao-components/mootools",
  2069. "version": "1.6.0.6",
  2070. "source": {
  2071. "type": "git",
  2072. "url": "https://github.com/contao-components/mootools.git",
  2073. "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab"
  2074. },
  2075. "dist": {
  2076. "type": "zip",
  2077. "url": "https://api.github.com/repos/contao-components/mootools/zipball/cd812036f79b2d55dd0feddd7b96c180c1f04bab",
  2078. "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab",
  2079. "shasum": ""
  2080. },
  2081. "require": {
  2082. "contao-components/installer": "^1.0.9"
  2083. },
  2084. "type": "contao-component",
  2085. "notification-url": "https://packagist.org/downloads/",
  2086. "license": [
  2087. "MIT"
  2088. ],
  2089. "authors": [
  2090. {
  2091. "name": "Leo Feyer",
  2092. "homepage": "https://github.com/leofeyer"
  2093. }
  2094. ],
  2095. "description": "MooTools integration for Contao Open Source CMS",
  2096. "time": "2019-07-12T07:37:02+00:00"
  2097. },
  2098. {
  2099. "name": "contao-components/simplemodal",
  2100. "version": "2.1.1",
  2101. "source": {
  2102. "type": "git",
  2103. "url": "https://github.com/contao-components/simplemodal.git",
  2104. "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849"
  2105. },
  2106. "dist": {
  2107. "type": "zip",
  2108. "url": "https://api.github.com/repos/contao-components/simplemodal/zipball/3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
  2109. "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
  2110. "shasum": ""
  2111. },
  2112. "require": {
  2113. "contao-components/installer": "^1.0.9"
  2114. },
  2115. "type": "contao-component",
  2116. "notification-url": "https://packagist.org/downloads/",
  2117. "license": [
  2118. "MIT"
  2119. ],
  2120. "authors": [
  2121. {
  2122. "name": "Leo Feyer",
  2123. "homepage": "https://github.com/leofeyer"
  2124. }
  2125. ],
  2126. "description": "SimpleModal integration for Contao Open Source CMS",
  2127. "time": "2019-07-12T07:39:02+00:00"
  2128. },
  2129. {
  2130. "name": "contao-components/swipe",
  2131. "version": "2.2.0",
  2132. "source": {
  2133. "type": "git",
  2134. "url": "https://github.com/contao-components/swipe.git",
  2135. "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9"
  2136. },
  2137. "dist": {
  2138. "type": "zip",
  2139. "url": "https://api.github.com/repos/contao-components/swipe/zipball/1c2acad8b32681ba829d66e99da340666f69b9d9",
  2140. "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9",
  2141. "shasum": ""
  2142. },
  2143. "require": {
  2144. "contao-components/installer": "^1.0.9"
  2145. },
  2146. "type": "contao-component",
  2147. "notification-url": "https://packagist.org/downloads/",
  2148. "license": [
  2149. "MIT"
  2150. ],
  2151. "authors": [
  2152. {
  2153. "name": "Leo Feyer",
  2154. "homepage": "https://github.com/leofeyer"
  2155. }
  2156. ],
  2157. "description": "A JavaScript touch slider with dot menu",
  2158. "time": "2019-09-12T10:53:06+00:00"
  2159. },
  2160. {
  2161. "name": "contao-components/tablesort",
  2162. "version": "4.0.1",
  2163. "source": {
  2164. "type": "git",
  2165. "url": "https://github.com/contao-components/tablesort.git",
  2166. "reference": "faabcfab17e388b767c8f5a18987c44429692a9d"
  2167. },
  2168. "dist": {
  2169. "type": "zip",
  2170. "url": "https://api.github.com/repos/contao-components/tablesort/zipball/faabcfab17e388b767c8f5a18987c44429692a9d",
  2171. "reference": "faabcfab17e388b767c8f5a18987c44429692a9d",
  2172. "shasum": ""
  2173. },
  2174. "require": {
  2175. "contao-components/installer": "^1.0.9"
  2176. },
  2177. "type": "contao-component",
  2178. "notification-url": "https://packagist.org/downloads/",
  2179. "license": [
  2180. "LGPL-3.0-or-later"
  2181. ],
  2182. "authors": [
  2183. {
  2184. "name": "Leo Feyer",
  2185. "homepage": "https://github.com/leofeyer"
  2186. }
  2187. ],
  2188. "description": "Contao Open Source CMS tablesort",
  2189. "time": "2019-07-12T07:43:54+00:00"
  2190. },
  2191. {
  2192. "name": "contao-components/tablesorter",
  2193. "version": "2.31.3",
  2194. "source": {
  2195. "type": "git",
  2196. "url": "https://github.com/contao-components/tablesorter.git",
  2197. "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868"
  2198. },
  2199. "dist": {
  2200. "type": "zip",
  2201. "url": "https://api.github.com/repos/contao-components/tablesorter/zipball/2b3f64c2ababdfe291e3248b26bbef5f4821f868",
  2202. "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868",
  2203. "shasum": ""
  2204. },
  2205. "require": {
  2206. "contao-components/installer": "^1.0.9"
  2207. },
  2208. "type": "contao-component",
  2209. "notification-url": "https://packagist.org/downloads/",
  2210. "license": [
  2211. "MIT"
  2212. ],
  2213. "authors": [
  2214. {
  2215. "name": "Leo Feyer",
  2216. "homepage": "https://github.com/leofeyer"
  2217. }
  2218. ],
  2219. "description": "jQuery tablesorter integration for Contao Open Source CMS",
  2220. "time": "2020-05-14T15:24:29+00:00"
  2221. },
  2222. {
  2223. "name": "contao-components/tinymce4",
  2224. "version": "4.9.12",
  2225. "source": {
  2226. "type": "git",
  2227. "url": "https://github.com/contao-components/tinymce4.git",
  2228. "reference": "dbcef881803de095d39f59fdf97292b1c25a6c76"
  2229. },
  2230. "dist": {
  2231. "type": "zip",
  2232. "url": "https://api.github.com/repos/contao-components/tinymce4/zipball/dbcef881803de095d39f59fdf97292b1c25a6c76",
  2233. "reference": "dbcef881803de095d39f59fdf97292b1c25a6c76",
  2234. "shasum": ""
  2235. },
  2236. "require": {
  2237. "contao-components/installer": "^1.0.9"
  2238. },
  2239. "type": "contao-component",
  2240. "notification-url": "https://packagist.org/downloads/",
  2241. "license": [
  2242. "LGPL-2.1+"
  2243. ],
  2244. "authors": [
  2245. {
  2246. "name": "Leo Feyer",
  2247. "homepage": "https://github.com/leofeyer"
  2248. }
  2249. ],
  2250. "description": "TinyMCE 4 integration for Contao Open Source CMS",
  2251. "time": "2020-09-22T13:25:12+00:00"
  2252. },
  2253. {
  2254. "name": "contao/calendar-bundle",
  2255. "version": "4.9.13",
  2256. "source": {
  2257. "type": "git",
  2258. "url": "https://github.com/contao/calendar-bundle.git",
  2259. "reference": "217cb4c942d107312182075ca7a14ba65831472c"
  2260. },
  2261. "dist": {
  2262. "type": "zip",
  2263. "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/217cb4c942d107312182075ca7a14ba65831472c",
  2264. "reference": "217cb4c942d107312182075ca7a14ba65831472c",
  2265. "shasum": ""
  2266. },
  2267. "require": {
  2268. "contao/core-bundle": "self.version",
  2269. "friendsofsymfony/http-cache": "^2.4",
  2270. "patchwork/utf8": "^1.2",
  2271. "php": "^7.2 || ^8.0",
  2272. "symfony/config": "4.4.*",
  2273. "symfony/dependency-injection": "4.4.*",
  2274. "symfony/http-foundation": "4.4.*",
  2275. "symfony/http-kernel": "4.4.*",
  2276. "symfony/yaml": "4.4.*"
  2277. },
  2278. "conflict": {
  2279. "contao/core": "*",
  2280. "contao/manager-plugin": "<2.0 || >=3.0"
  2281. },
  2282. "require-dev": {
  2283. "contao/manager-plugin": "^2.3.1",
  2284. "contao/test-case": "^4.2",
  2285. "phpunit/phpunit": "^8.5",
  2286. "symfony/http-client": "4.4.*",
  2287. "symfony/phpunit-bridge": "4.4.*"
  2288. },
  2289. "type": "contao-bundle",
  2290. "extra": {
  2291. "contao-manager-plugin": "Contao\\CalendarBundle\\ContaoManager\\Plugin",
  2292. "symfony": {
  2293. "require": "^4.4"
  2294. }
  2295. },
  2296. "autoload": {
  2297. "psr-4": {
  2298. "Contao\\CalendarBundle\\": "src/"
  2299. },
  2300. "classmap": [
  2301. "src/Resources/contao/"
  2302. ],
  2303. "exclude-from-classmap": [
  2304. "src/Resources/contao/config/",
  2305. "src/Resources/contao/dca/",
  2306. "src/Resources/contao/languages/",
  2307. "src/Resources/contao/templates/"
  2308. ]
  2309. },
  2310. "notification-url": "https://packagist.org/downloads/",
  2311. "license": [
  2312. "LGPL-3.0-or-later"
  2313. ],
  2314. "authors": [
  2315. {
  2316. "name": "Leo Feyer",
  2317. "homepage": "https://github.com/leofeyer"
  2318. },
  2319. {
  2320. "name": "Contao Community",
  2321. "homepage": "https://contao.org/contributors"
  2322. }
  2323. ],
  2324. "description": "Adds calendar functionality to Contao",
  2325. "homepage": "https://contao.org",
  2326. "time": "2021-03-24T11:13:27+00:00"
  2327. },
  2328. {
  2329. "name": "contao/conflicts",
  2330. "version": "dev-main",
  2331. "source": {
  2332. "type": "git",
  2333. "url": "https://github.com/contao/conflicts.git",
  2334. "reference": "ccb69e24b1159a64ffb61ad6309d9b38952cd465"
  2335. },
  2336. "dist": {
  2337. "type": "zip",
  2338. "url": "https://api.github.com/repos/contao/conflicts/zipball/ccb69e24b1159a64ffb61ad6309d9b38952cd465",
  2339. "reference": "ccb69e24b1159a64ffb61ad6309d9b38952cd465",
  2340. "shasum": ""
  2341. },
  2342. "conflict": {
  2343. "doctrine/dbal": "2.9.* <2.9.3 || 2.13.0",
  2344. "doctrine/doctrine-migrations-bundle": "<1.1",
  2345. "doctrine/orm": "<2.4",
  2346. "doctrine/persistence": "1.3.2",
  2347. "knplabs/knp-time-bundle": "1.9.0",
  2348. "lexik/maintenance-bundle": "2.1.4",
  2349. "symfony/finder": "3.4.7 || 4.0.7",
  2350. "symfony/framework-bundle": "4.2.7 || 5.2.6",
  2351. "symfony/security": "3.3.17 || 3.4.7 || 3.4.8 || 3.4.11",
  2352. "symfony/swiftmailer-bundle": "2.6.* <2.6.2",
  2353. "symfony/twig-bundle": "4.1.0",
  2354. "twig/twig": "2.7.0"
  2355. },
  2356. "type": "metapackage",
  2357. "notification-url": "https://packagist.org/downloads/",
  2358. "license": [
  2359. "LGPL-3.0-or-later"
  2360. ],
  2361. "authors": [
  2362. {
  2363. "name": "Leo Feyer",
  2364. "homepage": "https://github.com/leofeyer"
  2365. }
  2366. ],
  2367. "description": "Contao 4 conflicting packages",
  2368. "time": "2021-03-30T13:40:59+00:00"
  2369. },
  2370. {
  2371. "name": "contao/core-bundle",
  2372. "version": "4.9.13",
  2373. "source": {
  2374. "type": "git",
  2375. "url": "https://github.com/contao/core-bundle.git",
  2376. "reference": "c3eb59ff8d6781375a3cf8577122df647c6dcbe0"
  2377. },
  2378. "dist": {
  2379. "type": "zip",
  2380. "url": "https://api.github.com/repos/contao/core-bundle/zipball/c3eb59ff8d6781375a3cf8577122df647c6dcbe0",
  2381. "reference": "c3eb59ff8d6781375a3cf8577122df647c6dcbe0",
  2382. "shasum": ""
  2383. },
  2384. "require": {
  2385. "ausi/slug-generator": "^1.1",
  2386. "bacon/bacon-qr-code": "^2.0",
  2387. "composer/package-versions-deprecated": "^1.8",
  2388. "contao-components/ace": "^1.2",
  2389. "contao-components/chosen": "^1.2",
  2390. "contao-components/colorbox": "^1.6",
  2391. "contao-components/colorpicker": "^1.5",
  2392. "contao-components/contao": "^9.1",
  2393. "contao-components/datepicker": "^2.3",
  2394. "contao-components/dropzone": "^5.0.1",
  2395. "contao-components/highlight": "^9.0",
  2396. "contao-components/jquery": "^1.12 || ^2.0 || ^3.5",
  2397. "contao-components/jquery-ui": "^1.11.4",
  2398. "contao-components/mediabox": "^1.5",
  2399. "contao-components/mootools": "^1.6.0.1",
  2400. "contao-components/simplemodal": "^2.1",
  2401. "contao-components/swipe": "^2.0.3",
  2402. "contao-components/tablesort": "^4.0",
  2403. "contao-components/tablesorter": "^2.1",
  2404. "contao-components/tinymce4": "^4.7",
  2405. "contao/image": "^1.0",
  2406. "contao/imagine-svg": "^0.2.3 || ^1.0",
  2407. "doctrine/dbal": "^2.10",
  2408. "doctrine/doctrine-bundle": "^1.8 || ^2.0",
  2409. "doctrine/orm": "^2.6.3",
  2410. "dragonmantank/cron-expression": "^2.3",
  2411. "ext-dom": "*",
  2412. "ext-gd": "*",
  2413. "ext-hash": "*",
  2414. "ext-intl": "*",
  2415. "ext-json": "*",
  2416. "ext-pcre": "*",
  2417. "ext-pdo": "*",
  2418. "ext-zlib": "*",
  2419. "friendsofsymfony/http-cache": "^2.6",
  2420. "friendsofsymfony/http-cache-bundle": "^2.6",
  2421. "imagine/imagine": "^0.7 || ^1.0",
  2422. "knplabs/knp-menu-bundle": "^2.1 || ^3.0",
  2423. "knplabs/knp-time-bundle": "^1.10",
  2424. "lcobucci/jwt": "^3.4 || ^4.0",
  2425. "league/uri-components": "^1.8",
  2426. "league/uri-schemes": "^1.2",
  2427. "matthiasmullie/minify": "^1.3",
  2428. "michelf/php-markdown": "^1.4",
  2429. "nelmio/cors-bundle": "^1.5.3 || ^2.0.1",
  2430. "nyholm/psr7": "^1.2",
  2431. "paragonie/constant_time_encoding": "^2.2",
  2432. "patchwork/utf8": "^1.2",
  2433. "php": "^7.2 || ^8.0",
  2434. "phpspec/php-diff": "^1.0",
  2435. "phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0 || ^4.0",
  2436. "psr/log": "^1.0",
  2437. "ramsey/uuid": "^3.8",
  2438. "scheb/2fa-backup-code": "^5.0",
  2439. "scheb/2fa-bundle": "^5.0",
  2440. "scheb/2fa-trusted-device": "^5.0",
  2441. "scssphp/scssphp": "^1.0",
  2442. "simplepie/simplepie": "^1.3",
  2443. "spomky-labs/otphp": "^9.1 || ^10.0",
  2444. "symfony-cmf/routing-bundle": "^2.1",
  2445. "symfony/asset": "4.4.*",
  2446. "symfony/cache": "4.4.*",
  2447. "symfony/config": "4.4.*",
  2448. "symfony/console": "4.4.*",
  2449. "symfony/dependency-injection": "4.4.*",
  2450. "symfony/dom-crawler": "4.4.*",
  2451. "symfony/event-dispatcher": "4.4.*",
  2452. "symfony/expression-language": "4.4.*",
  2453. "symfony/filesystem": "4.4.*",
  2454. "symfony/finder": "4.4.*",
  2455. "symfony/framework-bundle": "4.4.*",
  2456. "symfony/http-foundation": "4.4.*",
  2457. "symfony/http-kernel": "4.4.*",
  2458. "symfony/lock": "4.4.*",
  2459. "symfony/monolog-bridge": "4.4.*",
  2460. "symfony/process": "4.4.*",
  2461. "symfony/routing": "4.4.*",
  2462. "symfony/security-bundle": "4.4.*",
  2463. "symfony/swiftmailer-bundle": "^2.6.2 || ^3.1.5",
  2464. "symfony/translation": "4.4.*",
  2465. "symfony/twig-bundle": "4.4.*",
  2466. "symfony/var-dumper": "4.4.*",
  2467. "symfony/yaml": "4.4.*",
  2468. "terminal42/escargot": "^0.6.0 || ^1.0",
  2469. "terminal42/service-annotation-bundle": "^1.1",
  2470. "true/punycode": "^2.1",
  2471. "twig/twig": "^2.7",
  2472. "ua-parser/uap-php": "^3.9",
  2473. "webignition/robots-txt-file": "^3.0",
  2474. "webmozart/path-util": "^2.2",
  2475. "wikimedia/less.php": "^1.7"
  2476. },
  2477. "conflict": {
  2478. "contao-community-alliance/composer-plugin": "<3.0",
  2479. "contao/core": "*",
  2480. "contao/manager-bundle": "4.5.* <4.5.2",
  2481. "contao/manager-plugin": "<2.0 || >=3.0",
  2482. "symfony/security-bundle": "4.4.* <4.4.5",
  2483. "terminal42/contao-ce-access": "<3.0"
  2484. },
  2485. "require-dev": {
  2486. "composer/composer": "^1.0 || ^2.0",
  2487. "contao/manager-plugin": "^2.3.1",
  2488. "contao/test-case": "^4.3",
  2489. "ext-fileinfo": "*",
  2490. "lexik/maintenance-bundle": "^2.1.5",
  2491. "phpunit/phpunit": "^8.5",
  2492. "symfony/browser-kit": "4.4.*",
  2493. "symfony/http-client": "4.4.*",
  2494. "symfony/phpunit-bridge": "4.4.*"
  2495. },
  2496. "suggest": {
  2497. "contao/tcpdf-bundle": "To export articles as PDF files",
  2498. "lexik/maintenance-bundle": "To put the application into maintenance mode"
  2499. },
  2500. "type": "symfony-bundle",
  2501. "extra": {
  2502. "contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin",
  2503. "symfony": {
  2504. "require": "^4.4"
  2505. }
  2506. },
  2507. "autoload": {
  2508. "psr-4": {
  2509. "Contao\\CoreBundle\\": "src/"
  2510. },
  2511. "classmap": [
  2512. "src/Resources/contao/"
  2513. ],
  2514. "files": [
  2515. "src/Resources/functions/utf8_bootup.php"
  2516. ],
  2517. "exclude-from-classmap": [
  2518. "src/Resources/contao/config/",
  2519. "src/Resources/contao/dca/",
  2520. "src/Resources/contao/helper/functions.php",
  2521. "src/Resources/contao/languages/",
  2522. "src/Resources/contao/templates/",
  2523. "src/Resources/contao/themes/"
  2524. ]
  2525. },
  2526. "notification-url": "https://packagist.org/downloads/",
  2527. "license": [
  2528. "LGPL-3.0-or-later"
  2529. ],
  2530. "authors": [
  2531. {
  2532. "name": "Leo Feyer",
  2533. "homepage": "https://github.com/leofeyer"
  2534. },
  2535. {
  2536. "name": "Contao Community",
  2537. "homepage": "https://contao.org/contributors"
  2538. }
  2539. ],
  2540. "description": "Provides the Contao core functionality",
  2541. "homepage": "https://contao.org",
  2542. "time": "2021-03-24T11:13:27+00:00"
  2543. },
  2544. {
  2545. "name": "contao/faq-bundle",
  2546. "version": "4.9.13",
  2547. "source": {
  2548. "type": "git",
  2549. "url": "https://github.com/contao/faq-bundle.git",
  2550. "reference": "986f4ce476d849fa86a147870555c5b12d91ca50"
  2551. },
  2552. "dist": {
  2553. "type": "zip",
  2554. "url": "https://api.github.com/repos/contao/faq-bundle/zipball/986f4ce476d849fa86a147870555c5b12d91ca50",
  2555. "reference": "986f4ce476d849fa86a147870555c5b12d91ca50",
  2556. "shasum": ""
  2557. },
  2558. "require": {
  2559. "contao/core-bundle": "self.version",
  2560. "patchwork/utf8": "^1.2",
  2561. "php": "^7.2 || ^8.0",
  2562. "symfony/config": "4.4.*",
  2563. "symfony/dependency-injection": "4.4.*",
  2564. "symfony/http-kernel": "4.4.*",
  2565. "symfony/yaml": "4.4.*"
  2566. },
  2567. "conflict": {
  2568. "contao/core": "*",
  2569. "contao/manager-plugin": "<2.0 || >=3.0"
  2570. },
  2571. "require-dev": {
  2572. "contao/manager-plugin": "^2.3.1",
  2573. "contao/test-case": "^4.2",
  2574. "phpunit/phpunit": "^8.5",
  2575. "symfony/http-client": "4.4.*",
  2576. "symfony/phpunit-bridge": "4.4.*"
  2577. },
  2578. "type": "contao-bundle",
  2579. "extra": {
  2580. "contao-manager-plugin": "Contao\\FaqBundle\\ContaoManager\\Plugin",
  2581. "symfony": {
  2582. "require": "^4.4"
  2583. }
  2584. },
  2585. "autoload": {
  2586. "psr-4": {
  2587. "Contao\\FaqBundle\\": "src/"
  2588. },
  2589. "classmap": [
  2590. "src/Resources/contao/"
  2591. ],
  2592. "exclude-from-classmap": [
  2593. "src/Resources/contao/config/",
  2594. "src/Resources/contao/dca/",
  2595. "src/Resources/contao/languages/",
  2596. "src/Resources/contao/templates/"
  2597. ]
  2598. },
  2599. "notification-url": "https://packagist.org/downloads/",
  2600. "license": [
  2601. "LGPL-3.0-or-later"
  2602. ],
  2603. "authors": [
  2604. {
  2605. "name": "Leo Feyer",
  2606. "homepage": "https://github.com/leofeyer"
  2607. },
  2608. {
  2609. "name": "Contao Community",
  2610. "homepage": "https://contao.org/contributors"
  2611. }
  2612. ],
  2613. "description": "Adds FAQ functionality to Contao",
  2614. "homepage": "https://contao.org",
  2615. "time": "2021-03-24T11:13:27+00:00"
  2616. },
  2617. {
  2618. "name": "contao/image",
  2619. "version": "1.1.0",
  2620. "source": {
  2621. "type": "git",
  2622. "url": "https://github.com/contao/image.git",
  2623. "reference": "fcfda96f982b4ee9a13802d502def3de841785a9"
  2624. },
  2625. "dist": {
  2626. "type": "zip",
  2627. "url": "https://api.github.com/repos/contao/image/zipball/fcfda96f982b4ee9a13802d502def3de841785a9",
  2628. "reference": "fcfda96f982b4ee9a13802d502def3de841785a9",
  2629. "shasum": ""
  2630. },
  2631. "require": {
  2632. "ext-json": "*",
  2633. "imagine/imagine": "^0.7.1 || ^1.0",
  2634. "php": "^7.1 || ^8.0",
  2635. "symfony/filesystem": "^2.8 || ^3.0 || ^4.0 || ^5.0",
  2636. "symfony/polyfill-php73": "^1.11",
  2637. "webmozart/path-util": "^2.0"
  2638. },
  2639. "conflict": {
  2640. "contao/imagine-svg": "<0.1.4 || >=2.0"
  2641. },
  2642. "require-dev": {
  2643. "bamarni/composer-bin-plugin": "^1.4",
  2644. "contao/imagine-svg": "^0.1.4 || ^0.2 || ^1.0",
  2645. "phpunit/phpunit": "^8.5"
  2646. },
  2647. "suggest": {
  2648. "ext-exif": "To support EXIF auto-rotation"
  2649. },
  2650. "type": "library",
  2651. "extra": {
  2652. "bamarni-bin": {
  2653. "bin-links": false,
  2654. "target-directory": "tools"
  2655. }
  2656. },
  2657. "autoload": {
  2658. "psr-4": {
  2659. "Contao\\Image\\": "src/"
  2660. }
  2661. },
  2662. "notification-url": "https://packagist.org/downloads/",
  2663. "license": [
  2664. "LGPL-3.0-or-later"
  2665. ],
  2666. "authors": [
  2667. {
  2668. "name": "Martin Auswöger",
  2669. "homepage": "https://github.com/ausi"
  2670. }
  2671. ],
  2672. "description": "Contao image library",
  2673. "time": "2021-03-18T09:22:50+00:00"
  2674. },
  2675. {
  2676. "name": "contao/imagine-svg",
  2677. "version": "1.0.2",
  2678. "source": {
  2679. "type": "git",
  2680. "url": "https://github.com/contao/imagine-svg.git",
  2681. "reference": "0edb415c950100913555fc0b0c412a2ef0b9bcd6"
  2682. },
  2683. "dist": {
  2684. "type": "zip",
  2685. "url": "https://api.github.com/repos/contao/imagine-svg/zipball/0edb415c950100913555fc0b0c412a2ef0b9bcd6",
  2686. "reference": "0edb415c950100913555fc0b0c412a2ef0b9bcd6",
  2687. "shasum": ""
  2688. },
  2689. "require": {
  2690. "ext-dom": "*",
  2691. "imagine/imagine": "^1.1",
  2692. "php": "^7.2 || ^8.0"
  2693. },
  2694. "require-dev": {
  2695. "contao/easy-coding-standard": "^1.0",
  2696. "friendsofphp/php-cs-fixer": "^2.14",
  2697. "phpstan/phpstan": "^0.12",
  2698. "phpstan/phpstan-phpunit": "^0.12.8",
  2699. "phpstan/phpstan-symfony": "^0.12.6",
  2700. "phpunit/phpunit": "^8.5.4",
  2701. "psalm/plugin-phpunit": "^0.9",
  2702. "psalm/plugin-symfony": "^1.0",
  2703. "slam/phpstan-extensions": "^5.0",
  2704. "symfony/filesystem": "^5.0",
  2705. "vimeo/psalm": "^3.9"
  2706. },
  2707. "type": "library",
  2708. "extra": {
  2709. "branch-alias": {
  2710. "dev-master": "1.0.x-dev"
  2711. }
  2712. },
  2713. "autoload": {
  2714. "psr-4": {
  2715. "Contao\\ImagineSvg\\": "src/"
  2716. }
  2717. },
  2718. "notification-url": "https://packagist.org/downloads/",
  2719. "license": [
  2720. "LGPL-3.0-or-later"
  2721. ],
  2722. "authors": [
  2723. {
  2724. "name": "Martin Auswöger",
  2725. "homepage": "https://github.com/ausi"
  2726. }
  2727. ],
  2728. "description": "Contao Imagine SVG library",
  2729. "time": "2020-10-31T13:00:01+00:00"
  2730. },
  2731. {
  2732. "name": "contao/installation-bundle",
  2733. "version": "4.9.13",
  2734. "source": {
  2735. "type": "git",
  2736. "url": "https://github.com/contao/installation-bundle.git",
  2737. "reference": "c7d4967e5f7ec3c8a36c52fd580edc333145ee1d"
  2738. },
  2739. "dist": {
  2740. "type": "zip",
  2741. "url": "https://api.github.com/repos/contao/installation-bundle/zipball/c7d4967e5f7ec3c8a36c52fd580edc333145ee1d",
  2742. "reference": "c7d4967e5f7ec3c8a36c52fd580edc333145ee1d",
  2743. "shasum": ""
  2744. },
  2745. "require": {
  2746. "contao/core-bundle": "self.version",
  2747. "doctrine/dbal": "^2.10",
  2748. "patchwork/utf8": "^1.2",
  2749. "php": "^7.2 || ^8.0",
  2750. "psr/log": "^1.0",
  2751. "symfony/config": "4.4.*",
  2752. "symfony/console": "4.4.*",
  2753. "symfony/dependency-injection": "4.4.*",
  2754. "symfony/event-dispatcher": "4.4.*",
  2755. "symfony/filesystem": "4.4.*",
  2756. "symfony/finder": "4.4.*",
  2757. "symfony/framework-bundle": "4.4.*",
  2758. "symfony/http-foundation": "4.4.*",
  2759. "symfony/http-kernel": "4.4.*",
  2760. "symfony/yaml": "4.4.*"
  2761. },
  2762. "conflict": {
  2763. "contao/core": "*",
  2764. "contao/manager-plugin": "<2.0 || >=3.0"
  2765. },
  2766. "require-dev": {
  2767. "contao/manager-plugin": "^2.3.1",
  2768. "phpunit/phpunit": "^8.5",
  2769. "symfony/http-client": "4.4.*",
  2770. "symfony/phpunit-bridge": "4.4.*"
  2771. },
  2772. "type": "contao-bundle",
  2773. "extra": {
  2774. "contao-manager-plugin": "Contao\\InstallationBundle\\ContaoManager\\Plugin",
  2775. "symfony": {
  2776. "require": "^4.4"
  2777. }
  2778. },
  2779. "autoload": {
  2780. "psr-4": {
  2781. "Contao\\InstallationBundle\\": "src/"
  2782. }
  2783. },
  2784. "notification-url": "https://packagist.org/downloads/",
  2785. "license": [
  2786. "LGPL-3.0-or-later"
  2787. ],
  2788. "authors": [
  2789. {
  2790. "name": "Leo Feyer",
  2791. "homepage": "https://github.com/leofeyer"
  2792. },
  2793. {
  2794. "name": "Contao Community",
  2795. "homepage": "https://contao.org/contributors"
  2796. }
  2797. ],
  2798. "description": "Required to install and update Contao",
  2799. "homepage": "https://contao.org",
  2800. "time": "2021-03-24T11:13:27+00:00"
  2801. },
  2802. {
  2803. "name": "contao/listing-bundle",
  2804. "version": "4.9.13",
  2805. "source": {
  2806. "type": "git",
  2807. "url": "https://github.com/contao/listing-bundle.git",
  2808. "reference": "702aa6805316b7003c761ad3db202ab7e1582552"
  2809. },
  2810. "dist": {
  2811. "type": "zip",
  2812. "url": "https://api.github.com/repos/contao/listing-bundle/zipball/702aa6805316b7003c761ad3db202ab7e1582552",
  2813. "reference": "702aa6805316b7003c761ad3db202ab7e1582552",
  2814. "shasum": ""
  2815. },
  2816. "require": {
  2817. "contao/core-bundle": "self.version",
  2818. "patchwork/utf8": "^1.2",
  2819. "php": "^7.2 || ^8.0",
  2820. "symfony/http-kernel": "4.4.*"
  2821. },
  2822. "conflict": {
  2823. "contao/core": "*",
  2824. "contao/manager-plugin": "<2.0 || >=3.0"
  2825. },
  2826. "require-dev": {
  2827. "contao/manager-plugin": "^2.0",
  2828. "symfony/http-client": "4.4.*"
  2829. },
  2830. "type": "contao-bundle",
  2831. "extra": {
  2832. "contao-manager-plugin": "Contao\\ListingBundle\\ContaoManager\\Plugin",
  2833. "symfony": {
  2834. "require": "^4.4"
  2835. }
  2836. },
  2837. "autoload": {
  2838. "psr-4": {
  2839. "Contao\\ListingBundle\\": "src/"
  2840. },
  2841. "classmap": [
  2842. "src/Resources/contao/"
  2843. ],
  2844. "exclude-from-classmap": [
  2845. "src/Resources/contao/config/",
  2846. "src/Resources/contao/dca/",
  2847. "src/Resources/contao/languages/",
  2848. "src/Resources/contao/templates/"
  2849. ]
  2850. },
  2851. "notification-url": "https://packagist.org/downloads/",
  2852. "license": [
  2853. "LGPL-3.0-or-later"
  2854. ],
  2855. "authors": [
  2856. {
  2857. "name": "Leo Feyer",
  2858. "homepage": "https://github.com/leofeyer"
  2859. },
  2860. {
  2861. "name": "Contao Community",
  2862. "homepage": "https://contao.org/contributors"
  2863. }
  2864. ],
  2865. "description": "Allows to list arbitrary data in the Contao front end",
  2866. "homepage": "https://contao.org",
  2867. "time": "2021-03-24T11:13:27+00:00"
  2868. },
  2869. {
  2870. "name": "contao/manager-bundle",
  2871. "version": "4.9.13",
  2872. "source": {
  2873. "type": "git",
  2874. "url": "https://github.com/contao/manager-bundle.git",
  2875. "reference": "2f6e8263c590e37782f13b1bc416f57b1c630488"
  2876. },
  2877. "dist": {
  2878. "type": "zip",
  2879. "url": "https://api.github.com/repos/contao/manager-bundle/zipball/2f6e8263c590e37782f13b1bc416f57b1c630488",
  2880. "reference": "2f6e8263c590e37782f13b1bc416f57b1c630488",
  2881. "shasum": ""
  2882. },
  2883. "require": {
  2884. "contao/core-bundle": "self.version",
  2885. "contao/installation-bundle": "self.version",
  2886. "contao/manager-plugin": "^2.4",
  2887. "doctrine/dbal": "^2.10",
  2888. "doctrine/doctrine-bundle": "^1.8 || ^2.0",
  2889. "ext-json": "*",
  2890. "friendsofsymfony/http-cache": "^2.6",
  2891. "friendsofsymfony/http-cache-bundle": "^2.6",
  2892. "lexik/maintenance-bundle": "^2.1.5",
  2893. "nelmio/cors-bundle": "^1.5.3 || ^2.0.1",
  2894. "nelmio/security-bundle": "^2.2",
  2895. "ocramius/proxy-manager": "^2.1",
  2896. "php": "^7.2 || ^8.0",
  2897. "symfony/cache": "4.4.*",
  2898. "symfony/config": "4.4.*",
  2899. "symfony/console": "4.4.*",
  2900. "symfony/debug": "4.4.*",
  2901. "symfony/debug-bundle": "4.4.*",
  2902. "symfony/dependency-injection": "4.4.*",
  2903. "symfony/doctrine-bridge": "4.4.*",
  2904. "symfony/dotenv": "4.4.*",
  2905. "symfony/expression-language": "4.4.*",
  2906. "symfony/filesystem": "4.4.*",
  2907. "symfony/finder": "4.4.*",
  2908. "symfony/framework-bundle": "4.4.*",
  2909. "symfony/http-client": "4.4.*",
  2910. "symfony/http-foundation": "4.4.*",
  2911. "symfony/http-kernel": "4.4.*",
  2912. "symfony/monolog-bridge": "4.4.*",
  2913. "symfony/monolog-bundle": "^3.1",
  2914. "symfony/process": "4.4.*",
  2915. "symfony/proxy-manager-bridge": "4.4.*",
  2916. "symfony/routing": "4.4.*",
  2917. "symfony/security-bundle": "4.4.*",
  2918. "symfony/stopwatch": "4.4.*",
  2919. "symfony/swiftmailer-bundle": "^2.6.2 || ^3.1.5",
  2920. "symfony/twig-bundle": "4.4.*",
  2921. "symfony/web-profiler-bundle": "4.4.*",
  2922. "symfony/yaml": "4.4.*",
  2923. "toflar/psr6-symfony-http-cache-store": "^2.1 || ^3.0"
  2924. },
  2925. "conflict": {
  2926. "symfony/config": "<4.4.2",
  2927. "symfony/security-bundle": "4.4.* <4.4.5"
  2928. },
  2929. "require-dev": {
  2930. "contao/test-case": "^4.2",
  2931. "phpunit/phpunit": "^8.5",
  2932. "symfony/phpunit-bridge": "4.4.*"
  2933. },
  2934. "suggest": {
  2935. "contao/tcpdf-bundle": "To export articles as PDF files"
  2936. },
  2937. "bin": [
  2938. "bin/contao-console"
  2939. ],
  2940. "type": "symfony-bundle",
  2941. "extra": {
  2942. "contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin",
  2943. "symfony": {
  2944. "require": "^4.4"
  2945. }
  2946. },
  2947. "autoload": {
  2948. "psr-4": {
  2949. "Contao\\ManagerBundle\\": "src/"
  2950. }
  2951. },
  2952. "notification-url": "https://packagist.org/downloads/",
  2953. "license": [
  2954. "LGPL-3.0-or-later"
  2955. ],
  2956. "authors": [
  2957. {
  2958. "name": "Leo Feyer",
  2959. "homepage": "https://github.com/leofeyer"
  2960. },
  2961. {
  2962. "name": "Contao Community",
  2963. "homepage": "https://contao.org/contributors"
  2964. }
  2965. ],
  2966. "description": "Symfony bundle for the Contao Managed Edition",
  2967. "homepage": "https://contao.org",
  2968. "time": "2021-03-12T10:33:17+00:00"
  2969. },
  2970. {
  2971. "name": "contao/manager-plugin",
  2972. "version": "2.11.0",
  2973. "source": {
  2974. "type": "git",
  2975. "url": "https://github.com/contao/manager-plugin.git",
  2976. "reference": "43eb4064dbeebc3d47f0c1ff85bb060270f8e504"
  2977. },
  2978. "dist": {
  2979. "type": "zip",
  2980. "url": "https://api.github.com/repos/contao/manager-plugin/zipball/43eb4064dbeebc3d47f0c1ff85bb060270f8e504",
  2981. "reference": "43eb4064dbeebc3d47f0c1ff85bb060270f8e504",
  2982. "shasum": ""
  2983. },
  2984. "require": {
  2985. "composer-plugin-api": "^1.1 || ^2.0",
  2986. "php": "^7.1 || ^8.0",
  2987. "symfony/config": "^3.3 || ^4.0 || ^5.0",
  2988. "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0",
  2989. "symfony/filesystem": "^3.3 || ^4.0 || ^5.0",
  2990. "symfony/http-kernel": "^3.3 || ^4.0 || ^5.0",
  2991. "symfony/routing": "^3.3 || ^4.0 || ^5.0"
  2992. },
  2993. "conflict": {
  2994. "contao/manager-bundle": "4.9.* <4.9.4"
  2995. },
  2996. "require-dev": {
  2997. "composer/composer": "^1.1 || ^2.0",
  2998. "contao/core-bundle": "^4.4",
  2999. "ext-zip": "*",
  3000. "friendsofphp/php-cs-fixer": "^2.14",
  3001. "php-http/guzzle6-adapter": "^1.1",
  3002. "phpunit/phpunit": "^8.5 || ^9.3",
  3003. "symfony/phpunit-bridge": "^3.4.40 || ^4.0 || ^5.0",
  3004. "webmozart/path-util": "^2.0"
  3005. },
  3006. "type": "composer-plugin",
  3007. "extra": {
  3008. "class": [
  3009. "Contao\\ManagerPlugin\\Composer\\ArtifactsPlugin",
  3010. "Contao\\ManagerPlugin\\Composer\\ManagerPluginInstaller",
  3011. "Contao\\ManagerPlugin\\Composer\\AppAutoloadPlugin"
  3012. ],
  3013. "symfony": {
  3014. "require": "3.4.* || 4.4.* || 5.1.*"
  3015. }
  3016. },
  3017. "autoload": {
  3018. "psr-4": {
  3019. "Contao\\ManagerPlugin\\": "src/"
  3020. }
  3021. },
  3022. "notification-url": "https://packagist.org/downloads/",
  3023. "license": [
  3024. "LGPL-3.0-or-later"
  3025. ],
  3026. "authors": [
  3027. {
  3028. "name": "Andreas Schempp",
  3029. "homepage": "https://github.com/aschempp"
  3030. }
  3031. ],
  3032. "description": "Contao 4 manager plugin",
  3033. "time": "2020-09-21T09:45:49+00:00"
  3034. },
  3035. {
  3036. "name": "contao/news-bundle",
  3037. "version": "4.9.13",
  3038. "source": {
  3039. "type": "git",
  3040. "url": "https://github.com/contao/news-bundle.git",
  3041. "reference": "12a7e571526ecd288f302bbe8f1e47adbe315a46"
  3042. },
  3043. "dist": {
  3044. "type": "zip",
  3045. "url": "https://api.github.com/repos/contao/news-bundle/zipball/12a7e571526ecd288f302bbe8f1e47adbe315a46",
  3046. "reference": "12a7e571526ecd288f302bbe8f1e47adbe315a46",
  3047. "shasum": ""
  3048. },
  3049. "require": {
  3050. "contao/core-bundle": "self.version",
  3051. "friendsofsymfony/http-cache": "^2.4",
  3052. "patchwork/utf8": "^1.2",
  3053. "php": "^7.2 || ^8.0",
  3054. "symfony/config": "4.4.*",
  3055. "symfony/dependency-injection": "4.4.*",
  3056. "symfony/http-foundation": "4.4.*",
  3057. "symfony/http-kernel": "4.4.*",
  3058. "symfony/yaml": "4.4.*"
  3059. },
  3060. "conflict": {
  3061. "contao/core": "*",
  3062. "contao/manager-plugin": "<2.0 || >=3.0"
  3063. },
  3064. "require-dev": {
  3065. "contao/manager-plugin": "^2.3.1",
  3066. "contao/test-case": "^4.2",
  3067. "phpunit/phpunit": "^8.5",
  3068. "symfony/http-client": "4.4.*",
  3069. "symfony/phpunit-bridge": "4.4.*"
  3070. },
  3071. "type": "contao-bundle",
  3072. "extra": {
  3073. "contao-manager-plugin": "Contao\\NewsBundle\\ContaoManager\\Plugin",
  3074. "symfony": {
  3075. "require": "^4.4"
  3076. }
  3077. },
  3078. "autoload": {
  3079. "psr-4": {
  3080. "Contao\\NewsBundle\\": "src/"
  3081. },
  3082. "classmap": [
  3083. "src/Resources/contao/"
  3084. ],
  3085. "exclude-from-classmap": [
  3086. "src/Resources/contao/config/",
  3087. "src/Resources/contao/dca/",
  3088. "src/Resources/contao/languages/",
  3089. "src/Resources/contao/templates/"
  3090. ]
  3091. },
  3092. "notification-url": "https://packagist.org/downloads/",
  3093. "license": [
  3094. "LGPL-3.0-or-later"
  3095. ],
  3096. "authors": [
  3097. {
  3098. "name": "Leo Feyer",
  3099. "homepage": "https://github.com/leofeyer"
  3100. },
  3101. {
  3102. "name": "Contao Community",
  3103. "homepage": "https://contao.org/contributors"
  3104. }
  3105. ],
  3106. "description": "Adds news functionality to Contao",
  3107. "homepage": "https://contao.org",
  3108. "time": "2021-03-24T11:13:27+00:00"
  3109. },
  3110. {
  3111. "name": "dasprid/enum",
  3112. "version": "1.0.3",
  3113. "source": {
  3114. "type": "git",
  3115. "url": "https://github.com/DASPRiD/Enum.git",
  3116. "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
  3117. },
  3118. "dist": {
  3119. "type": "zip",
  3120. "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
  3121. "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
  3122. "shasum": ""
  3123. },
  3124. "require-dev": {
  3125. "phpunit/phpunit": "^7 | ^8 | ^9",
  3126. "squizlabs/php_codesniffer": "^3.4"
  3127. },
  3128. "type": "library",
  3129. "autoload": {
  3130. "psr-4": {
  3131. "DASPRiD\\Enum\\": "src/"
  3132. }
  3133. },
  3134. "notification-url": "https://packagist.org/downloads/",
  3135. "license": [
  3136. "BSD-2-Clause"
  3137. ],
  3138. "authors": [
  3139. {
  3140. "name": "Ben Scholzen 'DASPRiD'",
  3141. "email": "mail@dasprids.de",
  3142. "homepage": "https://dasprids.de/",
  3143. "role": "Developer"
  3144. }
  3145. ],
  3146. "description": "PHP 7.1 enum implementation",
  3147. "keywords": [
  3148. "enum",
  3149. "map"
  3150. ],
  3151. "time": "2020-10-02T16:03:48+00:00"
  3152. },
  3153. {
  3154. "name": "doctrine/annotations",
  3155. "version": "1.12.1",
  3156. "source": {
  3157. "type": "git",
  3158. "url": "https://github.com/doctrine/annotations.git",
  3159. "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
  3160. },
  3161. "dist": {
  3162. "type": "zip",
  3163. "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
  3164. "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
  3165. "shasum": ""
  3166. },
  3167. "require": {
  3168. "doctrine/lexer": "1.*",
  3169. "ext-tokenizer": "*",
  3170. "php": "^7.1 || ^8.0"
  3171. },
  3172. "require-dev": {
  3173. "doctrine/cache": "1.*",
  3174. "doctrine/coding-standard": "^6.0 || ^8.1",
  3175. "phpstan/phpstan": "^0.12.20",
  3176. "phpunit/phpunit": "^7.5 || ^9.1.5"
  3177. },
  3178. "type": "library",
  3179. "autoload": {
  3180. "psr-4": {
  3181. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  3182. }
  3183. },
  3184. "notification-url": "https://packagist.org/downloads/",
  3185. "license": [
  3186. "MIT"
  3187. ],
  3188. "authors": [
  3189. {
  3190. "name": "Guilherme Blanco",
  3191. "email": "guilhermeblanco@gmail.com"
  3192. },
  3193. {
  3194. "name": "Roman Borschel",
  3195. "email": "roman@code-factory.org"
  3196. },
  3197. {
  3198. "name": "Benjamin Eberlei",
  3199. "email": "kontakt@beberlei.de"
  3200. },
  3201. {
  3202. "name": "Jonathan Wage",
  3203. "email": "jonwage@gmail.com"
  3204. },
  3205. {
  3206. "name": "Johannes Schmitt",
  3207. "email": "schmittjoh@gmail.com"
  3208. }
  3209. ],
  3210. "description": "Docblock Annotations Parser",
  3211. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  3212. "keywords": [
  3213. "annotations",
  3214. "docblock",
  3215. "parser"
  3216. ],
  3217. "time": "2021-02-21T21:00:45+00:00"
  3218. },
  3219. {
  3220. "name": "doctrine/cache",
  3221. "version": "1.10.2",
  3222. "source": {
  3223. "type": "git",
  3224. "url": "https://github.com/doctrine/cache.git",
  3225. "reference": "13e3381b25847283a91948d04640543941309727"
  3226. },
  3227. "dist": {
  3228. "type": "zip",
  3229. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  3230. "reference": "13e3381b25847283a91948d04640543941309727",
  3231. "shasum": ""
  3232. },
  3233. "require": {
  3234. "php": "~7.1 || ^8.0"
  3235. },
  3236. "conflict": {
  3237. "doctrine/common": ">2.2,<2.4"
  3238. },
  3239. "require-dev": {
  3240. "alcaeus/mongo-php-adapter": "^1.1",
  3241. "doctrine/coding-standard": "^6.0",
  3242. "mongodb/mongodb": "^1.1",
  3243. "phpunit/phpunit": "^7.0",
  3244. "predis/predis": "~1.0"
  3245. },
  3246. "suggest": {
  3247. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  3248. },
  3249. "type": "library",
  3250. "extra": {
  3251. "branch-alias": {
  3252. "dev-master": "1.9.x-dev"
  3253. }
  3254. },
  3255. "autoload": {
  3256. "psr-4": {
  3257. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  3258. }
  3259. },
  3260. "notification-url": "https://packagist.org/downloads/",
  3261. "license": [
  3262. "MIT"
  3263. ],
  3264. "authors": [
  3265. {
  3266. "name": "Guilherme Blanco",
  3267. "email": "guilhermeblanco@gmail.com"
  3268. },
  3269. {
  3270. "name": "Roman Borschel",
  3271. "email": "roman@code-factory.org"
  3272. },
  3273. {
  3274. "name": "Benjamin Eberlei",
  3275. "email": "kontakt@beberlei.de"
  3276. },
  3277. {
  3278. "name": "Jonathan Wage",
  3279. "email": "jonwage@gmail.com"
  3280. },
  3281. {
  3282. "name": "Johannes Schmitt",
  3283. "email": "schmittjoh@gmail.com"
  3284. }
  3285. ],
  3286. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  3287. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  3288. "keywords": [
  3289. "abstraction",
  3290. "apcu",
  3291. "cache",
  3292. "caching",
  3293. "couchdb",
  3294. "memcached",
  3295. "php",
  3296. "redis",
  3297. "xcache"
  3298. ],
  3299. "time": "2020-07-07T18:54:01+00:00"
  3300. },
  3301. {
  3302. "name": "doctrine/collections",
  3303. "version": "1.6.7",
  3304. "source": {
  3305. "type": "git",
  3306. "url": "https://github.com/doctrine/collections.git",
  3307. "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
  3308. },
  3309. "dist": {
  3310. "type": "zip",
  3311. "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
  3312. "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
  3313. "shasum": ""
  3314. },
  3315. "require": {
  3316. "php": "^7.1.3 || ^8.0"
  3317. },
  3318. "require-dev": {
  3319. "doctrine/coding-standard": "^6.0",
  3320. "phpstan/phpstan-shim": "^0.9.2",
  3321. "phpunit/phpunit": "^7.0",
  3322. "vimeo/psalm": "^3.8.1"
  3323. },
  3324. "type": "library",
  3325. "autoload": {
  3326. "psr-4": {
  3327. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  3328. }
  3329. },
  3330. "notification-url": "https://packagist.org/downloads/",
  3331. "license": [
  3332. "MIT"
  3333. ],
  3334. "authors": [
  3335. {
  3336. "name": "Guilherme Blanco",
  3337. "email": "guilhermeblanco@gmail.com"
  3338. },
  3339. {
  3340. "name": "Roman Borschel",
  3341. "email": "roman@code-factory.org"
  3342. },
  3343. {
  3344. "name": "Benjamin Eberlei",
  3345. "email": "kontakt@beberlei.de"
  3346. },
  3347. {
  3348. "name": "Jonathan Wage",
  3349. "email": "jonwage@gmail.com"
  3350. },
  3351. {
  3352. "name": "Johannes Schmitt",
  3353. "email": "schmittjoh@gmail.com"
  3354. }
  3355. ],
  3356. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  3357. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  3358. "keywords": [
  3359. "array",
  3360. "collections",
  3361. "iterators",
  3362. "php"
  3363. ],
  3364. "time": "2020-07-27T17:53:49+00:00"
  3365. },
  3366. {
  3367. "name": "doctrine/common",
  3368. "version": "3.1.2",
  3369. "source": {
  3370. "type": "git",
  3371. "url": "https://github.com/doctrine/common.git",
  3372. "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a"
  3373. },
  3374. "dist": {
  3375. "type": "zip",
  3376. "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
  3377. "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
  3378. "shasum": ""
  3379. },
  3380. "require": {
  3381. "doctrine/persistence": "^2.0",
  3382. "php": "^7.1 || ^8.0"
  3383. },
  3384. "require-dev": {
  3385. "doctrine/coding-standard": "^6.0 || ^8.0",
  3386. "phpstan/phpstan": "^0.12",
  3387. "phpstan/phpstan-phpunit": "^0.12",
  3388. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  3389. "squizlabs/php_codesniffer": "^3.0",
  3390. "symfony/phpunit-bridge": "^4.0.5",
  3391. "vimeo/psalm": "^4.4"
  3392. },
  3393. "type": "library",
  3394. "autoload": {
  3395. "psr-4": {
  3396. "Doctrine\\Common\\": "lib/Doctrine/Common"
  3397. }
  3398. },
  3399. "notification-url": "https://packagist.org/downloads/",
  3400. "license": [
  3401. "MIT"
  3402. ],
  3403. "authors": [
  3404. {
  3405. "name": "Guilherme Blanco",
  3406. "email": "guilhermeblanco@gmail.com"
  3407. },
  3408. {
  3409. "name": "Roman Borschel",
  3410. "email": "roman@code-factory.org"
  3411. },
  3412. {
  3413. "name": "Benjamin Eberlei",
  3414. "email": "kontakt@beberlei.de"
  3415. },
  3416. {
  3417. "name": "Jonathan Wage",
  3418. "email": "jonwage@gmail.com"
  3419. },
  3420. {
  3421. "name": "Johannes Schmitt",
  3422. "email": "schmittjoh@gmail.com"
  3423. },
  3424. {
  3425. "name": "Marco Pivetta",
  3426. "email": "ocramius@gmail.com"
  3427. }
  3428. ],
  3429. "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.",
  3430. "homepage": "https://www.doctrine-project.org/projects/common.html",
  3431. "keywords": [
  3432. "common",
  3433. "doctrine",
  3434. "php"
  3435. ],
  3436. "time": "2021-02-10T20:18:51+00:00"
  3437. },
  3438. {
  3439. "name": "doctrine/dbal",
  3440. "version": "2.12.1",
  3441. "source": {
  3442. "type": "git",
  3443. "url": "https://github.com/doctrine/dbal.git",
  3444. "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
  3445. },
  3446. "dist": {
  3447. "type": "zip",
  3448. "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
  3449. "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
  3450. "shasum": ""
  3451. },
  3452. "require": {
  3453. "doctrine/cache": "^1.0",
  3454. "doctrine/event-manager": "^1.0",
  3455. "ext-pdo": "*",
  3456. "php": "^7.3 || ^8"
  3457. },
  3458. "require-dev": {
  3459. "doctrine/coding-standard": "^8.1",
  3460. "jetbrains/phpstorm-stubs": "^2019.1",
  3461. "phpstan/phpstan": "^0.12.40",
  3462. "phpunit/phpunit": "^9.4",
  3463. "psalm/plugin-phpunit": "^0.10.0",
  3464. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  3465. "vimeo/psalm": "^3.17.2"
  3466. },
  3467. "suggest": {
  3468. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  3469. },
  3470. "bin": [
  3471. "bin/doctrine-dbal"
  3472. ],
  3473. "type": "library",
  3474. "extra": {
  3475. "branch-alias": {
  3476. "dev-master": "4.0.x-dev"
  3477. }
  3478. },
  3479. "autoload": {
  3480. "psr-4": {
  3481. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  3482. }
  3483. },
  3484. "notification-url": "https://packagist.org/downloads/",
  3485. "license": [
  3486. "MIT"
  3487. ],
  3488. "authors": [
  3489. {
  3490. "name": "Guilherme Blanco",
  3491. "email": "guilhermeblanco@gmail.com"
  3492. },
  3493. {
  3494. "name": "Roman Borschel",
  3495. "email": "roman@code-factory.org"
  3496. },
  3497. {
  3498. "name": "Benjamin Eberlei",
  3499. "email": "kontakt@beberlei.de"
  3500. },
  3501. {
  3502. "name": "Jonathan Wage",
  3503. "email": "jonwage@gmail.com"
  3504. }
  3505. ],
  3506. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  3507. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  3508. "keywords": [
  3509. "abstraction",
  3510. "database",
  3511. "db2",
  3512. "dbal",
  3513. "mariadb",
  3514. "mssql",
  3515. "mysql",
  3516. "oci8",
  3517. "oracle",
  3518. "pdo",
  3519. "pgsql",
  3520. "postgresql",
  3521. "queryobject",
  3522. "sasql",
  3523. "sql",
  3524. "sqlanywhere",
  3525. "sqlite",
  3526. "sqlserver",
  3527. "sqlsrv"
  3528. ],
  3529. "time": "2020-11-14T20:26:58+00:00"
  3530. },
  3531. {
  3532. "name": "doctrine/doctrine-bundle",
  3533. "version": "2.3.1",
  3534. "source": {
  3535. "type": "git",
  3536. "url": "https://github.com/doctrine/DoctrineBundle.git",
  3537. "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21"
  3538. },
  3539. "dist": {
  3540. "type": "zip",
  3541. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a08bc3b4d8567cdff05e89b272ba1e06e9d71c21",
  3542. "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21",
  3543. "shasum": ""
  3544. },
  3545. "require": {
  3546. "doctrine/dbal": "^2.9.0|^3.0",
  3547. "doctrine/persistence": "^1.3.3|^2.0",
  3548. "doctrine/sql-formatter": "^1.0.1",
  3549. "php": "^7.1 || ^8.0",
  3550. "symfony/cache": "^4.3.3|^5.0",
  3551. "symfony/config": "^4.3.3|^5.0",
  3552. "symfony/console": "^3.4.30|^4.3.3|^5.0",
  3553. "symfony/dependency-injection": "^4.3.3|^5.0",
  3554. "symfony/doctrine-bridge": "^4.4.7|^5.0",
  3555. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
  3556. "symfony/service-contracts": "^1.1.1|^2.0"
  3557. },
  3558. "conflict": {
  3559. "doctrine/orm": "<2.6",
  3560. "twig/twig": "<1.34|>=2.0,<2.4"
  3561. },
  3562. "require-dev": {
  3563. "doctrine/coding-standard": "^8.0",
  3564. "doctrine/orm": "^2.6",
  3565. "friendsofphp/proxy-manager-lts": "^1.0",
  3566. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
  3567. "psalm/plugin-phpunit": "^0.15.1",
  3568. "psalm/plugin-symfony": "^2.2.4",
  3569. "symfony/phpunit-bridge": "^5.2",
  3570. "symfony/property-info": "^4.3.3|^5.0",
  3571. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
  3572. "symfony/security-bundle": "^4.4|5.0",
  3573. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
  3574. "symfony/validator": "^3.4.30|^4.3.3|^5.0",
  3575. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
  3576. "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
  3577. "twig/twig": "^1.34|^2.12|^3.0",
  3578. "vimeo/psalm": "^4.7"
  3579. },
  3580. "suggest": {
  3581. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  3582. "ext-pdo": "*",
  3583. "symfony/web-profiler-bundle": "To use the data collector."
  3584. },
  3585. "type": "symfony-bundle",
  3586. "autoload": {
  3587. "psr-4": {
  3588. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  3589. }
  3590. },
  3591. "notification-url": "https://packagist.org/downloads/",
  3592. "license": [
  3593. "MIT"
  3594. ],
  3595. "authors": [
  3596. {
  3597. "name": "Fabien Potencier",
  3598. "email": "fabien@symfony.com"
  3599. },
  3600. {
  3601. "name": "Benjamin Eberlei",
  3602. "email": "kontakt@beberlei.de"
  3603. },
  3604. {
  3605. "name": "Symfony Community",
  3606. "homepage": "http://symfony.com/contributors"
  3607. },
  3608. {
  3609. "name": "Doctrine Project",
  3610. "homepage": "http://www.doctrine-project.org/"
  3611. }
  3612. ],
  3613. "description": "Symfony DoctrineBundle",
  3614. "homepage": "http://www.doctrine-project.org",
  3615. "keywords": [
  3616. "database",
  3617. "dbal",
  3618. "orm",
  3619. "persistence"
  3620. ],
  3621. "time": "2021-04-05T14:21:02+00:00"
  3622. },
  3623. {
  3624. "name": "doctrine/event-manager",
  3625. "version": "1.1.1",
  3626. "source": {
  3627. "type": "git",
  3628. "url": "https://github.com/doctrine/event-manager.git",
  3629. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  3630. },
  3631. "dist": {
  3632. "type": "zip",
  3633. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  3634. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  3635. "shasum": ""
  3636. },
  3637. "require": {
  3638. "php": "^7.1 || ^8.0"
  3639. },
  3640. "conflict": {
  3641. "doctrine/common": "<2.9@dev"
  3642. },
  3643. "require-dev": {
  3644. "doctrine/coding-standard": "^6.0",
  3645. "phpunit/phpunit": "^7.0"
  3646. },
  3647. "type": "library",
  3648. "extra": {
  3649. "branch-alias": {
  3650. "dev-master": "1.0.x-dev"
  3651. }
  3652. },
  3653. "autoload": {
  3654. "psr-4": {
  3655. "Doctrine\\Common\\": "lib/Doctrine/Common"
  3656. }
  3657. },
  3658. "notification-url": "https://packagist.org/downloads/",
  3659. "license": [
  3660. "MIT"
  3661. ],
  3662. "authors": [
  3663. {
  3664. "name": "Guilherme Blanco",
  3665. "email": "guilhermeblanco@gmail.com"
  3666. },
  3667. {
  3668. "name": "Roman Borschel",
  3669. "email": "roman@code-factory.org"
  3670. },
  3671. {
  3672. "name": "Benjamin Eberlei",
  3673. "email": "kontakt@beberlei.de"
  3674. },
  3675. {
  3676. "name": "Jonathan Wage",
  3677. "email": "jonwage@gmail.com"
  3678. },
  3679. {
  3680. "name": "Johannes Schmitt",
  3681. "email": "schmittjoh@gmail.com"
  3682. },
  3683. {
  3684. "name": "Marco Pivetta",
  3685. "email": "ocramius@gmail.com"
  3686. }
  3687. ],
  3688. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  3689. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  3690. "keywords": [
  3691. "event",
  3692. "event dispatcher",
  3693. "event manager",
  3694. "event system",
  3695. "events"
  3696. ],
  3697. "time": "2020-05-29T18:28:51+00:00"
  3698. },
  3699. {
  3700. "name": "doctrine/inflector",
  3701. "version": "2.0.3",
  3702. "source": {
  3703. "type": "git",
  3704. "url": "https://github.com/doctrine/inflector.git",
  3705. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  3706. },
  3707. "dist": {
  3708. "type": "zip",
  3709. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  3710. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  3711. "shasum": ""
  3712. },
  3713. "require": {
  3714. "php": "^7.2 || ^8.0"
  3715. },
  3716. "require-dev": {
  3717. "doctrine/coding-standard": "^7.0",
  3718. "phpstan/phpstan": "^0.11",
  3719. "phpstan/phpstan-phpunit": "^0.11",
  3720. "phpstan/phpstan-strict-rules": "^0.11",
  3721. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  3722. },
  3723. "type": "library",
  3724. "extra": {
  3725. "branch-alias": {
  3726. "dev-master": "2.0.x-dev"
  3727. }
  3728. },
  3729. "autoload": {
  3730. "psr-4": {
  3731. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  3732. }
  3733. },
  3734. "notification-url": "https://packagist.org/downloads/",
  3735. "license": [
  3736. "MIT"
  3737. ],
  3738. "authors": [
  3739. {
  3740. "name": "Guilherme Blanco",
  3741. "email": "guilhermeblanco@gmail.com"
  3742. },
  3743. {
  3744. "name": "Roman Borschel",
  3745. "email": "roman@code-factory.org"
  3746. },
  3747. {
  3748. "name": "Benjamin Eberlei",
  3749. "email": "kontakt@beberlei.de"
  3750. },
  3751. {
  3752. "name": "Jonathan Wage",
  3753. "email": "jonwage@gmail.com"
  3754. },
  3755. {
  3756. "name": "Johannes Schmitt",
  3757. "email": "schmittjoh@gmail.com"
  3758. }
  3759. ],
  3760. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  3761. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  3762. "keywords": [
  3763. "inflection",
  3764. "inflector",
  3765. "lowercase",
  3766. "manipulation",
  3767. "php",
  3768. "plural",
  3769. "singular",
  3770. "strings",
  3771. "uppercase",
  3772. "words"
  3773. ],
  3774. "time": "2020-05-29T15:13:26+00:00"
  3775. },
  3776. {
  3777. "name": "doctrine/instantiator",
  3778. "version": "1.4.0",
  3779. "source": {
  3780. "type": "git",
  3781. "url": "https://github.com/doctrine/instantiator.git",
  3782. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  3783. },
  3784. "dist": {
  3785. "type": "zip",
  3786. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  3787. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  3788. "shasum": ""
  3789. },
  3790. "require": {
  3791. "php": "^7.1 || ^8.0"
  3792. },
  3793. "require-dev": {
  3794. "doctrine/coding-standard": "^8.0",
  3795. "ext-pdo": "*",
  3796. "ext-phar": "*",
  3797. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  3798. "phpstan/phpstan": "^0.12",
  3799. "phpstan/phpstan-phpunit": "^0.12",
  3800. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  3801. },
  3802. "type": "library",
  3803. "autoload": {
  3804. "psr-4": {
  3805. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3806. }
  3807. },
  3808. "notification-url": "https://packagist.org/downloads/",
  3809. "license": [
  3810. "MIT"
  3811. ],
  3812. "authors": [
  3813. {
  3814. "name": "Marco Pivetta",
  3815. "email": "ocramius@gmail.com",
  3816. "homepage": "https://ocramius.github.io/"
  3817. }
  3818. ],
  3819. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3820. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3821. "keywords": [
  3822. "constructor",
  3823. "instantiate"
  3824. ],
  3825. "time": "2020-11-10T18:47:58+00:00"
  3826. },
  3827. {
  3828. "name": "doctrine/lexer",
  3829. "version": "1.2.1",
  3830. "source": {
  3831. "type": "git",
  3832. "url": "https://github.com/doctrine/lexer.git",
  3833. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  3834. },
  3835. "dist": {
  3836. "type": "zip",
  3837. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  3838. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  3839. "shasum": ""
  3840. },
  3841. "require": {
  3842. "php": "^7.2 || ^8.0"
  3843. },
  3844. "require-dev": {
  3845. "doctrine/coding-standard": "^6.0",
  3846. "phpstan/phpstan": "^0.11.8",
  3847. "phpunit/phpunit": "^8.2"
  3848. },
  3849. "type": "library",
  3850. "extra": {
  3851. "branch-alias": {
  3852. "dev-master": "1.2.x-dev"
  3853. }
  3854. },
  3855. "autoload": {
  3856. "psr-4": {
  3857. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  3858. }
  3859. },
  3860. "notification-url": "https://packagist.org/downloads/",
  3861. "license": [
  3862. "MIT"
  3863. ],
  3864. "authors": [
  3865. {
  3866. "name": "Guilherme Blanco",
  3867. "email": "guilhermeblanco@gmail.com"
  3868. },
  3869. {
  3870. "name": "Roman Borschel",
  3871. "email": "roman@code-factory.org"
  3872. },
  3873. {
  3874. "name": "Johannes Schmitt",
  3875. "email": "schmittjoh@gmail.com"
  3876. }
  3877. ],
  3878. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  3879. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  3880. "keywords": [
  3881. "annotations",
  3882. "docblock",
  3883. "lexer",
  3884. "parser",
  3885. "php"
  3886. ],
  3887. "time": "2020-05-25T17:44:05+00:00"
  3888. },
  3889. {
  3890. "name": "doctrine/orm",
  3891. "version": "2.8.4",
  3892. "source": {
  3893. "type": "git",
  3894. "url": "https://github.com/doctrine/orm.git",
  3895. "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7"
  3896. },
  3897. "dist": {
  3898. "type": "zip",
  3899. "url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7",
  3900. "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7",
  3901. "shasum": ""
  3902. },
  3903. "require": {
  3904. "composer/package-versions-deprecated": "^1.8",
  3905. "doctrine/annotations": "^1.11.1",
  3906. "doctrine/cache": "^1.9.1",
  3907. "doctrine/collections": "^1.5",
  3908. "doctrine/common": "^3.0.3",
  3909. "doctrine/dbal": "^2.10.0",
  3910. "doctrine/event-manager": "^1.1",
  3911. "doctrine/inflector": "^1.4|^2.0",
  3912. "doctrine/instantiator": "^1.3",
  3913. "doctrine/lexer": "^1.0",
  3914. "doctrine/persistence": "^2.0",
  3915. "ext-pdo": "*",
  3916. "php": "^7.2|^8.0",
  3917. "symfony/console": "^3.0|^4.0|^5.0"
  3918. },
  3919. "require-dev": {
  3920. "doctrine/coding-standard": "^8.0",
  3921. "phpstan/phpstan": "^0.12.18",
  3922. "phpunit/phpunit": "^8.5|^9.4",
  3923. "symfony/yaml": "^3.4|^4.0|^5.0",
  3924. "vimeo/psalm": "4.1.1"
  3925. },
  3926. "suggest": {
  3927. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  3928. },
  3929. "bin": [
  3930. "bin/doctrine"
  3931. ],
  3932. "type": "library",
  3933. "autoload": {
  3934. "psr-4": {
  3935. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  3936. }
  3937. },
  3938. "notification-url": "https://packagist.org/downloads/",
  3939. "license": [
  3940. "MIT"
  3941. ],
  3942. "authors": [
  3943. {
  3944. "name": "Guilherme Blanco",
  3945. "email": "guilhermeblanco@gmail.com"
  3946. },
  3947. {
  3948. "name": "Roman Borschel",
  3949. "email": "roman@code-factory.org"
  3950. },
  3951. {
  3952. "name": "Benjamin Eberlei",
  3953. "email": "kontakt@beberlei.de"
  3954. },
  3955. {
  3956. "name": "Jonathan Wage",
  3957. "email": "jonwage@gmail.com"
  3958. },
  3959. {
  3960. "name": "Marco Pivetta",
  3961. "email": "ocramius@gmail.com"
  3962. }
  3963. ],
  3964. "description": "Object-Relational-Mapper for PHP",
  3965. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  3966. "keywords": [
  3967. "database",
  3968. "orm"
  3969. ],
  3970. "time": "2021-04-05T18:38:36+00:00"
  3971. },
  3972. {
  3973. "name": "doctrine/persistence",
  3974. "version": "2.1.0",
  3975. "source": {
  3976. "type": "git",
  3977. "url": "https://github.com/doctrine/persistence.git",
  3978. "reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
  3979. },
  3980. "dist": {
  3981. "type": "zip",
  3982. "url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
  3983. "reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
  3984. "shasum": ""
  3985. },
  3986. "require": {
  3987. "doctrine/annotations": "^1.0",
  3988. "doctrine/cache": "^1.0",
  3989. "doctrine/collections": "^1.0",
  3990. "doctrine/event-manager": "^1.0",
  3991. "php": "^7.1 || ^8.0"
  3992. },
  3993. "conflict": {
  3994. "doctrine/common": "<2.10@dev"
  3995. },
  3996. "require-dev": {
  3997. "composer/package-versions-deprecated": "^1.11",
  3998. "doctrine/coding-standard": "^6.0 || ^8.0",
  3999. "doctrine/common": "^3.0",
  4000. "phpstan/phpstan": "^0.12",
  4001. "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
  4002. "vimeo/psalm": "^3.11"
  4003. },
  4004. "type": "library",
  4005. "autoload": {
  4006. "psr-4": {
  4007. "Doctrine\\Common\\": "lib/Doctrine/Common",
  4008. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  4009. }
  4010. },
  4011. "notification-url": "https://packagist.org/downloads/",
  4012. "license": [
  4013. "MIT"
  4014. ],
  4015. "authors": [
  4016. {
  4017. "name": "Guilherme Blanco",
  4018. "email": "guilhermeblanco@gmail.com"
  4019. },
  4020. {
  4021. "name": "Roman Borschel",
  4022. "email": "roman@code-factory.org"
  4023. },
  4024. {
  4025. "name": "Benjamin Eberlei",
  4026. "email": "kontakt@beberlei.de"
  4027. },
  4028. {
  4029. "name": "Jonathan Wage",
  4030. "email": "jonwage@gmail.com"
  4031. },
  4032. {
  4033. "name": "Johannes Schmitt",
  4034. "email": "schmittjoh@gmail.com"
  4035. },
  4036. {
  4037. "name": "Marco Pivetta",
  4038. "email": "ocramius@gmail.com"
  4039. }
  4040. ],
  4041. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  4042. "homepage": "https://doctrine-project.org/projects/persistence.html",
  4043. "keywords": [
  4044. "mapper",
  4045. "object",
  4046. "odm",
  4047. "orm",
  4048. "persistence"
  4049. ],
  4050. "time": "2020-10-24T22:13:54+00:00"
  4051. },
  4052. {
  4053. "name": "doctrine/sql-formatter",
  4054. "version": "1.1.1",
  4055. "source": {
  4056. "type": "git",
  4057. "url": "https://github.com/doctrine/sql-formatter.git",
  4058. "reference": "56070bebac6e77230ed7d306ad13528e60732871"
  4059. },
  4060. "dist": {
  4061. "type": "zip",
  4062. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
  4063. "reference": "56070bebac6e77230ed7d306ad13528e60732871",
  4064. "shasum": ""
  4065. },
  4066. "require": {
  4067. "php": "^7.1 || ^8.0"
  4068. },
  4069. "require-dev": {
  4070. "bamarni/composer-bin-plugin": "^1.4"
  4071. },
  4072. "bin": [
  4073. "bin/sql-formatter"
  4074. ],
  4075. "type": "library",
  4076. "extra": {
  4077. "branch-alias": {
  4078. "dev-master": "1.x-dev"
  4079. }
  4080. },
  4081. "autoload": {
  4082. "psr-4": {
  4083. "Doctrine\\SqlFormatter\\": "src"
  4084. }
  4085. },
  4086. "notification-url": "https://packagist.org/downloads/",
  4087. "license": [
  4088. "MIT"
  4089. ],
  4090. "authors": [
  4091. {
  4092. "name": "Jeremy Dorn",
  4093. "email": "jeremy@jeremydorn.com",
  4094. "homepage": "http://jeremydorn.com/"
  4095. }
  4096. ],
  4097. "description": "a PHP SQL highlighting library",
  4098. "homepage": "https://github.com/doctrine/sql-formatter/",
  4099. "keywords": [
  4100. "highlight",
  4101. "sql"
  4102. ],
  4103. "time": "2020-07-30T16:57:33+00:00"
  4104. },
  4105. {
  4106. "name": "dragonmantank/cron-expression",
  4107. "version": "v2.3.1",
  4108. "source": {
  4109. "type": "git",
  4110. "url": "https://github.com/dragonmantank/cron-expression.git",
  4111. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
  4112. },
  4113. "dist": {
  4114. "type": "zip",
  4115. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
  4116. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
  4117. "shasum": ""
  4118. },
  4119. "require": {
  4120. "php": "^7.0|^8.0"
  4121. },
  4122. "require-dev": {
  4123. "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
  4124. },
  4125. "type": "library",
  4126. "extra": {
  4127. "branch-alias": {
  4128. "dev-master": "2.3-dev"
  4129. }
  4130. },
  4131. "autoload": {
  4132. "psr-4": {
  4133. "Cron\\": "src/Cron/"
  4134. }
  4135. },
  4136. "notification-url": "https://packagist.org/downloads/",
  4137. "license": [
  4138. "MIT"
  4139. ],
  4140. "authors": [
  4141. {
  4142. "name": "Michael Dowling",
  4143. "email": "mtdowling@gmail.com",
  4144. "homepage": "https://github.com/mtdowling"
  4145. },
  4146. {
  4147. "name": "Chris Tankersley",
  4148. "email": "chris@ctankersley.com",
  4149. "homepage": "https://github.com/dragonmantank"
  4150. }
  4151. ],
  4152. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  4153. "keywords": [
  4154. "cron",
  4155. "schedule"
  4156. ],
  4157. "time": "2020-10-13T00:52:37+00:00"
  4158. },
  4159. {
  4160. "name": "egulias/email-validator",
  4161. "version": "3.1.1",
  4162. "source": {
  4163. "type": "git",
  4164. "url": "https://github.com/egulias/EmailValidator.git",
  4165. "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
  4166. },
  4167. "dist": {
  4168. "type": "zip",
  4169. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
  4170. "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
  4171. "shasum": ""
  4172. },
  4173. "require": {
  4174. "doctrine/lexer": "^1.2",
  4175. "php": ">=7.2",
  4176. "symfony/polyfill-intl-idn": "^1.15"
  4177. },
  4178. "require-dev": {
  4179. "php-coveralls/php-coveralls": "^2.2",
  4180. "phpunit/phpunit": "^8.5.8|^9.3.3",
  4181. "vimeo/psalm": "^4"
  4182. },
  4183. "suggest": {
  4184. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  4185. },
  4186. "type": "library",
  4187. "extra": {
  4188. "branch-alias": {
  4189. "dev-master": "3.0.x-dev"
  4190. }
  4191. },
  4192. "autoload": {
  4193. "psr-4": {
  4194. "Egulias\\EmailValidator\\": "src"
  4195. }
  4196. },
  4197. "notification-url": "https://packagist.org/downloads/",
  4198. "license": [
  4199. "MIT"
  4200. ],
  4201. "authors": [
  4202. {
  4203. "name": "Eduardo Gulias Davis"
  4204. }
  4205. ],
  4206. "description": "A library for validating emails against several RFCs",
  4207. "homepage": "https://github.com/egulias/EmailValidator",
  4208. "keywords": [
  4209. "email",
  4210. "emailvalidation",
  4211. "emailvalidator",
  4212. "validation",
  4213. "validator"
  4214. ],
  4215. "time": "2021-04-01T18:37:14+00:00"
  4216. },
  4217. {
  4218. "name": "ezyang/htmlpurifier",
  4219. "version": "v4.13.0",
  4220. "source": {
  4221. "type": "git",
  4222. "url": "https://github.com/ezyang/htmlpurifier.git",
  4223. "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
  4224. },
  4225. "dist": {
  4226. "type": "zip",
  4227. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
  4228. "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
  4229. "shasum": ""
  4230. },
  4231. "require": {
  4232. "php": ">=5.2"
  4233. },
  4234. "require-dev": {
  4235. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  4236. },
  4237. "type": "library",
  4238. "autoload": {
  4239. "psr-0": {
  4240. "HTMLPurifier": "library/"
  4241. },
  4242. "files": [
  4243. "library/HTMLPurifier.composer.php"
  4244. ],
  4245. "exclude-from-classmap": [
  4246. "/library/HTMLPurifier/Language/"
  4247. ]
  4248. },
  4249. "notification-url": "https://packagist.org/downloads/",
  4250. "license": [
  4251. "LGPL-2.1-or-later"
  4252. ],
  4253. "authors": [
  4254. {
  4255. "name": "Edward Z. Yang",
  4256. "email": "admin@htmlpurifier.org",
  4257. "homepage": "http://ezyang.com"
  4258. }
  4259. ],
  4260. "description": "Standards compliant HTML filter written in PHP",
  4261. "homepage": "http://htmlpurifier.org/",
  4262. "keywords": [
  4263. "html"
  4264. ],
  4265. "support": {
  4266. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  4267. "source": "https://github.com/ezyang/htmlpurifier/tree/master"
  4268. },
  4269. "time": "2020-06-29T00:56:53+00:00"
  4270. },
  4271. {
  4272. "name": "friendsofsymfony/http-cache",
  4273. "version": "2.10.0",
  4274. "source": {
  4275. "type": "git",
  4276. "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
  4277. "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa"
  4278. },
  4279. "dist": {
  4280. "type": "zip",
  4281. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/fa9abf66ab85cdd30bda2e97a72534e4e6328efa",
  4282. "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa",
  4283. "shasum": ""
  4284. },
  4285. "require": {
  4286. "php": "^7.2 || ^8.0",
  4287. "php-http/client-common": "^1.1.0 || ^2.0",
  4288. "php-http/client-implementation": "^1.0 || ^2.0",
  4289. "php-http/discovery": "^1.12",
  4290. "php-http/message": "^1.0 || ^2.0",
  4291. "symfony/event-dispatcher": "^3.4 || ^4.3 || ^5.0",
  4292. "symfony/options-resolver": "^3.4 || ^4.3 || ^5.0"
  4293. },
  4294. "conflict": {
  4295. "toflar/psr6-symfony-http-cache-store": "<2.2.1"
  4296. },
  4297. "require-dev": {
  4298. "mockery/mockery": "^1.3.1",
  4299. "monolog/monolog": "^1.0",
  4300. "php-http/guzzle7-adapter": "^0.1.1",
  4301. "php-http/mock-client": "^1.2",
  4302. "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
  4303. "symfony/phpunit-bridge": "^5.0",
  4304. "symfony/process": "^3.4 || ^4.3 || ^5.0"
  4305. },
  4306. "suggest": {
  4307. "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework",
  4308. "monolog/monolog": "For logging issues while invalidating"
  4309. },
  4310. "type": "library",
  4311. "extra": {
  4312. "branch-alias": {
  4313. "dev-master": "2.10.x-dev"
  4314. }
  4315. },
  4316. "autoload": {
  4317. "psr-4": {
  4318. "FOS\\HttpCache\\": "src/"
  4319. }
  4320. },
  4321. "notification-url": "https://packagist.org/downloads/",
  4322. "license": [
  4323. "MIT"
  4324. ],
  4325. "authors": [
  4326. {
  4327. "name": "Liip AG",
  4328. "homepage": "http://www.liip.ch/"
  4329. },
  4330. {
  4331. "name": "Driebit",
  4332. "email": "tech@driebit.nl",
  4333. "homepage": "http://www.driebit.nl"
  4334. },
  4335. {
  4336. "name": "Community contributions",
  4337. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
  4338. }
  4339. ],
  4340. "description": "Tools to manage HTTP caching proxies with PHP",
  4341. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
  4342. "keywords": [
  4343. "caching",
  4344. "http",
  4345. "invalidation",
  4346. "nginx",
  4347. "purge",
  4348. "varnish"
  4349. ],
  4350. "time": "2020-12-02T13:12:57+00:00"
  4351. },
  4352. {
  4353. "name": "friendsofsymfony/http-cache-bundle",
  4354. "version": "2.10.2",
  4355. "source": {
  4356. "type": "git",
  4357. "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
  4358. "reference": "440f243d2d86ce42acbe5d30533fef3f4bbf52a8"
  4359. },
  4360. "dist": {
  4361. "type": "zip",
  4362. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/440f243d2d86ce42acbe5d30533fef3f4bbf52a8",
  4363. "reference": "440f243d2d86ce42acbe5d30533fef3f4bbf52a8",
  4364. "shasum": ""
  4365. },
  4366. "require": {
  4367. "friendsofsymfony/http-cache": "^2.6",
  4368. "php": "^7.3 || ^8.0",
  4369. "symfony/framework-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
  4370. "symfony/http-foundation": "^3.4.26 || ^4.2.7 || ^5.0",
  4371. "symfony/http-kernel": "^3.4.26 || ^4.2.7 || ^5.0"
  4372. },
  4373. "conflict": {
  4374. "symfony/monolog-bridge": "<3.4.4",
  4375. "twig/twig": "<1.12.0"
  4376. },
  4377. "require-dev": {
  4378. "doctrine/annotations": "^1.11",
  4379. "guzzlehttp/guzzle": "^7.2",
  4380. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  4381. "mockery/mockery": "^1.3.2",
  4382. "monolog/monolog": "*",
  4383. "php-http/discovery": "^1.13",
  4384. "php-http/guzzle7-adapter": "^0.1.1",
  4385. "php-http/httplug": "^2.2.0",
  4386. "php-http/message": "^1.0 || ^2.0",
  4387. "sebastian/exporter": "^2.0",
  4388. "sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.5.1",
  4389. "symfony/browser-kit": "^3.4.4 || ^4.2.7 || ^5.0",
  4390. "symfony/console": "^3.4.26 || ^4.2.7 || ^5.0",
  4391. "symfony/css-selector": "^3.4.26 || ^4.2.7 || ^5.0",
  4392. "symfony/expression-language": "^3.4.26 || ^4.2.7 || ^5.0",
  4393. "symfony/finder": "^3.4.26 || ^4.2.7 || ^5.0",
  4394. "symfony/monolog-bundle": "^3.0 || ^4.2.7 || ^5.0",
  4395. "symfony/phpunit-bridge": "^4.4.11 || ^5.1.3",
  4396. "symfony/routing": "^3.4.26 || ^4.2.7 || ^5.0",
  4397. "symfony/security-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
  4398. "symfony/twig-bundle": "^3.4.26 || ^4.2.7 || ^5.0",
  4399. "symfony/yaml": "^3.4.26 || ^4.2.7 || ^5.0",
  4400. "twig/twig": "^2.13"
  4401. },
  4402. "suggest": {
  4403. "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
  4404. "symfony/console": "To send invalidation requests from the command line",
  4405. "symfony/expression-language": "For Tagged Cache Invalidation"
  4406. },
  4407. "type": "symfony-bundle",
  4408. "extra": {
  4409. "branch-alias": {
  4410. "dev-master": "2.x-dev"
  4411. }
  4412. },
  4413. "autoload": {
  4414. "psr-4": {
  4415. "FOS\\HttpCacheBundle\\": "src/"
  4416. }
  4417. },
  4418. "notification-url": "https://packagist.org/downloads/",
  4419. "license": [
  4420. "MIT"
  4421. ],
  4422. "authors": [
  4423. {
  4424. "name": "Liip AG",
  4425. "homepage": "http://www.liip.ch/"
  4426. },
  4427. {
  4428. "name": "Driebit",
  4429. "email": "tech@driebit.nl",
  4430. "homepage": "http://www.driebit.nl"
  4431. },
  4432. {
  4433. "name": "Community contributions",
  4434. "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
  4435. }
  4436. ],
  4437. "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
  4438. "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
  4439. "keywords": [
  4440. "caching",
  4441. "esi",
  4442. "http",
  4443. "invalidation",
  4444. "purge",
  4445. "varnish"
  4446. ],
  4447. "time": "2021-01-26T12:46:48+00:00"
  4448. },
  4449. {
  4450. "name": "imagine/imagine",
  4451. "version": "1.2.4",
  4452. "source": {
  4453. "type": "git",
  4454. "url": "https://github.com/avalanche123/Imagine.git",
  4455. "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
  4456. },
  4457. "dist": {
  4458. "type": "zip",
  4459. "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
  4460. "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
  4461. "shasum": ""
  4462. },
  4463. "require": {
  4464. "php": ">=5.3.2"
  4465. },
  4466. "require-dev": {
  4467. "friendsofphp/php-cs-fixer": "^2.2",
  4468. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
  4469. },
  4470. "suggest": {
  4471. "ext-gd": "to use the GD implementation",
  4472. "ext-gmagick": "to use the Gmagick implementation",
  4473. "ext-imagick": "to use the Imagick implementation"
  4474. },
  4475. "type": "library",
  4476. "extra": {
  4477. "branch-alias": {
  4478. "dev-develop": "0.7-dev"
  4479. }
  4480. },
  4481. "autoload": {
  4482. "psr-4": {
  4483. "Imagine\\": "src/"
  4484. }
  4485. },
  4486. "notification-url": "https://packagist.org/downloads/",
  4487. "license": [
  4488. "MIT"
  4489. ],
  4490. "authors": [
  4491. {
  4492. "name": "Bulat Shakirzyanov",
  4493. "email": "mallluhuct@gmail.com",
  4494. "homepage": "http://avalanche123.com"
  4495. }
  4496. ],
  4497. "description": "Image processing for PHP 5.3",
  4498. "homepage": "http://imagine.readthedocs.org/",
  4499. "keywords": [
  4500. "drawing",
  4501. "graphics",
  4502. "image manipulation",
  4503. "image processing"
  4504. ],
  4505. "time": "2020-11-03T22:35:03+00:00"
  4506. },
  4507. {
  4508. "name": "jrgregory/m17-sticky-backend-footer",
  4509. "version": "2.0.9",
  4510. "source": {
  4511. "type": "git",
  4512. "url": "https://github.com/may17/contao-m17StickyBEFooter.git",
  4513. "reference": "5cd4685440aa595949a9df8f48064e7e16798bc3"
  4514. },
  4515. "dist": {
  4516. "type": "zip",
  4517. "url": "https://api.github.com/repos/may17/contao-m17StickyBEFooter/zipball/5cd4685440aa595949a9df8f48064e7e16798bc3",
  4518. "reference": "5cd4685440aa595949a9df8f48064e7e16798bc3",
  4519. "shasum": ""
  4520. },
  4521. "require": {
  4522. "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
  4523. "contao/core-bundle": ">=2.9 || ~4.3",
  4524. "php": ">=5.3"
  4525. },
  4526. "replace": {
  4527. "contao-legacy/m17-sticky-backend-footer": "*"
  4528. },
  4529. "type": "contao-module",
  4530. "extra": {
  4531. "contao": {
  4532. "sources": {
  4533. "m17StickyBEFooter": "system/modules/m17StickyBEFooter"
  4534. }
  4535. }
  4536. },
  4537. "autoload": {
  4538. "classmap": [
  4539. "m17StickyBEFooter/"
  4540. ]
  4541. },
  4542. "notification-url": "https://packagist.org/downloads/",
  4543. "license": [
  4544. "LGPL-3.0+"
  4545. ],
  4546. "authors": [
  4547. {
  4548. "name": "Joe Ray Gregory",
  4549. "homepage": "http://www.slash-works.de",
  4550. "role": "Developer"
  4551. }
  4552. ],
  4553. "description": "The sticky backend footer helps you to speedup your workflow in the backend",
  4554. "homepage": "http://www.slash-works.de",
  4555. "keywords": [
  4556. "backend",
  4557. "footer",
  4558. "sticky",
  4559. "workflow"
  4560. ],
  4561. "time": "2017-06-09T19:05:19+00:00"
  4562. },
  4563. {
  4564. "name": "knplabs/knp-menu",
  4565. "version": "v3.1.3",
  4566. "source": {
  4567. "type": "git",
  4568. "url": "https://github.com/KnpLabs/KnpMenu.git",
  4569. "reference": "bee33a4cb6b698447cd61c6b593589a82993f8c9"
  4570. },
  4571. "dist": {
  4572. "type": "zip",
  4573. "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/bee33a4cb6b698447cd61c6b593589a82993f8c9",
  4574. "reference": "bee33a4cb6b698447cd61c6b593589a82993f8c9",
  4575. "shasum": ""
  4576. },
  4577. "require": {
  4578. "php": "^7.2 || ^8.0"
  4579. },
  4580. "conflict": {
  4581. "twig/twig": "<1.40 || >=2,<2.9"
  4582. },
  4583. "require-dev": {
  4584. "phpspec/prophecy": "^1.8",
  4585. "psr/container": "^1.0",
  4586. "symfony/http-foundation": "^3.4 || ^4.2|| ^5.0",
  4587. "symfony/phpunit-bridge": "^3.3 || ^4.2|| ^5.0",
  4588. "symfony/routing": "^3.4 || ^4.2|| ^5.0",
  4589. "twig/twig": "^1.40 || ^2.9 || ^3.0"
  4590. },
  4591. "suggest": {
  4592. "twig/twig": "for the TwigRenderer and the integration with your templates"
  4593. },
  4594. "type": "library",
  4595. "extra": {
  4596. "branch-alias": {
  4597. "dev-master": "3.2-dev"
  4598. }
  4599. },
  4600. "autoload": {
  4601. "psr-4": {
  4602. "Knp\\Menu\\": "src/Knp/Menu"
  4603. }
  4604. },
  4605. "notification-url": "https://packagist.org/downloads/",
  4606. "license": [
  4607. "MIT"
  4608. ],
  4609. "authors": [
  4610. {
  4611. "name": "KnpLabs",
  4612. "homepage": "https://knplabs.com"
  4613. },
  4614. {
  4615. "name": "Christophe Coevoet",
  4616. "email": "stof@notk.org"
  4617. },
  4618. {
  4619. "name": "The Community",
  4620. "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
  4621. }
  4622. ],
  4623. "description": "An object oriented menu library",
  4624. "homepage": "https://knplabs.com",
  4625. "keywords": [
  4626. "menu",
  4627. "tree"
  4628. ],
  4629. "time": "2021-02-19T07:49:30+00:00"
  4630. },
  4631. {
  4632. "name": "knplabs/knp-menu-bundle",
  4633. "version": "v3.1.0",
  4634. "source": {
  4635. "type": "git",
  4636. "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
  4637. "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b"
  4638. },
  4639. "dist": {
  4640. "type": "zip",
  4641. "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2b4c3bcba1646aef17b5e368f3004b108330c59b",
  4642. "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b",
  4643. "shasum": ""
  4644. },
  4645. "require": {
  4646. "knplabs/knp-menu": "^3.1",
  4647. "php": "^7.2 || ^8.0",
  4648. "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0"
  4649. },
  4650. "require-dev": {
  4651. "phpspec/prophecy": "^1.8",
  4652. "symfony/expression-language": "^3.4 | ^4.4 | ^5.0",
  4653. "symfony/phpunit-bridge": "^3.4 | ^4.4 | ^5.0",
  4654. "symfony/templating": "^3.4 | ^4.4 | ^5.0"
  4655. },
  4656. "type": "symfony-bundle",
  4657. "extra": {
  4658. "branch-alias": {
  4659. "dev-master": "3.x-dev"
  4660. }
  4661. },
  4662. "autoload": {
  4663. "psr-4": {
  4664. "Knp\\Bundle\\MenuBundle\\": "src"
  4665. }
  4666. },
  4667. "notification-url": "https://packagist.org/downloads/",
  4668. "license": [
  4669. "MIT"
  4670. ],
  4671. "authors": [
  4672. {
  4673. "name": "Knplabs",
  4674. "homepage": "http://knplabs.com"
  4675. },
  4676. {
  4677. "name": "Christophe Coevoet",
  4678. "email": "stof@notk.org"
  4679. },
  4680. {
  4681. "name": "Symfony Community",
  4682. "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
  4683. }
  4684. ],
  4685. "description": "This bundle provides an integration of the KnpMenu library",
  4686. "keywords": [
  4687. "menu"
  4688. ],
  4689. "time": "2020-11-29T17:04:51+00:00"
  4690. },
  4691. {
  4692. "name": "knplabs/knp-time-bundle",
  4693. "version": "v1.16.0",
  4694. "source": {
  4695. "type": "git",
  4696. "url": "https://github.com/KnpLabs/KnpTimeBundle.git",
  4697. "reference": "5937765753967d691ffde7ea23770a74df9b11ba"
  4698. },
  4699. "dist": {
  4700. "type": "zip",
  4701. "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/5937765753967d691ffde7ea23770a74df9b11ba",
  4702. "reference": "5937765753967d691ffde7ea23770a74df9b11ba",
  4703. "shasum": ""
  4704. },
  4705. "require": {
  4706. "php": ">=7.2.5",
  4707. "symfony/config": "^4.3|^5.0",
  4708. "symfony/dependency-injection": "^4.3|^5.0",
  4709. "symfony/translation": "^4.3|^5.0"
  4710. },
  4711. "conflict": {
  4712. "phpunit/phpunit": "<8.0"
  4713. },
  4714. "require-dev": {
  4715. "symfony/framework-bundle": "^4.3|^5.0",
  4716. "symfony/phpunit-bridge": "^5.2",
  4717. "symfony/templating": "^4.3|^5.0",
  4718. "symfony/twig-bundle": "^4.3|^5.0"
  4719. },
  4720. "suggest": {
  4721. "symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter"
  4722. },
  4723. "type": "symfony-bundle",
  4724. "extra": {
  4725. "branch-alias": {
  4726. "dev-master": "1.1.x-dev"
  4727. }
  4728. },
  4729. "autoload": {
  4730. "psr-4": {
  4731. "Knp\\Bundle\\TimeBundle\\": ""
  4732. }
  4733. },
  4734. "notification-url": "https://packagist.org/downloads/",
  4735. "license": [
  4736. "MIT"
  4737. ],
  4738. "authors": [
  4739. {
  4740. "name": "KnpLabs Team",
  4741. "homepage": "http://knplabs.com"
  4742. },
  4743. {
  4744. "name": "Symfony Community",
  4745. "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors"
  4746. }
  4747. ],
  4748. "description": "Making your dates look sensible and descriptive",
  4749. "homepage": "http://github.com/KnpLabs/KnpTimeBundle",
  4750. "keywords": [
  4751. "bundle",
  4752. "date",
  4753. "descriptive time",
  4754. "knp",
  4755. "knplabs",
  4756. "time"
  4757. ],
  4758. "time": "2021-03-02T16:13:12+00:00"
  4759. },
  4760. {
  4761. "name": "laminas/laminas-code",
  4762. "version": "3.5.1",
  4763. "source": {
  4764. "type": "git",
  4765. "url": "https://github.com/laminas/laminas-code.git",
  4766. "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
  4767. },
  4768. "dist": {
  4769. "type": "zip",
  4770. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
  4771. "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
  4772. "shasum": ""
  4773. },
  4774. "require": {
  4775. "laminas/laminas-eventmanager": "^3.3",
  4776. "laminas/laminas-zendframework-bridge": "^1.1",
  4777. "php": "^7.3 || ~8.0.0"
  4778. },
  4779. "conflict": {
  4780. "phpspec/prophecy": "<1.9.0"
  4781. },
  4782. "replace": {
  4783. "zendframework/zend-code": "^3.4.1"
  4784. },
  4785. "require-dev": {
  4786. "doctrine/annotations": "^1.10.4",
  4787. "ext-phar": "*",
  4788. "laminas/laminas-coding-standard": "^1.0.0",
  4789. "laminas/laminas-stdlib": "^3.3.0",
  4790. "phpunit/phpunit": "^9.4.2"
  4791. },
  4792. "suggest": {
  4793. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  4794. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  4795. },
  4796. "type": "library",
  4797. "autoload": {
  4798. "psr-4": {
  4799. "Laminas\\Code\\": "src/"
  4800. }
  4801. },
  4802. "notification-url": "https://packagist.org/downloads/",
  4803. "license": [
  4804. "BSD-3-Clause"
  4805. ],
  4806. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  4807. "homepage": "https://laminas.dev",
  4808. "keywords": [
  4809. "code",
  4810. "laminas"
  4811. ],
  4812. "time": "2020-11-30T20:16:31+00:00"
  4813. },
  4814. {
  4815. "name": "laminas/laminas-eventmanager",
  4816. "version": "3.3.1",
  4817. "source": {
  4818. "type": "git",
  4819. "url": "https://github.com/laminas/laminas-eventmanager.git",
  4820. "reference": "966c859b67867b179fde1eff0cd38df51472ce4a"
  4821. },
  4822. "dist": {
  4823. "type": "zip",
  4824. "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a",
  4825. "reference": "966c859b67867b179fde1eff0cd38df51472ce4a",
  4826. "shasum": ""
  4827. },
  4828. "require": {
  4829. "laminas/laminas-zendframework-bridge": "^1.0",
  4830. "php": "^7.3 || ^8.0"
  4831. },
  4832. "replace": {
  4833. "zendframework/zend-eventmanager": "^3.2.1"
  4834. },
  4835. "require-dev": {
  4836. "container-interop/container-interop": "^1.1",
  4837. "laminas/laminas-coding-standard": "~1.0.0",
  4838. "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
  4839. "phpbench/phpbench": "^0.17.1",
  4840. "phpunit/phpunit": "^8.5.8"
  4841. },
  4842. "suggest": {
  4843. "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
  4844. "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  4845. },
  4846. "type": "library",
  4847. "autoload": {
  4848. "psr-4": {
  4849. "Laminas\\EventManager\\": "src/"
  4850. }
  4851. },
  4852. "notification-url": "https://packagist.org/downloads/",
  4853. "license": [
  4854. "BSD-3-Clause"
  4855. ],
  4856. "description": "Trigger and listen to events within a PHP application",
  4857. "homepage": "https://laminas.dev",
  4858. "keywords": [
  4859. "event",
  4860. "eventmanager",
  4861. "events",
  4862. "laminas"
  4863. ],
  4864. "time": "2021-03-08T15:24:29+00:00"
  4865. },
  4866. {
  4867. "name": "laminas/laminas-zendframework-bridge",
  4868. "version": "1.2.0",
  4869. "source": {
  4870. "type": "git",
  4871. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  4872. "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
  4873. },
  4874. "dist": {
  4875. "type": "zip",
  4876. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
  4877. "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
  4878. "shasum": ""
  4879. },
  4880. "require": {
  4881. "php": "^7.3 || ^8.0"
  4882. },
  4883. "require-dev": {
  4884. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
  4885. "psalm/plugin-phpunit": "^0.15.1",
  4886. "squizlabs/php_codesniffer": "^3.5",
  4887. "vimeo/psalm": "^4.6"
  4888. },
  4889. "type": "library",
  4890. "extra": {
  4891. "laminas": {
  4892. "module": "Laminas\\ZendFrameworkBridge"
  4893. }
  4894. },
  4895. "autoload": {
  4896. "files": [
  4897. "src/autoload.php"
  4898. ],
  4899. "psr-4": {
  4900. "Laminas\\ZendFrameworkBridge\\": "src//"
  4901. }
  4902. },
  4903. "notification-url": "https://packagist.org/downloads/",
  4904. "license": [
  4905. "BSD-3-Clause"
  4906. ],
  4907. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  4908. "keywords": [
  4909. "ZendFramework",
  4910. "autoloading",
  4911. "laminas",
  4912. "zf"
  4913. ],
  4914. "time": "2021-02-25T21:54:58+00:00"
  4915. },
  4916. {
  4917. "name": "lcobucci/clock",
  4918. "version": "2.0.0",
  4919. "source": {
  4920. "type": "git",
  4921. "url": "https://github.com/lcobucci/clock.git",
  4922. "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3"
  4923. },
  4924. "dist": {
  4925. "type": "zip",
  4926. "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3",
  4927. "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3",
  4928. "shasum": ""
  4929. },
  4930. "require": {
  4931. "php": "^7.4 || ^8.0"
  4932. },
  4933. "require-dev": {
  4934. "infection/infection": "^0.17",
  4935. "lcobucci/coding-standard": "^6.0",
  4936. "phpstan/extension-installer": "^1.0",
  4937. "phpstan/phpstan": "^0.12",
  4938. "phpstan/phpstan-deprecation-rules": "^0.12",
  4939. "phpstan/phpstan-phpunit": "^0.12",
  4940. "phpstan/phpstan-strict-rules": "^0.12",
  4941. "phpunit/php-code-coverage": "9.1.4",
  4942. "phpunit/phpunit": "9.3.7"
  4943. },
  4944. "type": "library",
  4945. "autoload": {
  4946. "psr-4": {
  4947. "Lcobucci\\Clock\\": "src"
  4948. }
  4949. },
  4950. "notification-url": "https://packagist.org/downloads/",
  4951. "license": [
  4952. "MIT"
  4953. ],
  4954. "authors": [
  4955. {
  4956. "name": "Luís Cobucci",
  4957. "email": "lcobucci@gmail.com"
  4958. }
  4959. ],
  4960. "description": "Yet another clock abstraction",
  4961. "time": "2020-08-27T18:56:02+00:00"
  4962. },
  4963. {
  4964. "name": "lcobucci/jwt",
  4965. "version": "4.1.4",
  4966. "source": {
  4967. "type": "git",
  4968. "url": "https://github.com/lcobucci/jwt.git",
  4969. "reference": "71cf170102c8371ccd933fa4df6252086d144de6"
  4970. },
  4971. "dist": {
  4972. "type": "zip",
  4973. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/71cf170102c8371ccd933fa4df6252086d144de6",
  4974. "reference": "71cf170102c8371ccd933fa4df6252086d144de6",
  4975. "shasum": ""
  4976. },
  4977. "require": {
  4978. "ext-hash": "*",
  4979. "ext-json": "*",
  4980. "ext-mbstring": "*",
  4981. "ext-openssl": "*",
  4982. "ext-sodium": "*",
  4983. "lcobucci/clock": "^2.0",
  4984. "php": "^7.4 || ^8.0"
  4985. },
  4986. "require-dev": {
  4987. "infection/infection": "^0.21",
  4988. "lcobucci/coding-standard": "^6.0",
  4989. "mikey179/vfsstream": "^1.6.7",
  4990. "phpbench/phpbench": "^1.0@alpha",
  4991. "phpstan/extension-installer": "^1.0",
  4992. "phpstan/phpstan": "^0.12",
  4993. "phpstan/phpstan-deprecation-rules": "^0.12",
  4994. "phpstan/phpstan-phpunit": "^0.12",
  4995. "phpstan/phpstan-strict-rules": "^0.12",
  4996. "phpunit/php-invoker": "^3.1",
  4997. "phpunit/phpunit": "^9.5"
  4998. },
  4999. "type": "library",
  5000. "autoload": {
  5001. "psr-4": {
  5002. "Lcobucci\\JWT\\": "src"
  5003. }
  5004. },
  5005. "notification-url": "https://packagist.org/downloads/",
  5006. "license": [
  5007. "BSD-3-Clause"
  5008. ],
  5009. "authors": [
  5010. {
  5011. "name": "Luís Cobucci",
  5012. "email": "lcobucci@gmail.com",
  5013. "role": "Developer"
  5014. }
  5015. ],
  5016. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  5017. "keywords": [
  5018. "JWS",
  5019. "jwt"
  5020. ],
  5021. "time": "2021-03-23T23:53:08+00:00"
  5022. },
  5023. {
  5024. "name": "league/uri-components",
  5025. "version": "1.8.2",
  5026. "source": {
  5027. "type": "git",
  5028. "url": "https://github.com/thephpleague/uri-components.git",
  5029. "reference": "d0412fd730a54a8284009664188cf239070eae64"
  5030. },
  5031. "dist": {
  5032. "type": "zip",
  5033. "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/d0412fd730a54a8284009664188cf239070eae64",
  5034. "reference": "d0412fd730a54a8284009664188cf239070eae64",
  5035. "shasum": ""
  5036. },
  5037. "require": {
  5038. "ext-curl": "*",
  5039. "ext-fileinfo": "*",
  5040. "ext-intl": "*",
  5041. "league/uri-hostname-parser": "^1.1.0",
  5042. "php": ">=7.0"
  5043. },
  5044. "require-dev": {
  5045. "friendsofphp/php-cs-fixer": "^2.3",
  5046. "phpstan/phpstan": "^0.9.2",
  5047. "phpstan/phpstan-phpunit": "^0.9.4",
  5048. "phpstan/phpstan-strict-rules": "^0.9.0",
  5049. "phpunit/phpunit": "^6.0"
  5050. },
  5051. "type": "library",
  5052. "extra": {
  5053. "branch-alias": {
  5054. "dev-master": "1.x-dev"
  5055. }
  5056. },
  5057. "autoload": {
  5058. "psr-4": {
  5059. "League\\Uri\\": "src"
  5060. },
  5061. "files": [
  5062. "src/functions_include.php"
  5063. ]
  5064. },
  5065. "notification-url": "https://packagist.org/downloads/",
  5066. "license": [
  5067. "MIT"
  5068. ],
  5069. "authors": [
  5070. {
  5071. "name": "Ignace Nyamagana Butera",
  5072. "email": "nyamsprod@gmail.com",
  5073. "homepage": "https://nyamsprod.com"
  5074. }
  5075. ],
  5076. "description": "URI components manipulation library",
  5077. "homepage": "http://uri.thephpleague.com",
  5078. "keywords": [
  5079. "authority",
  5080. "components",
  5081. "fragment",
  5082. "host",
  5083. "path",
  5084. "port",
  5085. "query",
  5086. "rfc3986",
  5087. "scheme",
  5088. "uri",
  5089. "url",
  5090. "userinfo"
  5091. ],
  5092. "time": "2018-10-24T11:31:02+00:00"
  5093. },
  5094. {
  5095. "name": "league/uri-hostname-parser",
  5096. "version": "1.1.2",
  5097. "source": {
  5098. "type": "git",
  5099. "url": "https://github.com/thephpleague/uri-hostname-parser.git",
  5100. "reference": "a3ef2f862640bfd79dd3fc28f23c98be09152603"
  5101. },
  5102. "dist": {
  5103. "type": "zip",
  5104. "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/a3ef2f862640bfd79dd3fc28f23c98be09152603",
  5105. "reference": "a3ef2f862640bfd79dd3fc28f23c98be09152603",
  5106. "shasum": ""
  5107. },
  5108. "require": {
  5109. "ext-intl": "*",
  5110. "php": ">=7.0",
  5111. "psr/simple-cache": "^1.0"
  5112. },
  5113. "require-dev": {
  5114. "friendsofphp/php-cs-fixer": "^2.7",
  5115. "mikey179/vfsstream": "^1.6",
  5116. "phpunit/phpunit": "^6.3"
  5117. },
  5118. "suggest": {
  5119. "ext-curl": "To use the bundle cURL HTTP client",
  5120. "psr/simple-cache-implementation": "To enable using other cache providers"
  5121. },
  5122. "bin": [
  5123. "bin/update-psl-icann-section"
  5124. ],
  5125. "type": "library",
  5126. "autoload": {
  5127. "psr-4": {
  5128. "League\\Uri\\": "src"
  5129. },
  5130. "files": [
  5131. "src/functions_include.php"
  5132. ]
  5133. },
  5134. "notification-url": "https://packagist.org/downloads/",
  5135. "license": [
  5136. "MIT"
  5137. ],
  5138. "authors": [
  5139. {
  5140. "name": "Jeremy Kendall",
  5141. "homepage": "http://about.me/jeremykendall",
  5142. "role": "Developer"
  5143. },
  5144. {
  5145. "name": "Ignace Nyamagana Butera",
  5146. "homepage": "http://nyamsprod.com",
  5147. "role": "Developer"
  5148. },
  5149. {
  5150. "name": "Contributors",
  5151. "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors"
  5152. }
  5153. ],
  5154. "description": "ICANN base hostname parsing implemented in PHP.",
  5155. "homepage": "https://github.com/thephphleague/uri-hostname-parser",
  5156. "keywords": [
  5157. "Public Suffix List",
  5158. "domain parsing",
  5159. "icann"
  5160. ],
  5161. "abandoned": true,
  5162. "time": "2021-03-06T11:52:47+00:00"
  5163. },
  5164. {
  5165. "name": "league/uri-interfaces",
  5166. "version": "1.1.1",
  5167. "source": {
  5168. "type": "git",
  5169. "url": "https://github.com/thephpleague/uri-interfaces.git",
  5170. "reference": "081760c53a4ce76c9935a755a21353610f5495f6"
  5171. },
  5172. "dist": {
  5173. "type": "zip",
  5174. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
  5175. "reference": "081760c53a4ce76c9935a755a21353610f5495f6",
  5176. "shasum": ""
  5177. },
  5178. "require": {
  5179. "php": ">=5.3.0"
  5180. },
  5181. "require-dev": {
  5182. "friendsofphp/php-cs-fixer": "^2.0.0"
  5183. },
  5184. "type": "library",
  5185. "extra": {
  5186. "branch-alias": {
  5187. "dev-master": "1.x-dev"
  5188. }
  5189. },
  5190. "autoload": {
  5191. "psr-4": {
  5192. "League\\Uri\\": "src/"
  5193. }
  5194. },
  5195. "notification-url": "https://packagist.org/downloads/",
  5196. "license": [
  5197. "MIT"
  5198. ],
  5199. "authors": [
  5200. {
  5201. "name": "Ignace Nyamagana Butera",
  5202. "email": "nyamsprod@gmail.com",
  5203. "homepage": "https://nyamsprod.com"
  5204. }
  5205. ],
  5206. "description": "Common interface for URI representation",
  5207. "homepage": "http://github.com/thephpleague/uri-interfaces",
  5208. "keywords": [
  5209. "rfc3986",
  5210. "rfc3987",
  5211. "uri",
  5212. "url"
  5213. ],
  5214. "time": "2018-11-05T14:00:06+00:00"
  5215. },
  5216. {
  5217. "name": "league/uri-parser",
  5218. "version": "1.4.1",
  5219. "source": {
  5220. "type": "git",
  5221. "url": "https://github.com/thephpleague/uri-parser.git",
  5222. "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
  5223. },
  5224. "dist": {
  5225. "type": "zip",
  5226. "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
  5227. "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
  5228. "shasum": ""
  5229. },
  5230. "require": {
  5231. "php": ">=7.0.0"
  5232. },
  5233. "require-dev": {
  5234. "friendsofphp/php-cs-fixer": "^2.0",
  5235. "phpstan/phpstan": "^0.9.2",
  5236. "phpstan/phpstan-phpunit": "^0.9.4",
  5237. "phpstan/phpstan-strict-rules": "^0.9.0",
  5238. "phpunit/phpunit": "^6.0"
  5239. },
  5240. "suggest": {
  5241. "ext-intl": "Allow parsing RFC3987 compliant hosts",
  5242. "league/uri-schemes": "Allow validating and normalizing URI parsing results"
  5243. },
  5244. "type": "library",
  5245. "extra": {
  5246. "branch-alias": {
  5247. "dev-master": "1.x-dev"
  5248. }
  5249. },
  5250. "autoload": {
  5251. "psr-4": {
  5252. "League\\Uri\\": "src"
  5253. },
  5254. "files": [
  5255. "src/functions_include.php"
  5256. ]
  5257. },
  5258. "notification-url": "https://packagist.org/downloads/",
  5259. "license": [
  5260. "MIT"
  5261. ],
  5262. "authors": [
  5263. {
  5264. "name": "Ignace Nyamagana Butera",
  5265. "email": "nyamsprod@gmail.com",
  5266. "homepage": "https://nyamsprod.com"
  5267. }
  5268. ],
  5269. "description": "userland URI parser RFC 3986 compliant",
  5270. "homepage": "https://github.com/thephpleague/uri-parser",
  5271. "keywords": [
  5272. "parse_url",
  5273. "parser",
  5274. "rfc3986",
  5275. "rfc3987",
  5276. "uri",
  5277. "url"
  5278. ],
  5279. "time": "2018-11-22T07:55:51+00:00"
  5280. },
  5281. {
  5282. "name": "league/uri-schemes",
  5283. "version": "1.2.1",
  5284. "source": {
  5285. "type": "git",
  5286. "url": "https://github.com/thephpleague/uri-schemes.git",
  5287. "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
  5288. },
  5289. "dist": {
  5290. "type": "zip",
  5291. "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
  5292. "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
  5293. "shasum": ""
  5294. },
  5295. "require": {
  5296. "ext-fileinfo": "*",
  5297. "league/uri-interfaces": "^1.1",
  5298. "league/uri-parser": "^1.4.0",
  5299. "php": ">=7.0.13",
  5300. "psr/http-message": "^1.0"
  5301. },
  5302. "require-dev": {
  5303. "friendsofphp/php-cs-fixer": "^2.0",
  5304. "phpstan/phpstan": "^0.9.2",
  5305. "phpstan/phpstan-phpunit": "^0.9.4",
  5306. "phpstan/phpstan-strict-rules": "^0.9.0",
  5307. "phpunit/phpunit": "^6.0"
  5308. },
  5309. "suggest": {
  5310. "ext-intl": "Allow parsing RFC3987 compliant hosts",
  5311. "league/uri-manipulations": "Needed to easily manipulate URI objects"
  5312. },
  5313. "type": "library",
  5314. "extra": {
  5315. "branch-alias": {
  5316. "dev-master": "1.x-dev"
  5317. }
  5318. },
  5319. "autoload": {
  5320. "psr-4": {
  5321. "League\\Uri\\": "src"
  5322. },
  5323. "files": [
  5324. "src/functions_include.php"
  5325. ]
  5326. },
  5327. "notification-url": "https://packagist.org/downloads/",
  5328. "license": [
  5329. "MIT"
  5330. ],
  5331. "authors": [
  5332. {
  5333. "name": "Ignace Nyamagana Butera",
  5334. "email": "nyamsprod@gmail.com",
  5335. "homepage": "https://nyamsprod.com"
  5336. }
  5337. ],
  5338. "description": "URI manipulation library",
  5339. "homepage": "http://uri.thephpleague.com",
  5340. "keywords": [
  5341. "data-uri",
  5342. "file",
  5343. "ftp",
  5344. "http",
  5345. "https",
  5346. "parse_url",
  5347. "psr-7",
  5348. "rfc3986",
  5349. "uri",
  5350. "url",
  5351. "ws",
  5352. "wss"
  5353. ],
  5354. "time": "2018-11-26T08:09:30+00:00"
  5355. },
  5356. {
  5357. "name": "lexik/maintenance-bundle",
  5358. "version": "v2.1.5",
  5359. "source": {
  5360. "type": "git",
  5361. "url": "https://github.com/lexik/LexikMaintenanceBundle.git",
  5362. "reference": "3a3e916776934a95834235e4a1d71e4595d515f5"
  5363. },
  5364. "dist": {
  5365. "type": "zip",
  5366. "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/3a3e916776934a95834235e4a1d71e4595d515f5",
  5367. "reference": "3a3e916776934a95834235e4a1d71e4595d515f5",
  5368. "shasum": ""
  5369. },
  5370. "require": {
  5371. "php": ">=5.3.9",
  5372. "symfony/framework-bundle": "~2.7|~3.0|^4.0",
  5373. "symfony/translation": "~2.7|~3.0|^4.0"
  5374. },
  5375. "require-dev": {
  5376. "phpunit/phpunit": "~4.8|~5.7.11",
  5377. "symfony/phpunit-bridge": "~2.7|~3.0|^4.0"
  5378. },
  5379. "type": "symfony-bundle",
  5380. "extra": {
  5381. "branch-alias": {
  5382. "dev-master": "2.0.x-dev"
  5383. }
  5384. },
  5385. "autoload": {
  5386. "psr-4": {
  5387. "Lexik\\Bundle\\MaintenanceBundle\\": ""
  5388. }
  5389. },
  5390. "notification-url": "https://packagist.org/downloads/",
  5391. "license": [
  5392. "MIT"
  5393. ],
  5394. "authors": [
  5395. {
  5396. "name": "Dev Lexik",
  5397. "email": "dev@lexik.fr"
  5398. },
  5399. {
  5400. "name": "Gilles Gauthier",
  5401. "email": "g.gauthier@lexik.fr"
  5402. },
  5403. {
  5404. "name": "Djuri Baars",
  5405. "email": "info@djurict.nl"
  5406. }
  5407. ],
  5408. "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
  5409. "homepage": "https://github.com/lexik/LexikMaintenanceBundle",
  5410. "keywords": [
  5411. "Symfony2",
  5412. "bundle",
  5413. "maintenance"
  5414. ],
  5415. "time": "2018-02-14T10:18:33+00:00"
  5416. },
  5417. {
  5418. "name": "madeyourday/contao-rocksolid-custom-elements",
  5419. "version": "v2.3.1",
  5420. "source": {
  5421. "type": "git",
  5422. "url": "https://github.com/madeyourday/contao-rocksolid-custom-elements.git",
  5423. "reference": "0dbd4e87eaf9cbc93017c01628532320b5bfdd6e"
  5424. },
  5425. "dist": {
  5426. "type": "zip",
  5427. "url": "https://api.github.com/repos/madeyourday/contao-rocksolid-custom-elements/zipball/0dbd4e87eaf9cbc93017c01628532320b5bfdd6e",
  5428. "reference": "0dbd4e87eaf9cbc93017c01628532320b5bfdd6e",
  5429. "shasum": ""
  5430. },
  5431. "require": {
  5432. "contao/core-bundle": "^4.9",
  5433. "php": ">=7.2"
  5434. },
  5435. "conflict": {
  5436. "contao/core": "*",
  5437. "contao/core-bundle": "4.4.1",
  5438. "contao/manager-plugin": "<2.0 || >=3.0"
  5439. },
  5440. "replace": {
  5441. "contao-legacy/rocksolid-custom-elements": "self.version"
  5442. },
  5443. "require-dev": {
  5444. "contao/manager-plugin": "^2.0"
  5445. },
  5446. "suggest": {
  5447. "madeyourday/contao-rocksolid-columns": "For grid column support. See documentation for more information."
  5448. },
  5449. "type": "contao-bundle",
  5450. "extra": {
  5451. "contao-manager-plugin": "MadeYourDay\\RockSolidCustomElements\\ContaoManagerPlugin"
  5452. },
  5453. "autoload": {
  5454. "psr-4": {
  5455. "MadeYourDay\\RockSolidCustomElements\\": "src/"
  5456. }
  5457. },
  5458. "notification-url": "https://packagist.org/downloads/",
  5459. "license": [
  5460. "MIT"
  5461. ],
  5462. "authors": [
  5463. {
  5464. "name": "RockSolid Themes",
  5465. "homepage": "https://rocksolidthemes.com/de/contao-themes",
  5466. "role": "Developer"
  5467. }
  5468. ],
  5469. "description": "Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.",
  5470. "homepage": "https://rocksolidthemes.com/de/contao/plugins/custom-content-elements",
  5471. "keywords": [
  5472. "contao",
  5473. "content-elements",
  5474. "custom-elements"
  5475. ],
  5476. "time": "2021-03-29T14:13:42+00:00"
  5477. },
  5478. {
  5479. "name": "maennchen/zipstream-php",
  5480. "version": "2.1.0",
  5481. "source": {
  5482. "type": "git",
  5483. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  5484. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  5485. },
  5486. "dist": {
  5487. "type": "zip",
  5488. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  5489. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  5490. "shasum": ""
  5491. },
  5492. "require": {
  5493. "myclabs/php-enum": "^1.5",
  5494. "php": ">= 7.1",
  5495. "psr/http-message": "^1.0",
  5496. "symfony/polyfill-mbstring": "^1.0"
  5497. },
  5498. "require-dev": {
  5499. "ext-zip": "*",
  5500. "guzzlehttp/guzzle": ">= 6.3",
  5501. "mikey179/vfsstream": "^1.6",
  5502. "phpunit/phpunit": ">= 7.5"
  5503. },
  5504. "type": "library",
  5505. "autoload": {
  5506. "psr-4": {
  5507. "ZipStream\\": "src/"
  5508. }
  5509. },
  5510. "notification-url": "https://packagist.org/downloads/",
  5511. "license": [
  5512. "MIT"
  5513. ],
  5514. "authors": [
  5515. {
  5516. "name": "Paul Duncan",
  5517. "email": "pabs@pablotron.org"
  5518. },
  5519. {
  5520. "name": "Jonatan Männchen",
  5521. "email": "jonatan@maennchen.ch"
  5522. },
  5523. {
  5524. "name": "Jesse Donat",
  5525. "email": "donatj@gmail.com"
  5526. },
  5527. {
  5528. "name": "András Kolesár",
  5529. "email": "kolesar@kolesar.hu"
  5530. }
  5531. ],
  5532. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  5533. "keywords": [
  5534. "stream",
  5535. "zip"
  5536. ],
  5537. "support": {
  5538. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  5539. "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
  5540. },
  5541. "funding": [
  5542. {
  5543. "url": "https://opencollective.com/zipstream",
  5544. "type": "open_collective"
  5545. }
  5546. ],
  5547. "time": "2020-05-30T13:11:16+00:00"
  5548. },
  5549. {
  5550. "name": "markbaker/complex",
  5551. "version": "2.0.3",
  5552. "source": {
  5553. "type": "git",
  5554. "url": "https://github.com/MarkBaker/PHPComplex.git",
  5555. "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
  5556. },
  5557. "dist": {
  5558. "type": "zip",
  5559. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
  5560. "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
  5561. "shasum": ""
  5562. },
  5563. "require": {
  5564. "php": "^7.2 || ^8.0"
  5565. },
  5566. "require-dev": {
  5567. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  5568. "phpcompatibility/php-compatibility": "^9.0",
  5569. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  5570. "squizlabs/php_codesniffer": "^3.4"
  5571. },
  5572. "type": "library",
  5573. "autoload": {
  5574. "psr-4": {
  5575. "Complex\\": "classes/src/"
  5576. },
  5577. "files": [
  5578. "classes/src/functions/abs.php",
  5579. "classes/src/functions/acos.php",
  5580. "classes/src/functions/acosh.php",
  5581. "classes/src/functions/acot.php",
  5582. "classes/src/functions/acoth.php",
  5583. "classes/src/functions/acsc.php",
  5584. "classes/src/functions/acsch.php",
  5585. "classes/src/functions/argument.php",
  5586. "classes/src/functions/asec.php",
  5587. "classes/src/functions/asech.php",
  5588. "classes/src/functions/asin.php",
  5589. "classes/src/functions/asinh.php",
  5590. "classes/src/functions/atan.php",
  5591. "classes/src/functions/atanh.php",
  5592. "classes/src/functions/conjugate.php",
  5593. "classes/src/functions/cos.php",
  5594. "classes/src/functions/cosh.php",
  5595. "classes/src/functions/cot.php",
  5596. "classes/src/functions/coth.php",
  5597. "classes/src/functions/csc.php",
  5598. "classes/src/functions/csch.php",
  5599. "classes/src/functions/exp.php",
  5600. "classes/src/functions/inverse.php",
  5601. "classes/src/functions/ln.php",
  5602. "classes/src/functions/log2.php",
  5603. "classes/src/functions/log10.php",
  5604. "classes/src/functions/negative.php",
  5605. "classes/src/functions/pow.php",
  5606. "classes/src/functions/rho.php",
  5607. "classes/src/functions/sec.php",
  5608. "classes/src/functions/sech.php",
  5609. "classes/src/functions/sin.php",
  5610. "classes/src/functions/sinh.php",
  5611. "classes/src/functions/sqrt.php",
  5612. "classes/src/functions/tan.php",
  5613. "classes/src/functions/tanh.php",
  5614. "classes/src/functions/theta.php",
  5615. "classes/src/operations/add.php",
  5616. "classes/src/operations/subtract.php",
  5617. "classes/src/operations/multiply.php",
  5618. "classes/src/operations/divideby.php",
  5619. "classes/src/operations/divideinto.php"
  5620. ]
  5621. },
  5622. "notification-url": "https://packagist.org/downloads/",
  5623. "license": [
  5624. "MIT"
  5625. ],
  5626. "authors": [
  5627. {
  5628. "name": "Mark Baker",
  5629. "email": "mark@lange.demon.co.uk"
  5630. }
  5631. ],
  5632. "description": "PHP Class for working with complex numbers",
  5633. "homepage": "https://github.com/MarkBaker/PHPComplex",
  5634. "keywords": [
  5635. "complex",
  5636. "mathematics"
  5637. ],
  5638. "support": {
  5639. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  5640. "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
  5641. },
  5642. "time": "2021-06-02T09:44:11+00:00"
  5643. },
  5644. {
  5645. "name": "markbaker/matrix",
  5646. "version": "2.1.3",
  5647. "source": {
  5648. "type": "git",
  5649. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  5650. "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
  5651. },
  5652. "dist": {
  5653. "type": "zip",
  5654. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
  5655. "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
  5656. "shasum": ""
  5657. },
  5658. "require": {
  5659. "php": "^7.1 || ^8.0"
  5660. },
  5661. "require-dev": {
  5662. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  5663. "phpcompatibility/php-compatibility": "^9.0",
  5664. "phpdocumentor/phpdocumentor": "2.*",
  5665. "phploc/phploc": "^4.0",
  5666. "phpmd/phpmd": "2.*",
  5667. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  5668. "sebastian/phpcpd": "^4.0",
  5669. "squizlabs/php_codesniffer": "^3.4"
  5670. },
  5671. "type": "library",
  5672. "autoload": {
  5673. "psr-4": {
  5674. "Matrix\\": "classes/src/"
  5675. },
  5676. "files": [
  5677. "classes/src/Functions/adjoint.php",
  5678. "classes/src/Functions/antidiagonal.php",
  5679. "classes/src/Functions/cofactors.php",
  5680. "classes/src/Functions/determinant.php",
  5681. "classes/src/Functions/diagonal.php",
  5682. "classes/src/Functions/identity.php",
  5683. "classes/src/Functions/inverse.php",
  5684. "classes/src/Functions/minors.php",
  5685. "classes/src/Functions/trace.php",
  5686. "classes/src/Functions/transpose.php",
  5687. "classes/src/Operations/add.php",
  5688. "classes/src/Operations/directsum.php",
  5689. "classes/src/Operations/subtract.php",
  5690. "classes/src/Operations/multiply.php",
  5691. "classes/src/Operations/divideby.php",
  5692. "classes/src/Operations/divideinto.php"
  5693. ]
  5694. },
  5695. "notification-url": "https://packagist.org/downloads/",
  5696. "license": [
  5697. "MIT"
  5698. ],
  5699. "authors": [
  5700. {
  5701. "name": "Mark Baker",
  5702. "email": "mark@demon-angel.eu"
  5703. }
  5704. ],
  5705. "description": "PHP Class for working with matrices",
  5706. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  5707. "keywords": [
  5708. "mathematics",
  5709. "matrix",
  5710. "vector"
  5711. ],
  5712. "support": {
  5713. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  5714. "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
  5715. },
  5716. "time": "2021-05-25T15:42:17+00:00"
  5717. },
  5718. {
  5719. "name": "matthiasmullie/minify",
  5720. "version": "1.3.66",
  5721. "source": {
  5722. "type": "git",
  5723. "url": "https://github.com/matthiasmullie/minify.git",
  5724. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
  5725. },
  5726. "dist": {
  5727. "type": "zip",
  5728. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  5729. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  5730. "shasum": ""
  5731. },
  5732. "require": {
  5733. "ext-pcre": "*",
  5734. "matthiasmullie/path-converter": "~1.1",
  5735. "php": ">=5.3.0"
  5736. },
  5737. "require-dev": {
  5738. "friendsofphp/php-cs-fixer": "~2.0",
  5739. "matthiasmullie/scrapbook": "dev-master",
  5740. "phpunit/phpunit": ">=4.8"
  5741. },
  5742. "suggest": {
  5743. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  5744. },
  5745. "bin": [
  5746. "bin/minifycss",
  5747. "bin/minifyjs"
  5748. ],
  5749. "type": "library",
  5750. "autoload": {
  5751. "psr-4": {
  5752. "MatthiasMullie\\Minify\\": "src/"
  5753. }
  5754. },
  5755. "notification-url": "https://packagist.org/downloads/",
  5756. "license": [
  5757. "MIT"
  5758. ],
  5759. "authors": [
  5760. {
  5761. "name": "Matthias Mullie",
  5762. "email": "minify@mullie.eu",
  5763. "homepage": "http://www.mullie.eu",
  5764. "role": "Developer"
  5765. }
  5766. ],
  5767. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  5768. "homepage": "http://www.minifier.org",
  5769. "keywords": [
  5770. "JS",
  5771. "css",
  5772. "javascript",
  5773. "minifier",
  5774. "minify"
  5775. ],
  5776. "time": "2021-01-06T15:18:10+00:00"
  5777. },
  5778. {
  5779. "name": "matthiasmullie/path-converter",
  5780. "version": "1.1.3",
  5781. "source": {
  5782. "type": "git",
  5783. "url": "https://github.com/matthiasmullie/path-converter.git",
  5784. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  5785. },
  5786. "dist": {
  5787. "type": "zip",
  5788. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  5789. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  5790. "shasum": ""
  5791. },
  5792. "require": {
  5793. "ext-pcre": "*",
  5794. "php": ">=5.3.0"
  5795. },
  5796. "require-dev": {
  5797. "phpunit/phpunit": "~4.8"
  5798. },
  5799. "type": "library",
  5800. "autoload": {
  5801. "psr-4": {
  5802. "MatthiasMullie\\PathConverter\\": "src/"
  5803. }
  5804. },
  5805. "notification-url": "https://packagist.org/downloads/",
  5806. "license": [
  5807. "MIT"
  5808. ],
  5809. "authors": [
  5810. {
  5811. "name": "Matthias Mullie",
  5812. "email": "pathconverter@mullie.eu",
  5813. "homepage": "http://www.mullie.eu",
  5814. "role": "Developer"
  5815. }
  5816. ],
  5817. "description": "Relative path converter",
  5818. "homepage": "http://github.com/matthiasmullie/path-converter",
  5819. "keywords": [
  5820. "converter",
  5821. "path",
  5822. "paths",
  5823. "relative"
  5824. ],
  5825. "time": "2019-02-05T23:41:09+00:00"
  5826. },
  5827. {
  5828. "name": "menatwork/contao-multicolumnwizard-bundle",
  5829. "version": "3.4.10",
  5830. "source": {
  5831. "type": "git",
  5832. "url": "https://github.com/menatwork/contao-multicolumnwizard-bundle.git",
  5833. "reference": "212ba841ab4b70e5196c330dc34d9075abd396d7"
  5834. },
  5835. "dist": {
  5836. "type": "zip",
  5837. "url": "https://api.github.com/repos/menatwork/contao-multicolumnwizard-bundle/zipball/212ba841ab4b70e5196c330dc34d9075abd396d7",
  5838. "reference": "212ba841ab4b70e5196c330dc34d9075abd396d7",
  5839. "shasum": ""
  5840. },
  5841. "require": {
  5842. "contao-community-alliance/translator": "^2.1",
  5843. "contao/core-bundle": "^4.4.8",
  5844. "php": "^5.6 || ^7.0"
  5845. },
  5846. "replace": {
  5847. "contao-legacy/multicolumnwizard": "*",
  5848. "menatwork/contao-multicolumnwizard": ">=3.3.4 <4.0"
  5849. },
  5850. "require-dev": {
  5851. "contao/manager-bundle": "^4.4",
  5852. "phpcq/all-tasks": "~1.2"
  5853. },
  5854. "type": "contao-bundle",
  5855. "extra": {
  5856. "contao-manager-plugin": "MenAtWork\\MultiColumnWizardBundle\\ContaoManager\\Plugin",
  5857. "branch-alias": {
  5858. "dev-master": "3.4.x-dev",
  5859. "dev-develop": "3.5.x-dev",
  5860. "dev-support/contao3": "3.3.x-dev"
  5861. }
  5862. },
  5863. "autoload": {
  5864. "psr-4": {
  5865. "MenAtWork\\MultiColumnWizardBundle\\": "src",
  5866. "MenAtWork\\MultiColumnWizard\\": "legacy_layer/psr-4-maw",
  5867. "MultiColumnWizard\\": "legacy_layer/psr-4-mcw"
  5868. },
  5869. "classmap": [
  5870. "legacy_layer/classmap"
  5871. ],
  5872. "files": [
  5873. "src/deprecated-autoload.php"
  5874. ]
  5875. },
  5876. "notification-url": "https://packagist.org/downloads/",
  5877. "license": [
  5878. "LGPL-3.0-or-later"
  5879. ],
  5880. "authors": [
  5881. {
  5882. "name": "Stefan Heimes",
  5883. "email": "stefan_heimes@hotmail.com",
  5884. "homepage": "http://www.men-at-work.de",
  5885. "role": "Developer"
  5886. },
  5887. {
  5888. "name": "Andreas Isaak",
  5889. "email": "contao@men-at-work.de",
  5890. "homepage": "http://www.men-at-work.de",
  5891. "role": "Developer"
  5892. },
  5893. {
  5894. "name": "David Maack",
  5895. "email": "contao@men-at-work.de",
  5896. "homepage": "http://www.men-at-work.de",
  5897. "role": "Developer"
  5898. },
  5899. {
  5900. "name": "Andreas Schempp",
  5901. "email": "andreas.schempp@terminal42.ch",
  5902. "homepage": "http://www.terminal42.ch",
  5903. "role": "Developer"
  5904. },
  5905. {
  5906. "name": "Yanick Witschi",
  5907. "email": "yanick.witschi@terminal42.ch",
  5908. "homepage": "http://www.terminal42.ch",
  5909. "role": "Developer"
  5910. },
  5911. {
  5912. "name": "Tristan Lins",
  5913. "email": "tristan.lins@bit3.de",
  5914. "homepage": "http://bit3.de",
  5915. "role": "Developer"
  5916. }
  5917. ],
  5918. "description": "MultiColumWizard for Contao OpenSource CMS",
  5919. "homepage": "http://www.men-at-work.de",
  5920. "keywords": [
  5921. "contao",
  5922. "widget",
  5923. "wizard"
  5924. ],
  5925. "time": "2021-02-14T22:50:12+00:00"
  5926. },
  5927. {
  5928. "name": "michelf/php-markdown",
  5929. "version": "1.9.0",
  5930. "source": {
  5931. "type": "git",
  5932. "url": "https://github.com/michelf/php-markdown.git",
  5933. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
  5934. },
  5935. "dist": {
  5936. "type": "zip",
  5937. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  5938. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  5939. "shasum": ""
  5940. },
  5941. "require": {
  5942. "php": ">=5.3.0"
  5943. },
  5944. "require-dev": {
  5945. "phpunit/phpunit": ">=4.3 <5.8"
  5946. },
  5947. "type": "library",
  5948. "autoload": {
  5949. "psr-4": {
  5950. "Michelf\\": "Michelf/"
  5951. }
  5952. },
  5953. "notification-url": "https://packagist.org/downloads/",
  5954. "license": [
  5955. "BSD-3-Clause"
  5956. ],
  5957. "authors": [
  5958. {
  5959. "name": "Michel Fortin",
  5960. "email": "michel.fortin@michelf.ca",
  5961. "homepage": "https://michelf.ca/",
  5962. "role": "Developer"
  5963. },
  5964. {
  5965. "name": "John Gruber",
  5966. "homepage": "https://daringfireball.net/"
  5967. }
  5968. ],
  5969. "description": "PHP Markdown",
  5970. "homepage": "https://michelf.ca/projects/php-markdown/",
  5971. "keywords": [
  5972. "markdown"
  5973. ],
  5974. "time": "2019-12-02T02:32:27+00:00"
  5975. },
  5976. {
  5977. "name": "monolog/monolog",
  5978. "version": "1.26.0",
  5979. "source": {
  5980. "type": "git",
  5981. "url": "https://github.com/Seldaek/monolog.git",
  5982. "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
  5983. },
  5984. "dist": {
  5985. "type": "zip",
  5986. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
  5987. "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
  5988. "shasum": ""
  5989. },
  5990. "require": {
  5991. "php": ">=5.3.0",
  5992. "psr/log": "~1.0"
  5993. },
  5994. "provide": {
  5995. "psr/log-implementation": "1.0.0"
  5996. },
  5997. "require-dev": {
  5998. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  5999. "doctrine/couchdb": "~1.0@dev",
  6000. "graylog2/gelf-php": "~1.0",
  6001. "php-amqplib/php-amqplib": "~2.4",
  6002. "php-console/php-console": "^3.1.3",
  6003. "phpstan/phpstan": "^0.12.59",
  6004. "phpunit/phpunit": "~4.5",
  6005. "ruflin/elastica": ">=0.90 <3.0",
  6006. "sentry/sentry": "^0.13",
  6007. "swiftmailer/swiftmailer": "^5.3|^6.0"
  6008. },
  6009. "suggest": {
  6010. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  6011. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  6012. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  6013. "ext-mongo": "Allow sending log messages to a MongoDB server",
  6014. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  6015. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  6016. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  6017. "php-console/php-console": "Allow sending log messages to Google Chrome",
  6018. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  6019. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  6020. "sentry/sentry": "Allow sending log messages to a Sentry server"
  6021. },
  6022. "type": "library",
  6023. "autoload": {
  6024. "psr-4": {
  6025. "Monolog\\": "src/Monolog"
  6026. }
  6027. },
  6028. "notification-url": "https://packagist.org/downloads/",
  6029. "license": [
  6030. "MIT"
  6031. ],
  6032. "authors": [
  6033. {
  6034. "name": "Jordi Boggiano",
  6035. "email": "j.boggiano@seld.be",
  6036. "homepage": "http://seld.be"
  6037. }
  6038. ],
  6039. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  6040. "homepage": "http://github.com/Seldaek/monolog",
  6041. "keywords": [
  6042. "log",
  6043. "logging",
  6044. "psr-3"
  6045. ],
  6046. "time": "2020-12-14T12:56:38+00:00"
  6047. },
  6048. {
  6049. "name": "myclabs/php-enum",
  6050. "version": "1.8.3",
  6051. "source": {
  6052. "type": "git",
  6053. "url": "https://github.com/myclabs/php-enum.git",
  6054. "reference": "b942d263c641ddb5190929ff840c68f78713e937"
  6055. },
  6056. "dist": {
  6057. "type": "zip",
  6058. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
  6059. "reference": "b942d263c641ddb5190929ff840c68f78713e937",
  6060. "shasum": ""
  6061. },
  6062. "require": {
  6063. "ext-json": "*",
  6064. "php": "^7.3 || ^8.0"
  6065. },
  6066. "require-dev": {
  6067. "phpunit/phpunit": "^9.5",
  6068. "squizlabs/php_codesniffer": "1.*",
  6069. "vimeo/psalm": "^4.6.2"
  6070. },
  6071. "type": "library",
  6072. "autoload": {
  6073. "psr-4": {
  6074. "MyCLabs\\Enum\\": "src/"
  6075. }
  6076. },
  6077. "notification-url": "https://packagist.org/downloads/",
  6078. "license": [
  6079. "MIT"
  6080. ],
  6081. "authors": [
  6082. {
  6083. "name": "PHP Enum contributors",
  6084. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  6085. }
  6086. ],
  6087. "description": "PHP Enum implementation",
  6088. "homepage": "http://github.com/myclabs/php-enum",
  6089. "keywords": [
  6090. "enum"
  6091. ],
  6092. "support": {
  6093. "issues": "https://github.com/myclabs/php-enum/issues",
  6094. "source": "https://github.com/myclabs/php-enum/tree/1.8.3"
  6095. },
  6096. "funding": [
  6097. {
  6098. "url": "https://github.com/mnapoli",
  6099. "type": "github"
  6100. },
  6101. {
  6102. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  6103. "type": "tidelift"
  6104. }
  6105. ],
  6106. "time": "2021-07-05T08:18:36+00:00"
  6107. },
  6108. {
  6109. "name": "nelmio/cors-bundle",
  6110. "version": "2.1.0",
  6111. "source": {
  6112. "type": "git",
  6113. "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  6114. "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54"
  6115. },
  6116. "dist": {
  6117. "type": "zip",
  6118. "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/be4d5824caebc86da9e224e935e02e1201b3ea54",
  6119. "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54",
  6120. "shasum": ""
  6121. },
  6122. "require": {
  6123. "symfony/framework-bundle": "^4.3 || ^5.0"
  6124. },
  6125. "require-dev": {
  6126. "mockery/mockery": "^1.2",
  6127. "symfony/phpunit-bridge": "^4.3 || ^5.0"
  6128. },
  6129. "type": "symfony-bundle",
  6130. "extra": {
  6131. "branch-alias": {
  6132. "dev-master": "2.0.x-dev"
  6133. }
  6134. },
  6135. "autoload": {
  6136. "psr-4": {
  6137. "Nelmio\\CorsBundle\\": ""
  6138. },
  6139. "exclude-from-classmap": [
  6140. "/Tests/"
  6141. ]
  6142. },
  6143. "notification-url": "https://packagist.org/downloads/",
  6144. "license": [
  6145. "MIT"
  6146. ],
  6147. "authors": [
  6148. {
  6149. "name": "Nelmio",
  6150. "homepage": "http://nelm.io"
  6151. },
  6152. {
  6153. "name": "Symfony Community",
  6154. "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  6155. }
  6156. ],
  6157. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
  6158. "keywords": [
  6159. "api",
  6160. "cors",
  6161. "crossdomain"
  6162. ],
  6163. "time": "2020-07-22T11:44:28+00:00"
  6164. },
  6165. {
  6166. "name": "nelmio/security-bundle",
  6167. "version": "v2.10.3",
  6168. "source": {
  6169. "type": "git",
  6170. "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
  6171. "reference": "40d5ac148ce72e79849da27568833794bd70fec9"
  6172. },
  6173. "dist": {
  6174. "type": "zip",
  6175. "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/40d5ac148ce72e79849da27568833794bd70fec9",
  6176. "reference": "40d5ac148ce72e79849da27568833794bd70fec9",
  6177. "shasum": ""
  6178. },
  6179. "require": {
  6180. "paragonie/random_compat": "~1.0|~2.0|~9.99.99",
  6181. "php": ">5.4",
  6182. "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0",
  6183. "symfony/security-core": "~2.3|~3.0|~4.0|~5.0",
  6184. "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0",
  6185. "symfony/security-http": "~2.3|~3.0|~4.0|~5.0",
  6186. "symfony/yaml": "~2.3|~3.0|~4.0|~5.0",
  6187. "ua-parser/uap-php": "^3.4.4"
  6188. },
  6189. "require-dev": {
  6190. "doctrine/cache": "^1.0",
  6191. "psr/cache": "^1.0",
  6192. "symfony/phpunit-bridge": "^5.0.5",
  6193. "twig/twig": "^1.38|^2.10|^3.0"
  6194. },
  6195. "type": "symfony-bundle",
  6196. "extra": {
  6197. "branch-alias": {
  6198. "dev-master": "2.9.x-dev"
  6199. }
  6200. },
  6201. "autoload": {
  6202. "psr-4": {
  6203. "Nelmio\\SecurityBundle\\": ""
  6204. },
  6205. "exclude-from-classmap": [
  6206. "/Tests/"
  6207. ]
  6208. },
  6209. "notification-url": "https://packagist.org/downloads/",
  6210. "license": [
  6211. "MIT"
  6212. ],
  6213. "authors": [
  6214. {
  6215. "name": "Nelmio",
  6216. "homepage": "http://nelm.io"
  6217. },
  6218. {
  6219. "name": "Symfony Community",
  6220. "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
  6221. }
  6222. ],
  6223. "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
  6224. "keywords": [
  6225. "security"
  6226. ],
  6227. "time": "2021-03-16T08:47:32+00:00"
  6228. },
  6229. {
  6230. "name": "netzmacht/contao-form-designer",
  6231. "version": "1.1.8",
  6232. "source": {
  6233. "type": "git",
  6234. "url": "https://github.com/netzmacht/contao-form-designer.git",
  6235. "reference": "ade99cad78755338f41b7d2535ab2c803cb5feab"
  6236. },
  6237. "dist": {
  6238. "type": "zip",
  6239. "url": "https://api.github.com/repos/netzmacht/contao-form-designer/zipball/ade99cad78755338f41b7d2535ab2c803cb5feab",
  6240. "reference": "ade99cad78755338f41b7d2535ab2c803cb5feab",
  6241. "shasum": ""
  6242. },
  6243. "require": {
  6244. "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
  6245. "contao/core-bundle": "~4.4",
  6246. "doctrine/dbal": "^2.5",
  6247. "ext-dom": "*",
  6248. "menatwork/contao-multicolumnwizard": "^3.3.14",
  6249. "netzmacht/html": "~2.0",
  6250. "php": ">=7.1",
  6251. "psr/log": "^1.0",
  6252. "symfony/config": "^3.3 || ^4.0",
  6253. "symfony/dependency-injection": "^3.3 || ^4.0",
  6254. "symfony/event-dispatcher": "^3.3 || ^4.0",
  6255. "symfony/http-kernel": "^3.3 || ^4.0"
  6256. },
  6257. "require-dev": {
  6258. "contao/manager-plugin": "^2.1",
  6259. "phpcq/all-tasks": "^1.2"
  6260. },
  6261. "type": "contao-bundle",
  6262. "extra": {
  6263. "branch-alias": {
  6264. "dev-master": "1.1.x-dev",
  6265. "dev-develop": "1.2.x-dev"
  6266. },
  6267. "contao-manager-plugin": "Netzmacht\\Contao\\FormDesigner\\ContaoManager\\Plugin"
  6268. },
  6269. "autoload": {
  6270. "psr-4": {
  6271. "Netzmacht\\Contao\\FormDesigner\\": "src/"
  6272. }
  6273. },
  6274. "notification-url": "https://packagist.org/downloads/",
  6275. "license": [
  6276. "LGPL-3.0-or-later"
  6277. ],
  6278. "authors": [
  6279. {
  6280. "name": "David Molineus",
  6281. "email": "mail@netzmacht.de",
  6282. "homepage": "https://netzmacht.de",
  6283. "role": "Developer"
  6284. }
  6285. ],
  6286. "description": "Contao form designer allows custom form styles",
  6287. "keywords": [
  6288. "contao",
  6289. "form"
  6290. ],
  6291. "time": "2021-03-30T12:28:32+00:00"
  6292. },
  6293. {
  6294. "name": "netzmacht/contao-toolkit",
  6295. "version": "3.6.1",
  6296. "source": {
  6297. "type": "git",
  6298. "url": "https://github.com/netzmacht/contao-toolkit.git",
  6299. "reference": "34d2281a0cd440deb3cb1c0593d24546aacd2f0d"
  6300. },
  6301. "dist": {
  6302. "type": "zip",
  6303. "url": "https://api.github.com/repos/netzmacht/contao-toolkit/zipball/34d2281a0cd440deb3cb1c0593d24546aacd2f0d",
  6304. "reference": "34d2281a0cd440deb3cb1c0593d24546aacd2f0d",
  6305. "shasum": ""
  6306. },
  6307. "require": {
  6308. "beberlei/assert": "^2.7 || ^3.0",
  6309. "contao/core-bundle": "^4.9.10",
  6310. "doctrine/dbal": "^2.5",
  6311. "patchwork/utf8": "^1.2",
  6312. "php": ">=7.1",
  6313. "psr/log": "^1.1",
  6314. "symfony/config": "^4.4",
  6315. "symfony/dependency-injection": "^4.4",
  6316. "symfony/event-dispatcher": "^4.4",
  6317. "symfony/http-foundation": "^4.4",
  6318. "symfony/http-kernel": "^4.4.13",
  6319. "symfony/routing": "^4.4",
  6320. "symfony/security-csrf": "^4.4 || ^5.0",
  6321. "symfony/templating": "^4.4 || ^5.0",
  6322. "symfony/translation": "^4.4",
  6323. "symfony/translation-contracts": "^1.1.6 || ^2.0.0"
  6324. },
  6325. "conflict": {
  6326. "contao/manager-plugin": "<2.0 || >=3.0",
  6327. "friendsofsymfony/http-cache": "<2.0 || >=3.0"
  6328. },
  6329. "require-dev": {
  6330. "bossa/phpspec2-expect": "^3.0",
  6331. "contao/manager-plugin": "^2.0",
  6332. "friendsofsymfony/http-cache": "^2.0",
  6333. "php-http/guzzle6-adapter": "^1.1",
  6334. "phpcq/coding-standard": "^2.1",
  6335. "phpcq/runner-bootstrap": "^1.0@dev",
  6336. "phpspec/phpspec": "^5.0 || ^6.0"
  6337. },
  6338. "type": "contao-bundle",
  6339. "extra": {
  6340. "branch-alias": {
  6341. "dev-master": "3.6.x-dev",
  6342. "dev-develop": "3.7.x-dev"
  6343. },
  6344. "contao-manager-plugin": "Netzmacht\\Contao\\Toolkit\\Bundle\\ContaoManager\\Plugin"
  6345. },
  6346. "autoload": {
  6347. "psr-4": {
  6348. "Netzmacht\\Contao\\Toolkit\\": "src/"
  6349. }
  6350. },
  6351. "notification-url": "https://packagist.org/downloads/",
  6352. "license": [
  6353. "LGPL-3.0-or-later"
  6354. ],
  6355. "authors": [
  6356. {
  6357. "name": "David Molineus",
  6358. "email": "mail@netzmacht.de",
  6359. "homepage": "https://netzmacht.de",
  6360. "role": "Developer"
  6361. }
  6362. ],
  6363. "description": "This library provides tools to simplify common tasks when developing with Contao.",
  6364. "keywords": [
  6365. "contao",
  6366. "dev",
  6367. "tools"
  6368. ],
  6369. "time": "2021-01-07T09:45:29+00:00"
  6370. },
  6371. {
  6372. "name": "netzmacht/html",
  6373. "version": "2.0.1",
  6374. "source": {
  6375. "type": "git",
  6376. "url": "https://github.com/netzmacht/html.git",
  6377. "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4"
  6378. },
  6379. "dist": {
  6380. "type": "zip",
  6381. "url": "https://api.github.com/repos/netzmacht/html/zipball/da768cf38fdb06ad763fa09dc22fcac80e4521d4",
  6382. "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4",
  6383. "shasum": ""
  6384. },
  6385. "require": {
  6386. "php": ">=7.1"
  6387. },
  6388. "conflict": {
  6389. "contao/manager-plugin": "<2.0 || >=3.0"
  6390. },
  6391. "require-dev": {
  6392. "contao/manager-plugin": "^2.1",
  6393. "phpcq/all-tasks": "^1.2",
  6394. "phpspec/phpspec": "~4"
  6395. },
  6396. "type": "library",
  6397. "extra": {
  6398. "contao-manager-plugin": "Netzmacht\\Html\\Infrastructure\\ContaoManager\\Plugin",
  6399. "branch-alias": {
  6400. "dev-master": "2.0.x-dev",
  6401. "dev-develop": "2.1.x-dev"
  6402. }
  6403. },
  6404. "autoload": {
  6405. "psr-4": {
  6406. "Netzmacht\\Html\\": "src/"
  6407. }
  6408. },
  6409. "notification-url": "https://packagist.org/downloads/",
  6410. "license": [
  6411. "LGPL-3.0+"
  6412. ],
  6413. "authors": [
  6414. {
  6415. "name": "David Molineus",
  6416. "email": "mail@netzmacht.de",
  6417. "homepage": "http://www.netzmacht.de",
  6418. "role": "Project leader"
  6419. }
  6420. ],
  6421. "description": "Simple library for html rendering",
  6422. "keywords": [
  6423. "helper",
  6424. "html"
  6425. ],
  6426. "time": "2017-09-22T11:17:57+00:00"
  6427. },
  6428. {
  6429. "name": "nyholm/psr7",
  6430. "version": "1.4.0",
  6431. "source": {
  6432. "type": "git",
  6433. "url": "https://github.com/Nyholm/psr7.git",
  6434. "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b"
  6435. },
  6436. "dist": {
  6437. "type": "zip",
  6438. "url": "https://api.github.com/repos/Nyholm/psr7/zipball/23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
  6439. "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b",
  6440. "shasum": ""
  6441. },
  6442. "require": {
  6443. "php": ">=7.1",
  6444. "php-http/message-factory": "^1.0",
  6445. "psr/http-factory": "^1.0",
  6446. "psr/http-message": "^1.0"
  6447. },
  6448. "provide": {
  6449. "psr/http-factory-implementation": "1.0",
  6450. "psr/http-message-implementation": "1.0"
  6451. },
  6452. "require-dev": {
  6453. "http-interop/http-factory-tests": "^0.8",
  6454. "php-http/psr7-integration-tests": "^1.0",
  6455. "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
  6456. "symfony/error-handler": "^4.4"
  6457. },
  6458. "type": "library",
  6459. "extra": {
  6460. "branch-alias": {
  6461. "dev-master": "1.4-dev"
  6462. }
  6463. },
  6464. "autoload": {
  6465. "psr-4": {
  6466. "Nyholm\\Psr7\\": "src/"
  6467. }
  6468. },
  6469. "notification-url": "https://packagist.org/downloads/",
  6470. "license": [
  6471. "MIT"
  6472. ],
  6473. "authors": [
  6474. {
  6475. "name": "Tobias Nyholm",
  6476. "email": "tobias.nyholm@gmail.com"
  6477. },
  6478. {
  6479. "name": "Martijn van der Ven",
  6480. "email": "martijn@vanderven.se"
  6481. }
  6482. ],
  6483. "description": "A fast PHP7 implementation of PSR-7",
  6484. "homepage": "https://tnyholm.se",
  6485. "keywords": [
  6486. "psr-17",
  6487. "psr-7"
  6488. ],
  6489. "time": "2021-02-18T15:41:32+00:00"
  6490. },
  6491. {
  6492. "name": "ocramius/proxy-manager",
  6493. "version": "2.8.1",
  6494. "source": {
  6495. "type": "git",
  6496. "url": "https://github.com/Ocramius/ProxyManager.git",
  6497. "reference": "371c8f2d9d1e888ce1f8f2137d9187252b07ee94"
  6498. },
  6499. "dist": {
  6500. "type": "zip",
  6501. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/371c8f2d9d1e888ce1f8f2137d9187252b07ee94",
  6502. "reference": "371c8f2d9d1e888ce1f8f2137d9187252b07ee94",
  6503. "shasum": ""
  6504. },
  6505. "require": {
  6506. "laminas/laminas-code": "^3.4.1",
  6507. "ocramius/package-versions": "^1.8.0,<1.10.0",
  6508. "php": "~7.4.1",
  6509. "webimpress/safe-writer": "^2.0.1"
  6510. },
  6511. "conflict": {
  6512. "doctrine/annotations": "<1.6.1",
  6513. "laminas/laminas-stdlib": "<3.2.1",
  6514. "zendframework/zend-stdlib": "<3.2.1"
  6515. },
  6516. "require-dev": {
  6517. "doctrine/coding-standard": "^6.0.0",
  6518. "ext-phar": "*",
  6519. "infection/infection": "^0.16.2",
  6520. "nikic/php-parser": "^4.4.0",
  6521. "phpbench/phpbench": "^0.17.0",
  6522. "phpunit/phpunit": "^9.1.1",
  6523. "slevomat/coding-standard": "^5.0.4",
  6524. "squizlabs/php_codesniffer": "^3.5.4",
  6525. "vimeo/psalm": "^3.11.1"
  6526. },
  6527. "suggest": {
  6528. "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
  6529. "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
  6530. "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
  6531. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
  6532. },
  6533. "type": "library",
  6534. "extra": {
  6535. "branch-alias": {
  6536. "dev-master": "3.0.x-dev"
  6537. }
  6538. },
  6539. "autoload": {
  6540. "psr-4": {
  6541. "ProxyManager\\": "src/ProxyManager"
  6542. }
  6543. },
  6544. "notification-url": "https://packagist.org/downloads/",
  6545. "license": [
  6546. "MIT"
  6547. ],
  6548. "authors": [
  6549. {
  6550. "name": "Marco Pivetta",
  6551. "email": "ocramius@gmail.com",
  6552. "homepage": "http://ocramius.github.io/"
  6553. }
  6554. ],
  6555. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  6556. "homepage": "https://github.com/Ocramius/ProxyManager",
  6557. "keywords": [
  6558. "aop",
  6559. "lazy loading",
  6560. "proxy",
  6561. "proxy pattern",
  6562. "service proxies"
  6563. ],
  6564. "time": "2020-07-13T19:23:57+00:00"
  6565. },
  6566. {
  6567. "name": "onurb/excel-bundle",
  6568. "version": "1.0.2",
  6569. "source": {
  6570. "type": "git",
  6571. "url": "https://github.com/Nono1971/excel-bundle.git",
  6572. "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41"
  6573. },
  6574. "dist": {
  6575. "type": "zip",
  6576. "url": "https://api.github.com/repos/Nono1971/excel-bundle/zipball/ebd4e5ebfd683d54d0b94834e514619128434f41",
  6577. "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41",
  6578. "shasum": ""
  6579. },
  6580. "require": {
  6581. "php": ">=7.1.3",
  6582. "phpoffice/phpspreadsheet": "~1.0",
  6583. "symfony/config": "~4.2",
  6584. "symfony/dependency-injection": "~3.2|~4.0",
  6585. "symfony/framework-bundle": "~3.2|~4.0",
  6586. "symfony/http-foundation": "~3.2|~4.0",
  6587. "symfony/http-kernel": "~3.2|~4.0"
  6588. },
  6589. "require-dev": {
  6590. "php": ">=7.0",
  6591. "phpunit/phpunit": "~6.5",
  6592. "sensio/framework-extra-bundle": "~3.2|~4.0",
  6593. "squizlabs/php_codesniffer": "~2"
  6594. },
  6595. "suggest": {
  6596. "onurb/doctrine-yuml-bundle": "Use this bundle to generate mapping graph from your entities"
  6597. },
  6598. "type": "symfony-bundle",
  6599. "extra": {
  6600. "symfony": {
  6601. "allow-contrib": "true"
  6602. }
  6603. },
  6604. "autoload": {
  6605. "psr-4": {
  6606. "Onurb\\Bundle\\": "lib/"
  6607. }
  6608. },
  6609. "notification-url": "https://packagist.org/downloads/",
  6610. "license": [
  6611. "MIT"
  6612. ],
  6613. "authors": [
  6614. {
  6615. "name": "Giulio De Donato",
  6616. "email": "liuggio@gmail.com"
  6617. },
  6618. {
  6619. "name": "Bruno Heron",
  6620. "email": "herobrun@gmail.com"
  6621. }
  6622. ],
  6623. "description": "Symfony Bundle to read or write Excel file (including pdf, xlsx, odt), using phpoffice/phpspreadsheet library (replacement of phpoffice/phpexcel, abandonned)",
  6624. "keywords": [
  6625. "PHPExcel",
  6626. "bundle",
  6627. "excel",
  6628. "spreadsheet",
  6629. "symfony",
  6630. "xls",
  6631. "xlsx"
  6632. ],
  6633. "support": {
  6634. "issues": "https://github.com/Nono1971/excel-bundle/issues",
  6635. "source": "https://github.com/Nono1971/excel-bundle/tree/1.0.2"
  6636. },
  6637. "time": "2019-06-24T20:41:00+00:00"
  6638. },
  6639. {
  6640. "name": "oveleon/contao-component-style-manager",
  6641. "version": "2.4.4",
  6642. "source": {
  6643. "type": "git",
  6644. "url": "https://github.com/oveleon/contao-component-style-manager.git",
  6645. "reference": "805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c"
  6646. },
  6647. "dist": {
  6648. "type": "zip",
  6649. "url": "https://api.github.com/repos/oveleon/contao-component-style-manager/zipball/805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c",
  6650. "reference": "805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c",
  6651. "shasum": ""
  6652. },
  6653. "require": {
  6654. "contao/core-bundle": "^4.4"
  6655. },
  6656. "conflict": {
  6657. "contao/core": "*",
  6658. "contao/core-bundle": "4.4.1",
  6659. "contao/manager-plugin": "<2.0 || >=3.0"
  6660. },
  6661. "require-dev": {
  6662. "contao/manager-plugin": "^2.0"
  6663. },
  6664. "type": "contao-bundle",
  6665. "extra": {
  6666. "branch-alias": {
  6667. "dev-master": "2.4.x-dev"
  6668. },
  6669. "contao-manager-plugin": "Oveleon\\ContaoComponentStyleManager\\ContaoManager\\Plugin"
  6670. },
  6671. "autoload": {
  6672. "psr-4": {
  6673. "Oveleon\\ContaoComponentStyleManager\\": "src/"
  6674. },
  6675. "classmap": [
  6676. "src/Resources/contao/"
  6677. ],
  6678. "exclude-from-classmap": [
  6679. "src/Resources/contao/config/",
  6680. "src/Resources/contao/dca/",
  6681. "src/Resources/contao/languages/",
  6682. "src/Resources/contao/templates/"
  6683. ]
  6684. },
  6685. "notification-url": "https://packagist.org/downloads/",
  6686. "license": [
  6687. "MIT"
  6688. ],
  6689. "authors": [
  6690. {
  6691. "name": "Oveleon",
  6692. "homepage": "https://oveleon.de/",
  6693. "role": "Developer"
  6694. },
  6695. {
  6696. "name": "Daniele Sciannimanica",
  6697. "homepage": "https://github.com/doishub",
  6698. "role": "Developer"
  6699. }
  6700. ],
  6701. "description": "Style and CSS-Class Manager for Contao Open Source CMS",
  6702. "homepage": "https://www.oveleon.de/stylemanager.html",
  6703. "keywords": [
  6704. "contao",
  6705. "css",
  6706. "manager",
  6707. "styles"
  6708. ],
  6709. "time": "2021-03-09T11:52:09+00:00"
  6710. },
  6711. {
  6712. "name": "paragonie/constant_time_encoding",
  6713. "version": "v2.4.0",
  6714. "source": {
  6715. "type": "git",
  6716. "url": "https://github.com/paragonie/constant_time_encoding.git",
  6717. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
  6718. },
  6719. "dist": {
  6720. "type": "zip",
  6721. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  6722. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  6723. "shasum": ""
  6724. },
  6725. "require": {
  6726. "php": "^7|^8"
  6727. },
  6728. "require-dev": {
  6729. "phpunit/phpunit": "^6|^7|^8|^9",
  6730. "vimeo/psalm": "^1|^2|^3|^4"
  6731. },
  6732. "type": "library",
  6733. "autoload": {
  6734. "psr-4": {
  6735. "ParagonIE\\ConstantTime\\": "src/"
  6736. }
  6737. },
  6738. "notification-url": "https://packagist.org/downloads/",
  6739. "license": [
  6740. "MIT"
  6741. ],
  6742. "authors": [
  6743. {
  6744. "name": "Paragon Initiative Enterprises",
  6745. "email": "security@paragonie.com",
  6746. "homepage": "https://paragonie.com",
  6747. "role": "Maintainer"
  6748. },
  6749. {
  6750. "name": "Steve 'Sc00bz' Thomas",
  6751. "email": "steve@tobtu.com",
  6752. "homepage": "https://www.tobtu.com",
  6753. "role": "Original Developer"
  6754. }
  6755. ],
  6756. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  6757. "keywords": [
  6758. "base16",
  6759. "base32",
  6760. "base32_decode",
  6761. "base32_encode",
  6762. "base64",
  6763. "base64_decode",
  6764. "base64_encode",
  6765. "bin2hex",
  6766. "encoding",
  6767. "hex",
  6768. "hex2bin",
  6769. "rfc4648"
  6770. ],
  6771. "time": "2020-12-06T15:14:20+00:00"
  6772. },
  6773. {
  6774. "name": "paragonie/random_compat",
  6775. "version": "v9.99.99",
  6776. "source": {
  6777. "type": "git",
  6778. "url": "https://github.com/paragonie/random_compat.git",
  6779. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  6780. },
  6781. "dist": {
  6782. "type": "zip",
  6783. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  6784. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  6785. "shasum": ""
  6786. },
  6787. "require": {
  6788. "php": "^7"
  6789. },
  6790. "require-dev": {
  6791. "phpunit/phpunit": "4.*|5.*",
  6792. "vimeo/psalm": "^1"
  6793. },
  6794. "suggest": {
  6795. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  6796. },
  6797. "type": "library",
  6798. "notification-url": "https://packagist.org/downloads/",
  6799. "license": [
  6800. "MIT"
  6801. ],
  6802. "authors": [
  6803. {
  6804. "name": "Paragon Initiative Enterprises",
  6805. "email": "security@paragonie.com",
  6806. "homepage": "https://paragonie.com"
  6807. }
  6808. ],
  6809. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  6810. "keywords": [
  6811. "csprng",
  6812. "polyfill",
  6813. "pseudorandom",
  6814. "random"
  6815. ],
  6816. "time": "2018-07-02T15:55:56+00:00"
  6817. },
  6818. {
  6819. "name": "patchwork/utf8",
  6820. "version": "v1.3.3",
  6821. "source": {
  6822. "type": "git",
  6823. "url": "https://github.com/tchwork/utf8.git",
  6824. "reference": "e1fa4d4a57896d074c9a8d01742b688d5db4e9d5"
  6825. },
  6826. "dist": {
  6827. "type": "zip",
  6828. "url": "https://api.github.com/repos/tchwork/utf8/zipball/e1fa4d4a57896d074c9a8d01742b688d5db4e9d5",
  6829. "reference": "e1fa4d4a57896d074c9a8d01742b688d5db4e9d5",
  6830. "shasum": ""
  6831. },
  6832. "require": {
  6833. "lib-pcre": ">=7.3",
  6834. "php": ">=5.3.0"
  6835. },
  6836. "require-dev": {
  6837. "symfony/phpunit-bridge": "^3.4|^4.4"
  6838. },
  6839. "suggest": {
  6840. "ext-iconv": "Use iconv for best performance",
  6841. "ext-intl": "Use Intl for best performance",
  6842. "ext-mbstring": "Use Mbstring for best performance",
  6843. "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
  6844. },
  6845. "type": "library",
  6846. "extra": {
  6847. "branch-alias": {
  6848. "dev-master": "1.3-dev"
  6849. }
  6850. },
  6851. "autoload": {
  6852. "psr-4": {
  6853. "Patchwork\\": "src/Patchwork/"
  6854. },
  6855. "classmap": [
  6856. "src/Normalizer.php"
  6857. ]
  6858. },
  6859. "notification-url": "https://packagist.org/downloads/",
  6860. "license": [
  6861. "(Apache-2.0 or GPL-2.0)"
  6862. ],
  6863. "authors": [
  6864. {
  6865. "name": "Nicolas Grekas",
  6866. "email": "p@tchwork.com"
  6867. }
  6868. ],
  6869. "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
  6870. "homepage": "https://github.com/tchwork/utf8",
  6871. "keywords": [
  6872. "grapheme",
  6873. "i18n",
  6874. "unicode",
  6875. "utf-8",
  6876. "utf8"
  6877. ],
  6878. "abandoned": "symfony/polyfill-mbstring or symfony/string",
  6879. "time": "2021-01-07T16:38:58+00:00"
  6880. },
  6881. {
  6882. "name": "php-http/client-common",
  6883. "version": "2.3.0",
  6884. "source": {
  6885. "type": "git",
  6886. "url": "https://github.com/php-http/client-common.git",
  6887. "reference": "e37e46c610c87519753135fb893111798c69076a"
  6888. },
  6889. "dist": {
  6890. "type": "zip",
  6891. "url": "https://api.github.com/repos/php-http/client-common/zipball/e37e46c610c87519753135fb893111798c69076a",
  6892. "reference": "e37e46c610c87519753135fb893111798c69076a",
  6893. "shasum": ""
  6894. },
  6895. "require": {
  6896. "php": "^7.1 || ^8.0",
  6897. "php-http/httplug": "^2.0",
  6898. "php-http/message": "^1.6",
  6899. "php-http/message-factory": "^1.0",
  6900. "psr/http-client": "^1.0",
  6901. "psr/http-factory": "^1.0",
  6902. "psr/http-message": "^1.0",
  6903. "symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0",
  6904. "symfony/polyfill-php80": "^1.17"
  6905. },
  6906. "require-dev": {
  6907. "doctrine/instantiator": "^1.1",
  6908. "guzzlehttp/psr7": "^1.4",
  6909. "nyholm/psr7": "^1.2",
  6910. "phpspec/phpspec": "^5.1 || ^6.0",
  6911. "phpspec/prophecy": "^1.10.2",
  6912. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
  6913. },
  6914. "suggest": {
  6915. "ext-json": "To detect JSON responses with the ContentTypePlugin",
  6916. "ext-libxml": "To detect XML responses with the ContentTypePlugin",
  6917. "php-http/cache-plugin": "PSR-6 Cache plugin",
  6918. "php-http/logger-plugin": "PSR-3 Logger plugin",
  6919. "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
  6920. },
  6921. "type": "library",
  6922. "extra": {
  6923. "branch-alias": {
  6924. "dev-master": "2.3.x-dev"
  6925. }
  6926. },
  6927. "autoload": {
  6928. "psr-4": {
  6929. "Http\\Client\\Common\\": "src/"
  6930. }
  6931. },
  6932. "notification-url": "https://packagist.org/downloads/",
  6933. "license": [
  6934. "MIT"
  6935. ],
  6936. "authors": [
  6937. {
  6938. "name": "Márk Sági-Kazár",
  6939. "email": "mark.sagikazar@gmail.com"
  6940. }
  6941. ],
  6942. "description": "Common HTTP Client implementations and tools for HTTPlug",
  6943. "homepage": "http://httplug.io",
  6944. "keywords": [
  6945. "client",
  6946. "common",
  6947. "http",
  6948. "httplug"
  6949. ],
  6950. "time": "2020-07-21T10:04:13+00:00"
  6951. },
  6952. {
  6953. "name": "php-http/discovery",
  6954. "version": "1.13.0",
  6955. "source": {
  6956. "type": "git",
  6957. "url": "https://github.com/php-http/discovery.git",
  6958. "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
  6959. },
  6960. "dist": {
  6961. "type": "zip",
  6962. "url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
  6963. "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
  6964. "shasum": ""
  6965. },
  6966. "require": {
  6967. "php": "^7.1 || ^8.0"
  6968. },
  6969. "conflict": {
  6970. "nyholm/psr7": "<1.0"
  6971. },
  6972. "require-dev": {
  6973. "graham-campbell/phpspec-skip-example-extension": "^5.0",
  6974. "php-http/httplug": "^1.0 || ^2.0",
  6975. "php-http/message-factory": "^1.0",
  6976. "phpspec/phpspec": "^5.1 || ^6.1",
  6977. "puli/composer-plugin": "1.0.0-beta10"
  6978. },
  6979. "suggest": {
  6980. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
  6981. "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
  6982. },
  6983. "type": "library",
  6984. "extra": {
  6985. "branch-alias": {
  6986. "dev-master": "1.9-dev"
  6987. }
  6988. },
  6989. "autoload": {
  6990. "psr-4": {
  6991. "Http\\Discovery\\": "src/"
  6992. }
  6993. },
  6994. "notification-url": "https://packagist.org/downloads/",
  6995. "license": [
  6996. "MIT"
  6997. ],
  6998. "authors": [
  6999. {
  7000. "name": "Márk Sági-Kazár",
  7001. "email": "mark.sagikazar@gmail.com"
  7002. }
  7003. ],
  7004. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  7005. "homepage": "http://php-http.org",
  7006. "keywords": [
  7007. "adapter",
  7008. "client",
  7009. "discovery",
  7010. "factory",
  7011. "http",
  7012. "message",
  7013. "psr7"
  7014. ],
  7015. "time": "2020-11-27T14:49:42+00:00"
  7016. },
  7017. {
  7018. "name": "php-http/httplug",
  7019. "version": "2.2.0",
  7020. "source": {
  7021. "type": "git",
  7022. "url": "https://github.com/php-http/httplug.git",
  7023. "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
  7024. },
  7025. "dist": {
  7026. "type": "zip",
  7027. "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
  7028. "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
  7029. "shasum": ""
  7030. },
  7031. "require": {
  7032. "php": "^7.1 || ^8.0",
  7033. "php-http/promise": "^1.1",
  7034. "psr/http-client": "^1.0",
  7035. "psr/http-message": "^1.0"
  7036. },
  7037. "require-dev": {
  7038. "friends-of-phpspec/phpspec-code-coverage": "^4.1",
  7039. "phpspec/phpspec": "^5.1 || ^6.0"
  7040. },
  7041. "type": "library",
  7042. "extra": {
  7043. "branch-alias": {
  7044. "dev-master": "2.x-dev"
  7045. }
  7046. },
  7047. "autoload": {
  7048. "psr-4": {
  7049. "Http\\Client\\": "src/"
  7050. }
  7051. },
  7052. "notification-url": "https://packagist.org/downloads/",
  7053. "license": [
  7054. "MIT"
  7055. ],
  7056. "authors": [
  7057. {
  7058. "name": "Eric GELOEN",
  7059. "email": "geloen.eric@gmail.com"
  7060. },
  7061. {
  7062. "name": "Márk Sági-Kazár",
  7063. "email": "mark.sagikazar@gmail.com",
  7064. "homepage": "https://sagikazarmark.hu"
  7065. }
  7066. ],
  7067. "description": "HTTPlug, the HTTP client abstraction for PHP",
  7068. "homepage": "http://httplug.io",
  7069. "keywords": [
  7070. "client",
  7071. "http"
  7072. ],
  7073. "time": "2020-07-13T15:43:23+00:00"
  7074. },
  7075. {
  7076. "name": "php-http/message",
  7077. "version": "1.11.0",
  7078. "source": {
  7079. "type": "git",
  7080. "url": "https://github.com/php-http/message.git",
  7081. "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29"
  7082. },
  7083. "dist": {
  7084. "type": "zip",
  7085. "url": "https://api.github.com/repos/php-http/message/zipball/fb0dbce7355cad4f4f6a225f537c34d013571f29",
  7086. "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29",
  7087. "shasum": ""
  7088. },
  7089. "require": {
  7090. "clue/stream-filter": "^1.5",
  7091. "php": "^7.1 || ^8.0",
  7092. "php-http/message-factory": "^1.0.2",
  7093. "psr/http-message": "^1.0"
  7094. },
  7095. "provide": {
  7096. "php-http/message-factory-implementation": "1.0"
  7097. },
  7098. "require-dev": {
  7099. "ergebnis/composer-normalize": "^2.6",
  7100. "ext-zlib": "*",
  7101. "guzzlehttp/psr7": "^1.0",
  7102. "laminas/laminas-diactoros": "^2.0",
  7103. "phpspec/phpspec": "^5.1 || ^6.3",
  7104. "slim/slim": "^3.0"
  7105. },
  7106. "suggest": {
  7107. "ext-zlib": "Used with compressor/decompressor streams",
  7108. "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
  7109. "laminas/laminas-diactoros": "Used with Diactoros Factories",
  7110. "slim/slim": "Used with Slim Framework PSR-7 implementation"
  7111. },
  7112. "type": "library",
  7113. "extra": {
  7114. "branch-alias": {
  7115. "dev-master": "1.10-dev"
  7116. }
  7117. },
  7118. "autoload": {
  7119. "psr-4": {
  7120. "Http\\Message\\": "src/"
  7121. },
  7122. "files": [
  7123. "src/filters.php"
  7124. ]
  7125. },
  7126. "notification-url": "https://packagist.org/downloads/",
  7127. "license": [
  7128. "MIT"
  7129. ],
  7130. "authors": [
  7131. {
  7132. "name": "Márk Sági-Kazár",
  7133. "email": "mark.sagikazar@gmail.com"
  7134. }
  7135. ],
  7136. "description": "HTTP Message related tools",
  7137. "homepage": "http://php-http.org",
  7138. "keywords": [
  7139. "http",
  7140. "message",
  7141. "psr-7"
  7142. ],
  7143. "time": "2021-02-01T08:54:58+00:00"
  7144. },
  7145. {
  7146. "name": "php-http/message-factory",
  7147. "version": "v1.0.2",
  7148. "source": {
  7149. "type": "git",
  7150. "url": "https://github.com/php-http/message-factory.git",
  7151. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  7152. },
  7153. "dist": {
  7154. "type": "zip",
  7155. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  7156. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  7157. "shasum": ""
  7158. },
  7159. "require": {
  7160. "php": ">=5.4",
  7161. "psr/http-message": "^1.0"
  7162. },
  7163. "type": "library",
  7164. "extra": {
  7165. "branch-alias": {
  7166. "dev-master": "1.0-dev"
  7167. }
  7168. },
  7169. "autoload": {
  7170. "psr-4": {
  7171. "Http\\Message\\": "src/"
  7172. }
  7173. },
  7174. "notification-url": "https://packagist.org/downloads/",
  7175. "license": [
  7176. "MIT"
  7177. ],
  7178. "authors": [
  7179. {
  7180. "name": "Márk Sági-Kazár",
  7181. "email": "mark.sagikazar@gmail.com"
  7182. }
  7183. ],
  7184. "description": "Factory interfaces for PSR-7 HTTP Message",
  7185. "homepage": "http://php-http.org",
  7186. "keywords": [
  7187. "factory",
  7188. "http",
  7189. "message",
  7190. "stream",
  7191. "uri"
  7192. ],
  7193. "time": "2015-12-19T14:08:53+00:00"
  7194. },
  7195. {
  7196. "name": "php-http/promise",
  7197. "version": "1.1.0",
  7198. "source": {
  7199. "type": "git",
  7200. "url": "https://github.com/php-http/promise.git",
  7201. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
  7202. },
  7203. "dist": {
  7204. "type": "zip",
  7205. "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  7206. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  7207. "shasum": ""
  7208. },
  7209. "require": {
  7210. "php": "^7.1 || ^8.0"
  7211. },
  7212. "require-dev": {
  7213. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
  7214. "phpspec/phpspec": "^5.1.2 || ^6.2"
  7215. },
  7216. "type": "library",
  7217. "extra": {
  7218. "branch-alias": {
  7219. "dev-master": "1.1-dev"
  7220. }
  7221. },
  7222. "autoload": {
  7223. "psr-4": {
  7224. "Http\\Promise\\": "src/"
  7225. }
  7226. },
  7227. "notification-url": "https://packagist.org/downloads/",
  7228. "license": [
  7229. "MIT"
  7230. ],
  7231. "authors": [
  7232. {
  7233. "name": "Joel Wurtz",
  7234. "email": "joel.wurtz@gmail.com"
  7235. },
  7236. {
  7237. "name": "Márk Sági-Kazár",
  7238. "email": "mark.sagikazar@gmail.com"
  7239. }
  7240. ],
  7241. "description": "Promise used for asynchronous HTTP requests",
  7242. "homepage": "http://httplug.io",
  7243. "keywords": [
  7244. "promise"
  7245. ],
  7246. "time": "2020-07-07T09:29:14+00:00"
  7247. },
  7248. {
  7249. "name": "phpoffice/phpspreadsheet",
  7250. "version": "1.18.0",
  7251. "source": {
  7252. "type": "git",
  7253. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  7254. "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
  7255. },
  7256. "dist": {
  7257. "type": "zip",
  7258. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
  7259. "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
  7260. "shasum": ""
  7261. },
  7262. "require": {
  7263. "ext-ctype": "*",
  7264. "ext-dom": "*",
  7265. "ext-fileinfo": "*",
  7266. "ext-gd": "*",
  7267. "ext-iconv": "*",
  7268. "ext-libxml": "*",
  7269. "ext-mbstring": "*",
  7270. "ext-simplexml": "*",
  7271. "ext-xml": "*",
  7272. "ext-xmlreader": "*",
  7273. "ext-xmlwriter": "*",
  7274. "ext-zip": "*",
  7275. "ext-zlib": "*",
  7276. "ezyang/htmlpurifier": "^4.13",
  7277. "maennchen/zipstream-php": "^2.1",
  7278. "markbaker/complex": "^2.0",
  7279. "markbaker/matrix": "^2.0",
  7280. "php": "^7.2 || ^8.0",
  7281. "psr/http-client": "^1.0",
  7282. "psr/http-factory": "^1.0",
  7283. "psr/simple-cache": "^1.0"
  7284. },
  7285. "require-dev": {
  7286. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  7287. "dompdf/dompdf": "^1.0",
  7288. "friendsofphp/php-cs-fixer": "^2.18",
  7289. "jpgraph/jpgraph": "^4.0",
  7290. "mpdf/mpdf": "^8.0",
  7291. "phpcompatibility/php-compatibility": "^9.3",
  7292. "phpstan/phpstan": "^0.12.82",
  7293. "phpstan/phpstan-phpunit": "^0.12.18",
  7294. "phpunit/phpunit": "^8.5",
  7295. "squizlabs/php_codesniffer": "^3.5",
  7296. "tecnickcom/tcpdf": "^6.3"
  7297. },
  7298. "suggest": {
  7299. "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
  7300. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  7301. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  7302. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
  7303. },
  7304. "type": "library",
  7305. "autoload": {
  7306. "psr-4": {
  7307. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  7308. }
  7309. },
  7310. "notification-url": "https://packagist.org/downloads/",
  7311. "license": [
  7312. "MIT"
  7313. ],
  7314. "authors": [
  7315. {
  7316. "name": "Maarten Balliauw",
  7317. "homepage": "https://blog.maartenballiauw.be"
  7318. },
  7319. {
  7320. "name": "Mark Baker",
  7321. "homepage": "https://markbakeruk.net"
  7322. },
  7323. {
  7324. "name": "Franck Lefevre",
  7325. "homepage": "https://rootslabs.net"
  7326. },
  7327. {
  7328. "name": "Erik Tilt"
  7329. },
  7330. {
  7331. "name": "Adrien Crivelli"
  7332. }
  7333. ],
  7334. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  7335. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  7336. "keywords": [
  7337. "OpenXML",
  7338. "excel",
  7339. "gnumeric",
  7340. "ods",
  7341. "php",
  7342. "spreadsheet",
  7343. "xls",
  7344. "xlsx"
  7345. ],
  7346. "support": {
  7347. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  7348. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
  7349. },
  7350. "time": "2021-05-31T18:21:15+00:00"
  7351. },
  7352. {
  7353. "name": "phpspec/php-diff",
  7354. "version": "v1.1.3",
  7355. "source": {
  7356. "type": "git",
  7357. "url": "https://github.com/phpspec/php-diff.git",
  7358. "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9"
  7359. },
  7360. "dist": {
  7361. "type": "zip",
  7362. "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9",
  7363. "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9",
  7364. "shasum": ""
  7365. },
  7366. "type": "library",
  7367. "extra": {
  7368. "branch-alias": {
  7369. "dev-master": "1.0.x-dev"
  7370. }
  7371. },
  7372. "autoload": {
  7373. "psr-0": {
  7374. "Diff": "lib/"
  7375. }
  7376. },
  7377. "notification-url": "https://packagist.org/downloads/",
  7378. "license": [
  7379. "BSD-3-Clause"
  7380. ],
  7381. "authors": [
  7382. {
  7383. "name": "Chris Boulton",
  7384. "homepage": "http://github.com/chrisboulton"
  7385. }
  7386. ],
  7387. "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  7388. "time": "2020-09-18T13:47:07+00:00"
  7389. },
  7390. {
  7391. "name": "phpunit/php-token-stream",
  7392. "version": "4.0.4",
  7393. "source": {
  7394. "type": "git",
  7395. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  7396. "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
  7397. },
  7398. "dist": {
  7399. "type": "zip",
  7400. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
  7401. "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
  7402. "shasum": ""
  7403. },
  7404. "require": {
  7405. "ext-tokenizer": "*",
  7406. "php": "^7.3 || ^8.0"
  7407. },
  7408. "require-dev": {
  7409. "phpunit/phpunit": "^9.0"
  7410. },
  7411. "type": "library",
  7412. "extra": {
  7413. "branch-alias": {
  7414. "dev-master": "4.0-dev"
  7415. }
  7416. },
  7417. "autoload": {
  7418. "classmap": [
  7419. "src/"
  7420. ]
  7421. },
  7422. "notification-url": "https://packagist.org/downloads/",
  7423. "license": [
  7424. "BSD-3-Clause"
  7425. ],
  7426. "authors": [
  7427. {
  7428. "name": "Sebastian Bergmann",
  7429. "email": "sebastian@phpunit.de"
  7430. }
  7431. ],
  7432. "description": "Wrapper around PHP's tokenizer extension.",
  7433. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  7434. "keywords": [
  7435. "tokenizer"
  7436. ],
  7437. "abandoned": true,
  7438. "time": "2020-08-04T08:28:15+00:00"
  7439. },
  7440. {
  7441. "name": "pimple/pimple",
  7442. "version": "v1.1.1",
  7443. "source": {
  7444. "type": "git",
  7445. "url": "https://github.com/silexphp/Pimple.git",
  7446. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
  7447. },
  7448. "dist": {
  7449. "type": "zip",
  7450. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  7451. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  7452. "shasum": ""
  7453. },
  7454. "require": {
  7455. "php": ">=5.3.0"
  7456. },
  7457. "type": "library",
  7458. "extra": {
  7459. "branch-alias": {
  7460. "dev-master": "1.1.x-dev"
  7461. }
  7462. },
  7463. "autoload": {
  7464. "psr-0": {
  7465. "Pimple": "lib/"
  7466. }
  7467. },
  7468. "notification-url": "https://packagist.org/downloads/",
  7469. "license": [
  7470. "MIT"
  7471. ],
  7472. "authors": [
  7473. {
  7474. "name": "Fabien Potencier",
  7475. "email": "fabien@symfony.com"
  7476. }
  7477. ],
  7478. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  7479. "homepage": "http://pimple.sensiolabs.org",
  7480. "keywords": [
  7481. "container",
  7482. "dependency injection"
  7483. ],
  7484. "time": "2013-11-22T08:30:29+00:00"
  7485. },
  7486. {
  7487. "name": "psr/cache",
  7488. "version": "1.0.1",
  7489. "source": {
  7490. "type": "git",
  7491. "url": "https://github.com/php-fig/cache.git",
  7492. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  7493. },
  7494. "dist": {
  7495. "type": "zip",
  7496. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  7497. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  7498. "shasum": ""
  7499. },
  7500. "require": {
  7501. "php": ">=5.3.0"
  7502. },
  7503. "type": "library",
  7504. "extra": {
  7505. "branch-alias": {
  7506. "dev-master": "1.0.x-dev"
  7507. }
  7508. },
  7509. "autoload": {
  7510. "psr-4": {
  7511. "Psr\\Cache\\": "src/"
  7512. }
  7513. },
  7514. "notification-url": "https://packagist.org/downloads/",
  7515. "license": [
  7516. "MIT"
  7517. ],
  7518. "authors": [
  7519. {
  7520. "name": "PHP-FIG",
  7521. "homepage": "http://www.php-fig.org/"
  7522. }
  7523. ],
  7524. "description": "Common interface for caching libraries",
  7525. "keywords": [
  7526. "cache",
  7527. "psr",
  7528. "psr-6"
  7529. ],
  7530. "time": "2016-08-06T20:24:11+00:00"
  7531. },
  7532. {
  7533. "name": "psr/container",
  7534. "version": "1.1.1",
  7535. "source": {
  7536. "type": "git",
  7537. "url": "https://github.com/php-fig/container.git",
  7538. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  7539. },
  7540. "dist": {
  7541. "type": "zip",
  7542. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  7543. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  7544. "shasum": ""
  7545. },
  7546. "require": {
  7547. "php": ">=7.2.0"
  7548. },
  7549. "type": "library",
  7550. "autoload": {
  7551. "psr-4": {
  7552. "Psr\\Container\\": "src/"
  7553. }
  7554. },
  7555. "notification-url": "https://packagist.org/downloads/",
  7556. "license": [
  7557. "MIT"
  7558. ],
  7559. "authors": [
  7560. {
  7561. "name": "PHP-FIG",
  7562. "homepage": "https://www.php-fig.org/"
  7563. }
  7564. ],
  7565. "description": "Common Container Interface (PHP FIG PSR-11)",
  7566. "homepage": "https://github.com/php-fig/container",
  7567. "keywords": [
  7568. "PSR-11",
  7569. "container",
  7570. "container-interface",
  7571. "container-interop",
  7572. "psr"
  7573. ],
  7574. "time": "2021-03-05T17:36:06+00:00"
  7575. },
  7576. {
  7577. "name": "psr/http-client",
  7578. "version": "1.0.1",
  7579. "source": {
  7580. "type": "git",
  7581. "url": "https://github.com/php-fig/http-client.git",
  7582. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  7583. },
  7584. "dist": {
  7585. "type": "zip",
  7586. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  7587. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  7588. "shasum": ""
  7589. },
  7590. "require": {
  7591. "php": "^7.0 || ^8.0",
  7592. "psr/http-message": "^1.0"
  7593. },
  7594. "type": "library",
  7595. "extra": {
  7596. "branch-alias": {
  7597. "dev-master": "1.0.x-dev"
  7598. }
  7599. },
  7600. "autoload": {
  7601. "psr-4": {
  7602. "Psr\\Http\\Client\\": "src/"
  7603. }
  7604. },
  7605. "notification-url": "https://packagist.org/downloads/",
  7606. "license": [
  7607. "MIT"
  7608. ],
  7609. "authors": [
  7610. {
  7611. "name": "PHP-FIG",
  7612. "homepage": "http://www.php-fig.org/"
  7613. }
  7614. ],
  7615. "description": "Common interface for HTTP clients",
  7616. "homepage": "https://github.com/php-fig/http-client",
  7617. "keywords": [
  7618. "http",
  7619. "http-client",
  7620. "psr",
  7621. "psr-18"
  7622. ],
  7623. "time": "2020-06-29T06:28:15+00:00"
  7624. },
  7625. {
  7626. "name": "psr/http-factory",
  7627. "version": "1.0.1",
  7628. "source": {
  7629. "type": "git",
  7630. "url": "https://github.com/php-fig/http-factory.git",
  7631. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  7632. },
  7633. "dist": {
  7634. "type": "zip",
  7635. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  7636. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  7637. "shasum": ""
  7638. },
  7639. "require": {
  7640. "php": ">=7.0.0",
  7641. "psr/http-message": "^1.0"
  7642. },
  7643. "type": "library",
  7644. "extra": {
  7645. "branch-alias": {
  7646. "dev-master": "1.0.x-dev"
  7647. }
  7648. },
  7649. "autoload": {
  7650. "psr-4": {
  7651. "Psr\\Http\\Message\\": "src/"
  7652. }
  7653. },
  7654. "notification-url": "https://packagist.org/downloads/",
  7655. "license": [
  7656. "MIT"
  7657. ],
  7658. "authors": [
  7659. {
  7660. "name": "PHP-FIG",
  7661. "homepage": "http://www.php-fig.org/"
  7662. }
  7663. ],
  7664. "description": "Common interfaces for PSR-7 HTTP message factories",
  7665. "keywords": [
  7666. "factory",
  7667. "http",
  7668. "message",
  7669. "psr",
  7670. "psr-17",
  7671. "psr-7",
  7672. "request",
  7673. "response"
  7674. ],
  7675. "time": "2019-04-30T12:38:16+00:00"
  7676. },
  7677. {
  7678. "name": "psr/http-message",
  7679. "version": "1.0.1",
  7680. "source": {
  7681. "type": "git",
  7682. "url": "https://github.com/php-fig/http-message.git",
  7683. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  7684. },
  7685. "dist": {
  7686. "type": "zip",
  7687. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  7688. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  7689. "shasum": ""
  7690. },
  7691. "require": {
  7692. "php": ">=5.3.0"
  7693. },
  7694. "type": "library",
  7695. "extra": {
  7696. "branch-alias": {
  7697. "dev-master": "1.0.x-dev"
  7698. }
  7699. },
  7700. "autoload": {
  7701. "psr-4": {
  7702. "Psr\\Http\\Message\\": "src/"
  7703. }
  7704. },
  7705. "notification-url": "https://packagist.org/downloads/",
  7706. "license": [
  7707. "MIT"
  7708. ],
  7709. "authors": [
  7710. {
  7711. "name": "PHP-FIG",
  7712. "homepage": "http://www.php-fig.org/"
  7713. }
  7714. ],
  7715. "description": "Common interface for HTTP messages",
  7716. "homepage": "https://github.com/php-fig/http-message",
  7717. "keywords": [
  7718. "http",
  7719. "http-message",
  7720. "psr",
  7721. "psr-7",
  7722. "request",
  7723. "response"
  7724. ],
  7725. "time": "2016-08-06T14:39:51+00:00"
  7726. },
  7727. {
  7728. "name": "psr/log",
  7729. "version": "1.1.3",
  7730. "source": {
  7731. "type": "git",
  7732. "url": "https://github.com/php-fig/log.git",
  7733. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  7734. },
  7735. "dist": {
  7736. "type": "zip",
  7737. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  7738. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  7739. "shasum": ""
  7740. },
  7741. "require": {
  7742. "php": ">=5.3.0"
  7743. },
  7744. "type": "library",
  7745. "extra": {
  7746. "branch-alias": {
  7747. "dev-master": "1.1.x-dev"
  7748. }
  7749. },
  7750. "autoload": {
  7751. "psr-4": {
  7752. "Psr\\Log\\": "Psr/Log/"
  7753. }
  7754. },
  7755. "notification-url": "https://packagist.org/downloads/",
  7756. "license": [
  7757. "MIT"
  7758. ],
  7759. "authors": [
  7760. {
  7761. "name": "PHP-FIG",
  7762. "homepage": "http://www.php-fig.org/"
  7763. }
  7764. ],
  7765. "description": "Common interface for logging libraries",
  7766. "homepage": "https://github.com/php-fig/log",
  7767. "keywords": [
  7768. "log",
  7769. "psr",
  7770. "psr-3"
  7771. ],
  7772. "time": "2020-03-23T09:12:05+00:00"
  7773. },
  7774. {
  7775. "name": "psr/simple-cache",
  7776. "version": "1.0.1",
  7777. "source": {
  7778. "type": "git",
  7779. "url": "https://github.com/php-fig/simple-cache.git",
  7780. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  7781. },
  7782. "dist": {
  7783. "type": "zip",
  7784. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  7785. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  7786. "shasum": ""
  7787. },
  7788. "require": {
  7789. "php": ">=5.3.0"
  7790. },
  7791. "type": "library",
  7792. "extra": {
  7793. "branch-alias": {
  7794. "dev-master": "1.0.x-dev"
  7795. }
  7796. },
  7797. "autoload": {
  7798. "psr-4": {
  7799. "Psr\\SimpleCache\\": "src/"
  7800. }
  7801. },
  7802. "notification-url": "https://packagist.org/downloads/",
  7803. "license": [
  7804. "MIT"
  7805. ],
  7806. "authors": [
  7807. {
  7808. "name": "PHP-FIG",
  7809. "homepage": "http://www.php-fig.org/"
  7810. }
  7811. ],
  7812. "description": "Common interfaces for simple caching",
  7813. "keywords": [
  7814. "cache",
  7815. "caching",
  7816. "psr",
  7817. "psr-16",
  7818. "simple-cache"
  7819. ],
  7820. "time": "2017-10-23T01:57:42+00:00"
  7821. },
  7822. {
  7823. "name": "ramsey/uuid",
  7824. "version": "3.9.3",
  7825. "source": {
  7826. "type": "git",
  7827. "url": "https://github.com/ramsey/uuid.git",
  7828. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
  7829. },
  7830. "dist": {
  7831. "type": "zip",
  7832. "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
  7833. "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
  7834. "shasum": ""
  7835. },
  7836. "require": {
  7837. "ext-json": "*",
  7838. "paragonie/random_compat": "^1 | ^2 | 9.99.99",
  7839. "php": "^5.4 | ^7 | ^8",
  7840. "symfony/polyfill-ctype": "^1.8"
  7841. },
  7842. "replace": {
  7843. "rhumsaa/uuid": "self.version"
  7844. },
  7845. "require-dev": {
  7846. "codeception/aspect-mock": "^1 | ^2",
  7847. "doctrine/annotations": "^1.2",
  7848. "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
  7849. "jakub-onderka/php-parallel-lint": "^1",
  7850. "mockery/mockery": "^0.9.11 | ^1",
  7851. "moontoast/math": "^1.1",
  7852. "paragonie/random-lib": "^2",
  7853. "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
  7854. "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
  7855. "squizlabs/php_codesniffer": "^3.5"
  7856. },
  7857. "suggest": {
  7858. "ext-ctype": "Provides support for PHP Ctype functions",
  7859. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  7860. "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
  7861. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  7862. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  7863. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  7864. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  7865. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  7866. },
  7867. "type": "library",
  7868. "extra": {
  7869. "branch-alias": {
  7870. "dev-master": "3.x-dev"
  7871. }
  7872. },
  7873. "autoload": {
  7874. "psr-4": {
  7875. "Ramsey\\Uuid\\": "src/"
  7876. },
  7877. "files": [
  7878. "src/functions.php"
  7879. ]
  7880. },
  7881. "notification-url": "https://packagist.org/downloads/",
  7882. "license": [
  7883. "MIT"
  7884. ],
  7885. "authors": [
  7886. {
  7887. "name": "Ben Ramsey",
  7888. "email": "ben@benramsey.com",
  7889. "homepage": "https://benramsey.com"
  7890. },
  7891. {
  7892. "name": "Marijn Huizendveld",
  7893. "email": "marijn.huizendveld@gmail.com"
  7894. },
  7895. {
  7896. "name": "Thibaud Fabre",
  7897. "email": "thibaud@aztech.io"
  7898. }
  7899. ],
  7900. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  7901. "homepage": "https://github.com/ramsey/uuid",
  7902. "keywords": [
  7903. "guid",
  7904. "identifier",
  7905. "uuid"
  7906. ],
  7907. "time": "2020-02-21T04:36:14+00:00"
  7908. },
  7909. {
  7910. "name": "scheb/2fa-backup-code",
  7911. "version": "v5.8.0",
  7912. "source": {
  7913. "type": "git",
  7914. "url": "https://github.com/scheb/2fa-backup-code.git",
  7915. "reference": "663d43810a9bb4298dc9246c9bf5b5f7a4608c74"
  7916. },
  7917. "dist": {
  7918. "type": "zip",
  7919. "url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/663d43810a9bb4298dc9246c9bf5b5f7a4608c74",
  7920. "reference": "663d43810a9bb4298dc9246c9bf5b5f7a4608c74",
  7921. "shasum": ""
  7922. },
  7923. "require": {
  7924. "scheb/2fa-bundle": "self.version"
  7925. },
  7926. "type": "library",
  7927. "autoload": {
  7928. "psr-4": {
  7929. "Scheb\\TwoFactorBundle\\": ""
  7930. }
  7931. },
  7932. "notification-url": "https://packagist.org/downloads/",
  7933. "license": [
  7934. "MIT"
  7935. ],
  7936. "authors": [
  7937. {
  7938. "name": "Christian Scheb",
  7939. "email": "me@christianscheb.de"
  7940. }
  7941. ],
  7942. "description": "Extends scheb/2fa-bundle with backup codes support",
  7943. "homepage": "https://github.com/scheb/2fa",
  7944. "keywords": [
  7945. "2fa",
  7946. "Authentication",
  7947. "backup-codes",
  7948. "symfony",
  7949. "two-factor",
  7950. "two-step"
  7951. ],
  7952. "time": "2021-02-28T12:09:54+00:00"
  7953. },
  7954. {
  7955. "name": "scheb/2fa-bundle",
  7956. "version": "v5.8.0",
  7957. "source": {
  7958. "type": "git",
  7959. "url": "https://github.com/scheb/2fa-bundle.git",
  7960. "reference": "93c3579f03d1f4b170d2f790ee78312e374c5e6d"
  7961. },
  7962. "dist": {
  7963. "type": "zip",
  7964. "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/93c3579f03d1f4b170d2f790ee78312e374c5e6d",
  7965. "reference": "93c3579f03d1f4b170d2f790ee78312e374c5e6d",
  7966. "shasum": ""
  7967. },
  7968. "require": {
  7969. "ext-json": "*",
  7970. "php": ">=7.2.5",
  7971. "symfony/config": "^4.4|^5.0",
  7972. "symfony/dependency-injection": "^4.4|^5.0",
  7973. "symfony/event-dispatcher": "^4.4|^5.0",
  7974. "symfony/framework-bundle": "^4.4|^5.0",
  7975. "symfony/http-foundation": "^4.4|^5.0",
  7976. "symfony/http-kernel": "^4.4|^5.0",
  7977. "symfony/property-access": "^4.4|^5.0",
  7978. "symfony/security-bundle": "^4.4.1|^5.0",
  7979. "symfony/twig-bundle": "^4.4|^5.0"
  7980. },
  7981. "conflict": {
  7982. "scheb/two-factor-bundle": "*"
  7983. },
  7984. "suggest": {
  7985. "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
  7986. "scheb/2fa-email": "Send codes by email",
  7987. "scheb/2fa-google-authenticator": "Google Authenticator support",
  7988. "scheb/2fa-qr-code": "Generate QR codes for Google Authenticator / TOTP",
  7989. "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
  7990. "scheb/2fa-trusted-device": "Trusted devices support"
  7991. },
  7992. "type": "symfony-bundle",
  7993. "autoload": {
  7994. "psr-4": {
  7995. "Scheb\\TwoFactorBundle\\": ""
  7996. }
  7997. },
  7998. "notification-url": "https://packagist.org/downloads/",
  7999. "license": [
  8000. "MIT"
  8001. ],
  8002. "authors": [
  8003. {
  8004. "name": "Christian Scheb",
  8005. "email": "me@christianscheb.de"
  8006. }
  8007. ],
  8008. "description": "A generic interface to implement two-factor authentication in Symfony applications",
  8009. "homepage": "https://github.com/scheb/2fa",
  8010. "keywords": [
  8011. "2fa",
  8012. "Authentication",
  8013. "symfony",
  8014. "two-factor",
  8015. "two-step"
  8016. ],
  8017. "time": "2021-04-01T18:17:48+00:00"
  8018. },
  8019. {
  8020. "name": "scheb/2fa-trusted-device",
  8021. "version": "v5.8.0",
  8022. "source": {
  8023. "type": "git",
  8024. "url": "https://github.com/scheb/2fa-trusted-device.git",
  8025. "reference": "d2575de4d1e13b8123ad8431916c3c338b0eda99"
  8026. },
  8027. "dist": {
  8028. "type": "zip",
  8029. "url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/d2575de4d1e13b8123ad8431916c3c338b0eda99",
  8030. "reference": "d2575de4d1e13b8123ad8431916c3c338b0eda99",
  8031. "shasum": ""
  8032. },
  8033. "require": {
  8034. "lcobucci/jwt": "^3.4|^4.0",
  8035. "scheb/2fa-bundle": "self.version"
  8036. },
  8037. "type": "library",
  8038. "autoload": {
  8039. "psr-4": {
  8040. "Scheb\\TwoFactorBundle\\": ""
  8041. }
  8042. },
  8043. "notification-url": "https://packagist.org/downloads/",
  8044. "license": [
  8045. "MIT"
  8046. ],
  8047. "authors": [
  8048. {
  8049. "name": "Christian Scheb",
  8050. "email": "me@christianscheb.de"
  8051. }
  8052. ],
  8053. "description": "Extends scheb/2fa-bundle with trusted devices support",
  8054. "homepage": "https://github.com/scheb/2fa",
  8055. "keywords": [
  8056. "2fa",
  8057. "Authentication",
  8058. "symfony",
  8059. "trusted-device",
  8060. "two-factor",
  8061. "two-step"
  8062. ],
  8063. "time": "2021-02-28T12:09:54+00:00"
  8064. },
  8065. {
  8066. "name": "scssphp/scssphp",
  8067. "version": "v1.4.1",
  8068. "source": {
  8069. "type": "git",
  8070. "url": "https://github.com/scssphp/scssphp.git",
  8071. "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7"
  8072. },
  8073. "dist": {
  8074. "type": "zip",
  8075. "url": "https://api.github.com/repos/scssphp/scssphp/zipball/ba86c963b94ec7ebd6e19d90cdab90d89667dbf7",
  8076. "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7",
  8077. "shasum": ""
  8078. },
  8079. "require": {
  8080. "ext-ctype": "*",
  8081. "ext-json": "*",
  8082. "php": ">=5.6.0"
  8083. },
  8084. "require-dev": {
  8085. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
  8086. "sass/sass-spec": "2020.12.29",
  8087. "squizlabs/php_codesniffer": "~3.5",
  8088. "symfony/phpunit-bridge": "^5.1",
  8089. "twbs/bootstrap": "~4.3",
  8090. "zurb/foundation": "~6.5"
  8091. },
  8092. "bin": [
  8093. "bin/pscss"
  8094. ],
  8095. "type": "library",
  8096. "autoload": {
  8097. "psr-4": {
  8098. "ScssPhp\\ScssPhp\\": "src/"
  8099. }
  8100. },
  8101. "notification-url": "https://packagist.org/downloads/",
  8102. "license": [
  8103. "MIT"
  8104. ],
  8105. "authors": [
  8106. {
  8107. "name": "Anthon Pang",
  8108. "email": "apang@softwaredevelopment.ca",
  8109. "homepage": "https://github.com/robocoder"
  8110. },
  8111. {
  8112. "name": "Cédric Morin",
  8113. "email": "cedric@yterium.com",
  8114. "homepage": "https://github.com/Cerdic"
  8115. }
  8116. ],
  8117. "description": "scssphp is a compiler for SCSS written in PHP.",
  8118. "homepage": "http://scssphp.github.io/scssphp/",
  8119. "keywords": [
  8120. "css",
  8121. "less",
  8122. "sass",
  8123. "scss",
  8124. "stylesheet"
  8125. ],
  8126. "time": "2021-01-04T13:23:23+00:00"
  8127. },
  8128. {
  8129. "name": "simplepie/simplepie",
  8130. "version": "1.5.6",
  8131. "source": {
  8132. "type": "git",
  8133. "url": "https://github.com/simplepie/simplepie.git",
  8134. "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6"
  8135. },
  8136. "dist": {
  8137. "type": "zip",
  8138. "url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
  8139. "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
  8140. "shasum": ""
  8141. },
  8142. "require": {
  8143. "ext-pcre": "*",
  8144. "ext-xml": "*",
  8145. "ext-xmlreader": "*",
  8146. "php": ">=5.6.0"
  8147. },
  8148. "require-dev": {
  8149. "phpunit/phpunit": "~5.4.3 || ~6.5"
  8150. },
  8151. "suggest": {
  8152. "ext-curl": "",
  8153. "ext-iconv": "",
  8154. "ext-intl": "",
  8155. "ext-mbstring": "",
  8156. "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
  8157. },
  8158. "type": "library",
  8159. "autoload": {
  8160. "psr-0": {
  8161. "SimplePie": "library"
  8162. }
  8163. },
  8164. "notification-url": "https://packagist.org/downloads/",
  8165. "license": [
  8166. "BSD-3-Clause"
  8167. ],
  8168. "authors": [
  8169. {
  8170. "name": "Ryan Parman",
  8171. "homepage": "http://ryanparman.com/",
  8172. "role": "Creator, alumnus developer"
  8173. },
  8174. {
  8175. "name": "Sam Sneddon",
  8176. "homepage": "https://gsnedders.com/",
  8177. "role": "Alumnus developer"
  8178. },
  8179. {
  8180. "name": "Ryan McCue",
  8181. "email": "me@ryanmccue.info",
  8182. "homepage": "http://ryanmccue.info/",
  8183. "role": "Developer"
  8184. }
  8185. ],
  8186. "description": "A simple Atom/RSS parsing library for PHP",
  8187. "homepage": "http://simplepie.org/",
  8188. "keywords": [
  8189. "atom",
  8190. "feeds",
  8191. "rss"
  8192. ],
  8193. "time": "2020-10-14T07:17:22+00:00"
  8194. },
  8195. {
  8196. "name": "spomky-labs/otphp",
  8197. "version": "v10.0.1",
  8198. "source": {
  8199. "type": "git",
  8200. "url": "https://github.com/Spomky-Labs/otphp.git",
  8201. "reference": "f44cce5a9db4b8da410215d992110482c931232f"
  8202. },
  8203. "dist": {
  8204. "type": "zip",
  8205. "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f",
  8206. "reference": "f44cce5a9db4b8da410215d992110482c931232f",
  8207. "shasum": ""
  8208. },
  8209. "require": {
  8210. "beberlei/assert": "^3.0",
  8211. "ext-mbstring": "*",
  8212. "paragonie/constant_time_encoding": "^2.0",
  8213. "php": "^7.2|^8.0",
  8214. "thecodingmachine/safe": "^0.1.14|^1.0"
  8215. },
  8216. "require-dev": {
  8217. "php-coveralls/php-coveralls": "^2.0",
  8218. "phpstan/phpstan": "^0.12",
  8219. "phpstan/phpstan-beberlei-assert": "^0.12",
  8220. "phpstan/phpstan-deprecation-rules": "^0.12",
  8221. "phpstan/phpstan-phpunit": "^0.12",
  8222. "phpstan/phpstan-strict-rules": "^0.12",
  8223. "phpunit/phpunit": "^8.0",
  8224. "thecodingmachine/phpstan-safe-rule": "^1.0"
  8225. },
  8226. "type": "library",
  8227. "extra": {
  8228. "branch-alias": {
  8229. "v10.0": "10.0.x-dev",
  8230. "v9.0": "9.0.x-dev",
  8231. "v8.3": "8.3.x-dev"
  8232. }
  8233. },
  8234. "autoload": {
  8235. "psr-4": {
  8236. "OTPHP\\": "src/"
  8237. }
  8238. },
  8239. "notification-url": "https://packagist.org/downloads/",
  8240. "license": [
  8241. "MIT"
  8242. ],
  8243. "authors": [
  8244. {
  8245. "name": "Florent Morselli",
  8246. "homepage": "https://github.com/Spomky"
  8247. },
  8248. {
  8249. "name": "All contributors",
  8250. "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
  8251. }
  8252. ],
  8253. "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
  8254. "homepage": "https://github.com/Spomky-Labs/otphp",
  8255. "keywords": [
  8256. "FreeOTP",
  8257. "RFC 4226",
  8258. "RFC 6238",
  8259. "google authenticator",
  8260. "hotp",
  8261. "otp",
  8262. "totp"
  8263. ],
  8264. "time": "2020-01-28T09:24:19+00:00"
  8265. },
  8266. {
  8267. "name": "swiftmailer/swiftmailer",
  8268. "version": "v6.2.7",
  8269. "source": {
  8270. "type": "git",
  8271. "url": "https://github.com/swiftmailer/swiftmailer.git",
  8272. "reference": "15f7faf8508e04471f666633addacf54c0ab5933"
  8273. },
  8274. "dist": {
  8275. "type": "zip",
  8276. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
  8277. "reference": "15f7faf8508e04471f666633addacf54c0ab5933",
  8278. "shasum": ""
  8279. },
  8280. "require": {
  8281. "egulias/email-validator": "^2.0|^3.1",
  8282. "php": ">=7.0.0",
  8283. "symfony/polyfill-iconv": "^1.0",
  8284. "symfony/polyfill-intl-idn": "^1.10",
  8285. "symfony/polyfill-mbstring": "^1.0"
  8286. },
  8287. "require-dev": {
  8288. "mockery/mockery": "^1.0",
  8289. "symfony/phpunit-bridge": "^4.4|^5.0"
  8290. },
  8291. "suggest": {
  8292. "ext-intl": "Needed to support internationalized email addresses"
  8293. },
  8294. "type": "library",
  8295. "extra": {
  8296. "branch-alias": {
  8297. "dev-master": "6.2-dev"
  8298. }
  8299. },
  8300. "autoload": {
  8301. "files": [
  8302. "lib/swift_required.php"
  8303. ]
  8304. },
  8305. "notification-url": "https://packagist.org/downloads/",
  8306. "license": [
  8307. "MIT"
  8308. ],
  8309. "authors": [
  8310. {
  8311. "name": "Chris Corbyn"
  8312. },
  8313. {
  8314. "name": "Fabien Potencier",
  8315. "email": "fabien@symfony.com"
  8316. }
  8317. ],
  8318. "description": "Swiftmailer, free feature-rich PHP mailer",
  8319. "homepage": "https://swiftmailer.symfony.com",
  8320. "keywords": [
  8321. "email",
  8322. "mail",
  8323. "mailer"
  8324. ],
  8325. "time": "2021-03-09T12:30:35+00:00"
  8326. },
  8327. {
  8328. "name": "symfony-cmf/routing",
  8329. "version": "2.3.3",
  8330. "source": {
  8331. "type": "git",
  8332. "url": "https://github.com/symfony-cmf/Routing.git",
  8333. "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5"
  8334. },
  8335. "dist": {
  8336. "type": "zip",
  8337. "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
  8338. "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
  8339. "shasum": ""
  8340. },
  8341. "require": {
  8342. "php": "^7.2 || ^8.0",
  8343. "psr/log": "^1.0",
  8344. "symfony/http-kernel": "^4.4 || ^5.0",
  8345. "symfony/routing": "^4.4 || ^5.0"
  8346. },
  8347. "require-dev": {
  8348. "symfony-cmf/testing": "^3@dev",
  8349. "symfony/config": "^4.4 || ^5.0",
  8350. "symfony/dependency-injection": "^4.4 || ^5.0",
  8351. "symfony/event-dispatcher": "^4.4 || ^5.0",
  8352. "symfony/phpunit-bridge": "^5.0"
  8353. },
  8354. "suggest": {
  8355. "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
  8356. },
  8357. "type": "library",
  8358. "extra": {
  8359. "branch-alias": {
  8360. "dev-master": "2.x-dev"
  8361. }
  8362. },
  8363. "autoload": {
  8364. "psr-4": {
  8365. "Symfony\\Cmf\\Component\\Routing\\": "src/"
  8366. }
  8367. },
  8368. "notification-url": "https://packagist.org/downloads/",
  8369. "license": [
  8370. "MIT"
  8371. ],
  8372. "authors": [
  8373. {
  8374. "name": "Symfony CMF Community",
  8375. "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  8376. }
  8377. ],
  8378. "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
  8379. "homepage": "http://cmf.symfony.com",
  8380. "keywords": [
  8381. "database",
  8382. "routing"
  8383. ],
  8384. "time": "2020-10-06T10:15:37+00:00"
  8385. },
  8386. {
  8387. "name": "symfony-cmf/routing-bundle",
  8388. "version": "2.5.0",
  8389. "source": {
  8390. "type": "git",
  8391. "url": "https://github.com/symfony-cmf/routing-bundle.git",
  8392. "reference": "fb2284caa0bab2ffebe673e68e9c995da6ee4bdf"
  8393. },
  8394. "dist": {
  8395. "type": "zip",
  8396. "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/fb2284caa0bab2ffebe673e68e9c995da6ee4bdf",
  8397. "reference": "fb2284caa0bab2ffebe673e68e9c995da6ee4bdf",
  8398. "shasum": ""
  8399. },
  8400. "require": {
  8401. "php": "^7.2 || ^8.0",
  8402. "symfony-cmf/routing": "^2.3.0",
  8403. "symfony/framework-bundle": "^4.4 || ^5.0"
  8404. },
  8405. "conflict": {
  8406. "doctrine/common": "<2.10.0",
  8407. "doctrine/persistence": "<1.3.0",
  8408. "doctrine/phpcr-odm": "<1.4",
  8409. "phpunit/phpunit": "<6"
  8410. },
  8411. "require-dev": {
  8412. "doctrine/data-fixtures": "^1.0.0",
  8413. "doctrine/doctrine-bundle": "^2.0",
  8414. "doctrine/orm": "^2.5",
  8415. "doctrine/phpcr-bundle": "^2.1",
  8416. "doctrine/phpcr-odm": "^1.4|^2.0",
  8417. "jackalope/jackalope-doctrine-dbal": "^1.3",
  8418. "matthiasnoback/symfony-config-test": "^4.1.0",
  8419. "matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
  8420. "symfony-cmf/testing": "^3.2",
  8421. "symfony/form": "^4.4 || ^5.0",
  8422. "symfony/monolog-bundle": "^3.5",
  8423. "symfony/phpunit-bridge": "^5.0",
  8424. "symfony/security-bundle": "^4.4 || ^5.0",
  8425. "symfony/serializer": "^4.4 || ^5.0",
  8426. "symfony/translation": "^4.4 || ^5.0",
  8427. "symfony/twig-bundle": "^4.4 || ^5.0",
  8428. "symfony/validator": "^4.4 || ^5.0",
  8429. "twig/twig": "^2.4.4 || ^3.0"
  8430. },
  8431. "suggest": {
  8432. "doctrine/orm": "To enable support for the ORM entities (^2.5)",
  8433. "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
  8434. "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)"
  8435. },
  8436. "type": "symfony-bundle",
  8437. "extra": {
  8438. "branch-alias": {
  8439. "dev-master": "2.x-dev"
  8440. }
  8441. },
  8442. "autoload": {
  8443. "psr-4": {
  8444. "Symfony\\Cmf\\Bundle\\RoutingBundle\\": "src/"
  8445. }
  8446. },
  8447. "notification-url": "https://packagist.org/downloads/",
  8448. "license": [
  8449. "MIT"
  8450. ],
  8451. "authors": [
  8452. {
  8453. "name": "Symfony CMF Community",
  8454. "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
  8455. }
  8456. ],
  8457. "description": "Symfony RoutingBundle",
  8458. "homepage": "http://cmf.symfony.com",
  8459. "keywords": [
  8460. "database",
  8461. "routing"
  8462. ],
  8463. "time": "2021-03-09T10:42:09+00:00"
  8464. },
  8465. {
  8466. "name": "symfony/asset",
  8467. "version": "v4.4.20",
  8468. "source": {
  8469. "type": "git",
  8470. "url": "https://github.com/symfony/asset.git",
  8471. "reference": "f2204a526c34945b1614cde033692983b6102eb8"
  8472. },
  8473. "dist": {
  8474. "type": "zip",
  8475. "url": "https://api.github.com/repos/symfony/asset/zipball/f2204a526c34945b1614cde033692983b6102eb8",
  8476. "reference": "f2204a526c34945b1614cde033692983b6102eb8",
  8477. "shasum": ""
  8478. },
  8479. "require": {
  8480. "php": ">=7.1.3"
  8481. },
  8482. "require-dev": {
  8483. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  8484. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  8485. },
  8486. "suggest": {
  8487. "symfony/http-foundation": ""
  8488. },
  8489. "type": "library",
  8490. "autoload": {
  8491. "psr-4": {
  8492. "Symfony\\Component\\Asset\\": ""
  8493. },
  8494. "exclude-from-classmap": [
  8495. "/Tests/"
  8496. ]
  8497. },
  8498. "notification-url": "https://packagist.org/downloads/",
  8499. "license": [
  8500. "MIT"
  8501. ],
  8502. "authors": [
  8503. {
  8504. "name": "Fabien Potencier",
  8505. "email": "fabien@symfony.com"
  8506. },
  8507. {
  8508. "name": "Symfony Community",
  8509. "homepage": "https://symfony.com/contributors"
  8510. }
  8511. ],
  8512. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  8513. "homepage": "https://symfony.com",
  8514. "time": "2021-01-27T09:09:26+00:00"
  8515. },
  8516. {
  8517. "name": "symfony/cache",
  8518. "version": "v4.4.21",
  8519. "source": {
  8520. "type": "git",
  8521. "url": "https://github.com/symfony/cache.git",
  8522. "reference": "b7ff54be3f3eb1ce09643692f0c309b1b27bc992"
  8523. },
  8524. "dist": {
  8525. "type": "zip",
  8526. "url": "https://api.github.com/repos/symfony/cache/zipball/b7ff54be3f3eb1ce09643692f0c309b1b27bc992",
  8527. "reference": "b7ff54be3f3eb1ce09643692f0c309b1b27bc992",
  8528. "shasum": ""
  8529. },
  8530. "require": {
  8531. "php": ">=7.1.3",
  8532. "psr/cache": "^1.0|^2.0",
  8533. "psr/log": "~1.0",
  8534. "symfony/cache-contracts": "^1.1.7|^2",
  8535. "symfony/service-contracts": "^1.1|^2",
  8536. "symfony/var-exporter": "^4.2|^5.0"
  8537. },
  8538. "conflict": {
  8539. "doctrine/dbal": "<2.6",
  8540. "symfony/dependency-injection": "<3.4",
  8541. "symfony/http-kernel": "<4.4|>=5.0",
  8542. "symfony/var-dumper": "<4.4"
  8543. },
  8544. "provide": {
  8545. "psr/cache-implementation": "1.0|2.0",
  8546. "psr/simple-cache-implementation": "1.0",
  8547. "symfony/cache-implementation": "1.0|2.0"
  8548. },
  8549. "require-dev": {
  8550. "cache/integration-tests": "dev-master",
  8551. "doctrine/cache": "^1.6",
  8552. "doctrine/dbal": "^2.6|^3.0",
  8553. "predis/predis": "^1.1",
  8554. "psr/simple-cache": "^1.0",
  8555. "symfony/config": "^4.2|^5.0",
  8556. "symfony/dependency-injection": "^3.4|^4.1|^5.0",
  8557. "symfony/filesystem": "^4.4|^5.0",
  8558. "symfony/http-kernel": "^4.4",
  8559. "symfony/var-dumper": "^4.4|^5.0"
  8560. },
  8561. "type": "library",
  8562. "autoload": {
  8563. "psr-4": {
  8564. "Symfony\\Component\\Cache\\": ""
  8565. },
  8566. "exclude-from-classmap": [
  8567. "/Tests/"
  8568. ]
  8569. },
  8570. "notification-url": "https://packagist.org/downloads/",
  8571. "license": [
  8572. "MIT"
  8573. ],
  8574. "authors": [
  8575. {
  8576. "name": "Nicolas Grekas",
  8577. "email": "p@tchwork.com"
  8578. },
  8579. {
  8580. "name": "Symfony Community",
  8581. "homepage": "https://symfony.com/contributors"
  8582. }
  8583. ],
  8584. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  8585. "homepage": "https://symfony.com",
  8586. "keywords": [
  8587. "caching",
  8588. "psr6"
  8589. ],
  8590. "time": "2021-03-14T19:28:18+00:00"
  8591. },
  8592. {
  8593. "name": "symfony/cache-contracts",
  8594. "version": "v2.2.0",
  8595. "source": {
  8596. "type": "git",
  8597. "url": "https://github.com/symfony/cache-contracts.git",
  8598. "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
  8599. },
  8600. "dist": {
  8601. "type": "zip",
  8602. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
  8603. "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
  8604. "shasum": ""
  8605. },
  8606. "require": {
  8607. "php": ">=7.2.5",
  8608. "psr/cache": "^1.0"
  8609. },
  8610. "suggest": {
  8611. "symfony/cache-implementation": ""
  8612. },
  8613. "type": "library",
  8614. "extra": {
  8615. "branch-alias": {
  8616. "dev-master": "2.2-dev"
  8617. },
  8618. "thanks": {
  8619. "name": "symfony/contracts",
  8620. "url": "https://github.com/symfony/contracts"
  8621. }
  8622. },
  8623. "autoload": {
  8624. "psr-4": {
  8625. "Symfony\\Contracts\\Cache\\": ""
  8626. }
  8627. },
  8628. "notification-url": "https://packagist.org/downloads/",
  8629. "license": [
  8630. "MIT"
  8631. ],
  8632. "authors": [
  8633. {
  8634. "name": "Nicolas Grekas",
  8635. "email": "p@tchwork.com"
  8636. },
  8637. {
  8638. "name": "Symfony Community",
  8639. "homepage": "https://symfony.com/contributors"
  8640. }
  8641. ],
  8642. "description": "Generic abstractions related to caching",
  8643. "homepage": "https://symfony.com",
  8644. "keywords": [
  8645. "abstractions",
  8646. "contracts",
  8647. "decoupling",
  8648. "interfaces",
  8649. "interoperability",
  8650. "standards"
  8651. ],
  8652. "time": "2020-09-07T11:33:47+00:00"
  8653. },
  8654. {
  8655. "name": "symfony/config",
  8656. "version": "v4.4.20",
  8657. "source": {
  8658. "type": "git",
  8659. "url": "https://github.com/symfony/config.git",
  8660. "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
  8661. },
  8662. "dist": {
  8663. "type": "zip",
  8664. "url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
  8665. "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
  8666. "shasum": ""
  8667. },
  8668. "require": {
  8669. "php": ">=7.1.3",
  8670. "symfony/filesystem": "^3.4|^4.0|^5.0",
  8671. "symfony/polyfill-ctype": "~1.8"
  8672. },
  8673. "conflict": {
  8674. "symfony/finder": "<3.4"
  8675. },
  8676. "require-dev": {
  8677. "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
  8678. "symfony/finder": "^3.4|^4.0|^5.0",
  8679. "symfony/messenger": "^4.1|^5.0",
  8680. "symfony/service-contracts": "^1.1|^2",
  8681. "symfony/yaml": "^3.4|^4.0|^5.0"
  8682. },
  8683. "suggest": {
  8684. "symfony/yaml": "To use the yaml reference dumper"
  8685. },
  8686. "type": "library",
  8687. "autoload": {
  8688. "psr-4": {
  8689. "Symfony\\Component\\Config\\": ""
  8690. },
  8691. "exclude-from-classmap": [
  8692. "/Tests/"
  8693. ]
  8694. },
  8695. "notification-url": "https://packagist.org/downloads/",
  8696. "license": [
  8697. "MIT"
  8698. ],
  8699. "authors": [
  8700. {
  8701. "name": "Fabien Potencier",
  8702. "email": "fabien@symfony.com"
  8703. },
  8704. {
  8705. "name": "Symfony Community",
  8706. "homepage": "https://symfony.com/contributors"
  8707. }
  8708. ],
  8709. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  8710. "homepage": "https://symfony.com",
  8711. "time": "2021-02-22T15:36:50+00:00"
  8712. },
  8713. {
  8714. "name": "symfony/console",
  8715. "version": "v4.4.21",
  8716. "source": {
  8717. "type": "git",
  8718. "url": "https://github.com/symfony/console.git",
  8719. "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23"
  8720. },
  8721. "dist": {
  8722. "type": "zip",
  8723. "url": "https://api.github.com/repos/symfony/console/zipball/1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
  8724. "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
  8725. "shasum": ""
  8726. },
  8727. "require": {
  8728. "php": ">=7.1.3",
  8729. "symfony/polyfill-mbstring": "~1.0",
  8730. "symfony/polyfill-php73": "^1.8",
  8731. "symfony/polyfill-php80": "^1.15",
  8732. "symfony/service-contracts": "^1.1|^2"
  8733. },
  8734. "conflict": {
  8735. "symfony/dependency-injection": "<3.4",
  8736. "symfony/event-dispatcher": "<4.3|>=5",
  8737. "symfony/lock": "<4.4",
  8738. "symfony/process": "<3.3"
  8739. },
  8740. "provide": {
  8741. "psr/log-implementation": "1.0"
  8742. },
  8743. "require-dev": {
  8744. "psr/log": "~1.0",
  8745. "symfony/config": "^3.4|^4.0|^5.0",
  8746. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  8747. "symfony/event-dispatcher": "^4.3",
  8748. "symfony/lock": "^4.4|^5.0",
  8749. "symfony/process": "^3.4|^4.0|^5.0",
  8750. "symfony/var-dumper": "^4.3|^5.0"
  8751. },
  8752. "suggest": {
  8753. "psr/log": "For using the console logger",
  8754. "symfony/event-dispatcher": "",
  8755. "symfony/lock": "",
  8756. "symfony/process": ""
  8757. },
  8758. "type": "library",
  8759. "autoload": {
  8760. "psr-4": {
  8761. "Symfony\\Component\\Console\\": ""
  8762. },
  8763. "exclude-from-classmap": [
  8764. "/Tests/"
  8765. ]
  8766. },
  8767. "notification-url": "https://packagist.org/downloads/",
  8768. "license": [
  8769. "MIT"
  8770. ],
  8771. "authors": [
  8772. {
  8773. "name": "Fabien Potencier",
  8774. "email": "fabien@symfony.com"
  8775. },
  8776. {
  8777. "name": "Symfony Community",
  8778. "homepage": "https://symfony.com/contributors"
  8779. }
  8780. ],
  8781. "description": "Eases the creation of beautiful and testable command line interfaces",
  8782. "homepage": "https://symfony.com",
  8783. "time": "2021-03-26T09:23:24+00:00"
  8784. },
  8785. {
  8786. "name": "symfony/debug",
  8787. "version": "v4.4.20",
  8788. "source": {
  8789. "type": "git",
  8790. "url": "https://github.com/symfony/debug.git",
  8791. "reference": "157bbec4fd773bae53c5483c50951a5530a2cc16"
  8792. },
  8793. "dist": {
  8794. "type": "zip",
  8795. "url": "https://api.github.com/repos/symfony/debug/zipball/157bbec4fd773bae53c5483c50951a5530a2cc16",
  8796. "reference": "157bbec4fd773bae53c5483c50951a5530a2cc16",
  8797. "shasum": ""
  8798. },
  8799. "require": {
  8800. "php": ">=7.1.3",
  8801. "psr/log": "~1.0",
  8802. "symfony/polyfill-php80": "^1.15"
  8803. },
  8804. "conflict": {
  8805. "symfony/http-kernel": "<3.4"
  8806. },
  8807. "require-dev": {
  8808. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  8809. },
  8810. "type": "library",
  8811. "autoload": {
  8812. "psr-4": {
  8813. "Symfony\\Component\\Debug\\": ""
  8814. },
  8815. "exclude-from-classmap": [
  8816. "/Tests/"
  8817. ]
  8818. },
  8819. "notification-url": "https://packagist.org/downloads/",
  8820. "license": [
  8821. "MIT"
  8822. ],
  8823. "authors": [
  8824. {
  8825. "name": "Fabien Potencier",
  8826. "email": "fabien@symfony.com"
  8827. },
  8828. {
  8829. "name": "Symfony Community",
  8830. "homepage": "https://symfony.com/contributors"
  8831. }
  8832. ],
  8833. "description": "Provides tools to ease debugging PHP code",
  8834. "homepage": "https://symfony.com",
  8835. "time": "2021-01-28T16:54:48+00:00"
  8836. },
  8837. {
  8838. "name": "symfony/debug-bundle",
  8839. "version": "v4.4.20",
  8840. "source": {
  8841. "type": "git",
  8842. "url": "https://github.com/symfony/debug-bundle.git",
  8843. "reference": "1e136a4c6d8c2364b77e31c5bf124660cff6d084"
  8844. },
  8845. "dist": {
  8846. "type": "zip",
  8847. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/1e136a4c6d8c2364b77e31c5bf124660cff6d084",
  8848. "reference": "1e136a4c6d8c2364b77e31c5bf124660cff6d084",
  8849. "shasum": ""
  8850. },
  8851. "require": {
  8852. "ext-xml": "*",
  8853. "php": ">=7.1.3",
  8854. "symfony/http-kernel": "^3.4|^4.0|^5.0",
  8855. "symfony/twig-bridge": "^3.4|^4.0|^5.0",
  8856. "symfony/var-dumper": "^4.1.1|^5.0"
  8857. },
  8858. "conflict": {
  8859. "symfony/config": "<4.2",
  8860. "symfony/dependency-injection": "<3.4"
  8861. },
  8862. "require-dev": {
  8863. "symfony/config": "^4.2|^5.0",
  8864. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  8865. "symfony/web-profiler-bundle": "^3.4|^4.0|^5.0"
  8866. },
  8867. "suggest": {
  8868. "symfony/config": "For service container configuration",
  8869. "symfony/dependency-injection": "For using as a service from the container"
  8870. },
  8871. "type": "symfony-bundle",
  8872. "autoload": {
  8873. "psr-4": {
  8874. "Symfony\\Bundle\\DebugBundle\\": ""
  8875. },
  8876. "exclude-from-classmap": [
  8877. "/Tests/"
  8878. ]
  8879. },
  8880. "notification-url": "https://packagist.org/downloads/",
  8881. "license": [
  8882. "MIT"
  8883. ],
  8884. "authors": [
  8885. {
  8886. "name": "Fabien Potencier",
  8887. "email": "fabien@symfony.com"
  8888. },
  8889. {
  8890. "name": "Symfony Community",
  8891. "homepage": "https://symfony.com/contributors"
  8892. }
  8893. ],
  8894. "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
  8895. "homepage": "https://symfony.com",
  8896. "time": "2021-01-10T16:25:35+00:00"
  8897. },
  8898. {
  8899. "name": "symfony/dependency-injection",
  8900. "version": "v4.4.21",
  8901. "source": {
  8902. "type": "git",
  8903. "url": "https://github.com/symfony/dependency-injection.git",
  8904. "reference": "b5f97557faa48ead4671bc311cfca423d476e93e"
  8905. },
  8906. "dist": {
  8907. "type": "zip",
  8908. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b5f97557faa48ead4671bc311cfca423d476e93e",
  8909. "reference": "b5f97557faa48ead4671bc311cfca423d476e93e",
  8910. "shasum": ""
  8911. },
  8912. "require": {
  8913. "php": ">=7.1.3",
  8914. "psr/container": "^1.0",
  8915. "symfony/service-contracts": "^1.1.6|^2"
  8916. },
  8917. "conflict": {
  8918. "symfony/config": "<4.3|>=5.0",
  8919. "symfony/finder": "<3.4",
  8920. "symfony/proxy-manager-bridge": "<3.4",
  8921. "symfony/yaml": "<3.4"
  8922. },
  8923. "provide": {
  8924. "psr/container-implementation": "1.0",
  8925. "symfony/service-implementation": "1.0|2.0"
  8926. },
  8927. "require-dev": {
  8928. "symfony/config": "^4.3",
  8929. "symfony/expression-language": "^3.4|^4.0|^5.0",
  8930. "symfony/yaml": "^3.4|^4.0|^5.0"
  8931. },
  8932. "suggest": {
  8933. "symfony/config": "",
  8934. "symfony/expression-language": "For using expressions in service container configuration",
  8935. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  8936. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  8937. "symfony/yaml": ""
  8938. },
  8939. "type": "library",
  8940. "autoload": {
  8941. "psr-4": {
  8942. "Symfony\\Component\\DependencyInjection\\": ""
  8943. },
  8944. "exclude-from-classmap": [
  8945. "/Tests/"
  8946. ]
  8947. },
  8948. "notification-url": "https://packagist.org/downloads/",
  8949. "license": [
  8950. "MIT"
  8951. ],
  8952. "authors": [
  8953. {
  8954. "name": "Fabien Potencier",
  8955. "email": "fabien@symfony.com"
  8956. },
  8957. {
  8958. "name": "Symfony Community",
  8959. "homepage": "https://symfony.com/contributors"
  8960. }
  8961. ],
  8962. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  8963. "homepage": "https://symfony.com",
  8964. "time": "2021-03-05T18:16:26+00:00"
  8965. },
  8966. {
  8967. "name": "symfony/deprecation-contracts",
  8968. "version": "v2.2.0",
  8969. "source": {
  8970. "type": "git",
  8971. "url": "https://github.com/symfony/deprecation-contracts.git",
  8972. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  8973. },
  8974. "dist": {
  8975. "type": "zip",
  8976. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  8977. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  8978. "shasum": ""
  8979. },
  8980. "require": {
  8981. "php": ">=7.1"
  8982. },
  8983. "type": "library",
  8984. "extra": {
  8985. "branch-alias": {
  8986. "dev-master": "2.2-dev"
  8987. },
  8988. "thanks": {
  8989. "name": "symfony/contracts",
  8990. "url": "https://github.com/symfony/contracts"
  8991. }
  8992. },
  8993. "autoload": {
  8994. "files": [
  8995. "function.php"
  8996. ]
  8997. },
  8998. "notification-url": "https://packagist.org/downloads/",
  8999. "license": [
  9000. "MIT"
  9001. ],
  9002. "authors": [
  9003. {
  9004. "name": "Nicolas Grekas",
  9005. "email": "p@tchwork.com"
  9006. },
  9007. {
  9008. "name": "Symfony Community",
  9009. "homepage": "https://symfony.com/contributors"
  9010. }
  9011. ],
  9012. "description": "A generic function and convention to trigger deprecation notices",
  9013. "homepage": "https://symfony.com",
  9014. "time": "2020-09-07T11:33:47+00:00"
  9015. },
  9016. {
  9017. "name": "symfony/doctrine-bridge",
  9018. "version": "v4.4.21",
  9019. "source": {
  9020. "type": "git",
  9021. "url": "https://github.com/symfony/doctrine-bridge.git",
  9022. "reference": "e643bddb38277b4a1c2973d1489768c6e6c0db80"
  9023. },
  9024. "dist": {
  9025. "type": "zip",
  9026. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e643bddb38277b4a1c2973d1489768c6e6c0db80",
  9027. "reference": "e643bddb38277b4a1c2973d1489768c6e6c0db80",
  9028. "shasum": ""
  9029. },
  9030. "require": {
  9031. "doctrine/event-manager": "~1.0",
  9032. "doctrine/persistence": "^1.3|^2",
  9033. "php": ">=7.1.3",
  9034. "symfony/polyfill-ctype": "~1.8",
  9035. "symfony/polyfill-mbstring": "~1.0",
  9036. "symfony/service-contracts": "^1.1|^2"
  9037. },
  9038. "conflict": {
  9039. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  9040. "symfony/dependency-injection": "<3.4",
  9041. "symfony/form": "<4.4",
  9042. "symfony/http-kernel": "<4.3.7",
  9043. "symfony/messenger": "<4.3",
  9044. "symfony/security-core": "<4.4",
  9045. "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
  9046. },
  9047. "require-dev": {
  9048. "composer/package-versions-deprecated": "^1.8",
  9049. "doctrine/annotations": "^1.10.4",
  9050. "doctrine/cache": "~1.6",
  9051. "doctrine/collections": "~1.0",
  9052. "doctrine/data-fixtures": "^1.1",
  9053. "doctrine/dbal": "^2.6|^3.0",
  9054. "doctrine/orm": "^2.6.3",
  9055. "symfony/config": "^4.2|^5.0",
  9056. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  9057. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9058. "symfony/form": "^4.4.11|^5.0.11",
  9059. "symfony/http-kernel": "^4.3.7",
  9060. "symfony/messenger": "^4.4|^5.0",
  9061. "symfony/property-access": "^3.4|^4.0|^5.0",
  9062. "symfony/property-info": "^3.4|^4.0|^5.0",
  9063. "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
  9064. "symfony/security-core": "^4.4|^5.0",
  9065. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  9066. "symfony/translation": "^3.4|^4.0|^5.0",
  9067. "symfony/validator": "^4.4.2|^5.0.2",
  9068. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  9069. },
  9070. "suggest": {
  9071. "doctrine/data-fixtures": "",
  9072. "doctrine/dbal": "",
  9073. "doctrine/orm": "",
  9074. "symfony/form": "",
  9075. "symfony/property-info": "",
  9076. "symfony/validator": ""
  9077. },
  9078. "type": "symfony-bridge",
  9079. "autoload": {
  9080. "psr-4": {
  9081. "Symfony\\Bridge\\Doctrine\\": ""
  9082. },
  9083. "exclude-from-classmap": [
  9084. "/Tests/"
  9085. ]
  9086. },
  9087. "notification-url": "https://packagist.org/downloads/",
  9088. "license": [
  9089. "MIT"
  9090. ],
  9091. "authors": [
  9092. {
  9093. "name": "Fabien Potencier",
  9094. "email": "fabien@symfony.com"
  9095. },
  9096. {
  9097. "name": "Symfony Community",
  9098. "homepage": "https://symfony.com/contributors"
  9099. }
  9100. ],
  9101. "description": "Provides integration for Doctrine with various Symfony components",
  9102. "homepage": "https://symfony.com",
  9103. "time": "2021-03-09T16:20:30+00:00"
  9104. },
  9105. {
  9106. "name": "symfony/dom-crawler",
  9107. "version": "v4.4.20",
  9108. "source": {
  9109. "type": "git",
  9110. "url": "https://github.com/symfony/dom-crawler.git",
  9111. "reference": "be133557f1b0e6672367325b508e65da5513a311"
  9112. },
  9113. "dist": {
  9114. "type": "zip",
  9115. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/be133557f1b0e6672367325b508e65da5513a311",
  9116. "reference": "be133557f1b0e6672367325b508e65da5513a311",
  9117. "shasum": ""
  9118. },
  9119. "require": {
  9120. "php": ">=7.1.3",
  9121. "symfony/polyfill-ctype": "~1.8",
  9122. "symfony/polyfill-mbstring": "~1.0"
  9123. },
  9124. "conflict": {
  9125. "masterminds/html5": "<2.6"
  9126. },
  9127. "require-dev": {
  9128. "masterminds/html5": "^2.6",
  9129. "symfony/css-selector": "^3.4|^4.0|^5.0"
  9130. },
  9131. "suggest": {
  9132. "symfony/css-selector": ""
  9133. },
  9134. "type": "library",
  9135. "autoload": {
  9136. "psr-4": {
  9137. "Symfony\\Component\\DomCrawler\\": ""
  9138. },
  9139. "exclude-from-classmap": [
  9140. "/Tests/"
  9141. ]
  9142. },
  9143. "notification-url": "https://packagist.org/downloads/",
  9144. "license": [
  9145. "MIT"
  9146. ],
  9147. "authors": [
  9148. {
  9149. "name": "Fabien Potencier",
  9150. "email": "fabien@symfony.com"
  9151. },
  9152. {
  9153. "name": "Symfony Community",
  9154. "homepage": "https://symfony.com/contributors"
  9155. }
  9156. ],
  9157. "description": "Eases DOM navigation for HTML and XML documents",
  9158. "homepage": "https://symfony.com",
  9159. "time": "2021-02-14T12:29:41+00:00"
  9160. },
  9161. {
  9162. "name": "symfony/dotenv",
  9163. "version": "v4.4.20",
  9164. "source": {
  9165. "type": "git",
  9166. "url": "https://github.com/symfony/dotenv.git",
  9167. "reference": "4952e5ce9e6df3d737b9e9c337bddf781180a213"
  9168. },
  9169. "dist": {
  9170. "type": "zip",
  9171. "url": "https://api.github.com/repos/symfony/dotenv/zipball/4952e5ce9e6df3d737b9e9c337bddf781180a213",
  9172. "reference": "4952e5ce9e6df3d737b9e9c337bddf781180a213",
  9173. "shasum": ""
  9174. },
  9175. "require": {
  9176. "php": ">=7.1.3"
  9177. },
  9178. "require-dev": {
  9179. "symfony/process": "^3.4.2|^4.0|^5.0"
  9180. },
  9181. "type": "library",
  9182. "autoload": {
  9183. "psr-4": {
  9184. "Symfony\\Component\\Dotenv\\": ""
  9185. },
  9186. "exclude-from-classmap": [
  9187. "/Tests/"
  9188. ]
  9189. },
  9190. "notification-url": "https://packagist.org/downloads/",
  9191. "license": [
  9192. "MIT"
  9193. ],
  9194. "authors": [
  9195. {
  9196. "name": "Fabien Potencier",
  9197. "email": "fabien@symfony.com"
  9198. },
  9199. {
  9200. "name": "Symfony Community",
  9201. "homepage": "https://symfony.com/contributors"
  9202. }
  9203. ],
  9204. "description": "Registers environment variables from a .env file",
  9205. "homepage": "https://symfony.com",
  9206. "keywords": [
  9207. "dotenv",
  9208. "env",
  9209. "environment"
  9210. ],
  9211. "time": "2021-01-27T09:09:26+00:00"
  9212. },
  9213. {
  9214. "name": "symfony/error-handler",
  9215. "version": "v4.4.21",
  9216. "source": {
  9217. "type": "git",
  9218. "url": "https://github.com/symfony/error-handler.git",
  9219. "reference": "48e81a375525872e788c2418430f54150d935810"
  9220. },
  9221. "dist": {
  9222. "type": "zip",
  9223. "url": "https://api.github.com/repos/symfony/error-handler/zipball/48e81a375525872e788c2418430f54150d935810",
  9224. "reference": "48e81a375525872e788c2418430f54150d935810",
  9225. "shasum": ""
  9226. },
  9227. "require": {
  9228. "php": ">=7.1.3",
  9229. "psr/log": "~1.0",
  9230. "symfony/debug": "^4.4.5",
  9231. "symfony/polyfill-php80": "^1.15",
  9232. "symfony/var-dumper": "^4.4|^5.0"
  9233. },
  9234. "require-dev": {
  9235. "symfony/http-kernel": "^4.4|^5.0",
  9236. "symfony/serializer": "^4.4|^5.0"
  9237. },
  9238. "type": "library",
  9239. "autoload": {
  9240. "psr-4": {
  9241. "Symfony\\Component\\ErrorHandler\\": ""
  9242. },
  9243. "exclude-from-classmap": [
  9244. "/Tests/"
  9245. ]
  9246. },
  9247. "notification-url": "https://packagist.org/downloads/",
  9248. "license": [
  9249. "MIT"
  9250. ],
  9251. "authors": [
  9252. {
  9253. "name": "Fabien Potencier",
  9254. "email": "fabien@symfony.com"
  9255. },
  9256. {
  9257. "name": "Symfony Community",
  9258. "homepage": "https://symfony.com/contributors"
  9259. }
  9260. ],
  9261. "description": "Provides tools to manage errors and ease debugging PHP code",
  9262. "homepage": "https://symfony.com",
  9263. "time": "2021-03-08T10:28:40+00:00"
  9264. },
  9265. {
  9266. "name": "symfony/event-dispatcher",
  9267. "version": "v4.4.20",
  9268. "source": {
  9269. "type": "git",
  9270. "url": "https://github.com/symfony/event-dispatcher.git",
  9271. "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
  9272. },
  9273. "dist": {
  9274. "type": "zip",
  9275. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
  9276. "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
  9277. "shasum": ""
  9278. },
  9279. "require": {
  9280. "php": ">=7.1.3",
  9281. "symfony/event-dispatcher-contracts": "^1.1"
  9282. },
  9283. "conflict": {
  9284. "symfony/dependency-injection": "<3.4"
  9285. },
  9286. "provide": {
  9287. "psr/event-dispatcher-implementation": "1.0",
  9288. "symfony/event-dispatcher-implementation": "1.1"
  9289. },
  9290. "require-dev": {
  9291. "psr/log": "~1.0",
  9292. "symfony/config": "^3.4|^4.0|^5.0",
  9293. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  9294. "symfony/error-handler": "~3.4|~4.4",
  9295. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9296. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  9297. "symfony/service-contracts": "^1.1|^2",
  9298. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  9299. },
  9300. "suggest": {
  9301. "symfony/dependency-injection": "",
  9302. "symfony/http-kernel": ""
  9303. },
  9304. "type": "library",
  9305. "autoload": {
  9306. "psr-4": {
  9307. "Symfony\\Component\\EventDispatcher\\": ""
  9308. },
  9309. "exclude-from-classmap": [
  9310. "/Tests/"
  9311. ]
  9312. },
  9313. "notification-url": "https://packagist.org/downloads/",
  9314. "license": [
  9315. "MIT"
  9316. ],
  9317. "authors": [
  9318. {
  9319. "name": "Fabien Potencier",
  9320. "email": "fabien@symfony.com"
  9321. },
  9322. {
  9323. "name": "Symfony Community",
  9324. "homepage": "https://symfony.com/contributors"
  9325. }
  9326. ],
  9327. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  9328. "homepage": "https://symfony.com",
  9329. "time": "2021-01-27T09:09:26+00:00"
  9330. },
  9331. {
  9332. "name": "symfony/event-dispatcher-contracts",
  9333. "version": "v1.1.9",
  9334. "source": {
  9335. "type": "git",
  9336. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  9337. "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
  9338. },
  9339. "dist": {
  9340. "type": "zip",
  9341. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
  9342. "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
  9343. "shasum": ""
  9344. },
  9345. "require": {
  9346. "php": ">=7.1.3"
  9347. },
  9348. "suggest": {
  9349. "psr/event-dispatcher": "",
  9350. "symfony/event-dispatcher-implementation": ""
  9351. },
  9352. "type": "library",
  9353. "extra": {
  9354. "branch-alias": {
  9355. "dev-master": "1.1-dev"
  9356. },
  9357. "thanks": {
  9358. "name": "symfony/contracts",
  9359. "url": "https://github.com/symfony/contracts"
  9360. }
  9361. },
  9362. "autoload": {
  9363. "psr-4": {
  9364. "Symfony\\Contracts\\EventDispatcher\\": ""
  9365. }
  9366. },
  9367. "notification-url": "https://packagist.org/downloads/",
  9368. "license": [
  9369. "MIT"
  9370. ],
  9371. "authors": [
  9372. {
  9373. "name": "Nicolas Grekas",
  9374. "email": "p@tchwork.com"
  9375. },
  9376. {
  9377. "name": "Symfony Community",
  9378. "homepage": "https://symfony.com/contributors"
  9379. }
  9380. ],
  9381. "description": "Generic abstractions related to dispatching event",
  9382. "homepage": "https://symfony.com",
  9383. "keywords": [
  9384. "abstractions",
  9385. "contracts",
  9386. "decoupling",
  9387. "interfaces",
  9388. "interoperability",
  9389. "standards"
  9390. ],
  9391. "time": "2020-07-06T13:19:58+00:00"
  9392. },
  9393. {
  9394. "name": "symfony/expression-language",
  9395. "version": "v4.4.20",
  9396. "source": {
  9397. "type": "git",
  9398. "url": "https://github.com/symfony/expression-language.git",
  9399. "reference": "a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe"
  9400. },
  9401. "dist": {
  9402. "type": "zip",
  9403. "url": "https://api.github.com/repos/symfony/expression-language/zipball/a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe",
  9404. "reference": "a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe",
  9405. "shasum": ""
  9406. },
  9407. "require": {
  9408. "php": ">=7.1.3",
  9409. "symfony/cache": "^3.4|^4.0|^5.0",
  9410. "symfony/service-contracts": "^1.1|^2"
  9411. },
  9412. "type": "library",
  9413. "autoload": {
  9414. "psr-4": {
  9415. "Symfony\\Component\\ExpressionLanguage\\": ""
  9416. },
  9417. "exclude-from-classmap": [
  9418. "/Tests/"
  9419. ]
  9420. },
  9421. "notification-url": "https://packagist.org/downloads/",
  9422. "license": [
  9423. "MIT"
  9424. ],
  9425. "authors": [
  9426. {
  9427. "name": "Fabien Potencier",
  9428. "email": "fabien@symfony.com"
  9429. },
  9430. {
  9431. "name": "Symfony Community",
  9432. "homepage": "https://symfony.com/contributors"
  9433. }
  9434. ],
  9435. "description": "Provides an engine that can compile and evaluate expressions",
  9436. "homepage": "https://symfony.com",
  9437. "time": "2021-02-11T19:34:41+00:00"
  9438. },
  9439. {
  9440. "name": "symfony/filesystem",
  9441. "version": "v4.4.21",
  9442. "source": {
  9443. "type": "git",
  9444. "url": "https://github.com/symfony/filesystem.git",
  9445. "reference": "940826c465be2690c9fae91b2793481e5cbd6834"
  9446. },
  9447. "dist": {
  9448. "type": "zip",
  9449. "url": "https://api.github.com/repos/symfony/filesystem/zipball/940826c465be2690c9fae91b2793481e5cbd6834",
  9450. "reference": "940826c465be2690c9fae91b2793481e5cbd6834",
  9451. "shasum": ""
  9452. },
  9453. "require": {
  9454. "php": ">=7.1.3",
  9455. "symfony/polyfill-ctype": "~1.8"
  9456. },
  9457. "type": "library",
  9458. "autoload": {
  9459. "psr-4": {
  9460. "Symfony\\Component\\Filesystem\\": ""
  9461. },
  9462. "exclude-from-classmap": [
  9463. "/Tests/"
  9464. ]
  9465. },
  9466. "notification-url": "https://packagist.org/downloads/",
  9467. "license": [
  9468. "MIT"
  9469. ],
  9470. "authors": [
  9471. {
  9472. "name": "Fabien Potencier",
  9473. "email": "fabien@symfony.com"
  9474. },
  9475. {
  9476. "name": "Symfony Community",
  9477. "homepage": "https://symfony.com/contributors"
  9478. }
  9479. ],
  9480. "description": "Provides basic utilities for the filesystem",
  9481. "homepage": "https://symfony.com",
  9482. "time": "2021-03-28T09:59:32+00:00"
  9483. },
  9484. {
  9485. "name": "symfony/finder",
  9486. "version": "v4.4.20",
  9487. "source": {
  9488. "type": "git",
  9489. "url": "https://github.com/symfony/finder.git",
  9490. "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6"
  9491. },
  9492. "dist": {
  9493. "type": "zip",
  9494. "url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6",
  9495. "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6",
  9496. "shasum": ""
  9497. },
  9498. "require": {
  9499. "php": ">=7.1.3"
  9500. },
  9501. "type": "library",
  9502. "autoload": {
  9503. "psr-4": {
  9504. "Symfony\\Component\\Finder\\": ""
  9505. },
  9506. "exclude-from-classmap": [
  9507. "/Tests/"
  9508. ]
  9509. },
  9510. "notification-url": "https://packagist.org/downloads/",
  9511. "license": [
  9512. "MIT"
  9513. ],
  9514. "authors": [
  9515. {
  9516. "name": "Fabien Potencier",
  9517. "email": "fabien@symfony.com"
  9518. },
  9519. {
  9520. "name": "Symfony Community",
  9521. "homepage": "https://symfony.com/contributors"
  9522. }
  9523. ],
  9524. "description": "Finds files and directories via an intuitive fluent interface",
  9525. "homepage": "https://symfony.com",
  9526. "time": "2021-02-12T10:48:09+00:00"
  9527. },
  9528. {
  9529. "name": "symfony/framework-bundle",
  9530. "version": "v4.4.21",
  9531. "source": {
  9532. "type": "git",
  9533. "url": "https://github.com/symfony/framework-bundle.git",
  9534. "reference": "fc72fbb0f9a69d2eb5d94cc8c231176265db680a"
  9535. },
  9536. "dist": {
  9537. "type": "zip",
  9538. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/fc72fbb0f9a69d2eb5d94cc8c231176265db680a",
  9539. "reference": "fc72fbb0f9a69d2eb5d94cc8c231176265db680a",
  9540. "shasum": ""
  9541. },
  9542. "require": {
  9543. "ext-xml": "*",
  9544. "php": ">=7.1.3",
  9545. "symfony/cache": "^4.4|^5.0",
  9546. "symfony/config": "^4.3.4|^5.0",
  9547. "symfony/dependency-injection": "^4.4.1|^5.0.1",
  9548. "symfony/error-handler": "^4.4.1|^5.0.1",
  9549. "symfony/filesystem": "^3.4|^4.0|^5.0",
  9550. "symfony/finder": "^3.4|^4.0|^5.0",
  9551. "symfony/http-foundation": "^4.4|^5.0",
  9552. "symfony/http-kernel": "^4.4",
  9553. "symfony/polyfill-mbstring": "~1.0",
  9554. "symfony/routing": "^4.4.12|^5.1.4"
  9555. },
  9556. "conflict": {
  9557. "doctrine/persistence": "<1.3",
  9558. "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
  9559. "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
  9560. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  9561. "symfony/asset": "<3.4",
  9562. "symfony/browser-kit": "<4.3",
  9563. "symfony/console": "<4.4.21",
  9564. "symfony/dom-crawler": "<4.3",
  9565. "symfony/dotenv": "<4.3.6",
  9566. "symfony/form": "<4.3.5",
  9567. "symfony/http-client": "<4.4",
  9568. "symfony/lock": "<4.4",
  9569. "symfony/mailer": "<4.4",
  9570. "symfony/messenger": "<4.4",
  9571. "symfony/mime": "<4.4",
  9572. "symfony/property-info": "<3.4",
  9573. "symfony/security-bundle": "<4.4",
  9574. "symfony/serializer": "<4.4",
  9575. "symfony/stopwatch": "<3.4",
  9576. "symfony/translation": "<4.4",
  9577. "symfony/twig-bridge": "<4.1.1",
  9578. "symfony/twig-bundle": "<4.4",
  9579. "symfony/validator": "<4.4",
  9580. "symfony/web-profiler-bundle": "<4.4",
  9581. "symfony/workflow": "<4.3.6"
  9582. },
  9583. "require-dev": {
  9584. "doctrine/annotations": "^1.10.4",
  9585. "doctrine/cache": "~1.0",
  9586. "doctrine/persistence": "^1.3|^2.0",
  9587. "paragonie/sodium_compat": "^1.8",
  9588. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  9589. "symfony/asset": "^3.4|^4.0|^5.0",
  9590. "symfony/browser-kit": "^4.3|^5.0",
  9591. "symfony/console": "^4.4.21|^5.0",
  9592. "symfony/css-selector": "^3.4|^4.0|^5.0",
  9593. "symfony/dom-crawler": "^4.3|^5.0",
  9594. "symfony/dotenv": "^4.3.6|^5.0",
  9595. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9596. "symfony/form": "^4.3.5|^5.0",
  9597. "symfony/http-client": "^4.4|^5.0",
  9598. "symfony/lock": "^4.4|^5.0",
  9599. "symfony/mailer": "^4.4|^5.0",
  9600. "symfony/messenger": "^4.4|^5.0",
  9601. "symfony/mime": "^4.4|^5.0",
  9602. "symfony/polyfill-intl-icu": "~1.0",
  9603. "symfony/process": "^3.4|^4.0|^5.0",
  9604. "symfony/property-info": "^3.4|^4.0|^5.0",
  9605. "symfony/security-core": "^3.4|^4.4|^5.2",
  9606. "symfony/security-csrf": "^3.4|^4.0|^5.0",
  9607. "symfony/security-http": "^3.4|^4.0|^5.0",
  9608. "symfony/serializer": "^4.4|^5.0",
  9609. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  9610. "symfony/templating": "^3.4|^4.0|^5.0",
  9611. "symfony/translation": "^4.4|^5.0",
  9612. "symfony/twig-bundle": "^4.4|^5.0",
  9613. "symfony/validator": "^4.4|^5.0",
  9614. "symfony/web-link": "^4.4|^5.0",
  9615. "symfony/workflow": "^4.3.6|^5.0",
  9616. "symfony/yaml": "^3.4|^4.0|^5.0",
  9617. "twig/twig": "^1.43|^2.13|^3.0.4"
  9618. },
  9619. "suggest": {
  9620. "ext-apcu": "For best performance of the system caches",
  9621. "symfony/console": "For using the console commands",
  9622. "symfony/form": "For using forms",
  9623. "symfony/property-info": "For using the property_info service",
  9624. "symfony/serializer": "For using the serializer service",
  9625. "symfony/validator": "For using validation",
  9626. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  9627. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  9628. },
  9629. "type": "symfony-bundle",
  9630. "autoload": {
  9631. "psr-4": {
  9632. "Symfony\\Bundle\\FrameworkBundle\\": ""
  9633. },
  9634. "exclude-from-classmap": [
  9635. "/Tests/"
  9636. ]
  9637. },
  9638. "notification-url": "https://packagist.org/downloads/",
  9639. "license": [
  9640. "MIT"
  9641. ],
  9642. "authors": [
  9643. {
  9644. "name": "Fabien Potencier",
  9645. "email": "fabien@symfony.com"
  9646. },
  9647. {
  9648. "name": "Symfony Community",
  9649. "homepage": "https://symfony.com/contributors"
  9650. }
  9651. ],
  9652. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  9653. "homepage": "https://symfony.com",
  9654. "time": "2021-03-18T09:22:03+00:00"
  9655. },
  9656. {
  9657. "name": "symfony/http-client",
  9658. "version": "v4.4.21",
  9659. "source": {
  9660. "type": "git",
  9661. "url": "https://github.com/symfony/http-client.git",
  9662. "reference": "911177e186b82e5b9a9f41c13af53699b6745657"
  9663. },
  9664. "dist": {
  9665. "type": "zip",
  9666. "url": "https://api.github.com/repos/symfony/http-client/zipball/911177e186b82e5b9a9f41c13af53699b6745657",
  9667. "reference": "911177e186b82e5b9a9f41c13af53699b6745657",
  9668. "shasum": ""
  9669. },
  9670. "require": {
  9671. "php": ">=7.1.3",
  9672. "psr/log": "^1.0",
  9673. "symfony/http-client-contracts": "^1.1.10|^2",
  9674. "symfony/polyfill-php73": "^1.11",
  9675. "symfony/service-contracts": "^1.0|^2"
  9676. },
  9677. "provide": {
  9678. "php-http/async-client-implementation": "*",
  9679. "php-http/client-implementation": "*",
  9680. "psr/http-client-implementation": "1.0",
  9681. "symfony/http-client-implementation": "1.1|2.0"
  9682. },
  9683. "require-dev": {
  9684. "guzzlehttp/promises": "^1.4",
  9685. "nyholm/psr7": "^1.0",
  9686. "php-http/httplug": "^1.0|^2.0",
  9687. "psr/http-client": "^1.0",
  9688. "symfony/dependency-injection": "^4.3|^5.0",
  9689. "symfony/http-kernel": "^4.4.13",
  9690. "symfony/process": "^4.2|^5.0"
  9691. },
  9692. "type": "library",
  9693. "autoload": {
  9694. "psr-4": {
  9695. "Symfony\\Component\\HttpClient\\": ""
  9696. },
  9697. "exclude-from-classmap": [
  9698. "/Tests/"
  9699. ]
  9700. },
  9701. "notification-url": "https://packagist.org/downloads/",
  9702. "license": [
  9703. "MIT"
  9704. ],
  9705. "authors": [
  9706. {
  9707. "name": "Nicolas Grekas",
  9708. "email": "p@tchwork.com"
  9709. },
  9710. {
  9711. "name": "Symfony Community",
  9712. "homepage": "https://symfony.com/contributors"
  9713. }
  9714. ],
  9715. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  9716. "homepage": "https://symfony.com",
  9717. "time": "2021-03-25T17:52:07+00:00"
  9718. },
  9719. {
  9720. "name": "symfony/http-client-contracts",
  9721. "version": "v2.3.1",
  9722. "source": {
  9723. "type": "git",
  9724. "url": "https://github.com/symfony/http-client-contracts.git",
  9725. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  9726. },
  9727. "dist": {
  9728. "type": "zip",
  9729. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  9730. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  9731. "shasum": ""
  9732. },
  9733. "require": {
  9734. "php": ">=7.2.5"
  9735. },
  9736. "suggest": {
  9737. "symfony/http-client-implementation": ""
  9738. },
  9739. "type": "library",
  9740. "extra": {
  9741. "branch-version": "2.3",
  9742. "branch-alias": {
  9743. "dev-main": "2.3-dev"
  9744. },
  9745. "thanks": {
  9746. "name": "symfony/contracts",
  9747. "url": "https://github.com/symfony/contracts"
  9748. }
  9749. },
  9750. "autoload": {
  9751. "psr-4": {
  9752. "Symfony\\Contracts\\HttpClient\\": ""
  9753. }
  9754. },
  9755. "notification-url": "https://packagist.org/downloads/",
  9756. "license": [
  9757. "MIT"
  9758. ],
  9759. "authors": [
  9760. {
  9761. "name": "Nicolas Grekas",
  9762. "email": "p@tchwork.com"
  9763. },
  9764. {
  9765. "name": "Symfony Community",
  9766. "homepage": "https://symfony.com/contributors"
  9767. }
  9768. ],
  9769. "description": "Generic abstractions related to HTTP clients",
  9770. "homepage": "https://symfony.com",
  9771. "keywords": [
  9772. "abstractions",
  9773. "contracts",
  9774. "decoupling",
  9775. "interfaces",
  9776. "interoperability",
  9777. "standards"
  9778. ],
  9779. "time": "2020-10-14T17:08:19+00:00"
  9780. },
  9781. {
  9782. "name": "symfony/http-foundation",
  9783. "version": "v4.4.20",
  9784. "source": {
  9785. "type": "git",
  9786. "url": "https://github.com/symfony/http-foundation.git",
  9787. "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a"
  9788. },
  9789. "dist": {
  9790. "type": "zip",
  9791. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/02d968647fe61b2f419a8dc70c468a9d30a48d3a",
  9792. "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a",
  9793. "shasum": ""
  9794. },
  9795. "require": {
  9796. "php": ">=7.1.3",
  9797. "symfony/mime": "^4.3|^5.0",
  9798. "symfony/polyfill-mbstring": "~1.1",
  9799. "symfony/polyfill-php80": "^1.15"
  9800. },
  9801. "require-dev": {
  9802. "predis/predis": "~1.0",
  9803. "symfony/expression-language": "^3.4|^4.0|^5.0"
  9804. },
  9805. "type": "library",
  9806. "autoload": {
  9807. "psr-4": {
  9808. "Symfony\\Component\\HttpFoundation\\": ""
  9809. },
  9810. "exclude-from-classmap": [
  9811. "/Tests/"
  9812. ]
  9813. },
  9814. "notification-url": "https://packagist.org/downloads/",
  9815. "license": [
  9816. "MIT"
  9817. ],
  9818. "authors": [
  9819. {
  9820. "name": "Fabien Potencier",
  9821. "email": "fabien@symfony.com"
  9822. },
  9823. {
  9824. "name": "Symfony Community",
  9825. "homepage": "https://symfony.com/contributors"
  9826. }
  9827. ],
  9828. "description": "Defines an object-oriented layer for the HTTP specification",
  9829. "homepage": "https://symfony.com",
  9830. "time": "2021-02-25T17:11:33+00:00"
  9831. },
  9832. {
  9833. "name": "symfony/http-kernel",
  9834. "version": "v4.4.21",
  9835. "source": {
  9836. "type": "git",
  9837. "url": "https://github.com/symfony/http-kernel.git",
  9838. "reference": "0248214120d00c5f44f1cd5d9ad65f0b38459333"
  9839. },
  9840. "dist": {
  9841. "type": "zip",
  9842. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0248214120d00c5f44f1cd5d9ad65f0b38459333",
  9843. "reference": "0248214120d00c5f44f1cd5d9ad65f0b38459333",
  9844. "shasum": ""
  9845. },
  9846. "require": {
  9847. "php": ">=7.1.3",
  9848. "psr/log": "~1.0",
  9849. "symfony/error-handler": "^4.4",
  9850. "symfony/event-dispatcher": "^4.4",
  9851. "symfony/http-client-contracts": "^1.1|^2",
  9852. "symfony/http-foundation": "^4.4|^5.0",
  9853. "symfony/polyfill-ctype": "^1.8",
  9854. "symfony/polyfill-php73": "^1.9",
  9855. "symfony/polyfill-php80": "^1.15"
  9856. },
  9857. "conflict": {
  9858. "symfony/browser-kit": "<4.3",
  9859. "symfony/config": "<3.4",
  9860. "symfony/console": ">=5",
  9861. "symfony/dependency-injection": "<4.3",
  9862. "symfony/translation": "<4.2",
  9863. "twig/twig": "<1.43|<2.13,>=2"
  9864. },
  9865. "provide": {
  9866. "psr/log-implementation": "1.0"
  9867. },
  9868. "require-dev": {
  9869. "psr/cache": "^1.0|^2.0|^3.0",
  9870. "symfony/browser-kit": "^4.3|^5.0",
  9871. "symfony/config": "^3.4|^4.0|^5.0",
  9872. "symfony/console": "^3.4|^4.0",
  9873. "symfony/css-selector": "^3.4|^4.0|^5.0",
  9874. "symfony/dependency-injection": "^4.3|^5.0",
  9875. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  9876. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9877. "symfony/finder": "^3.4|^4.0|^5.0",
  9878. "symfony/process": "^3.4|^4.0|^5.0",
  9879. "symfony/routing": "^3.4|^4.0|^5.0",
  9880. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  9881. "symfony/templating": "^3.4|^4.0|^5.0",
  9882. "symfony/translation": "^4.2|^5.0",
  9883. "symfony/translation-contracts": "^1.1|^2",
  9884. "twig/twig": "^1.43|^2.13|^3.0.4"
  9885. },
  9886. "suggest": {
  9887. "symfony/browser-kit": "",
  9888. "symfony/config": "",
  9889. "symfony/console": "",
  9890. "symfony/dependency-injection": ""
  9891. },
  9892. "type": "library",
  9893. "autoload": {
  9894. "psr-4": {
  9895. "Symfony\\Component\\HttpKernel\\": ""
  9896. },
  9897. "exclude-from-classmap": [
  9898. "/Tests/"
  9899. ]
  9900. },
  9901. "notification-url": "https://packagist.org/downloads/",
  9902. "license": [
  9903. "MIT"
  9904. ],
  9905. "authors": [
  9906. {
  9907. "name": "Fabien Potencier",
  9908. "email": "fabien@symfony.com"
  9909. },
  9910. {
  9911. "name": "Symfony Community",
  9912. "homepage": "https://symfony.com/contributors"
  9913. }
  9914. ],
  9915. "description": "Provides a structured process for converting a Request into a Response",
  9916. "homepage": "https://symfony.com",
  9917. "time": "2021-03-29T05:11:04+00:00"
  9918. },
  9919. {
  9920. "name": "symfony/lock",
  9921. "version": "v4.4.21",
  9922. "source": {
  9923. "type": "git",
  9924. "url": "https://github.com/symfony/lock.git",
  9925. "reference": "e95b36dd178eb43b02e84b90635399da4a9c3120"
  9926. },
  9927. "dist": {
  9928. "type": "zip",
  9929. "url": "https://api.github.com/repos/symfony/lock/zipball/e95b36dd178eb43b02e84b90635399da4a9c3120",
  9930. "reference": "e95b36dd178eb43b02e84b90635399da4a9c3120",
  9931. "shasum": ""
  9932. },
  9933. "require": {
  9934. "php": ">=7.1.3",
  9935. "psr/log": "~1.0"
  9936. },
  9937. "conflict": {
  9938. "doctrine/dbal": "<2.6"
  9939. },
  9940. "require-dev": {
  9941. "doctrine/dbal": "^2.6|^3.0",
  9942. "predis/predis": "~1.0"
  9943. },
  9944. "type": "library",
  9945. "autoload": {
  9946. "psr-4": {
  9947. "Symfony\\Component\\Lock\\": ""
  9948. },
  9949. "exclude-from-classmap": [
  9950. "/Tests/"
  9951. ]
  9952. },
  9953. "notification-url": "https://packagist.org/downloads/",
  9954. "license": [
  9955. "MIT"
  9956. ],
  9957. "authors": [
  9958. {
  9959. "name": "Jérémy Derussé",
  9960. "email": "jeremy@derusse.com"
  9961. },
  9962. {
  9963. "name": "Symfony Community",
  9964. "homepage": "https://symfony.com/contributors"
  9965. }
  9966. ],
  9967. "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
  9968. "homepage": "https://symfony.com",
  9969. "keywords": [
  9970. "cas",
  9971. "flock",
  9972. "locking",
  9973. "mutex",
  9974. "redlock",
  9975. "semaphore"
  9976. ],
  9977. "time": "2021-03-24T08:30:27+00:00"
  9978. },
  9979. {
  9980. "name": "symfony/mime",
  9981. "version": "v5.2.6",
  9982. "source": {
  9983. "type": "git",
  9984. "url": "https://github.com/symfony/mime.git",
  9985. "reference": "1b2092244374cbe48ae733673f2ca0818b37197b"
  9986. },
  9987. "dist": {
  9988. "type": "zip",
  9989. "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b",
  9990. "reference": "1b2092244374cbe48ae733673f2ca0818b37197b",
  9991. "shasum": ""
  9992. },
  9993. "require": {
  9994. "php": ">=7.2.5",
  9995. "symfony/deprecation-contracts": "^2.1",
  9996. "symfony/polyfill-intl-idn": "^1.10",
  9997. "symfony/polyfill-mbstring": "^1.0",
  9998. "symfony/polyfill-php80": "^1.15"
  9999. },
  10000. "conflict": {
  10001. "egulias/email-validator": "~3.0.0",
  10002. "phpdocumentor/reflection-docblock": "<3.2.2",
  10003. "phpdocumentor/type-resolver": "<1.4.0",
  10004. "symfony/mailer": "<4.4"
  10005. },
  10006. "require-dev": {
  10007. "egulias/email-validator": "^2.1.10|^3.1",
  10008. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  10009. "symfony/dependency-injection": "^4.4|^5.0",
  10010. "symfony/property-access": "^4.4|^5.1",
  10011. "symfony/property-info": "^4.4|^5.1",
  10012. "symfony/serializer": "^5.2"
  10013. },
  10014. "type": "library",
  10015. "autoload": {
  10016. "psr-4": {
  10017. "Symfony\\Component\\Mime\\": ""
  10018. },
  10019. "exclude-from-classmap": [
  10020. "/Tests/"
  10021. ]
  10022. },
  10023. "notification-url": "https://packagist.org/downloads/",
  10024. "license": [
  10025. "MIT"
  10026. ],
  10027. "authors": [
  10028. {
  10029. "name": "Fabien Potencier",
  10030. "email": "fabien@symfony.com"
  10031. },
  10032. {
  10033. "name": "Symfony Community",
  10034. "homepage": "https://symfony.com/contributors"
  10035. }
  10036. ],
  10037. "description": "Allows manipulating MIME messages",
  10038. "homepage": "https://symfony.com",
  10039. "keywords": [
  10040. "mime",
  10041. "mime-type"
  10042. ],
  10043. "time": "2021-03-12T13:18:39+00:00"
  10044. },
  10045. {
  10046. "name": "symfony/monolog-bridge",
  10047. "version": "v4.4.21",
  10048. "source": {
  10049. "type": "git",
  10050. "url": "https://github.com/symfony/monolog-bridge.git",
  10051. "reference": "3741314b95e8d0c11a485dce562898f5f67f455c"
  10052. },
  10053. "dist": {
  10054. "type": "zip",
  10055. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/3741314b95e8d0c11a485dce562898f5f67f455c",
  10056. "reference": "3741314b95e8d0c11a485dce562898f5f67f455c",
  10057. "shasum": ""
  10058. },
  10059. "require": {
  10060. "monolog/monolog": "^1.25.1",
  10061. "php": ">=7.1.3",
  10062. "symfony/http-kernel": "^4.3",
  10063. "symfony/service-contracts": "^1.1|^2"
  10064. },
  10065. "conflict": {
  10066. "symfony/console": "<3.4",
  10067. "symfony/http-foundation": "<3.4"
  10068. },
  10069. "require-dev": {
  10070. "symfony/console": "^3.4|^4.0|^5.0",
  10071. "symfony/http-client": "^4.4|^5.0",
  10072. "symfony/security-core": "^3.4|^4.0|^5.0",
  10073. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  10074. },
  10075. "suggest": {
  10076. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  10077. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  10078. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  10079. },
  10080. "type": "symfony-bridge",
  10081. "autoload": {
  10082. "psr-4": {
  10083. "Symfony\\Bridge\\Monolog\\": ""
  10084. },
  10085. "exclude-from-classmap": [
  10086. "/Tests/"
  10087. ]
  10088. },
  10089. "notification-url": "https://packagist.org/downloads/",
  10090. "license": [
  10091. "MIT"
  10092. ],
  10093. "authors": [
  10094. {
  10095. "name": "Fabien Potencier",
  10096. "email": "fabien@symfony.com"
  10097. },
  10098. {
  10099. "name": "Symfony Community",
  10100. "homepage": "https://symfony.com/contributors"
  10101. }
  10102. ],
  10103. "description": "Provides integration for Monolog with various Symfony components",
  10104. "homepage": "https://symfony.com",
  10105. "time": "2021-03-05T17:58:50+00:00"
  10106. },
  10107. {
  10108. "name": "symfony/monolog-bundle",
  10109. "version": "v3.7.0",
  10110. "source": {
  10111. "type": "git",
  10112. "url": "https://github.com/symfony/monolog-bundle.git",
  10113. "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4"
  10114. },
  10115. "dist": {
  10116. "type": "zip",
  10117. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4",
  10118. "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4",
  10119. "shasum": ""
  10120. },
  10121. "require": {
  10122. "monolog/monolog": "~1.22 || ~2.0",
  10123. "php": ">=7.1.3",
  10124. "symfony/config": "~4.4 || ^5.0",
  10125. "symfony/dependency-injection": "^4.4 || ^5.0",
  10126. "symfony/http-kernel": "~4.4 || ^5.0",
  10127. "symfony/monolog-bridge": "~4.4 || ^5.0"
  10128. },
  10129. "require-dev": {
  10130. "symfony/console": "~4.4 || ^5.0",
  10131. "symfony/phpunit-bridge": "^5.1",
  10132. "symfony/yaml": "~4.4 || ^5.0"
  10133. },
  10134. "type": "symfony-bundle",
  10135. "extra": {
  10136. "branch-alias": {
  10137. "dev-master": "3.x-dev"
  10138. }
  10139. },
  10140. "autoload": {
  10141. "psr-4": {
  10142. "Symfony\\Bundle\\MonologBundle\\": ""
  10143. },
  10144. "exclude-from-classmap": [
  10145. "/Tests/"
  10146. ]
  10147. },
  10148. "notification-url": "https://packagist.org/downloads/",
  10149. "license": [
  10150. "MIT"
  10151. ],
  10152. "authors": [
  10153. {
  10154. "name": "Fabien Potencier",
  10155. "email": "fabien@symfony.com"
  10156. },
  10157. {
  10158. "name": "Symfony Community",
  10159. "homepage": "https://symfony.com/contributors"
  10160. }
  10161. ],
  10162. "description": "Symfony MonologBundle",
  10163. "homepage": "https://symfony.com",
  10164. "keywords": [
  10165. "log",
  10166. "logging"
  10167. ],
  10168. "time": "2021-03-31T07:20:47+00:00"
  10169. },
  10170. {
  10171. "name": "symfony/options-resolver",
  10172. "version": "v5.2.4",
  10173. "source": {
  10174. "type": "git",
  10175. "url": "https://github.com/symfony/options-resolver.git",
  10176. "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
  10177. },
  10178. "dist": {
  10179. "type": "zip",
  10180. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
  10181. "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
  10182. "shasum": ""
  10183. },
  10184. "require": {
  10185. "php": ">=7.2.5",
  10186. "symfony/deprecation-contracts": "^2.1",
  10187. "symfony/polyfill-php73": "~1.0",
  10188. "symfony/polyfill-php80": "^1.15"
  10189. },
  10190. "type": "library",
  10191. "autoload": {
  10192. "psr-4": {
  10193. "Symfony\\Component\\OptionsResolver\\": ""
  10194. },
  10195. "exclude-from-classmap": [
  10196. "/Tests/"
  10197. ]
  10198. },
  10199. "notification-url": "https://packagist.org/downloads/",
  10200. "license": [
  10201. "MIT"
  10202. ],
  10203. "authors": [
  10204. {
  10205. "name": "Fabien Potencier",
  10206. "email": "fabien@symfony.com"
  10207. },
  10208. {
  10209. "name": "Symfony Community",
  10210. "homepage": "https://symfony.com/contributors"
  10211. }
  10212. ],
  10213. "description": "Provides an improved replacement for the array_replace PHP function",
  10214. "homepage": "https://symfony.com",
  10215. "keywords": [
  10216. "config",
  10217. "configuration",
  10218. "options"
  10219. ],
  10220. "time": "2021-01-27T12:56:27+00:00"
  10221. },
  10222. {
  10223. "name": "symfony/polyfill-ctype",
  10224. "version": "v1.22.1",
  10225. "source": {
  10226. "type": "git",
  10227. "url": "https://github.com/symfony/polyfill-ctype.git",
  10228. "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
  10229. },
  10230. "dist": {
  10231. "type": "zip",
  10232. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
  10233. "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
  10234. "shasum": ""
  10235. },
  10236. "require": {
  10237. "php": ">=7.1"
  10238. },
  10239. "suggest": {
  10240. "ext-ctype": "For best performance"
  10241. },
  10242. "type": "library",
  10243. "extra": {
  10244. "branch-alias": {
  10245. "dev-main": "1.22-dev"
  10246. },
  10247. "thanks": {
  10248. "name": "symfony/polyfill",
  10249. "url": "https://github.com/symfony/polyfill"
  10250. }
  10251. },
  10252. "autoload": {
  10253. "psr-4": {
  10254. "Symfony\\Polyfill\\Ctype\\": ""
  10255. },
  10256. "files": [
  10257. "bootstrap.php"
  10258. ]
  10259. },
  10260. "notification-url": "https://packagist.org/downloads/",
  10261. "license": [
  10262. "MIT"
  10263. ],
  10264. "authors": [
  10265. {
  10266. "name": "Gert de Pagter",
  10267. "email": "BackEndTea@gmail.com"
  10268. },
  10269. {
  10270. "name": "Symfony Community",
  10271. "homepage": "https://symfony.com/contributors"
  10272. }
  10273. ],
  10274. "description": "Symfony polyfill for ctype functions",
  10275. "homepage": "https://symfony.com",
  10276. "keywords": [
  10277. "compatibility",
  10278. "ctype",
  10279. "polyfill",
  10280. "portable"
  10281. ],
  10282. "time": "2021-01-07T16:49:33+00:00"
  10283. },
  10284. {
  10285. "name": "symfony/polyfill-iconv",
  10286. "version": "v1.22.1",
  10287. "source": {
  10288. "type": "git",
  10289. "url": "https://github.com/symfony/polyfill-iconv.git",
  10290. "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
  10291. },
  10292. "dist": {
  10293. "type": "zip",
  10294. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
  10295. "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
  10296. "shasum": ""
  10297. },
  10298. "require": {
  10299. "php": ">=7.1"
  10300. },
  10301. "suggest": {
  10302. "ext-iconv": "For best performance"
  10303. },
  10304. "type": "library",
  10305. "extra": {
  10306. "branch-alias": {
  10307. "dev-main": "1.22-dev"
  10308. },
  10309. "thanks": {
  10310. "name": "symfony/polyfill",
  10311. "url": "https://github.com/symfony/polyfill"
  10312. }
  10313. },
  10314. "autoload": {
  10315. "psr-4": {
  10316. "Symfony\\Polyfill\\Iconv\\": ""
  10317. },
  10318. "files": [
  10319. "bootstrap.php"
  10320. ]
  10321. },
  10322. "notification-url": "https://packagist.org/downloads/",
  10323. "license": [
  10324. "MIT"
  10325. ],
  10326. "authors": [
  10327. {
  10328. "name": "Nicolas Grekas",
  10329. "email": "p@tchwork.com"
  10330. },
  10331. {
  10332. "name": "Symfony Community",
  10333. "homepage": "https://symfony.com/contributors"
  10334. }
  10335. ],
  10336. "description": "Symfony polyfill for the Iconv extension",
  10337. "homepage": "https://symfony.com",
  10338. "keywords": [
  10339. "compatibility",
  10340. "iconv",
  10341. "polyfill",
  10342. "portable",
  10343. "shim"
  10344. ],
  10345. "time": "2021-01-22T09:19:47+00:00"
  10346. },
  10347. {
  10348. "name": "symfony/polyfill-intl-grapheme",
  10349. "version": "v1.22.1",
  10350. "source": {
  10351. "type": "git",
  10352. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  10353. "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
  10354. },
  10355. "dist": {
  10356. "type": "zip",
  10357. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
  10358. "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
  10359. "shasum": ""
  10360. },
  10361. "require": {
  10362. "php": ">=7.1"
  10363. },
  10364. "suggest": {
  10365. "ext-intl": "For best performance"
  10366. },
  10367. "type": "library",
  10368. "extra": {
  10369. "branch-alias": {
  10370. "dev-main": "1.22-dev"
  10371. },
  10372. "thanks": {
  10373. "name": "symfony/polyfill",
  10374. "url": "https://github.com/symfony/polyfill"
  10375. }
  10376. },
  10377. "autoload": {
  10378. "psr-4": {
  10379. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  10380. },
  10381. "files": [
  10382. "bootstrap.php"
  10383. ]
  10384. },
  10385. "notification-url": "https://packagist.org/downloads/",
  10386. "license": [
  10387. "MIT"
  10388. ],
  10389. "authors": [
  10390. {
  10391. "name": "Nicolas Grekas",
  10392. "email": "p@tchwork.com"
  10393. },
  10394. {
  10395. "name": "Symfony Community",
  10396. "homepage": "https://symfony.com/contributors"
  10397. }
  10398. ],
  10399. "description": "Symfony polyfill for intl's grapheme_* functions",
  10400. "homepage": "https://symfony.com",
  10401. "keywords": [
  10402. "compatibility",
  10403. "grapheme",
  10404. "intl",
  10405. "polyfill",
  10406. "portable",
  10407. "shim"
  10408. ],
  10409. "time": "2021-01-22T09:19:47+00:00"
  10410. },
  10411. {
  10412. "name": "symfony/polyfill-intl-idn",
  10413. "version": "v1.22.1",
  10414. "source": {
  10415. "type": "git",
  10416. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  10417. "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
  10418. },
  10419. "dist": {
  10420. "type": "zip",
  10421. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
  10422. "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
  10423. "shasum": ""
  10424. },
  10425. "require": {
  10426. "php": ">=7.1",
  10427. "symfony/polyfill-intl-normalizer": "^1.10",
  10428. "symfony/polyfill-php72": "^1.10"
  10429. },
  10430. "suggest": {
  10431. "ext-intl": "For best performance"
  10432. },
  10433. "type": "library",
  10434. "extra": {
  10435. "branch-alias": {
  10436. "dev-main": "1.22-dev"
  10437. },
  10438. "thanks": {
  10439. "name": "symfony/polyfill",
  10440. "url": "https://github.com/symfony/polyfill"
  10441. }
  10442. },
  10443. "autoload": {
  10444. "psr-4": {
  10445. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  10446. },
  10447. "files": [
  10448. "bootstrap.php"
  10449. ]
  10450. },
  10451. "notification-url": "https://packagist.org/downloads/",
  10452. "license": [
  10453. "MIT"
  10454. ],
  10455. "authors": [
  10456. {
  10457. "name": "Laurent Bassin",
  10458. "email": "laurent@bassin.info"
  10459. },
  10460. {
  10461. "name": "Trevor Rowbotham",
  10462. "email": "trevor.rowbotham@pm.me"
  10463. },
  10464. {
  10465. "name": "Symfony Community",
  10466. "homepage": "https://symfony.com/contributors"
  10467. }
  10468. ],
  10469. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  10470. "homepage": "https://symfony.com",
  10471. "keywords": [
  10472. "compatibility",
  10473. "idn",
  10474. "intl",
  10475. "polyfill",
  10476. "portable",
  10477. "shim"
  10478. ],
  10479. "time": "2021-01-22T09:19:47+00:00"
  10480. },
  10481. {
  10482. "name": "symfony/polyfill-intl-normalizer",
  10483. "version": "v1.22.1",
  10484. "source": {
  10485. "type": "git",
  10486. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  10487. "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
  10488. },
  10489. "dist": {
  10490. "type": "zip",
  10491. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
  10492. "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
  10493. "shasum": ""
  10494. },
  10495. "require": {
  10496. "php": ">=7.1"
  10497. },
  10498. "suggest": {
  10499. "ext-intl": "For best performance"
  10500. },
  10501. "type": "library",
  10502. "extra": {
  10503. "branch-alias": {
  10504. "dev-main": "1.22-dev"
  10505. },
  10506. "thanks": {
  10507. "name": "symfony/polyfill",
  10508. "url": "https://github.com/symfony/polyfill"
  10509. }
  10510. },
  10511. "autoload": {
  10512. "psr-4": {
  10513. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  10514. },
  10515. "files": [
  10516. "bootstrap.php"
  10517. ],
  10518. "classmap": [
  10519. "Resources/stubs"
  10520. ]
  10521. },
  10522. "notification-url": "https://packagist.org/downloads/",
  10523. "license": [
  10524. "MIT"
  10525. ],
  10526. "authors": [
  10527. {
  10528. "name": "Nicolas Grekas",
  10529. "email": "p@tchwork.com"
  10530. },
  10531. {
  10532. "name": "Symfony Community",
  10533. "homepage": "https://symfony.com/contributors"
  10534. }
  10535. ],
  10536. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  10537. "homepage": "https://symfony.com",
  10538. "keywords": [
  10539. "compatibility",
  10540. "intl",
  10541. "normalizer",
  10542. "polyfill",
  10543. "portable",
  10544. "shim"
  10545. ],
  10546. "time": "2021-01-22T09:19:47+00:00"
  10547. },
  10548. {
  10549. "name": "symfony/polyfill-mbstring",
  10550. "version": "v1.22.1",
  10551. "source": {
  10552. "type": "git",
  10553. "url": "https://github.com/symfony/polyfill-mbstring.git",
  10554. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
  10555. },
  10556. "dist": {
  10557. "type": "zip",
  10558. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
  10559. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
  10560. "shasum": ""
  10561. },
  10562. "require": {
  10563. "php": ">=7.1"
  10564. },
  10565. "suggest": {
  10566. "ext-mbstring": "For best performance"
  10567. },
  10568. "type": "library",
  10569. "extra": {
  10570. "branch-alias": {
  10571. "dev-main": "1.22-dev"
  10572. },
  10573. "thanks": {
  10574. "name": "symfony/polyfill",
  10575. "url": "https://github.com/symfony/polyfill"
  10576. }
  10577. },
  10578. "autoload": {
  10579. "psr-4": {
  10580. "Symfony\\Polyfill\\Mbstring\\": ""
  10581. },
  10582. "files": [
  10583. "bootstrap.php"
  10584. ]
  10585. },
  10586. "notification-url": "https://packagist.org/downloads/",
  10587. "license": [
  10588. "MIT"
  10589. ],
  10590. "authors": [
  10591. {
  10592. "name": "Nicolas Grekas",
  10593. "email": "p@tchwork.com"
  10594. },
  10595. {
  10596. "name": "Symfony Community",
  10597. "homepage": "https://symfony.com/contributors"
  10598. }
  10599. ],
  10600. "description": "Symfony polyfill for the Mbstring extension",
  10601. "homepage": "https://symfony.com",
  10602. "keywords": [
  10603. "compatibility",
  10604. "mbstring",
  10605. "polyfill",
  10606. "portable",
  10607. "shim"
  10608. ],
  10609. "time": "2021-01-22T09:19:47+00:00"
  10610. },
  10611. {
  10612. "name": "symfony/polyfill-php72",
  10613. "version": "v1.22.1",
  10614. "source": {
  10615. "type": "git",
  10616. "url": "https://github.com/symfony/polyfill-php72.git",
  10617. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  10618. },
  10619. "dist": {
  10620. "type": "zip",
  10621. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  10622. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  10623. "shasum": ""
  10624. },
  10625. "require": {
  10626. "php": ">=7.1"
  10627. },
  10628. "type": "library",
  10629. "extra": {
  10630. "branch-alias": {
  10631. "dev-main": "1.22-dev"
  10632. },
  10633. "thanks": {
  10634. "name": "symfony/polyfill",
  10635. "url": "https://github.com/symfony/polyfill"
  10636. }
  10637. },
  10638. "autoload": {
  10639. "psr-4": {
  10640. "Symfony\\Polyfill\\Php72\\": ""
  10641. },
  10642. "files": [
  10643. "bootstrap.php"
  10644. ]
  10645. },
  10646. "notification-url": "https://packagist.org/downloads/",
  10647. "license": [
  10648. "MIT"
  10649. ],
  10650. "authors": [
  10651. {
  10652. "name": "Nicolas Grekas",
  10653. "email": "p@tchwork.com"
  10654. },
  10655. {
  10656. "name": "Symfony Community",
  10657. "homepage": "https://symfony.com/contributors"
  10658. }
  10659. ],
  10660. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  10661. "homepage": "https://symfony.com",
  10662. "keywords": [
  10663. "compatibility",
  10664. "polyfill",
  10665. "portable",
  10666. "shim"
  10667. ],
  10668. "time": "2021-01-07T16:49:33+00:00"
  10669. },
  10670. {
  10671. "name": "symfony/polyfill-php73",
  10672. "version": "v1.22.1",
  10673. "source": {
  10674. "type": "git",
  10675. "url": "https://github.com/symfony/polyfill-php73.git",
  10676. "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
  10677. },
  10678. "dist": {
  10679. "type": "zip",
  10680. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
  10681. "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
  10682. "shasum": ""
  10683. },
  10684. "require": {
  10685. "php": ">=7.1"
  10686. },
  10687. "type": "library",
  10688. "extra": {
  10689. "branch-alias": {
  10690. "dev-main": "1.22-dev"
  10691. },
  10692. "thanks": {
  10693. "name": "symfony/polyfill",
  10694. "url": "https://github.com/symfony/polyfill"
  10695. }
  10696. },
  10697. "autoload": {
  10698. "psr-4": {
  10699. "Symfony\\Polyfill\\Php73\\": ""
  10700. },
  10701. "files": [
  10702. "bootstrap.php"
  10703. ],
  10704. "classmap": [
  10705. "Resources/stubs"
  10706. ]
  10707. },
  10708. "notification-url": "https://packagist.org/downloads/",
  10709. "license": [
  10710. "MIT"
  10711. ],
  10712. "authors": [
  10713. {
  10714. "name": "Nicolas Grekas",
  10715. "email": "p@tchwork.com"
  10716. },
  10717. {
  10718. "name": "Symfony Community",
  10719. "homepage": "https://symfony.com/contributors"
  10720. }
  10721. ],
  10722. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  10723. "homepage": "https://symfony.com",
  10724. "keywords": [
  10725. "compatibility",
  10726. "polyfill",
  10727. "portable",
  10728. "shim"
  10729. ],
  10730. "time": "2021-01-07T16:49:33+00:00"
  10731. },
  10732. {
  10733. "name": "symfony/polyfill-php80",
  10734. "version": "v1.22.1",
  10735. "source": {
  10736. "type": "git",
  10737. "url": "https://github.com/symfony/polyfill-php80.git",
  10738. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
  10739. },
  10740. "dist": {
  10741. "type": "zip",
  10742. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
  10743. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
  10744. "shasum": ""
  10745. },
  10746. "require": {
  10747. "php": ">=7.1"
  10748. },
  10749. "type": "library",
  10750. "extra": {
  10751. "branch-alias": {
  10752. "dev-main": "1.22-dev"
  10753. },
  10754. "thanks": {
  10755. "name": "symfony/polyfill",
  10756. "url": "https://github.com/symfony/polyfill"
  10757. }
  10758. },
  10759. "autoload": {
  10760. "psr-4": {
  10761. "Symfony\\Polyfill\\Php80\\": ""
  10762. },
  10763. "files": [
  10764. "bootstrap.php"
  10765. ],
  10766. "classmap": [
  10767. "Resources/stubs"
  10768. ]
  10769. },
  10770. "notification-url": "https://packagist.org/downloads/",
  10771. "license": [
  10772. "MIT"
  10773. ],
  10774. "authors": [
  10775. {
  10776. "name": "Ion Bazan",
  10777. "email": "ion.bazan@gmail.com"
  10778. },
  10779. {
  10780. "name": "Nicolas Grekas",
  10781. "email": "p@tchwork.com"
  10782. },
  10783. {
  10784. "name": "Symfony Community",
  10785. "homepage": "https://symfony.com/contributors"
  10786. }
  10787. ],
  10788. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  10789. "homepage": "https://symfony.com",
  10790. "keywords": [
  10791. "compatibility",
  10792. "polyfill",
  10793. "portable",
  10794. "shim"
  10795. ],
  10796. "time": "2021-01-07T16:49:33+00:00"
  10797. },
  10798. {
  10799. "name": "symfony/process",
  10800. "version": "v4.4.20",
  10801. "source": {
  10802. "type": "git",
  10803. "url": "https://github.com/symfony/process.git",
  10804. "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a"
  10805. },
  10806. "dist": {
  10807. "type": "zip",
  10808. "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a",
  10809. "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a",
  10810. "shasum": ""
  10811. },
  10812. "require": {
  10813. "php": ">=7.1.3"
  10814. },
  10815. "type": "library",
  10816. "autoload": {
  10817. "psr-4": {
  10818. "Symfony\\Component\\Process\\": ""
  10819. },
  10820. "exclude-from-classmap": [
  10821. "/Tests/"
  10822. ]
  10823. },
  10824. "notification-url": "https://packagist.org/downloads/",
  10825. "license": [
  10826. "MIT"
  10827. ],
  10828. "authors": [
  10829. {
  10830. "name": "Fabien Potencier",
  10831. "email": "fabien@symfony.com"
  10832. },
  10833. {
  10834. "name": "Symfony Community",
  10835. "homepage": "https://symfony.com/contributors"
  10836. }
  10837. ],
  10838. "description": "Executes commands in sub-processes",
  10839. "homepage": "https://symfony.com",
  10840. "time": "2021-01-27T09:09:26+00:00"
  10841. },
  10842. {
  10843. "name": "symfony/property-access",
  10844. "version": "v5.2.4",
  10845. "source": {
  10846. "type": "git",
  10847. "url": "https://github.com/symfony/property-access.git",
  10848. "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3"
  10849. },
  10850. "dist": {
  10851. "type": "zip",
  10852. "url": "https://api.github.com/repos/symfony/property-access/zipball/3af8ed262bd3217512a13b023981fe68f36ad5f3",
  10853. "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3",
  10854. "shasum": ""
  10855. },
  10856. "require": {
  10857. "php": ">=7.2.5",
  10858. "symfony/deprecation-contracts": "^2.1",
  10859. "symfony/polyfill-php80": "^1.15",
  10860. "symfony/property-info": "^5.2"
  10861. },
  10862. "require-dev": {
  10863. "symfony/cache": "^4.4|^5.0"
  10864. },
  10865. "suggest": {
  10866. "psr/cache-implementation": "To cache access methods."
  10867. },
  10868. "type": "library",
  10869. "autoload": {
  10870. "psr-4": {
  10871. "Symfony\\Component\\PropertyAccess\\": ""
  10872. },
  10873. "exclude-from-classmap": [
  10874. "/Tests/"
  10875. ]
  10876. },
  10877. "notification-url": "https://packagist.org/downloads/",
  10878. "license": [
  10879. "MIT"
  10880. ],
  10881. "authors": [
  10882. {
  10883. "name": "Fabien Potencier",
  10884. "email": "fabien@symfony.com"
  10885. },
  10886. {
  10887. "name": "Symfony Community",
  10888. "homepage": "https://symfony.com/contributors"
  10889. }
  10890. ],
  10891. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  10892. "homepage": "https://symfony.com",
  10893. "keywords": [
  10894. "access",
  10895. "array",
  10896. "extraction",
  10897. "index",
  10898. "injection",
  10899. "object",
  10900. "property",
  10901. "property path",
  10902. "reflection"
  10903. ],
  10904. "time": "2021-01-27T10:15:41+00:00"
  10905. },
  10906. {
  10907. "name": "symfony/property-info",
  10908. "version": "v5.2.4",
  10909. "source": {
  10910. "type": "git",
  10911. "url": "https://github.com/symfony/property-info.git",
  10912. "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189"
  10913. },
  10914. "dist": {
  10915. "type": "zip",
  10916. "url": "https://api.github.com/repos/symfony/property-info/zipball/7185bbc74e6f49c3f1b5936b4d9e4ca133921189",
  10917. "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189",
  10918. "shasum": ""
  10919. },
  10920. "require": {
  10921. "php": ">=7.2.5",
  10922. "symfony/deprecation-contracts": "^2.1",
  10923. "symfony/polyfill-php80": "^1.15",
  10924. "symfony/string": "^5.1"
  10925. },
  10926. "conflict": {
  10927. "phpdocumentor/reflection-docblock": "<3.2.2",
  10928. "phpdocumentor/type-resolver": "<1.4.0",
  10929. "symfony/dependency-injection": "<4.4"
  10930. },
  10931. "require-dev": {
  10932. "doctrine/annotations": "^1.10.4",
  10933. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  10934. "symfony/cache": "^4.4|^5.0",
  10935. "symfony/dependency-injection": "^4.4|^5.0",
  10936. "symfony/serializer": "^4.4|^5.0"
  10937. },
  10938. "suggest": {
  10939. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  10940. "psr/cache-implementation": "To cache results",
  10941. "symfony/doctrine-bridge": "To use Doctrine metadata",
  10942. "symfony/serializer": "To use Serializer metadata"
  10943. },
  10944. "type": "library",
  10945. "autoload": {
  10946. "psr-4": {
  10947. "Symfony\\Component\\PropertyInfo\\": ""
  10948. },
  10949. "exclude-from-classmap": [
  10950. "/Tests/"
  10951. ]
  10952. },
  10953. "notification-url": "https://packagist.org/downloads/",
  10954. "license": [
  10955. "MIT"
  10956. ],
  10957. "authors": [
  10958. {
  10959. "name": "Kévin Dunglas",
  10960. "email": "dunglas@gmail.com"
  10961. },
  10962. {
  10963. "name": "Symfony Community",
  10964. "homepage": "https://symfony.com/contributors"
  10965. }
  10966. ],
  10967. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  10968. "homepage": "https://symfony.com",
  10969. "keywords": [
  10970. "doctrine",
  10971. "phpdoc",
  10972. "property",
  10973. "symfony",
  10974. "type",
  10975. "validator"
  10976. ],
  10977. "time": "2021-02-17T15:24:54+00:00"
  10978. },
  10979. {
  10980. "name": "symfony/proxy-manager-bridge",
  10981. "version": "v4.4.18",
  10982. "source": {
  10983. "type": "git",
  10984. "url": "https://github.com/symfony/proxy-manager-bridge.git",
  10985. "reference": "373d72703ef24b6a22c8592f53c7f0e333d9f038"
  10986. },
  10987. "dist": {
  10988. "type": "zip",
  10989. "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/373d72703ef24b6a22c8592f53c7f0e333d9f038",
  10990. "reference": "373d72703ef24b6a22c8592f53c7f0e333d9f038",
  10991. "shasum": ""
  10992. },
  10993. "require": {
  10994. "composer/package-versions-deprecated": "^1.8",
  10995. "ocramius/proxy-manager": "~2.1",
  10996. "php": ">=7.1.3",
  10997. "symfony/dependency-injection": "^4.0|^5.0"
  10998. },
  10999. "conflict": {
  11000. "zendframework/zend-eventmanager": "2.6.0"
  11001. },
  11002. "require-dev": {
  11003. "symfony/config": "^3.4|^4.0|^5.0"
  11004. },
  11005. "type": "symfony-bridge",
  11006. "autoload": {
  11007. "psr-4": {
  11008. "Symfony\\Bridge\\ProxyManager\\": ""
  11009. },
  11010. "exclude-from-classmap": [
  11011. "/Tests/"
  11012. ]
  11013. },
  11014. "notification-url": "https://packagist.org/downloads/",
  11015. "license": [
  11016. "MIT"
  11017. ],
  11018. "authors": [
  11019. {
  11020. "name": "Fabien Potencier",
  11021. "email": "fabien@symfony.com"
  11022. },
  11023. {
  11024. "name": "Symfony Community",
  11025. "homepage": "https://symfony.com/contributors"
  11026. }
  11027. ],
  11028. "description": "Symfony ProxyManager Bridge",
  11029. "homepage": "https://symfony.com",
  11030. "time": "2020-11-12T13:19:35+00:00"
  11031. },
  11032. {
  11033. "name": "symfony/routing",
  11034. "version": "v4.4.20",
  11035. "source": {
  11036. "type": "git",
  11037. "url": "https://github.com/symfony/routing.git",
  11038. "reference": "69919991c845b34626664ddc9b3aef9d09d2a5df"
  11039. },
  11040. "dist": {
  11041. "type": "zip",
  11042. "url": "https://api.github.com/repos/symfony/routing/zipball/69919991c845b34626664ddc9b3aef9d09d2a5df",
  11043. "reference": "69919991c845b34626664ddc9b3aef9d09d2a5df",
  11044. "shasum": ""
  11045. },
  11046. "require": {
  11047. "php": ">=7.1.3"
  11048. },
  11049. "conflict": {
  11050. "symfony/config": "<4.2",
  11051. "symfony/dependency-injection": "<3.4",
  11052. "symfony/yaml": "<3.4"
  11053. },
  11054. "require-dev": {
  11055. "doctrine/annotations": "^1.10.4",
  11056. "psr/log": "~1.0",
  11057. "symfony/config": "^4.2|^5.0",
  11058. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  11059. "symfony/expression-language": "^3.4|^4.0|^5.0",
  11060. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  11061. "symfony/yaml": "^3.4|^4.0|^5.0"
  11062. },
  11063. "suggest": {
  11064. "doctrine/annotations": "For using the annotation loader",
  11065. "symfony/config": "For using the all-in-one router or any loader",
  11066. "symfony/expression-language": "For using expression matching",
  11067. "symfony/http-foundation": "For using a Symfony Request object",
  11068. "symfony/yaml": "For using the YAML loader"
  11069. },
  11070. "type": "library",
  11071. "autoload": {
  11072. "psr-4": {
  11073. "Symfony\\Component\\Routing\\": ""
  11074. },
  11075. "exclude-from-classmap": [
  11076. "/Tests/"
  11077. ]
  11078. },
  11079. "notification-url": "https://packagist.org/downloads/",
  11080. "license": [
  11081. "MIT"
  11082. ],
  11083. "authors": [
  11084. {
  11085. "name": "Fabien Potencier",
  11086. "email": "fabien@symfony.com"
  11087. },
  11088. {
  11089. "name": "Symfony Community",
  11090. "homepage": "https://symfony.com/contributors"
  11091. }
  11092. ],
  11093. "description": "Maps an HTTP request to a set of configuration variables",
  11094. "homepage": "https://symfony.com",
  11095. "keywords": [
  11096. "router",
  11097. "routing",
  11098. "uri",
  11099. "url"
  11100. ],
  11101. "time": "2021-02-22T15:37:04+00:00"
  11102. },
  11103. {
  11104. "name": "symfony/security-bundle",
  11105. "version": "v4.4.21",
  11106. "source": {
  11107. "type": "git",
  11108. "url": "https://github.com/symfony/security-bundle.git",
  11109. "reference": "607dcdb60ef74d63fbeb86549c52075f040ae4cc"
  11110. },
  11111. "dist": {
  11112. "type": "zip",
  11113. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/607dcdb60ef74d63fbeb86549c52075f040ae4cc",
  11114. "reference": "607dcdb60ef74d63fbeb86549c52075f040ae4cc",
  11115. "shasum": ""
  11116. },
  11117. "require": {
  11118. "ext-xml": "*",
  11119. "php": ">=7.1.3",
  11120. "symfony/config": "^4.2|^5.0",
  11121. "symfony/dependency-injection": "^4.4|^5.0",
  11122. "symfony/http-kernel": "^4.4",
  11123. "symfony/security-core": "^4.4",
  11124. "symfony/security-csrf": "^4.2|^5.0",
  11125. "symfony/security-guard": "^4.2|^5.0",
  11126. "symfony/security-http": "^4.4.5"
  11127. },
  11128. "conflict": {
  11129. "symfony/browser-kit": "<4.2",
  11130. "symfony/console": "<3.4",
  11131. "symfony/framework-bundle": "<4.4",
  11132. "symfony/ldap": "<4.4",
  11133. "symfony/twig-bundle": "<4.4"
  11134. },
  11135. "require-dev": {
  11136. "doctrine/doctrine-bundle": "^1.5|^2.0",
  11137. "symfony/asset": "^3.4|^4.0|^5.0",
  11138. "symfony/browser-kit": "^4.2|^5.0",
  11139. "symfony/console": "^3.4|^4.0|^5.0",
  11140. "symfony/css-selector": "^3.4|^4.0|^5.0",
  11141. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  11142. "symfony/expression-language": "^3.4|^4.0|^5.0",
  11143. "symfony/form": "^3.4|^4.0|^5.0",
  11144. "symfony/framework-bundle": "^4.4|^5.0",
  11145. "symfony/process": "^3.4|^4.0|^5.0",
  11146. "symfony/serializer": "^4.4|^5.0",
  11147. "symfony/translation": "^3.4|^4.0|^5.0",
  11148. "symfony/twig-bridge": "^3.4|^4.0|^5.0",
  11149. "symfony/twig-bundle": "^4.4|^5.0",
  11150. "symfony/validator": "^3.4|^4.0|^5.0",
  11151. "symfony/yaml": "^3.4|^4.0|^5.0",
  11152. "twig/twig": "^1.43|^2.13|^3.0.4"
  11153. },
  11154. "type": "symfony-bundle",
  11155. "autoload": {
  11156. "psr-4": {
  11157. "Symfony\\Bundle\\SecurityBundle\\": ""
  11158. },
  11159. "exclude-from-classmap": [
  11160. "/Tests/"
  11161. ]
  11162. },
  11163. "notification-url": "https://packagist.org/downloads/",
  11164. "license": [
  11165. "MIT"
  11166. ],
  11167. "authors": [
  11168. {
  11169. "name": "Fabien Potencier",
  11170. "email": "fabien@symfony.com"
  11171. },
  11172. {
  11173. "name": "Symfony Community",
  11174. "homepage": "https://symfony.com/contributors"
  11175. }
  11176. ],
  11177. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  11178. "homepage": "https://symfony.com",
  11179. "time": "2021-03-22T08:54:48+00:00"
  11180. },
  11181. {
  11182. "name": "symfony/security-core",
  11183. "version": "v4.4.21",
  11184. "source": {
  11185. "type": "git",
  11186. "url": "https://github.com/symfony/security-core.git",
  11187. "reference": "19a7caa988be4f013669a057861a1d2a3eacbbf3"
  11188. },
  11189. "dist": {
  11190. "type": "zip",
  11191. "url": "https://api.github.com/repos/symfony/security-core/zipball/19a7caa988be4f013669a057861a1d2a3eacbbf3",
  11192. "reference": "19a7caa988be4f013669a057861a1d2a3eacbbf3",
  11193. "shasum": ""
  11194. },
  11195. "require": {
  11196. "php": ">=7.1.3",
  11197. "symfony/event-dispatcher-contracts": "^1.1|^2",
  11198. "symfony/service-contracts": "^1.1.6|^2"
  11199. },
  11200. "conflict": {
  11201. "symfony/event-dispatcher": "<4.3|>=5",
  11202. "symfony/ldap": "<4.4",
  11203. "symfony/security-guard": "<4.3"
  11204. },
  11205. "require-dev": {
  11206. "psr/container": "^1.0|^2.0",
  11207. "psr/log": "~1.0",
  11208. "symfony/event-dispatcher": "^4.3",
  11209. "symfony/expression-language": "^3.4|^4.0|^5.0",
  11210. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  11211. "symfony/ldap": "^4.4|^5.0",
  11212. "symfony/translation": "^4.4|^5.0",
  11213. "symfony/validator": "^3.4.31|^4.3.4|^5.0"
  11214. },
  11215. "suggest": {
  11216. "psr/container-implementation": "To instantiate the Security class",
  11217. "symfony/event-dispatcher": "",
  11218. "symfony/expression-language": "For using the expression voter",
  11219. "symfony/http-foundation": "",
  11220. "symfony/ldap": "For using LDAP integration",
  11221. "symfony/validator": "For using the user password constraint"
  11222. },
  11223. "type": "library",
  11224. "autoload": {
  11225. "psr-4": {
  11226. "Symfony\\Component\\Security\\Core\\": ""
  11227. },
  11228. "exclude-from-classmap": [
  11229. "/Tests/"
  11230. ]
  11231. },
  11232. "notification-url": "https://packagist.org/downloads/",
  11233. "license": [
  11234. "MIT"
  11235. ],
  11236. "authors": [
  11237. {
  11238. "name": "Fabien Potencier",
  11239. "email": "fabien@symfony.com"
  11240. },
  11241. {
  11242. "name": "Symfony Community",
  11243. "homepage": "https://symfony.com/contributors"
  11244. }
  11245. ],
  11246. "description": "Symfony Security Component - Core Library",
  11247. "homepage": "https://symfony.com",
  11248. "time": "2021-03-10T13:26:08+00:00"
  11249. },
  11250. {
  11251. "name": "symfony/security-csrf",
  11252. "version": "v5.2.4",
  11253. "source": {
  11254. "type": "git",
  11255. "url": "https://github.com/symfony/security-csrf.git",
  11256. "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc"
  11257. },
  11258. "dist": {
  11259. "type": "zip",
  11260. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e22ef49d5d3773014942f3dfe301b168a4a833dc",
  11261. "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc",
  11262. "shasum": ""
  11263. },
  11264. "require": {
  11265. "php": ">=7.2.5",
  11266. "symfony/security-core": "^4.4|^5.0"
  11267. },
  11268. "conflict": {
  11269. "symfony/http-foundation": "<4.4"
  11270. },
  11271. "require-dev": {
  11272. "symfony/http-foundation": "^4.4|^5.0"
  11273. },
  11274. "suggest": {
  11275. "symfony/http-foundation": "For using the class SessionTokenStorage."
  11276. },
  11277. "type": "library",
  11278. "autoload": {
  11279. "psr-4": {
  11280. "Symfony\\Component\\Security\\Csrf\\": ""
  11281. },
  11282. "exclude-from-classmap": [
  11283. "/Tests/"
  11284. ]
  11285. },
  11286. "notification-url": "https://packagist.org/downloads/",
  11287. "license": [
  11288. "MIT"
  11289. ],
  11290. "authors": [
  11291. {
  11292. "name": "Fabien Potencier",
  11293. "email": "fabien@symfony.com"
  11294. },
  11295. {
  11296. "name": "Symfony Community",
  11297. "homepage": "https://symfony.com/contributors"
  11298. }
  11299. ],
  11300. "description": "Symfony Security Component - CSRF Library",
  11301. "homepage": "https://symfony.com",
  11302. "time": "2021-01-27T10:01:46+00:00"
  11303. },
  11304. {
  11305. "name": "symfony/security-guard",
  11306. "version": "v4.4.20",
  11307. "source": {
  11308. "type": "git",
  11309. "url": "https://github.com/symfony/security-guard.git",
  11310. "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f"
  11311. },
  11312. "dist": {
  11313. "type": "zip",
  11314. "url": "https://api.github.com/repos/symfony/security-guard/zipball/20f522ada1eefb7c2f90cb83dcc76abb160c782f",
  11315. "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f",
  11316. "shasum": ""
  11317. },
  11318. "require": {
  11319. "php": ">=7.1.3",
  11320. "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
  11321. "symfony/security-http": "^4.4.1"
  11322. },
  11323. "require-dev": {
  11324. "psr/log": "~1.0"
  11325. },
  11326. "type": "library",
  11327. "autoload": {
  11328. "psr-4": {
  11329. "Symfony\\Component\\Security\\Guard\\": ""
  11330. },
  11331. "exclude-from-classmap": [
  11332. "/Tests/"
  11333. ]
  11334. },
  11335. "notification-url": "https://packagist.org/downloads/",
  11336. "license": [
  11337. "MIT"
  11338. ],
  11339. "authors": [
  11340. {
  11341. "name": "Fabien Potencier",
  11342. "email": "fabien@symfony.com"
  11343. },
  11344. {
  11345. "name": "Symfony Community",
  11346. "homepage": "https://symfony.com/contributors"
  11347. }
  11348. ],
  11349. "description": "Symfony Security Component - Guard",
  11350. "homepage": "https://symfony.com",
  11351. "time": "2021-01-27T09:09:26+00:00"
  11352. },
  11353. {
  11354. "name": "symfony/security-http",
  11355. "version": "v4.4.21",
  11356. "source": {
  11357. "type": "git",
  11358. "url": "https://github.com/symfony/security-http.git",
  11359. "reference": "c5546b762376e4d9a806b08bf4495b2633573ff8"
  11360. },
  11361. "dist": {
  11362. "type": "zip",
  11363. "url": "https://api.github.com/repos/symfony/security-http/zipball/c5546b762376e4d9a806b08bf4495b2633573ff8",
  11364. "reference": "c5546b762376e4d9a806b08bf4495b2633573ff8",
  11365. "shasum": ""
  11366. },
  11367. "require": {
  11368. "php": ">=7.1.3",
  11369. "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
  11370. "symfony/http-kernel": "^4.4",
  11371. "symfony/property-access": "^3.4|^4.0|^5.0",
  11372. "symfony/security-core": "^4.4.8"
  11373. },
  11374. "conflict": {
  11375. "symfony/event-dispatcher": ">=5",
  11376. "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
  11377. },
  11378. "require-dev": {
  11379. "psr/log": "~1.0",
  11380. "symfony/routing": "^3.4|^4.0|^5.0",
  11381. "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
  11382. },
  11383. "suggest": {
  11384. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  11385. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  11386. },
  11387. "type": "library",
  11388. "autoload": {
  11389. "psr-4": {
  11390. "Symfony\\Component\\Security\\Http\\": ""
  11391. },
  11392. "exclude-from-classmap": [
  11393. "/Tests/"
  11394. ]
  11395. },
  11396. "notification-url": "https://packagist.org/downloads/",
  11397. "license": [
  11398. "MIT"
  11399. ],
  11400. "authors": [
  11401. {
  11402. "name": "Fabien Potencier",
  11403. "email": "fabien@symfony.com"
  11404. },
  11405. {
  11406. "name": "Symfony Community",
  11407. "homepage": "https://symfony.com/contributors"
  11408. }
  11409. ],
  11410. "description": "Symfony Security Component - HTTP Integration",
  11411. "homepage": "https://symfony.com",
  11412. "time": "2021-03-12T01:21:32+00:00"
  11413. },
  11414. {
  11415. "name": "symfony/service-contracts",
  11416. "version": "v2.2.0",
  11417. "source": {
  11418. "type": "git",
  11419. "url": "https://github.com/symfony/service-contracts.git",
  11420. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  11421. },
  11422. "dist": {
  11423. "type": "zip",
  11424. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  11425. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  11426. "shasum": ""
  11427. },
  11428. "require": {
  11429. "php": ">=7.2.5",
  11430. "psr/container": "^1.0"
  11431. },
  11432. "suggest": {
  11433. "symfony/service-implementation": ""
  11434. },
  11435. "type": "library",
  11436. "extra": {
  11437. "branch-alias": {
  11438. "dev-master": "2.2-dev"
  11439. },
  11440. "thanks": {
  11441. "name": "symfony/contracts",
  11442. "url": "https://github.com/symfony/contracts"
  11443. }
  11444. },
  11445. "autoload": {
  11446. "psr-4": {
  11447. "Symfony\\Contracts\\Service\\": ""
  11448. }
  11449. },
  11450. "notification-url": "https://packagist.org/downloads/",
  11451. "license": [
  11452. "MIT"
  11453. ],
  11454. "authors": [
  11455. {
  11456. "name": "Nicolas Grekas",
  11457. "email": "p@tchwork.com"
  11458. },
  11459. {
  11460. "name": "Symfony Community",
  11461. "homepage": "https://symfony.com/contributors"
  11462. }
  11463. ],
  11464. "description": "Generic abstractions related to writing services",
  11465. "homepage": "https://symfony.com",
  11466. "keywords": [
  11467. "abstractions",
  11468. "contracts",
  11469. "decoupling",
  11470. "interfaces",
  11471. "interoperability",
  11472. "standards"
  11473. ],
  11474. "time": "2020-09-07T11:33:47+00:00"
  11475. },
  11476. {
  11477. "name": "symfony/stopwatch",
  11478. "version": "v4.4.20",
  11479. "source": {
  11480. "type": "git",
  11481. "url": "https://github.com/symfony/stopwatch.git",
  11482. "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf"
  11483. },
  11484. "dist": {
  11485. "type": "zip",
  11486. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5572f6494fc20668a73b77684d8dc77e534d8cf",
  11487. "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf",
  11488. "shasum": ""
  11489. },
  11490. "require": {
  11491. "php": ">=7.1.3",
  11492. "symfony/service-contracts": "^1.0|^2"
  11493. },
  11494. "type": "library",
  11495. "autoload": {
  11496. "psr-4": {
  11497. "Symfony\\Component\\Stopwatch\\": ""
  11498. },
  11499. "exclude-from-classmap": [
  11500. "/Tests/"
  11501. ]
  11502. },
  11503. "notification-url": "https://packagist.org/downloads/",
  11504. "license": [
  11505. "MIT"
  11506. ],
  11507. "authors": [
  11508. {
  11509. "name": "Fabien Potencier",
  11510. "email": "fabien@symfony.com"
  11511. },
  11512. {
  11513. "name": "Symfony Community",
  11514. "homepage": "https://symfony.com/contributors"
  11515. }
  11516. ],
  11517. "description": "Provides a way to profile code",
  11518. "homepage": "https://symfony.com",
  11519. "time": "2021-01-27T09:09:26+00:00"
  11520. },
  11521. {
  11522. "name": "symfony/string",
  11523. "version": "v5.2.6",
  11524. "source": {
  11525. "type": "git",
  11526. "url": "https://github.com/symfony/string.git",
  11527. "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
  11528. },
  11529. "dist": {
  11530. "type": "zip",
  11531. "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
  11532. "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
  11533. "shasum": ""
  11534. },
  11535. "require": {
  11536. "php": ">=7.2.5",
  11537. "symfony/polyfill-ctype": "~1.8",
  11538. "symfony/polyfill-intl-grapheme": "~1.0",
  11539. "symfony/polyfill-intl-normalizer": "~1.0",
  11540. "symfony/polyfill-mbstring": "~1.0",
  11541. "symfony/polyfill-php80": "~1.15"
  11542. },
  11543. "require-dev": {
  11544. "symfony/error-handler": "^4.4|^5.0",
  11545. "symfony/http-client": "^4.4|^5.0",
  11546. "symfony/translation-contracts": "^1.1|^2",
  11547. "symfony/var-exporter": "^4.4|^5.0"
  11548. },
  11549. "type": "library",
  11550. "autoload": {
  11551. "psr-4": {
  11552. "Symfony\\Component\\String\\": ""
  11553. },
  11554. "files": [
  11555. "Resources/functions.php"
  11556. ],
  11557. "exclude-from-classmap": [
  11558. "/Tests/"
  11559. ]
  11560. },
  11561. "notification-url": "https://packagist.org/downloads/",
  11562. "license": [
  11563. "MIT"
  11564. ],
  11565. "authors": [
  11566. {
  11567. "name": "Nicolas Grekas",
  11568. "email": "p@tchwork.com"
  11569. },
  11570. {
  11571. "name": "Symfony Community",
  11572. "homepage": "https://symfony.com/contributors"
  11573. }
  11574. ],
  11575. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  11576. "homepage": "https://symfony.com",
  11577. "keywords": [
  11578. "grapheme",
  11579. "i18n",
  11580. "string",
  11581. "unicode",
  11582. "utf-8",
  11583. "utf8"
  11584. ],
  11585. "time": "2021-03-17T17:12:15+00:00"
  11586. },
  11587. {
  11588. "name": "symfony/swiftmailer-bundle",
  11589. "version": "v3.5.2",
  11590. "source": {
  11591. "type": "git",
  11592. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  11593. "reference": "6b72355549f02823a2209180f9c035e46ca3f178"
  11594. },
  11595. "dist": {
  11596. "type": "zip",
  11597. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b72355549f02823a2209180f9c035e46ca3f178",
  11598. "reference": "6b72355549f02823a2209180f9c035e46ca3f178",
  11599. "shasum": ""
  11600. },
  11601. "require": {
  11602. "php": ">=7.1",
  11603. "swiftmailer/swiftmailer": "^6.1.3",
  11604. "symfony/config": "^4.4|^5.0",
  11605. "symfony/dependency-injection": "^4.4|^5.0",
  11606. "symfony/http-kernel": "^4.4|^5.0"
  11607. },
  11608. "conflict": {
  11609. "twig/twig": "<1.41|>=2.0,<2.10"
  11610. },
  11611. "require-dev": {
  11612. "symfony/console": "^4.4|^5.0",
  11613. "symfony/framework-bundle": "^4.4|^5.0",
  11614. "symfony/phpunit-bridge": "^4.4|^5.0",
  11615. "symfony/yaml": "^4.4|^5.0"
  11616. },
  11617. "type": "symfony-bundle",
  11618. "extra": {
  11619. "branch-alias": {
  11620. "dev-main": "3.5-dev"
  11621. }
  11622. },
  11623. "autoload": {
  11624. "psr-4": {
  11625. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  11626. },
  11627. "exclude-from-classmap": [
  11628. "/Tests/"
  11629. ]
  11630. },
  11631. "notification-url": "https://packagist.org/downloads/",
  11632. "license": [
  11633. "MIT"
  11634. ],
  11635. "authors": [
  11636. {
  11637. "name": "Fabien Potencier",
  11638. "email": "fabien@symfony.com"
  11639. },
  11640. {
  11641. "name": "Symfony Community",
  11642. "homepage": "http://symfony.com/contributors"
  11643. }
  11644. ],
  11645. "description": "Symfony SwiftmailerBundle",
  11646. "homepage": "http://symfony.com",
  11647. "time": "2021-01-25T17:31:39+00:00"
  11648. },
  11649. {
  11650. "name": "symfony/templating",
  11651. "version": "v5.2.4",
  11652. "source": {
  11653. "type": "git",
  11654. "url": "https://github.com/symfony/templating.git",
  11655. "reference": "954c01bae6689423a83b6c9025f83bb93d38d9b2"
  11656. },
  11657. "dist": {
  11658. "type": "zip",
  11659. "url": "https://api.github.com/repos/symfony/templating/zipball/954c01bae6689423a83b6c9025f83bb93d38d9b2",
  11660. "reference": "954c01bae6689423a83b6c9025f83bb93d38d9b2",
  11661. "shasum": ""
  11662. },
  11663. "require": {
  11664. "php": ">=7.2.5",
  11665. "symfony/polyfill-ctype": "~1.8"
  11666. },
  11667. "require-dev": {
  11668. "psr/log": "~1.0"
  11669. },
  11670. "suggest": {
  11671. "psr/log-implementation": "For using debug logging in loaders"
  11672. },
  11673. "type": "library",
  11674. "autoload": {
  11675. "psr-4": {
  11676. "Symfony\\Component\\Templating\\": ""
  11677. },
  11678. "exclude-from-classmap": [
  11679. "/Tests/"
  11680. ]
  11681. },
  11682. "notification-url": "https://packagist.org/downloads/",
  11683. "license": [
  11684. "MIT"
  11685. ],
  11686. "authors": [
  11687. {
  11688. "name": "Fabien Potencier",
  11689. "email": "fabien@symfony.com"
  11690. },
  11691. {
  11692. "name": "Symfony Community",
  11693. "homepage": "https://symfony.com/contributors"
  11694. }
  11695. ],
  11696. "description": "Provides all the tools needed to build any kind of template system",
  11697. "homepage": "https://symfony.com",
  11698. "time": "2021-01-27T10:01:46+00:00"
  11699. },
  11700. {
  11701. "name": "symfony/translation",
  11702. "version": "v4.4.21",
  11703. "source": {
  11704. "type": "git",
  11705. "url": "https://github.com/symfony/translation.git",
  11706. "reference": "eb8f5428cc3b40d6dffe303b195b084f1c5fbd14"
  11707. },
  11708. "dist": {
  11709. "type": "zip",
  11710. "url": "https://api.github.com/repos/symfony/translation/zipball/eb8f5428cc3b40d6dffe303b195b084f1c5fbd14",
  11711. "reference": "eb8f5428cc3b40d6dffe303b195b084f1c5fbd14",
  11712. "shasum": ""
  11713. },
  11714. "require": {
  11715. "php": ">=7.1.3",
  11716. "symfony/polyfill-mbstring": "~1.0",
  11717. "symfony/translation-contracts": "^1.1.6|^2"
  11718. },
  11719. "conflict": {
  11720. "symfony/config": "<3.4",
  11721. "symfony/dependency-injection": "<3.4",
  11722. "symfony/http-kernel": "<4.4",
  11723. "symfony/yaml": "<3.4"
  11724. },
  11725. "provide": {
  11726. "symfony/translation-implementation": "1.0|2.0"
  11727. },
  11728. "require-dev": {
  11729. "psr/log": "~1.0",
  11730. "symfony/config": "^3.4|^4.0|^5.0",
  11731. "symfony/console": "^3.4|^4.0|^5.0",
  11732. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  11733. "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
  11734. "symfony/http-kernel": "^4.4",
  11735. "symfony/intl": "^3.4|^4.0|^5.0",
  11736. "symfony/service-contracts": "^1.1.2|^2",
  11737. "symfony/yaml": "^3.4|^4.0|^5.0"
  11738. },
  11739. "suggest": {
  11740. "psr/log-implementation": "To use logging capability in translator",
  11741. "symfony/config": "",
  11742. "symfony/yaml": ""
  11743. },
  11744. "type": "library",
  11745. "autoload": {
  11746. "psr-4": {
  11747. "Symfony\\Component\\Translation\\": ""
  11748. },
  11749. "exclude-from-classmap": [
  11750. "/Tests/"
  11751. ]
  11752. },
  11753. "notification-url": "https://packagist.org/downloads/",
  11754. "license": [
  11755. "MIT"
  11756. ],
  11757. "authors": [
  11758. {
  11759. "name": "Fabien Potencier",
  11760. "email": "fabien@symfony.com"
  11761. },
  11762. {
  11763. "name": "Symfony Community",
  11764. "homepage": "https://symfony.com/contributors"
  11765. }
  11766. ],
  11767. "description": "Provides tools to internationalize your application",
  11768. "homepage": "https://symfony.com",
  11769. "time": "2021-03-23T16:25:01+00:00"
  11770. },
  11771. {
  11772. "name": "symfony/translation-contracts",
  11773. "version": "v2.3.0",
  11774. "source": {
  11775. "type": "git",
  11776. "url": "https://github.com/symfony/translation-contracts.git",
  11777. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
  11778. },
  11779. "dist": {
  11780. "type": "zip",
  11781. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  11782. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  11783. "shasum": ""
  11784. },
  11785. "require": {
  11786. "php": ">=7.2.5"
  11787. },
  11788. "suggest": {
  11789. "symfony/translation-implementation": ""
  11790. },
  11791. "type": "library",
  11792. "extra": {
  11793. "branch-alias": {
  11794. "dev-master": "2.3-dev"
  11795. },
  11796. "thanks": {
  11797. "name": "symfony/contracts",
  11798. "url": "https://github.com/symfony/contracts"
  11799. }
  11800. },
  11801. "autoload": {
  11802. "psr-4": {
  11803. "Symfony\\Contracts\\Translation\\": ""
  11804. }
  11805. },
  11806. "notification-url": "https://packagist.org/downloads/",
  11807. "license": [
  11808. "MIT"
  11809. ],
  11810. "authors": [
  11811. {
  11812. "name": "Nicolas Grekas",
  11813. "email": "p@tchwork.com"
  11814. },
  11815. {
  11816. "name": "Symfony Community",
  11817. "homepage": "https://symfony.com/contributors"
  11818. }
  11819. ],
  11820. "description": "Generic abstractions related to translation",
  11821. "homepage": "https://symfony.com",
  11822. "keywords": [
  11823. "abstractions",
  11824. "contracts",
  11825. "decoupling",
  11826. "interfaces",
  11827. "interoperability",
  11828. "standards"
  11829. ],
  11830. "time": "2020-09-28T13:05:58+00:00"
  11831. },
  11832. {
  11833. "name": "symfony/twig-bridge",
  11834. "version": "v4.4.21",
  11835. "source": {
  11836. "type": "git",
  11837. "url": "https://github.com/symfony/twig-bridge.git",
  11838. "reference": "f5d0492a38c5325d9c322d406dbe95bc26fc530d"
  11839. },
  11840. "dist": {
  11841. "type": "zip",
  11842. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/f5d0492a38c5325d9c322d406dbe95bc26fc530d",
  11843. "reference": "f5d0492a38c5325d9c322d406dbe95bc26fc530d",
  11844. "shasum": ""
  11845. },
  11846. "require": {
  11847. "php": ">=7.1.3",
  11848. "symfony/translation-contracts": "^1.1|^2",
  11849. "twig/twig": "^1.43|^2.13|^3.0.4"
  11850. },
  11851. "conflict": {
  11852. "symfony/console": "<3.4",
  11853. "symfony/form": "<4.4",
  11854. "symfony/http-foundation": "<4.3",
  11855. "symfony/translation": "<4.2",
  11856. "symfony/workflow": "<4.3"
  11857. },
  11858. "require-dev": {
  11859. "egulias/email-validator": "^2.1.10|^3",
  11860. "symfony/asset": "^3.4|^4.0|^5.0",
  11861. "symfony/console": "^3.4|^4.0|^5.0",
  11862. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  11863. "symfony/error-handler": "^4.4|^5.0",
  11864. "symfony/expression-language": "^3.4|^4.0|^5.0",
  11865. "symfony/finder": "^3.4|^4.0|^5.0",
  11866. "symfony/form": "^4.4.17",
  11867. "symfony/http-foundation": "^4.3|^5.0",
  11868. "symfony/http-kernel": "^4.4",
  11869. "symfony/intl": "^4.4|^5.0",
  11870. "symfony/mime": "^4.3|^5.0",
  11871. "symfony/polyfill-intl-icu": "~1.0",
  11872. "symfony/routing": "^3.4|^4.0|^5.0",
  11873. "symfony/security-acl": "^2.8|^3.0",
  11874. "symfony/security-core": "^3.0|^4.0|^5.0",
  11875. "symfony/security-csrf": "^3.4|^4.0|^5.0",
  11876. "symfony/security-http": "^3.4|^4.0|^5.0",
  11877. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  11878. "symfony/templating": "^3.4|^4.0|^5.0",
  11879. "symfony/translation": "^4.2.1|^5.0",
  11880. "symfony/web-link": "^4.4|^5.0",
  11881. "symfony/workflow": "^4.3|^5.0",
  11882. "symfony/yaml": "^3.4|^4.0|^5.0",
  11883. "twig/cssinliner-extra": "^2.12|^3",
  11884. "twig/inky-extra": "^2.12|^3",
  11885. "twig/markdown-extra": "^2.12|^3"
  11886. },
  11887. "suggest": {
  11888. "symfony/asset": "For using the AssetExtension",
  11889. "symfony/expression-language": "For using the ExpressionExtension",
  11890. "symfony/finder": "",
  11891. "symfony/form": "For using the FormExtension",
  11892. "symfony/http-kernel": "For using the HttpKernelExtension",
  11893. "symfony/routing": "For using the RoutingExtension",
  11894. "symfony/security-core": "For using the SecurityExtension",
  11895. "symfony/security-csrf": "For using the CsrfExtension",
  11896. "symfony/security-http": "For using the LogoutUrlExtension",
  11897. "symfony/stopwatch": "For using the StopwatchExtension",
  11898. "symfony/templating": "For using the TwigEngine",
  11899. "symfony/translation": "For using the TranslationExtension",
  11900. "symfony/var-dumper": "For using the DumpExtension",
  11901. "symfony/web-link": "For using the WebLinkExtension",
  11902. "symfony/yaml": "For using the YamlExtension"
  11903. },
  11904. "type": "symfony-bridge",
  11905. "autoload": {
  11906. "psr-4": {
  11907. "Symfony\\Bridge\\Twig\\": ""
  11908. },
  11909. "exclude-from-classmap": [
  11910. "/Tests/"
  11911. ]
  11912. },
  11913. "notification-url": "https://packagist.org/downloads/",
  11914. "license": [
  11915. "MIT"
  11916. ],
  11917. "authors": [
  11918. {
  11919. "name": "Fabien Potencier",
  11920. "email": "fabien@symfony.com"
  11921. },
  11922. {
  11923. "name": "Symfony Community",
  11924. "homepage": "https://symfony.com/contributors"
  11925. }
  11926. ],
  11927. "description": "Provides integration for Twig with various Symfony components",
  11928. "homepage": "https://symfony.com",
  11929. "time": "2021-03-16T08:08:39+00:00"
  11930. },
  11931. {
  11932. "name": "symfony/twig-bundle",
  11933. "version": "v4.4.20",
  11934. "source": {
  11935. "type": "git",
  11936. "url": "https://github.com/symfony/twig-bundle.git",
  11937. "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86"
  11938. },
  11939. "dist": {
  11940. "type": "zip",
  11941. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/7cee73b45e3bd963a0ab4184f1041dcdc85b6e86",
  11942. "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86",
  11943. "shasum": ""
  11944. },
  11945. "require": {
  11946. "php": ">=7.1.3",
  11947. "symfony/http-foundation": "^4.3|^5.0",
  11948. "symfony/http-kernel": "^4.4",
  11949. "symfony/polyfill-ctype": "~1.8",
  11950. "symfony/twig-bridge": "^4.4|^5.0",
  11951. "twig/twig": "^1.43|^2.13|^3.0.4"
  11952. },
  11953. "conflict": {
  11954. "symfony/dependency-injection": "<4.1",
  11955. "symfony/framework-bundle": "<4.4",
  11956. "symfony/translation": "<4.2"
  11957. },
  11958. "require-dev": {
  11959. "doctrine/annotations": "^1.10.4",
  11960. "doctrine/cache": "~1.0",
  11961. "symfony/asset": "^3.4|^4.0|^5.0",
  11962. "symfony/dependency-injection": "^4.2.5|^5.0",
  11963. "symfony/expression-language": "^3.4|^4.0|^5.0",
  11964. "symfony/finder": "^3.4|^4.0|^5.0",
  11965. "symfony/form": "^3.4|^4.0|^5.0",
  11966. "symfony/framework-bundle": "^4.4|^5.0",
  11967. "symfony/routing": "^3.4|^4.0|^5.0",
  11968. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  11969. "symfony/templating": "^3.4|^4.0|^5.0",
  11970. "symfony/translation": "^4.2|^5.0",
  11971. "symfony/web-link": "^3.4|^4.0|^5.0",
  11972. "symfony/yaml": "^3.4|^4.0|^5.0"
  11973. },
  11974. "type": "symfony-bundle",
  11975. "autoload": {
  11976. "psr-4": {
  11977. "Symfony\\Bundle\\TwigBundle\\": ""
  11978. },
  11979. "exclude-from-classmap": [
  11980. "/Tests/"
  11981. ]
  11982. },
  11983. "notification-url": "https://packagist.org/downloads/",
  11984. "license": [
  11985. "MIT"
  11986. ],
  11987. "authors": [
  11988. {
  11989. "name": "Fabien Potencier",
  11990. "email": "fabien@symfony.com"
  11991. },
  11992. {
  11993. "name": "Symfony Community",
  11994. "homepage": "https://symfony.com/contributors"
  11995. }
  11996. ],
  11997. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  11998. "homepage": "https://symfony.com",
  11999. "time": "2021-01-27T09:09:26+00:00"
  12000. },
  12001. {
  12002. "name": "symfony/var-dumper",
  12003. "version": "v4.4.21",
  12004. "source": {
  12005. "type": "git",
  12006. "url": "https://github.com/symfony/var-dumper.git",
  12007. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806"
  12008. },
  12009. "dist": {
  12010. "type": "zip",
  12011. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0da0e174f728996f5d5072d6a9f0a42259dbc806",
  12012. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806",
  12013. "shasum": ""
  12014. },
  12015. "require": {
  12016. "php": ">=7.1.3",
  12017. "symfony/polyfill-mbstring": "~1.0",
  12018. "symfony/polyfill-php72": "~1.5",
  12019. "symfony/polyfill-php80": "^1.15"
  12020. },
  12021. "conflict": {
  12022. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  12023. "symfony/console": "<3.4"
  12024. },
  12025. "require-dev": {
  12026. "ext-iconv": "*",
  12027. "symfony/console": "^3.4|^4.0|^5.0",
  12028. "symfony/process": "^4.4|^5.0",
  12029. "twig/twig": "^1.43|^2.13|^3.0.4"
  12030. },
  12031. "suggest": {
  12032. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  12033. "ext-intl": "To show region name in time zone dump",
  12034. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  12035. },
  12036. "bin": [
  12037. "Resources/bin/var-dump-server"
  12038. ],
  12039. "type": "library",
  12040. "autoload": {
  12041. "files": [
  12042. "Resources/functions/dump.php"
  12043. ],
  12044. "psr-4": {
  12045. "Symfony\\Component\\VarDumper\\": ""
  12046. },
  12047. "exclude-from-classmap": [
  12048. "/Tests/"
  12049. ]
  12050. },
  12051. "notification-url": "https://packagist.org/downloads/",
  12052. "license": [
  12053. "MIT"
  12054. ],
  12055. "authors": [
  12056. {
  12057. "name": "Nicolas Grekas",
  12058. "email": "p@tchwork.com"
  12059. },
  12060. {
  12061. "name": "Symfony Community",
  12062. "homepage": "https://symfony.com/contributors"
  12063. }
  12064. ],
  12065. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  12066. "homepage": "https://symfony.com",
  12067. "keywords": [
  12068. "debug",
  12069. "dump"
  12070. ],
  12071. "time": "2021-03-27T19:49:03+00:00"
  12072. },
  12073. {
  12074. "name": "symfony/var-exporter",
  12075. "version": "v5.2.4",
  12076. "source": {
  12077. "type": "git",
  12078. "url": "https://github.com/symfony/var-exporter.git",
  12079. "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307"
  12080. },
  12081. "dist": {
  12082. "type": "zip",
  12083. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
  12084. "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
  12085. "shasum": ""
  12086. },
  12087. "require": {
  12088. "php": ">=7.2.5",
  12089. "symfony/polyfill-php80": "^1.15"
  12090. },
  12091. "require-dev": {
  12092. "symfony/var-dumper": "^4.4.9|^5.0.9"
  12093. },
  12094. "type": "library",
  12095. "autoload": {
  12096. "psr-4": {
  12097. "Symfony\\Component\\VarExporter\\": ""
  12098. },
  12099. "exclude-from-classmap": [
  12100. "/Tests/"
  12101. ]
  12102. },
  12103. "notification-url": "https://packagist.org/downloads/",
  12104. "license": [
  12105. "MIT"
  12106. ],
  12107. "authors": [
  12108. {
  12109. "name": "Nicolas Grekas",
  12110. "email": "p@tchwork.com"
  12111. },
  12112. {
  12113. "name": "Symfony Community",
  12114. "homepage": "https://symfony.com/contributors"
  12115. }
  12116. ],
  12117. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  12118. "homepage": "https://symfony.com",
  12119. "keywords": [
  12120. "clone",
  12121. "construct",
  12122. "export",
  12123. "hydrate",
  12124. "instantiate",
  12125. "serialize"
  12126. ],
  12127. "time": "2021-01-27T10:01:46+00:00"
  12128. },
  12129. {
  12130. "name": "symfony/web-profiler-bundle",
  12131. "version": "v4.4.21",
  12132. "source": {
  12133. "type": "git",
  12134. "url": "https://github.com/symfony/web-profiler-bundle.git",
  12135. "reference": "bd848a0c0f3e7229e329adeea10e8945f70cb4c9"
  12136. },
  12137. "dist": {
  12138. "type": "zip",
  12139. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/bd848a0c0f3e7229e329adeea10e8945f70cb4c9",
  12140. "reference": "bd848a0c0f3e7229e329adeea10e8945f70cb4c9",
  12141. "shasum": ""
  12142. },
  12143. "require": {
  12144. "php": ">=7.1.3",
  12145. "symfony/config": "^4.2|^5.0",
  12146. "symfony/framework-bundle": "^4.4|^5.0",
  12147. "symfony/http-kernel": "^4.4",
  12148. "symfony/routing": "^4.3|^5.0",
  12149. "symfony/twig-bundle": "^4.2|^5.0",
  12150. "twig/twig": "^1.43|^2.13|^3.0.4"
  12151. },
  12152. "conflict": {
  12153. "symfony/form": "<4.3",
  12154. "symfony/messenger": "<4.2"
  12155. },
  12156. "require-dev": {
  12157. "symfony/browser-kit": "^4.3|^5.0",
  12158. "symfony/console": "^4.3|^5.0",
  12159. "symfony/css-selector": "^3.4|^4.0|^5.0",
  12160. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  12161. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  12162. },
  12163. "type": "symfony-bundle",
  12164. "autoload": {
  12165. "psr-4": {
  12166. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  12167. },
  12168. "exclude-from-classmap": [
  12169. "/Tests/"
  12170. ]
  12171. },
  12172. "notification-url": "https://packagist.org/downloads/",
  12173. "license": [
  12174. "MIT"
  12175. ],
  12176. "authors": [
  12177. {
  12178. "name": "Fabien Potencier",
  12179. "email": "fabien@symfony.com"
  12180. },
  12181. {
  12182. "name": "Symfony Community",
  12183. "homepage": "https://symfony.com/contributors"
  12184. }
  12185. ],
  12186. "description": "Provides a development tool that gives detailed information about the execution of any request",
  12187. "homepage": "https://symfony.com",
  12188. "time": "2021-03-15T15:12:10+00:00"
  12189. },
  12190. {
  12191. "name": "symfony/yaml",
  12192. "version": "v4.4.21",
  12193. "source": {
  12194. "type": "git",
  12195. "url": "https://github.com/symfony/yaml.git",
  12196. "reference": "3871c720871029f008928244e56cf43497da7e9d"
  12197. },
  12198. "dist": {
  12199. "type": "zip",
  12200. "url": "https://api.github.com/repos/symfony/yaml/zipball/3871c720871029f008928244e56cf43497da7e9d",
  12201. "reference": "3871c720871029f008928244e56cf43497da7e9d",
  12202. "shasum": ""
  12203. },
  12204. "require": {
  12205. "php": ">=7.1.3",
  12206. "symfony/polyfill-ctype": "~1.8"
  12207. },
  12208. "conflict": {
  12209. "symfony/console": "<3.4"
  12210. },
  12211. "require-dev": {
  12212. "symfony/console": "^3.4|^4.0|^5.0"
  12213. },
  12214. "suggest": {
  12215. "symfony/console": "For validating YAML files using the lint command"
  12216. },
  12217. "type": "library",
  12218. "autoload": {
  12219. "psr-4": {
  12220. "Symfony\\Component\\Yaml\\": ""
  12221. },
  12222. "exclude-from-classmap": [
  12223. "/Tests/"
  12224. ]
  12225. },
  12226. "notification-url": "https://packagist.org/downloads/",
  12227. "license": [
  12228. "MIT"
  12229. ],
  12230. "authors": [
  12231. {
  12232. "name": "Fabien Potencier",
  12233. "email": "fabien@symfony.com"
  12234. },
  12235. {
  12236. "name": "Symfony Community",
  12237. "homepage": "https://symfony.com/contributors"
  12238. }
  12239. ],
  12240. "description": "Loads and dumps YAML files",
  12241. "homepage": "https://symfony.com",
  12242. "time": "2021-03-05T17:58:50+00:00"
  12243. },
  12244. {
  12245. "name": "tecnickcom/tcpdf",
  12246. "version": "6.4.1",
  12247. "source": {
  12248. "type": "git",
  12249. "url": "https://github.com/tecnickcom/TCPDF.git",
  12250. "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329"
  12251. },
  12252. "dist": {
  12253. "type": "zip",
  12254. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329",
  12255. "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329",
  12256. "shasum": ""
  12257. },
  12258. "require": {
  12259. "php": ">=5.3.0"
  12260. },
  12261. "type": "library",
  12262. "autoload": {
  12263. "classmap": [
  12264. "config",
  12265. "include",
  12266. "tcpdf.php",
  12267. "tcpdf_parser.php",
  12268. "tcpdf_import.php",
  12269. "tcpdf_barcodes_1d.php",
  12270. "tcpdf_barcodes_2d.php",
  12271. "include/tcpdf_colors.php",
  12272. "include/tcpdf_filters.php",
  12273. "include/tcpdf_font_data.php",
  12274. "include/tcpdf_fonts.php",
  12275. "include/tcpdf_images.php",
  12276. "include/tcpdf_static.php",
  12277. "include/barcodes/datamatrix.php",
  12278. "include/barcodes/pdf417.php",
  12279. "include/barcodes/qrcode.php"
  12280. ]
  12281. },
  12282. "notification-url": "https://packagist.org/downloads/",
  12283. "license": [
  12284. "LGPL-3.0-only"
  12285. ],
  12286. "authors": [
  12287. {
  12288. "name": "Nicola Asuni",
  12289. "email": "info@tecnick.com",
  12290. "role": "lead"
  12291. }
  12292. ],
  12293. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  12294. "homepage": "http://www.tcpdf.org/",
  12295. "keywords": [
  12296. "PDFD32000-2008",
  12297. "TCPDF",
  12298. "barcodes",
  12299. "datamatrix",
  12300. "pdf",
  12301. "pdf417",
  12302. "qrcode"
  12303. ],
  12304. "time": "2021-03-27T16:00:33+00:00"
  12305. },
  12306. {
  12307. "name": "terminal42/contao-changelanguage",
  12308. "version": "3.1.16",
  12309. "source": {
  12310. "type": "git",
  12311. "url": "https://github.com/terminal42/contao-changelanguage.git",
  12312. "reference": "31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9"
  12313. },
  12314. "dist": {
  12315. "type": "zip",
  12316. "url": "https://api.github.com/repos/terminal42/contao-changelanguage/zipball/31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9",
  12317. "reference": "31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9",
  12318. "shasum": ""
  12319. },
  12320. "require": {
  12321. "codefog/contao-haste": "~4.13",
  12322. "contao-community-alliance/composer-plugin": "^2.4.1 || ~3.0",
  12323. "contao/core-bundle": "^3.5.9 || ~4.1",
  12324. "menatwork/contao-multicolumnwizard": "^3.3",
  12325. "php": ">=5.4"
  12326. },
  12327. "conflict": {
  12328. "aschempp/contao-calendarlanguage": "*",
  12329. "contao-legacy/calendarlanguage": "*",
  12330. "contao-legacy/newslanguage": "*",
  12331. "terminal42/contao-newslanguage": "*"
  12332. },
  12333. "replace": {
  12334. "contao-legacy/changelanguage": "self.version"
  12335. },
  12336. "require-dev": {
  12337. "contao/core": "^3.5.9",
  12338. "friendsofphp/php-cs-fixer": "^2.1",
  12339. "phpunit/dbunit": "~1.3",
  12340. "phpunit/phpunit": "4.*",
  12341. "satooshi/php-coveralls": "~0.6"
  12342. },
  12343. "type": "contao-module",
  12344. "extra": {
  12345. "branch-alias": {
  12346. "dev-develop": "3.2.x-dev"
  12347. },
  12348. "contao": {
  12349. "sources": {
  12350. "": "system/modules/changelanguage"
  12351. },
  12352. "runonce": [
  12353. "config/update.php"
  12354. ]
  12355. }
  12356. },
  12357. "autoload": {
  12358. "psr-0": {
  12359. "Terminal42\\ChangeLanguage\\": "library/"
  12360. }
  12361. },
  12362. "notification-url": "https://packagist.org/downloads/",
  12363. "license": [
  12364. "LGPL-3.0+"
  12365. ],
  12366. "authors": [
  12367. {
  12368. "name": "terminal42 gmbh",
  12369. "homepage": "https://www.terminal42.ch"
  12370. }
  12371. ],
  12372. "description": "ChangeLanguage extension for Contao Open Source CMS",
  12373. "keywords": [
  12374. "change",
  12375. "contao",
  12376. "language"
  12377. ],
  12378. "time": "2021-01-19T09:08:21+00:00"
  12379. },
  12380. {
  12381. "name": "terminal42/contao-node",
  12382. "version": "1.3.3",
  12383. "source": {
  12384. "type": "git",
  12385. "url": "https://github.com/terminal42/contao-node.git",
  12386. "reference": "57467ded7531dc8ae564e1c8b73af13d3dcacfe5"
  12387. },
  12388. "dist": {
  12389. "type": "zip",
  12390. "url": "https://api.github.com/repos/terminal42/contao-node/zipball/57467ded7531dc8ae564e1c8b73af13d3dcacfe5",
  12391. "reference": "57467ded7531dc8ae564e1c8b73af13d3dcacfe5",
  12392. "shasum": ""
  12393. },
  12394. "require": {
  12395. "codefog/contao-haste": "^4.21",
  12396. "codefog/tags-bundle": "^3.0",
  12397. "contao/core-bundle": "^4.4",
  12398. "php": ">=7.1"
  12399. },
  12400. "conflict": {
  12401. "contao/manager-plugin": "<2.0 || >=3.0"
  12402. },
  12403. "require-dev": {
  12404. "contao/manager-plugin": "^2.0",
  12405. "friendsofphp/php-cs-fixer": "^2.2"
  12406. },
  12407. "type": "contao-bundle",
  12408. "extra": {
  12409. "contao-manager-plugin": "Terminal42\\NodeBundle\\ContaoManager\\Plugin"
  12410. },
  12411. "autoload": {
  12412. "psr-4": {
  12413. "Terminal42\\NodeBundle\\": "src/"
  12414. }
  12415. },
  12416. "notification-url": "https://packagist.org/downloads/",
  12417. "license": [
  12418. "MIT"
  12419. ],
  12420. "authors": [
  12421. {
  12422. "name": "terminal42",
  12423. "homepage": "https://terminal42.ch"
  12424. }
  12425. ],
  12426. "description": "Node bundle for Contao Open Source CMS",
  12427. "keywords": [
  12428. "contao",
  12429. "content",
  12430. "node"
  12431. ],
  12432. "time": "2021-04-04T10:14:46+00:00"
  12433. },
  12434. {
  12435. "name": "terminal42/dc_multilingual",
  12436. "version": "4.1.1",
  12437. "source": {
  12438. "type": "git",
  12439. "url": "https://github.com/terminal42/contao-DC_Multilingual.git",
  12440. "reference": "efeed67f5eab54360edfbf16026f20e19839f620"
  12441. },
  12442. "dist": {
  12443. "type": "zip",
  12444. "url": "https://api.github.com/repos/terminal42/contao-DC_Multilingual/zipball/efeed67f5eab54360edfbf16026f20e19839f620",
  12445. "reference": "efeed67f5eab54360edfbf16026f20e19839f620",
  12446. "shasum": ""
  12447. },
  12448. "require": {
  12449. "contao/core-bundle": "^4.4",
  12450. "doctrine/dbal": "^2.5",
  12451. "php": "^5.6 || ^7.0"
  12452. },
  12453. "conflict": {
  12454. "contao/manager-plugin": "<2.0 || >=3.0"
  12455. },
  12456. "replace": {
  12457. "contao-legacy/dc_multilingual": "self.version"
  12458. },
  12459. "require-dev": {
  12460. "contao/manager-plugin": "^2.0",
  12461. "friendsofphp/php-cs-fixer": "^2.1"
  12462. },
  12463. "type": "contao-module",
  12464. "extra": {
  12465. "contao-manager-plugin": "Terminal42\\DcMultilingualBundle\\ContaoManager\\Plugin"
  12466. },
  12467. "autoload": {
  12468. "classmap": [
  12469. "src/DC_Multilingual.php"
  12470. ],
  12471. "psr-4": {
  12472. "Terminal42\\DcMultilingualBundle\\": "src"
  12473. }
  12474. },
  12475. "notification-url": "https://packagist.org/downloads/",
  12476. "license": [
  12477. "LGPL-3.0+"
  12478. ],
  12479. "authors": [
  12480. {
  12481. "name": "terminal42 gmbh",
  12482. "homepage": "http://www.terminal42.ch"
  12483. },
  12484. {
  12485. "name": "Codefog",
  12486. "homepage": "http://codefog.pl"
  12487. }
  12488. ],
  12489. "description": "DC_Multilingual extension for Contao Open Source CMS",
  12490. "keywords": [
  12491. "contao",
  12492. "driver",
  12493. "multilingual"
  12494. ],
  12495. "time": "2020-07-03T09:56:59+00:00"
  12496. },
  12497. {
  12498. "name": "terminal42/escargot",
  12499. "version": "1.0.5",
  12500. "source": {
  12501. "type": "git",
  12502. "url": "https://github.com/terminal42/escargot.git",
  12503. "reference": "dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e"
  12504. },
  12505. "dist": {
  12506. "type": "zip",
  12507. "url": "https://api.github.com/repos/terminal42/escargot/zipball/dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e",
  12508. "reference": "dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e",
  12509. "shasum": ""
  12510. },
  12511. "require": {
  12512. "ext-simplexml": "*",
  12513. "nyholm/psr7": "^1.1",
  12514. "php": "^7.2 | ^8.0",
  12515. "psr/http-message": "^1.0",
  12516. "psr/log": "^1.1",
  12517. "symfony/dom-crawler": "^4.4 | ^5.0",
  12518. "symfony/event-dispatcher": "^4.4 | ^5.0",
  12519. "symfony/http-client": "^4.4 | ^5.0",
  12520. "webignition/robots-txt-file": "^3.0"
  12521. },
  12522. "require-dev": {
  12523. "doctrine/dbal": "^2.10",
  12524. "symfony/finder": "^4.4 | ^5.0",
  12525. "symfony/phpunit-bridge": "^5.1.8"
  12526. },
  12527. "type": "library",
  12528. "autoload": {
  12529. "psr-4": {
  12530. "Terminal42\\Escargot\\": "src/"
  12531. }
  12532. },
  12533. "notification-url": "https://packagist.org/downloads/",
  12534. "license": [
  12535. "MIT"
  12536. ],
  12537. "authors": [
  12538. {
  12539. "name": "Yanick Witschi",
  12540. "homepage": "https://github.com/toflar",
  12541. "role": "Developer"
  12542. }
  12543. ],
  12544. "description": "A web crawler or spider library based on Symfony components",
  12545. "homepage": "https://www.terminal42.ch",
  12546. "keywords": [
  12547. "crawl",
  12548. "escargot",
  12549. "index",
  12550. "search",
  12551. "spider"
  12552. ],
  12553. "time": "2021-03-29T08:08:33+00:00"
  12554. },
  12555. {
  12556. "name": "terminal42/service-annotation-bundle",
  12557. "version": "1.1.3",
  12558. "source": {
  12559. "type": "git",
  12560. "url": "https://github.com/terminal42/service-annotation-bundle.git",
  12561. "reference": "6676feaff9ae1efcb261b463d82f42d2fe1fc67a"
  12562. },
  12563. "dist": {
  12564. "type": "zip",
  12565. "url": "https://api.github.com/repos/terminal42/service-annotation-bundle/zipball/6676feaff9ae1efcb261b463d82f42d2fe1fc67a",
  12566. "reference": "6676feaff9ae1efcb261b463d82f42d2fe1fc67a",
  12567. "shasum": ""
  12568. },
  12569. "require": {
  12570. "doctrine/annotations": "^1.6",
  12571. "php": "^7.1 || ^8.0",
  12572. "symfony/dependency-injection": "^4.0 || ^5.0",
  12573. "symfony/http-kernel": "^4.0 || ^5.0"
  12574. },
  12575. "require-dev": {
  12576. "contao/easy-coding-standard": "^3.0"
  12577. },
  12578. "type": "symfony-bundle",
  12579. "autoload": {
  12580. "psr-4": {
  12581. "Terminal42\\ServiceAnnotationBundle\\": "src/"
  12582. }
  12583. },
  12584. "notification-url": "https://packagist.org/downloads/",
  12585. "license": [
  12586. "MIT"
  12587. ],
  12588. "authors": [
  12589. {
  12590. "name": "terminal42 gmbh",
  12591. "homepage": "https://www.terminal42.ch/"
  12592. }
  12593. ],
  12594. "description": "Add service tags from class annotations",
  12595. "time": "2020-11-25T18:59:25+00:00"
  12596. },
  12597. {
  12598. "name": "thecodingmachine/safe",
  12599. "version": "v1.3.3",
  12600. "source": {
  12601. "type": "git",
  12602. "url": "https://github.com/thecodingmachine/safe.git",
  12603. "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
  12604. },
  12605. "dist": {
  12606. "type": "zip",
  12607. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
  12608. "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
  12609. "shasum": ""
  12610. },
  12611. "require": {
  12612. "php": ">=7.2"
  12613. },
  12614. "require-dev": {
  12615. "phpstan/phpstan": "^0.12",
  12616. "squizlabs/php_codesniffer": "^3.2",
  12617. "thecodingmachine/phpstan-strict-rules": "^0.12"
  12618. },
  12619. "type": "library",
  12620. "extra": {
  12621. "branch-alias": {
  12622. "dev-master": "0.1-dev"
  12623. }
  12624. },
  12625. "autoload": {
  12626. "psr-4": {
  12627. "Safe\\": [
  12628. "lib/",
  12629. "deprecated/",
  12630. "generated/"
  12631. ]
  12632. },
  12633. "files": [
  12634. "deprecated/apc.php",
  12635. "deprecated/libevent.php",
  12636. "deprecated/mssql.php",
  12637. "deprecated/stats.php",
  12638. "lib/special_cases.php",
  12639. "generated/apache.php",
  12640. "generated/apcu.php",
  12641. "generated/array.php",
  12642. "generated/bzip2.php",
  12643. "generated/calendar.php",
  12644. "generated/classobj.php",
  12645. "generated/com.php",
  12646. "generated/cubrid.php",
  12647. "generated/curl.php",
  12648. "generated/datetime.php",
  12649. "generated/dir.php",
  12650. "generated/eio.php",
  12651. "generated/errorfunc.php",
  12652. "generated/exec.php",
  12653. "generated/fileinfo.php",
  12654. "generated/filesystem.php",
  12655. "generated/filter.php",
  12656. "generated/fpm.php",
  12657. "generated/ftp.php",
  12658. "generated/funchand.php",
  12659. "generated/gmp.php",
  12660. "generated/gnupg.php",
  12661. "generated/hash.php",
  12662. "generated/ibase.php",
  12663. "generated/ibmDb2.php",
  12664. "generated/iconv.php",
  12665. "generated/image.php",
  12666. "generated/imap.php",
  12667. "generated/info.php",
  12668. "generated/ingres-ii.php",
  12669. "generated/inotify.php",
  12670. "generated/json.php",
  12671. "generated/ldap.php",
  12672. "generated/libxml.php",
  12673. "generated/lzf.php",
  12674. "generated/mailparse.php",
  12675. "generated/mbstring.php",
  12676. "generated/misc.php",
  12677. "generated/msql.php",
  12678. "generated/mysql.php",
  12679. "generated/mysqli.php",
  12680. "generated/mysqlndMs.php",
  12681. "generated/mysqlndQc.php",
  12682. "generated/network.php",
  12683. "generated/oci8.php",
  12684. "generated/opcache.php",
  12685. "generated/openssl.php",
  12686. "generated/outcontrol.php",
  12687. "generated/password.php",
  12688. "generated/pcntl.php",
  12689. "generated/pcre.php",
  12690. "generated/pdf.php",
  12691. "generated/pgsql.php",
  12692. "generated/posix.php",
  12693. "generated/ps.php",
  12694. "generated/pspell.php",
  12695. "generated/readline.php",
  12696. "generated/rpminfo.php",
  12697. "generated/rrd.php",
  12698. "generated/sem.php",
  12699. "generated/session.php",
  12700. "generated/shmop.php",
  12701. "generated/simplexml.php",
  12702. "generated/sockets.php",
  12703. "generated/sodium.php",
  12704. "generated/solr.php",
  12705. "generated/spl.php",
  12706. "generated/sqlsrv.php",
  12707. "generated/ssdeep.php",
  12708. "generated/ssh2.php",
  12709. "generated/stream.php",
  12710. "generated/strings.php",
  12711. "generated/swoole.php",
  12712. "generated/uodbc.php",
  12713. "generated/uopz.php",
  12714. "generated/url.php",
  12715. "generated/var.php",
  12716. "generated/xdiff.php",
  12717. "generated/xml.php",
  12718. "generated/xmlrpc.php",
  12719. "generated/yaml.php",
  12720. "generated/yaz.php",
  12721. "generated/zip.php",
  12722. "generated/zlib.php"
  12723. ]
  12724. },
  12725. "notification-url": "https://packagist.org/downloads/",
  12726. "license": [
  12727. "MIT"
  12728. ],
  12729. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  12730. "time": "2020-10-28T17:51:34+00:00"
  12731. },
  12732. {
  12733. "name": "toflar/psr6-symfony-http-cache-store",
  12734. "version": "3.0.1",
  12735. "source": {
  12736. "type": "git",
  12737. "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git",
  12738. "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244"
  12739. },
  12740. "dist": {
  12741. "type": "zip",
  12742. "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244",
  12743. "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244",
  12744. "shasum": ""
  12745. },
  12746. "require": {
  12747. "php": "^7.2 | ^8.0",
  12748. "symfony/cache": "^4.4 | ^5.0",
  12749. "symfony/http-foundation": "^4.4 | ^5.0",
  12750. "symfony/http-kernel": "^4.4 | ^5.0",
  12751. "symfony/lock": "^4.4 | ^5.0",
  12752. "symfony/options-resolver": "^4.4 | ^5.0"
  12753. },
  12754. "require-dev": {
  12755. "symfony/phpunit-bridge": "^5.0"
  12756. },
  12757. "type": "library",
  12758. "autoload": {
  12759. "psr-4": {
  12760. "Toflar\\Psr6HttpCacheStore\\": "src"
  12761. }
  12762. },
  12763. "notification-url": "https://packagist.org/downloads/",
  12764. "license": [
  12765. "MIT"
  12766. ],
  12767. "authors": [
  12768. {
  12769. "name": "Yanick Witschi",
  12770. "email": "yanick.witschi@terminal42.ch"
  12771. }
  12772. ],
  12773. "description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.",
  12774. "time": "2020-11-23T21:38:47+00:00"
  12775. },
  12776. {
  12777. "name": "true/punycode",
  12778. "version": "v2.1.1",
  12779. "source": {
  12780. "type": "git",
  12781. "url": "https://github.com/true/php-punycode.git",
  12782. "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
  12783. },
  12784. "dist": {
  12785. "type": "zip",
  12786. "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
  12787. "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
  12788. "shasum": ""
  12789. },
  12790. "require": {
  12791. "php": ">=5.3.0",
  12792. "symfony/polyfill-mbstring": "^1.3"
  12793. },
  12794. "require-dev": {
  12795. "phpunit/phpunit": "~4.7",
  12796. "squizlabs/php_codesniffer": "~2.0"
  12797. },
  12798. "type": "library",
  12799. "autoload": {
  12800. "psr-4": {
  12801. "TrueBV\\": "src/"
  12802. }
  12803. },
  12804. "notification-url": "https://packagist.org/downloads/",
  12805. "license": [
  12806. "MIT"
  12807. ],
  12808. "authors": [
  12809. {
  12810. "name": "Renan Gonçalves",
  12811. "email": "renan.saddam@gmail.com"
  12812. }
  12813. ],
  12814. "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
  12815. "homepage": "https://github.com/true/php-punycode",
  12816. "keywords": [
  12817. "idna",
  12818. "punycode"
  12819. ],
  12820. "time": "2016-11-16T10:37:54+00:00"
  12821. },
  12822. {
  12823. "name": "twig/twig",
  12824. "version": "v2.14.4",
  12825. "source": {
  12826. "type": "git",
  12827. "url": "https://github.com/twigphp/Twig.git",
  12828. "reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf"
  12829. },
  12830. "dist": {
  12831. "type": "zip",
  12832. "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b4ba691fb99ec7952d25deb36c0a83061b93bbf",
  12833. "reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf",
  12834. "shasum": ""
  12835. },
  12836. "require": {
  12837. "php": ">=7.2.5",
  12838. "symfony/polyfill-ctype": "^1.8",
  12839. "symfony/polyfill-mbstring": "^1.3"
  12840. },
  12841. "require-dev": {
  12842. "psr/container": "^1.0",
  12843. "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
  12844. },
  12845. "type": "library",
  12846. "extra": {
  12847. "branch-alias": {
  12848. "dev-master": "2.14-dev"
  12849. }
  12850. },
  12851. "autoload": {
  12852. "psr-0": {
  12853. "Twig_": "lib/"
  12854. },
  12855. "psr-4": {
  12856. "Twig\\": "src/"
  12857. }
  12858. },
  12859. "notification-url": "https://packagist.org/downloads/",
  12860. "license": [
  12861. "BSD-3-Clause"
  12862. ],
  12863. "authors": [
  12864. {
  12865. "name": "Fabien Potencier",
  12866. "email": "fabien@symfony.com",
  12867. "homepage": "http://fabien.potencier.org",
  12868. "role": "Lead Developer"
  12869. },
  12870. {
  12871. "name": "Twig Team",
  12872. "role": "Contributors"
  12873. },
  12874. {
  12875. "name": "Armin Ronacher",
  12876. "email": "armin.ronacher@active-4.com",
  12877. "role": "Project Founder"
  12878. }
  12879. ],
  12880. "description": "Twig, the flexible, fast, and secure template language for PHP",
  12881. "homepage": "https://twig.symfony.com",
  12882. "keywords": [
  12883. "templating"
  12884. ],
  12885. "time": "2021-03-10T10:05:55+00:00"
  12886. },
  12887. {
  12888. "name": "ua-parser/uap-php",
  12889. "version": "v3.9.14",
  12890. "source": {
  12891. "type": "git",
  12892. "url": "https://github.com/ua-parser/uap-php.git",
  12893. "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
  12894. },
  12895. "dist": {
  12896. "type": "zip",
  12897. "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
  12898. "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
  12899. "shasum": ""
  12900. },
  12901. "require": {
  12902. "composer/ca-bundle": "^1.1",
  12903. "php": "^7.2 || ^8.0"
  12904. },
  12905. "require-dev": {
  12906. "phpstan/phpstan": "^0.12.33",
  12907. "phpunit/phpunit": "^8 || ^9",
  12908. "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12909. "symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12910. "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12911. "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12912. "vimeo/psalm": "^3.12"
  12913. },
  12914. "suggest": {
  12915. "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12916. "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12917. "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12918. "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
  12919. },
  12920. "bin": [
  12921. "bin/uaparser"
  12922. ],
  12923. "type": "library",
  12924. "autoload": {
  12925. "psr-4": {
  12926. "UAParser\\": "src"
  12927. }
  12928. },
  12929. "notification-url": "https://packagist.org/downloads/",
  12930. "license": [
  12931. "MIT"
  12932. ],
  12933. "authors": [
  12934. {
  12935. "name": "Dave Olsen",
  12936. "email": "dmolsen@gmail.com"
  12937. },
  12938. {
  12939. "name": "Lars Strojny",
  12940. "email": "lars@strojny.net"
  12941. }
  12942. ],
  12943. "description": "A multi-language port of Browserscope's user agent parser.",
  12944. "time": "2020-10-02T23:36:20+00:00"
  12945. },
  12946. {
  12947. "name": "webignition/disallowed-character-terminated-string",
  12948. "version": "2.0",
  12949. "source": {
  12950. "type": "git",
  12951. "url": "https://github.com/webignition/disallowed-character-terminated-string.git",
  12952. "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e"
  12953. },
  12954. "dist": {
  12955. "type": "zip",
  12956. "url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
  12957. "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
  12958. "shasum": ""
  12959. },
  12960. "require": {
  12961. "php": ">=7.2"
  12962. },
  12963. "require-dev": {
  12964. "phpstan/phpstan": "^0.12.3",
  12965. "phpunit/phpunit": "~8.0",
  12966. "squizlabs/php_codesniffer": "^3.5"
  12967. },
  12968. "type": "library",
  12969. "autoload": {
  12970. "psr-4": {
  12971. "webignition\\DisallowedCharacterTerminatedString\\": "src"
  12972. }
  12973. },
  12974. "notification-url": "https://packagist.org/downloads/",
  12975. "license": [
  12976. "MIT"
  12977. ],
  12978. "authors": [
  12979. {
  12980. "name": "Jon Cram",
  12981. "email": "webignition@gmail.com"
  12982. }
  12983. ],
  12984. "description": "A string terminated by one or more disallowed characters",
  12985. "homepage": "https://github.com/webignition/disallowed-character-terminated-string",
  12986. "keywords": [
  12987. "string",
  12988. "terminated"
  12989. ],
  12990. "time": "2019-12-20T15:52:44+00:00"
  12991. },
  12992. {
  12993. "name": "webignition/robots-txt-file",
  12994. "version": "3.0",
  12995. "source": {
  12996. "type": "git",
  12997. "url": "https://github.com/webignition/robots-txt-file.git",
  12998. "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6"
  12999. },
  13000. "dist": {
  13001. "type": "zip",
  13002. "url": "https://api.github.com/repos/webignition/robots-txt-file/zipball/51bd7b1045348d94177cf6b21415385bf0923fa6",
  13003. "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6",
  13004. "shasum": ""
  13005. },
  13006. "require": {
  13007. "ext-json": "*",
  13008. "ext-mbstring": "*",
  13009. "php": ">=7.2.0",
  13010. "webignition/disallowed-character-terminated-string": ">=2,<3"
  13011. },
  13012. "require-dev": {
  13013. "phpstan/phpstan": "^0.12.3",
  13014. "phpunit/phpunit": "^8.0",
  13015. "squizlabs/php_codesniffer": "^3.5"
  13016. },
  13017. "type": "library",
  13018. "autoload": {
  13019. "psr-4": {
  13020. "webignition\\RobotsTxt\\": "src/",
  13021. "webignition\\RobotsTxt\\Tests\\": "tests/"
  13022. }
  13023. },
  13024. "notification-url": "https://packagist.org/downloads/",
  13025. "license": [
  13026. "MIT"
  13027. ],
  13028. "authors": [
  13029. {
  13030. "name": "Jon Cram",
  13031. "email": "webignition@gmail.com"
  13032. }
  13033. ],
  13034. "description": "Models a robots.txt file",
  13035. "homepage": "https://github.com/webignition/robots-txt-file",
  13036. "keywords": [
  13037. "parser",
  13038. "robots.txt"
  13039. ],
  13040. "time": "2019-12-20T17:50:44+00:00"
  13041. },
  13042. {
  13043. "name": "webimpress/safe-writer",
  13044. "version": "2.1.0",
  13045. "source": {
  13046. "type": "git",
  13047. "url": "https://github.com/webimpress/safe-writer.git",
  13048. "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd"
  13049. },
  13050. "dist": {
  13051. "type": "zip",
  13052. "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd",
  13053. "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd",
  13054. "shasum": ""
  13055. },
  13056. "require": {
  13057. "php": "^7.2 || ^8.0"
  13058. },
  13059. "require-dev": {
  13060. "phpunit/phpunit": "^8.5.8 || ^9.3.7",
  13061. "vimeo/psalm": "^3.14.2",
  13062. "webimpress/coding-standard": "^1.1.5"
  13063. },
  13064. "type": "library",
  13065. "extra": {
  13066. "branch-alias": {
  13067. "dev-master": "2.1.x-dev",
  13068. "dev-develop": "2.2.x-dev",
  13069. "dev-release-1.0": "1.0.x-dev"
  13070. }
  13071. },
  13072. "autoload": {
  13073. "psr-4": {
  13074. "Webimpress\\SafeWriter\\": "src/"
  13075. }
  13076. },
  13077. "notification-url": "https://packagist.org/downloads/",
  13078. "license": [
  13079. "BSD-2-Clause"
  13080. ],
  13081. "description": "Tool to write files safely, to avoid race conditions",
  13082. "keywords": [
  13083. "concurrent write",
  13084. "file writer",
  13085. "race condition",
  13086. "safe writer",
  13087. "webimpress"
  13088. ],
  13089. "time": "2020-08-25T07:21:11+00:00"
  13090. },
  13091. {
  13092. "name": "webmozart/assert",
  13093. "version": "1.10.0",
  13094. "source": {
  13095. "type": "git",
  13096. "url": "https://github.com/webmozarts/assert.git",
  13097. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  13098. },
  13099. "dist": {
  13100. "type": "zip",
  13101. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  13102. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  13103. "shasum": ""
  13104. },
  13105. "require": {
  13106. "php": "^7.2 || ^8.0",
  13107. "symfony/polyfill-ctype": "^1.8"
  13108. },
  13109. "conflict": {
  13110. "phpstan/phpstan": "<0.12.20",
  13111. "vimeo/psalm": "<4.6.1 || 4.6.2"
  13112. },
  13113. "require-dev": {
  13114. "phpunit/phpunit": "^8.5.13"
  13115. },
  13116. "type": "library",
  13117. "extra": {
  13118. "branch-alias": {
  13119. "dev-master": "1.10-dev"
  13120. }
  13121. },
  13122. "autoload": {
  13123. "psr-4": {
  13124. "Webmozart\\Assert\\": "src/"
  13125. }
  13126. },
  13127. "notification-url": "https://packagist.org/downloads/",
  13128. "license": [
  13129. "MIT"
  13130. ],
  13131. "authors": [
  13132. {
  13133. "name": "Bernhard Schussek",
  13134. "email": "bschussek@gmail.com"
  13135. }
  13136. ],
  13137. "description": "Assertions to validate method input/output with nice error messages.",
  13138. "keywords": [
  13139. "assert",
  13140. "check",
  13141. "validate"
  13142. ],
  13143. "time": "2021-03-09T10:59:23+00:00"
  13144. },
  13145. {
  13146. "name": "webmozart/path-util",
  13147. "version": "2.3.0",
  13148. "source": {
  13149. "type": "git",
  13150. "url": "https://github.com/webmozart/path-util.git",
  13151. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  13152. },
  13153. "dist": {
  13154. "type": "zip",
  13155. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  13156. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  13157. "shasum": ""
  13158. },
  13159. "require": {
  13160. "php": ">=5.3.3",
  13161. "webmozart/assert": "~1.0"
  13162. },
  13163. "require-dev": {
  13164. "phpunit/phpunit": "^4.6",
  13165. "sebastian/version": "^1.0.1"
  13166. },
  13167. "type": "library",
  13168. "extra": {
  13169. "branch-alias": {
  13170. "dev-master": "2.3-dev"
  13171. }
  13172. },
  13173. "autoload": {
  13174. "psr-4": {
  13175. "Webmozart\\PathUtil\\": "src/"
  13176. }
  13177. },
  13178. "notification-url": "https://packagist.org/downloads/",
  13179. "license": [
  13180. "MIT"
  13181. ],
  13182. "authors": [
  13183. {
  13184. "name": "Bernhard Schussek",
  13185. "email": "bschussek@gmail.com"
  13186. }
  13187. ],
  13188. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  13189. "time": "2015-12-17T08:42:14+00:00"
  13190. },
  13191. {
  13192. "name": "wikimedia/less.php",
  13193. "version": "1.8.2",
  13194. "source": {
  13195. "type": "git",
  13196. "url": "https://github.com/wikimedia/less.php.git",
  13197. "reference": "e238ad228d74b6ffd38209c799b34e9826909266"
  13198. },
  13199. "dist": {
  13200. "type": "zip",
  13201. "url": "https://api.github.com/repos/wikimedia/less.php/zipball/e238ad228d74b6ffd38209c799b34e9826909266",
  13202. "reference": "e238ad228d74b6ffd38209c799b34e9826909266",
  13203. "shasum": ""
  13204. },
  13205. "require": {
  13206. "php": ">=7.2.9"
  13207. },
  13208. "require-dev": {
  13209. "phpunit/phpunit": "7.5.14"
  13210. },
  13211. "bin": [
  13212. "bin/lessc"
  13213. ],
  13214. "type": "library",
  13215. "autoload": {
  13216. "psr-0": {
  13217. "Less": "lib/"
  13218. },
  13219. "classmap": [
  13220. "lessc.inc.php"
  13221. ]
  13222. },
  13223. "notification-url": "https://packagist.org/downloads/",
  13224. "license": [
  13225. "Apache-2.0"
  13226. ],
  13227. "authors": [
  13228. {
  13229. "name": "Josh Schmidt",
  13230. "homepage": "https://github.com/oyejorge"
  13231. },
  13232. {
  13233. "name": "Matt Agar",
  13234. "homepage": "https://github.com/agar"
  13235. },
  13236. {
  13237. "name": "Martin Jantošovič",
  13238. "homepage": "https://github.com/Mordred"
  13239. }
  13240. ],
  13241. "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
  13242. "keywords": [
  13243. "css",
  13244. "less",
  13245. "less.js",
  13246. "lesscss",
  13247. "php",
  13248. "stylesheet"
  13249. ],
  13250. "time": "2019-11-06T18:30:11+00:00"
  13251. }
  13252. ],
  13253. "packages-dev": [],
  13254. "aliases": [],
  13255. "minimum-stability": "stable",
  13256. "stability-flags": {
  13257. "contao/conflicts": 20
  13258. },
  13259. "prefer-stable": false,
  13260. "prefer-lowest": false,
  13261. "platform": [],
  13262. "platform-dev": [],
  13263. "plugin-api-version": "2.0.0"
  13264. }