Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

12795 rindas
471 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": "1fcd1a779ed8abbabf8df5bb634078ad",
  8. "packages": [
  9. {
  10. "name": "ausi/slug-generator",
  11. "version": "v1.1.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ausi/slug-generator.git",
  15. "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ausi/slug-generator/zipball/4e761b08966c5d4aeecc1829ac997e5a5a29d231",
  20. "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-intl": "*",
  25. "ext-mbstring": "*",
  26. "ext-pcre": "*",
  27. "lib-icu": ">=4.2.1",
  28. "php": "^7.1 || ^8.0"
  29. },
  30. "require-dev": {
  31. "contao/easy-coding-standard": "^3.0",
  32. "phpstan/phpstan": "^0.12.40",
  33. "phpstan/phpstan-phpunit": "^0.12.16",
  34. "phpunit/phpunit": "^7.5.20 || ^8.5.4 || ^9.4.2",
  35. "psalm/plugin-phpunit": "^0.9",
  36. "slam/phpstan-extensions": "^5.0",
  37. "vimeo/psalm": "^3.9"
  38. },
  39. "type": "library",
  40. "autoload": {
  41. "psr-4": {
  42. "Ausi\\SlugGenerator\\": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Martin Auswöger",
  52. "email": "martin@auswoeger.com"
  53. }
  54. ],
  55. "description": "Slug Generator",
  56. "keywords": [
  57. "ascii",
  58. "cldr",
  59. "pretty-url",
  60. "slug",
  61. "slug-generator",
  62. "slugify",
  63. "transliteration",
  64. "unicode"
  65. ],
  66. "support": {
  67. "issues": "https://github.com/ausi/slug-generator/issues",
  68. "source": "https://github.com/ausi/slug-generator/tree/v1.1.1"
  69. },
  70. "funding": [
  71. {
  72. "url": "https://github.com/ausi",
  73. "type": "github"
  74. }
  75. ],
  76. "time": "2020-10-19T15:25:33+00:00"
  77. },
  78. {
  79. "name": "bacon/bacon-qr-code",
  80. "version": "2.0.7",
  81. "source": {
  82. "type": "git",
  83. "url": "https://github.com/Bacon/BaconQrCode.git",
  84. "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
  85. },
  86. "dist": {
  87. "type": "zip",
  88. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
  89. "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
  90. "shasum": ""
  91. },
  92. "require": {
  93. "dasprid/enum": "^1.0.3",
  94. "ext-iconv": "*",
  95. "php": "^7.1 || ^8.0"
  96. },
  97. "require-dev": {
  98. "phly/keep-a-changelog": "^2.1",
  99. "phpunit/phpunit": "^7 | ^8 | ^9",
  100. "spatie/phpunit-snapshot-assertions": "^4.2.9",
  101. "squizlabs/php_codesniffer": "^3.4"
  102. },
  103. "suggest": {
  104. "ext-imagick": "to generate QR code images"
  105. },
  106. "type": "library",
  107. "autoload": {
  108. "psr-4": {
  109. "BaconQrCode\\": "src/"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "BSD-2-Clause"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Ben Scholzen 'DASPRiD'",
  119. "email": "mail@dasprids.de",
  120. "homepage": "https://dasprids.de/",
  121. "role": "Developer"
  122. }
  123. ],
  124. "description": "BaconQrCode is a QR code generator for PHP.",
  125. "homepage": "https://github.com/Bacon/BaconQrCode",
  126. "support": {
  127. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  128. "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
  129. },
  130. "time": "2022-03-14T02:02:36+00:00"
  131. },
  132. {
  133. "name": "beberlei/assert",
  134. "version": "v3.3.2",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/beberlei/assert.git",
  138. "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
  143. "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "ext-ctype": "*",
  148. "ext-json": "*",
  149. "ext-mbstring": "*",
  150. "ext-simplexml": "*",
  151. "php": "^7.0 || ^8.0"
  152. },
  153. "require-dev": {
  154. "friendsofphp/php-cs-fixer": "*",
  155. "phpstan/phpstan": "*",
  156. "phpunit/phpunit": ">=6.0.0",
  157. "yoast/phpunit-polyfills": "^0.1.0"
  158. },
  159. "suggest": {
  160. "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
  161. },
  162. "type": "library",
  163. "autoload": {
  164. "files": [
  165. "lib/Assert/functions.php"
  166. ],
  167. "psr-4": {
  168. "Assert\\": "lib/Assert"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "BSD-2-Clause"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Benjamin Eberlei",
  178. "email": "kontakt@beberlei.de",
  179. "role": "Lead Developer"
  180. },
  181. {
  182. "name": "Richard Quadling",
  183. "email": "rquadling@gmail.com",
  184. "role": "Collaborator"
  185. }
  186. ],
  187. "description": "Thin assertion library for input validation in business models.",
  188. "keywords": [
  189. "assert",
  190. "assertion",
  191. "validation"
  192. ],
  193. "support": {
  194. "issues": "https://github.com/beberlei/assert/issues",
  195. "source": "https://github.com/beberlei/assert/tree/v3.3.2"
  196. },
  197. "time": "2021-12-16T21:41:27+00:00"
  198. },
  199. {
  200. "name": "clue/stream-filter",
  201. "version": "v1.6.0",
  202. "source": {
  203. "type": "git",
  204. "url": "https://github.com/clue/stream-filter.git",
  205. "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
  206. },
  207. "dist": {
  208. "type": "zip",
  209. "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
  210. "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
  211. "shasum": ""
  212. },
  213. "require": {
  214. "php": ">=5.3"
  215. },
  216. "require-dev": {
  217. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
  218. },
  219. "type": "library",
  220. "autoload": {
  221. "files": [
  222. "src/functions_include.php"
  223. ],
  224. "psr-4": {
  225. "Clue\\StreamFilter\\": "src/"
  226. }
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "license": [
  230. "MIT"
  231. ],
  232. "authors": [
  233. {
  234. "name": "Christian Lück",
  235. "email": "christian@clue.engineering"
  236. }
  237. ],
  238. "description": "A simple and modern approach to stream filtering in PHP",
  239. "homepage": "https://github.com/clue/php-stream-filter",
  240. "keywords": [
  241. "bucket brigade",
  242. "callback",
  243. "filter",
  244. "php_user_filter",
  245. "stream",
  246. "stream_filter_append",
  247. "stream_filter_register"
  248. ],
  249. "support": {
  250. "issues": "https://github.com/clue/stream-filter/issues",
  251. "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
  252. },
  253. "funding": [
  254. {
  255. "url": "https://clue.engineering/support",
  256. "type": "custom"
  257. },
  258. {
  259. "url": "https://github.com/clue",
  260. "type": "github"
  261. }
  262. ],
  263. "time": "2022-02-21T13:15:14+00:00"
  264. },
  265. {
  266. "name": "composer/ca-bundle",
  267. "version": "1.3.3",
  268. "source": {
  269. "type": "git",
  270. "url": "https://github.com/composer/ca-bundle.git",
  271. "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c"
  272. },
  273. "dist": {
  274. "type": "zip",
  275. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c",
  276. "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c",
  277. "shasum": ""
  278. },
  279. "require": {
  280. "ext-openssl": "*",
  281. "ext-pcre": "*",
  282. "php": "^5.3.2 || ^7.0 || ^8.0"
  283. },
  284. "require-dev": {
  285. "phpstan/phpstan": "^0.12.55",
  286. "psr/log": "^1.0",
  287. "symfony/phpunit-bridge": "^4.2 || ^5",
  288. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
  289. },
  290. "type": "library",
  291. "extra": {
  292. "branch-alias": {
  293. "dev-main": "1.x-dev"
  294. }
  295. },
  296. "autoload": {
  297. "psr-4": {
  298. "Composer\\CaBundle\\": "src"
  299. }
  300. },
  301. "notification-url": "https://packagist.org/downloads/",
  302. "license": [
  303. "MIT"
  304. ],
  305. "authors": [
  306. {
  307. "name": "Jordi Boggiano",
  308. "email": "j.boggiano@seld.be",
  309. "homepage": "http://seld.be"
  310. }
  311. ],
  312. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  313. "keywords": [
  314. "cabundle",
  315. "cacert",
  316. "certificate",
  317. "ssl",
  318. "tls"
  319. ],
  320. "support": {
  321. "irc": "irc://irc.freenode.org/composer",
  322. "issues": "https://github.com/composer/ca-bundle/issues",
  323. "source": "https://github.com/composer/ca-bundle/tree/1.3.3"
  324. },
  325. "funding": [
  326. {
  327. "url": "https://packagist.com",
  328. "type": "custom"
  329. },
  330. {
  331. "url": "https://github.com/composer",
  332. "type": "github"
  333. },
  334. {
  335. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  336. "type": "tidelift"
  337. }
  338. ],
  339. "time": "2022-07-20T07:14:26+00:00"
  340. },
  341. {
  342. "name": "contao-components/ace",
  343. "version": "1.11.1",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/contao-components/ace.git",
  347. "reference": "d3eba58bc8e3e201c2a20d7e41517e59b7071eed"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/contao-components/ace/zipball/d3eba58bc8e3e201c2a20d7e41517e59b7071eed",
  352. "reference": "d3eba58bc8e3e201c2a20d7e41517e59b7071eed",
  353. "shasum": ""
  354. },
  355. "require": {
  356. "contao-components/installer": "^1.0.9"
  357. },
  358. "type": "contao-component",
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "BSD-3-Clause"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Fabian Jakobs",
  366. "homepage": "https://github.com/fjakobs"
  367. }
  368. ],
  369. "description": "ACE code editor integration for Contao Open Source CMS",
  370. "support": {
  371. "issues": "https://github.com/contao-components/ace/issues",
  372. "source": "https://github.com/contao-components/ace/tree/1.11.1"
  373. },
  374. "time": "2022-09-23T10:42:22+00:00"
  375. },
  376. {
  377. "name": "contao-components/chosen",
  378. "version": "1.2.5",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/contao-components/chosen.git",
  382. "reference": "b67636ac60f5e30c63b3bede8ad9777e9fafbcb9"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/contao-components/chosen/zipball/b67636ac60f5e30c63b3bede8ad9777e9fafbcb9",
  387. "reference": "b67636ac60f5e30c63b3bede8ad9777e9fafbcb9",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "contao-components/installer": "^1.0.9"
  392. },
  393. "type": "contao-component",
  394. "notification-url": "https://packagist.org/downloads/",
  395. "license": [
  396. "MIT"
  397. ],
  398. "authors": [
  399. {
  400. "name": "Jules Janssen",
  401. "homepage": "https://github.com/julesjanssen"
  402. }
  403. ],
  404. "description": "Chosen integration for Contao Open Source CMS",
  405. "support": {
  406. "issues": "https://github.com/contao-components/chosen/issues",
  407. "source": "https://github.com/contao-components/chosen/tree/1.2.5"
  408. },
  409. "time": "2022-09-14T14:05:48+00:00"
  410. },
  411. {
  412. "name": "contao-components/colorbox",
  413. "version": "1.6.6",
  414. "source": {
  415. "type": "git",
  416. "url": "https://github.com/contao-components/colorbox.git",
  417. "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d"
  418. },
  419. "dist": {
  420. "type": "zip",
  421. "url": "https://api.github.com/repos/contao-components/colorbox/zipball/80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d",
  422. "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d",
  423. "shasum": ""
  424. },
  425. "require": {
  426. "contao-components/installer": "^1.0.9"
  427. },
  428. "type": "contao-component",
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "Leo Feyer",
  436. "homepage": "https://github.com/leofeyer"
  437. }
  438. ],
  439. "description": "Colorbox integration for Contao Open Source CMS",
  440. "support": {
  441. "issues": "https://github.com/contao-components/colorbox/issues",
  442. "source": "https://github.com/contao-components/colorbox/tree/1.6.6"
  443. },
  444. "time": "2020-05-01T15:29:20+00:00"
  445. },
  446. {
  447. "name": "contao-components/colorpicker",
  448. "version": "1.5.2",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/contao-components/colorpicker.git",
  452. "reference": "ce0732ff1d0bd952a3642fd639e3d6a93bd08c94"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/contao-components/colorpicker/zipball/ce0732ff1d0bd952a3642fd639e3d6a93bd08c94",
  457. "reference": "ce0732ff1d0bd952a3642fd639e3d6a93bd08c94",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "contao-components/installer": "^1.0.9"
  462. },
  463. "type": "contao-component",
  464. "notification-url": "https://packagist.org/downloads/",
  465. "license": [
  466. "MIT"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Leo Feyer",
  471. "homepage": "https://github.com/leofeyer"
  472. }
  473. ],
  474. "description": "Color picker integration for Contao Open Source CMS",
  475. "support": {
  476. "issues": "https://github.com/contao-components/colorpicker/issues",
  477. "source": "https://github.com/contao-components/colorpicker/tree/1.5.2"
  478. },
  479. "time": "2022-03-30T15:30:28+00:00"
  480. },
  481. {
  482. "name": "contao-components/contao",
  483. "version": "9.3.2",
  484. "source": {
  485. "type": "git",
  486. "url": "https://github.com/contao-components/contao.git",
  487. "reference": "3f5fa88ab494f41782b9744e29145f0244038064"
  488. },
  489. "dist": {
  490. "type": "zip",
  491. "url": "https://api.github.com/repos/contao-components/contao/zipball/3f5fa88ab494f41782b9744e29145f0244038064",
  492. "reference": "3f5fa88ab494f41782b9744e29145f0244038064",
  493. "shasum": ""
  494. },
  495. "require": {
  496. "contao-components/installer": "^1.0.9"
  497. },
  498. "type": "contao-component",
  499. "notification-url": "https://packagist.org/downloads/",
  500. "license": [
  501. "LGPL-3.0-or-later"
  502. ],
  503. "authors": [
  504. {
  505. "name": "Leo Feyer",
  506. "homepage": "https://github.com/leofeyer"
  507. }
  508. ],
  509. "description": "Contao Open Source CMS components",
  510. "support": {
  511. "issues": "https://github.com/contao-components/contao/issues",
  512. "source": "https://github.com/contao-components/contao/tree/9.3.2"
  513. },
  514. "time": "2022-09-01T06:31:26+00:00"
  515. },
  516. {
  517. "name": "contao-components/datepicker",
  518. "version": "2.3.2",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/contao-components/datepicker.git",
  522. "reference": "f14b2d1ecb5a1b295a61b168da1f0af561cf72fd"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/contao-components/datepicker/zipball/f14b2d1ecb5a1b295a61b168da1f0af561cf72fd",
  527. "reference": "f14b2d1ecb5a1b295a61b168da1f0af561cf72fd",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "contao-components/installer": "^1.0.9"
  532. },
  533. "type": "contao-component",
  534. "notification-url": "https://packagist.org/downloads/",
  535. "license": [
  536. "MIT"
  537. ],
  538. "authors": [
  539. {
  540. "name": "Leo Feyer",
  541. "homepage": "https://github.com/leofeyer"
  542. }
  543. ],
  544. "description": "Date picker integration for Contao Open Source CMS",
  545. "support": {
  546. "issues": "https://github.com/contao-components/datepicker/issues",
  547. "source": "https://github.com/contao-components/datepicker/tree/2.3.2"
  548. },
  549. "time": "2021-09-16T15:03:39+00:00"
  550. },
  551. {
  552. "name": "contao-components/dropzone",
  553. "version": "5.9.3",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/contao-components/dropzone.git",
  557. "reference": "212c524e3c226b01e8232287c764b22d7469df6a"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/contao-components/dropzone/zipball/212c524e3c226b01e8232287c764b22d7469df6a",
  562. "reference": "212c524e3c226b01e8232287c764b22d7469df6a",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "contao-components/installer": "^1.0.9"
  567. },
  568. "type": "contao-component",
  569. "notification-url": "https://packagist.org/downloads/",
  570. "license": [
  571. "MIT"
  572. ],
  573. "authors": [
  574. {
  575. "name": "Leo Feyer",
  576. "homepage": "https://github.com/leofeyer"
  577. }
  578. ],
  579. "description": "DropZone integration for Contao Open Source CMS",
  580. "support": {
  581. "issues": "https://github.com/contao-components/dropzone/issues",
  582. "source": "https://github.com/contao-components/dropzone/tree/5.9.3"
  583. },
  584. "time": "2021-09-28T07:38:53+00:00"
  585. },
  586. {
  587. "name": "contao-components/installer",
  588. "version": "1.4.1",
  589. "source": {
  590. "type": "git",
  591. "url": "https://github.com/contao-components/installer.git",
  592. "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7"
  593. },
  594. "dist": {
  595. "type": "zip",
  596. "url": "https://api.github.com/repos/contao-components/installer/zipball/eb0c34f0f61a3338dd985a55bd865483e78c3bb7",
  597. "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7",
  598. "shasum": ""
  599. },
  600. "require": {
  601. "composer-plugin-api": "^1.0 || ^2.0",
  602. "php": ">=5.6"
  603. },
  604. "require-dev": {
  605. "composer/composer": "^1.0 || ^2.0",
  606. "phpunit/phpunit": "^5.7.26"
  607. },
  608. "type": "composer-plugin",
  609. "extra": {
  610. "class": "Contao\\ComponentsInstaller\\Composer\\Plugin"
  611. },
  612. "autoload": {
  613. "psr-4": {
  614. "Contao\\ComponentsInstaller\\": "src/"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "LGPL-3.0-or-later"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Leo Feyer",
  624. "homepage": "https://github.com/leofeyer"
  625. }
  626. ],
  627. "description": "Contao components installer",
  628. "support": {
  629. "issues": "https://github.com/contao-components/installer/issues",
  630. "source": "https://github.com/contao-components/installer/tree/1.4.1"
  631. },
  632. "time": "2020-12-23T10:51:52+00:00"
  633. },
  634. {
  635. "name": "contao-components/jquery",
  636. "version": "3.6.1",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/contao-components/jquery.git",
  640. "reference": "e44ddb2fb49793777894eea70be1f06d0aab6ddf"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/contao-components/jquery/zipball/e44ddb2fb49793777894eea70be1f06d0aab6ddf",
  645. "reference": "e44ddb2fb49793777894eea70be1f06d0aab6ddf",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "contao-components/installer": "^1.0.9"
  650. },
  651. "type": "contao-component",
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "OpenJS Foundation and other contributors",
  659. "homepage": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
  660. }
  661. ],
  662. "description": "jQuery integration for Contao Open Source CMS",
  663. "support": {
  664. "issues": "https://github.com/contao-components/jquery/issues",
  665. "source": "https://github.com/contao-components/jquery/tree/3.6.1"
  666. },
  667. "time": "2022-09-01T15:01:50+00:00"
  668. },
  669. {
  670. "name": "contao-components/jquery-ui",
  671. "version": "1.13.1",
  672. "source": {
  673. "type": "git",
  674. "url": "https://github.com/contao-components/jquery-ui.git",
  675. "reference": "3ab2e7e9a2828bb9f84a37558040fd2bcb0e3c01"
  676. },
  677. "dist": {
  678. "type": "zip",
  679. "url": "https://api.github.com/repos/contao-components/jquery-ui/zipball/3ab2e7e9a2828bb9f84a37558040fd2bcb0e3c01",
  680. "reference": "3ab2e7e9a2828bb9f84a37558040fd2bcb0e3c01",
  681. "shasum": ""
  682. },
  683. "require": {
  684. "contao-components/installer": "^1.0.9"
  685. },
  686. "type": "contao-component",
  687. "notification-url": "https://packagist.org/downloads/",
  688. "license": [
  689. "MIT"
  690. ],
  691. "authors": [
  692. {
  693. "name": "Leo Feyer",
  694. "homepage": "https://github.com/leofeyer"
  695. }
  696. ],
  697. "description": "jQuery UI integration for Contao Open Source CMS",
  698. "support": {
  699. "issues": "https://github.com/contao-components/jquery-ui/issues",
  700. "source": "https://github.com/contao-components/jquery-ui/tree/1.13.1"
  701. },
  702. "time": "2022-02-16T14:55:44+00:00"
  703. },
  704. {
  705. "name": "contao-components/mediabox",
  706. "version": "1.5.5",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/contao-components/mediabox.git",
  710. "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://api.github.com/repos/contao-components/mediabox/zipball/8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
  715. "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
  716. "shasum": ""
  717. },
  718. "require": {
  719. "contao-components/installer": "^1.0.9"
  720. },
  721. "type": "contao-component",
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "MIT"
  725. ],
  726. "authors": [
  727. {
  728. "name": "Leo Feyer",
  729. "homepage": "https://github.com/leofeyer"
  730. }
  731. ],
  732. "description": "Mediabox integration for Contao Open Source CMS",
  733. "support": {
  734. "issues": "https://github.com/contao-components/mediabox/issues",
  735. "source": "https://github.com/contao-components/mediabox/tree/1.5.5"
  736. },
  737. "time": "2019-07-12T07:33:27+00:00"
  738. },
  739. {
  740. "name": "contao-components/mootools",
  741. "version": "1.6.0.6",
  742. "source": {
  743. "type": "git",
  744. "url": "https://github.com/contao-components/mootools.git",
  745. "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab"
  746. },
  747. "dist": {
  748. "type": "zip",
  749. "url": "https://api.github.com/repos/contao-components/mootools/zipball/cd812036f79b2d55dd0feddd7b96c180c1f04bab",
  750. "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab",
  751. "shasum": ""
  752. },
  753. "require": {
  754. "contao-components/installer": "^1.0.9"
  755. },
  756. "type": "contao-component",
  757. "notification-url": "https://packagist.org/downloads/",
  758. "license": [
  759. "MIT"
  760. ],
  761. "authors": [
  762. {
  763. "name": "Leo Feyer",
  764. "homepage": "https://github.com/leofeyer"
  765. }
  766. ],
  767. "description": "MooTools integration for Contao Open Source CMS",
  768. "support": {
  769. "issues": "https://github.com/contao-components/mootools/issues",
  770. "source": "https://github.com/contao-components/mootools/tree/1.x"
  771. },
  772. "time": "2019-07-12T07:37:02+00:00"
  773. },
  774. {
  775. "name": "contao-components/simplemodal",
  776. "version": "2.1.1",
  777. "source": {
  778. "type": "git",
  779. "url": "https://github.com/contao-components/simplemodal.git",
  780. "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849"
  781. },
  782. "dist": {
  783. "type": "zip",
  784. "url": "https://api.github.com/repos/contao-components/simplemodal/zipball/3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
  785. "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
  786. "shasum": ""
  787. },
  788. "require": {
  789. "contao-components/installer": "^1.0.9"
  790. },
  791. "type": "contao-component",
  792. "notification-url": "https://packagist.org/downloads/",
  793. "license": [
  794. "MIT"
  795. ],
  796. "authors": [
  797. {
  798. "name": "Leo Feyer",
  799. "homepage": "https://github.com/leofeyer"
  800. }
  801. ],
  802. "description": "SimpleModal integration for Contao Open Source CMS",
  803. "support": {
  804. "issues": "https://github.com/contao-components/simplemodal/issues",
  805. "source": "https://github.com/contao-components/simplemodal/tree/2.1.1"
  806. },
  807. "time": "2019-07-12T07:39:02+00:00"
  808. },
  809. {
  810. "name": "contao-components/swipe",
  811. "version": "2.2.0",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/contao-components/swipe.git",
  815. "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/contao-components/swipe/zipball/1c2acad8b32681ba829d66e99da340666f69b9d9",
  820. "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9",
  821. "shasum": ""
  822. },
  823. "require": {
  824. "contao-components/installer": "^1.0.9"
  825. },
  826. "type": "contao-component",
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Leo Feyer",
  834. "homepage": "https://github.com/leofeyer"
  835. }
  836. ],
  837. "description": "A JavaScript touch slider with dot menu",
  838. "support": {
  839. "issues": "https://github.com/contao-components/swipe/issues",
  840. "source": "https://github.com/contao-components/swipe/tree/2.x"
  841. },
  842. "time": "2019-09-12T10:53:06+00:00"
  843. },
  844. {
  845. "name": "contao-components/tablesort",
  846. "version": "4.0.1",
  847. "source": {
  848. "type": "git",
  849. "url": "https://github.com/contao-components/tablesort.git",
  850. "reference": "faabcfab17e388b767c8f5a18987c44429692a9d"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://api.github.com/repos/contao-components/tablesort/zipball/faabcfab17e388b767c8f5a18987c44429692a9d",
  855. "reference": "faabcfab17e388b767c8f5a18987c44429692a9d",
  856. "shasum": ""
  857. },
  858. "require": {
  859. "contao-components/installer": "^1.0.9"
  860. },
  861. "type": "contao-component",
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "LGPL-3.0-or-later"
  865. ],
  866. "authors": [
  867. {
  868. "name": "Leo Feyer",
  869. "homepage": "https://github.com/leofeyer"
  870. }
  871. ],
  872. "description": "Contao Open Source CMS tablesort",
  873. "support": {
  874. "issues": "https://github.com/contao-components/tablesort/issues",
  875. "source": "https://github.com/contao-components/tablesort/tree/4.0.1"
  876. },
  877. "time": "2019-07-12T07:43:54+00:00"
  878. },
  879. {
  880. "name": "contao-components/tablesorter",
  881. "version": "2.31.3",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/contao-components/tablesorter.git",
  885. "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://api.github.com/repos/contao-components/tablesorter/zipball/2b3f64c2ababdfe291e3248b26bbef5f4821f868",
  890. "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "contao-components/installer": "^1.0.9"
  895. },
  896. "type": "contao-component",
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "MIT"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Leo Feyer",
  904. "homepage": "https://github.com/leofeyer"
  905. }
  906. ],
  907. "description": "jQuery tablesorter integration for Contao Open Source CMS",
  908. "support": {
  909. "issues": "https://github.com/contao-components/tablesorter/issues",
  910. "source": "https://github.com/contao-components/tablesorter/tree/2.31.3"
  911. },
  912. "time": "2020-05-14T15:24:29+00:00"
  913. },
  914. {
  915. "name": "contao-components/tinymce4",
  916. "version": "5.10.5",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/contao-components/tinymce4.git",
  920. "reference": "04abab14f91ea4b3d7959f77023ab6d88ddb153c"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/contao-components/tinymce4/zipball/04abab14f91ea4b3d7959f77023ab6d88ddb153c",
  925. "reference": "04abab14f91ea4b3d7959f77023ab6d88ddb153c",
  926. "shasum": ""
  927. },
  928. "require": {
  929. "contao-components/installer": "^1.0.9"
  930. },
  931. "type": "contao-component",
  932. "notification-url": "https://packagist.org/downloads/",
  933. "license": [
  934. "LGPL-2.1-or-later"
  935. ],
  936. "authors": [
  937. {
  938. "name": "Leo Feyer",
  939. "homepage": "https://github.com/leofeyer"
  940. }
  941. ],
  942. "description": "TinyMCE integration for Contao Open Source CMS",
  943. "support": {
  944. "issues": "https://github.com/contao-components/tinymce4/issues",
  945. "source": "https://github.com/contao-components/tinymce4/tree/5.10.5"
  946. },
  947. "time": "2022-05-26T10:13:49+00:00"
  948. },
  949. {
  950. "name": "contao/calendar-bundle",
  951. "version": "4.13.10",
  952. "source": {
  953. "type": "git",
  954. "url": "https://github.com/contao/calendar-bundle.git",
  955. "reference": "5591c47d0f4caec712d07b383f27a36a07aa058e"
  956. },
  957. "dist": {
  958. "type": "zip",
  959. "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/5591c47d0f4caec712d07b383f27a36a07aa058e",
  960. "reference": "5591c47d0f4caec712d07b383f27a36a07aa058e",
  961. "shasum": ""
  962. },
  963. "require": {
  964. "contao/core-bundle": "self.version",
  965. "friendsofsymfony/http-cache": "^2.4",
  966. "php": "^7.4 || ^8.0",
  967. "symfony/config": "^5.4",
  968. "symfony/dependency-injection": "^5.4",
  969. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  970. "symfony/http-foundation": "^5.4",
  971. "symfony/http-kernel": "^5.4",
  972. "symfony/polyfill-mbstring": "^1.0",
  973. "symfony/yaml": "^5.4"
  974. },
  975. "conflict": {
  976. "contao/core": "*",
  977. "contao/manager-plugin": "<2.0 || >=3.0"
  978. },
  979. "require-dev": {
  980. "contao/manager-plugin": "^2.3.1",
  981. "contao/test-case": "self.version",
  982. "phpunit/phpunit": "^9.3",
  983. "symfony/http-client": "^5.4",
  984. "symfony/phpunit-bridge": "^5.4"
  985. },
  986. "type": "contao-bundle",
  987. "extra": {
  988. "contao-manager-plugin": "Contao\\CalendarBundle\\ContaoManager\\Plugin"
  989. },
  990. "autoload": {
  991. "psr-4": {
  992. "Contao\\CalendarBundle\\": "src/"
  993. },
  994. "classmap": [
  995. "src/Resources/contao/"
  996. ],
  997. "exclude-from-classmap": [
  998. "src/Resources/contao/config/",
  999. "src/Resources/contao/dca/",
  1000. "src/Resources/contao/languages/",
  1001. "src/Resources/contao/templates/"
  1002. ]
  1003. },
  1004. "notification-url": "https://packagist.org/downloads/",
  1005. "license": [
  1006. "LGPL-3.0-or-later"
  1007. ],
  1008. "authors": [
  1009. {
  1010. "name": "Leo Feyer",
  1011. "homepage": "https://github.com/leofeyer"
  1012. },
  1013. {
  1014. "name": "Contao Community",
  1015. "homepage": "https://contao.org/contributors"
  1016. }
  1017. ],
  1018. "description": "Adds calendar functionality to Contao",
  1019. "homepage": "https://contao.org",
  1020. "support": {
  1021. "docs": "https://docs.contao.org",
  1022. "forum": "https://community.contao.org",
  1023. "issues": "https://github.com/contao/contao/issues",
  1024. "source": "https://github.com/contao/calendar-bundle"
  1025. },
  1026. "funding": [
  1027. {
  1028. "url": "https://to.contao.org/donate",
  1029. "type": "custom"
  1030. }
  1031. ],
  1032. "time": "2022-08-16T10:48:52+00:00"
  1033. },
  1034. {
  1035. "name": "contao/comments-bundle",
  1036. "version": "4.13.10",
  1037. "source": {
  1038. "type": "git",
  1039. "url": "https://github.com/contao/comments-bundle.git",
  1040. "reference": "aa9a8af13c4560a97f675986821309375e73e3f1"
  1041. },
  1042. "dist": {
  1043. "type": "zip",
  1044. "url": "https://api.github.com/repos/contao/comments-bundle/zipball/aa9a8af13c4560a97f675986821309375e73e3f1",
  1045. "reference": "aa9a8af13c4560a97f675986821309375e73e3f1",
  1046. "shasum": ""
  1047. },
  1048. "require": {
  1049. "contao/core-bundle": "self.version",
  1050. "php": "^7.4 || ^8.0",
  1051. "symfony/http-kernel": "^5.4"
  1052. },
  1053. "conflict": {
  1054. "contao/core": "*",
  1055. "contao/manager-plugin": "<2.0 || >=3.0"
  1056. },
  1057. "require-dev": {
  1058. "contao/manager-plugin": "^2.0",
  1059. "symfony/http-client": "^5.4"
  1060. },
  1061. "type": "contao-bundle",
  1062. "extra": {
  1063. "contao-manager-plugin": "Contao\\CommentsBundle\\ContaoManager\\Plugin"
  1064. },
  1065. "autoload": {
  1066. "psr-4": {
  1067. "Contao\\CommentsBundle\\": "src/"
  1068. },
  1069. "classmap": [
  1070. "src/Resources/contao/"
  1071. ],
  1072. "exclude-from-classmap": [
  1073. "src/Resources/contao/config/",
  1074. "src/Resources/contao/dca/",
  1075. "src/Resources/contao/languages/",
  1076. "src/Resources/contao/templates/"
  1077. ]
  1078. },
  1079. "notification-url": "https://packagist.org/downloads/",
  1080. "license": [
  1081. "LGPL-3.0-or-later"
  1082. ],
  1083. "authors": [
  1084. {
  1085. "name": "Leo Feyer",
  1086. "homepage": "https://github.com/leofeyer"
  1087. },
  1088. {
  1089. "name": "Contao Community",
  1090. "homepage": "https://contao.org/contributors"
  1091. }
  1092. ],
  1093. "description": "Adds comments functionality to Contao",
  1094. "homepage": "https://contao.org",
  1095. "support": {
  1096. "docs": "https://docs.contao.org",
  1097. "forum": "https://community.contao.org",
  1098. "issues": "https://github.com/contao/contao/issues",
  1099. "source": "https://github.com/contao/comments-bundle"
  1100. },
  1101. "funding": [
  1102. {
  1103. "url": "https://to.contao.org/donate",
  1104. "type": "custom"
  1105. }
  1106. ],
  1107. "time": "2022-08-29T11:34:23+00:00"
  1108. },
  1109. {
  1110. "name": "contao/conflicts",
  1111. "version": "dev-main",
  1112. "source": {
  1113. "type": "git",
  1114. "url": "https://github.com/contao/conflicts.git",
  1115. "reference": "e625a583057cc4ae07bdc7185e53a3e47f62751b"
  1116. },
  1117. "dist": {
  1118. "type": "zip",
  1119. "url": "https://api.github.com/repos/contao/conflicts/zipball/e625a583057cc4ae07bdc7185e53a3e47f62751b",
  1120. "reference": "e625a583057cc4ae07bdc7185e53a3e47f62751b",
  1121. "shasum": ""
  1122. },
  1123. "conflict": {
  1124. "doctrine/dbal": "2.9.* <2.9.3 || 3.3.0",
  1125. "doctrine/doctrine-bundle": "2.6.0",
  1126. "doctrine/doctrine-migrations-bundle": "<1.1",
  1127. "doctrine/orm": "<2.4",
  1128. "doctrine/persistence": "1.3.2",
  1129. "knplabs/knp-time-bundle": "1.9.0",
  1130. "lexik/maintenance-bundle": "2.1.4",
  1131. "symfony/finder": "3.4.7 || 4.0.7",
  1132. "symfony/framework-bundle": "4.2.7 || 5.2.6",
  1133. "symfony/http-foundation": "4.4.27",
  1134. "symfony/http-kernel": "5.4.1 || 5.4.12",
  1135. "symfony/security": "3.3.17 || 3.4.7 || 3.4.8 || 3.4.11",
  1136. "symfony/swiftmailer-bundle": "2.6.* <2.6.2",
  1137. "symfony/twig-bundle": "4.1.0",
  1138. "symfony/web-profiler-bundle": "6.1.* <6.1.2",
  1139. "twig/twig": "2.7.0"
  1140. },
  1141. "default-branch": true,
  1142. "type": "metapackage",
  1143. "notification-url": "https://packagist.org/downloads/",
  1144. "license": [
  1145. "LGPL-3.0-or-later"
  1146. ],
  1147. "authors": [
  1148. {
  1149. "name": "Leo Feyer",
  1150. "homepage": "https://github.com/leofeyer"
  1151. }
  1152. ],
  1153. "description": "Contao 4 conflicting packages",
  1154. "support": {
  1155. "source": "https://github.com/contao/conflicts/tree/main"
  1156. },
  1157. "funding": [
  1158. {
  1159. "url": "https://to.contao.org/donate",
  1160. "type": "custom"
  1161. }
  1162. ],
  1163. "time": "2022-09-05T21:34:11+00:00"
  1164. },
  1165. {
  1166. "name": "contao/core-bundle",
  1167. "version": "4.13.10",
  1168. "source": {
  1169. "type": "git",
  1170. "url": "https://github.com/contao/core-bundle.git",
  1171. "reference": "70dfbb601d3b7425385389cc8fe3b312d6146656"
  1172. },
  1173. "dist": {
  1174. "type": "zip",
  1175. "url": "https://api.github.com/repos/contao/core-bundle/zipball/70dfbb601d3b7425385389cc8fe3b312d6146656",
  1176. "reference": "70dfbb601d3b7425385389cc8fe3b312d6146656",
  1177. "shasum": ""
  1178. },
  1179. "require": {
  1180. "ausi/slug-generator": "^1.1",
  1181. "bacon/bacon-qr-code": "^2.0",
  1182. "composer-runtime-api": "^2.0.14",
  1183. "contao-components/ace": "^1.2",
  1184. "contao-components/chosen": "^1.2",
  1185. "contao-components/colorbox": "^1.6",
  1186. "contao-components/colorpicker": "^1.5",
  1187. "contao-components/contao": "^9.1",
  1188. "contao-components/datepicker": "^2.3",
  1189. "contao-components/dropzone": "^5.0.1",
  1190. "contao-components/jquery": "^3.5",
  1191. "contao-components/jquery-ui": "^1.11.4",
  1192. "contao-components/mediabox": "^1.5",
  1193. "contao-components/mootools": "^1.6.0.1",
  1194. "contao-components/simplemodal": "^2.1",
  1195. "contao-components/swipe": "^2.0.3",
  1196. "contao-components/tablesort": "^4.0",
  1197. "contao-components/tablesorter": "^2.1",
  1198. "contao-components/tinymce4": "^4.7 || ^5.0",
  1199. "contao/image": "^1.0",
  1200. "contao/imagine-svg": "^1.0",
  1201. "doctrine/collections": "^1.5",
  1202. "doctrine/dbal": "^3.3",
  1203. "doctrine/doctrine-bundle": "^2.4",
  1204. "doctrine/orm": "^2.10",
  1205. "doctrine/persistence": "^2.0",
  1206. "dragonmantank/cron-expression": "^2.3",
  1207. "ext-dom": "*",
  1208. "ext-filter": "*",
  1209. "ext-gd": "*",
  1210. "ext-hash": "*",
  1211. "ext-intl": "*",
  1212. "ext-json": "*",
  1213. "ext-pcre": "*",
  1214. "ext-pdo": "*",
  1215. "ext-session": "*",
  1216. "ext-zlib": "*",
  1217. "friendsofsymfony/http-cache": "^2.6",
  1218. "friendsofsymfony/http-cache-bundle": "^2.6",
  1219. "imagine/imagine": "^1.0",
  1220. "knplabs/knp-menu": "^3.1",
  1221. "knplabs/knp-menu-bundle": "^3.0",
  1222. "knplabs/knp-time-bundle": "^1.11",
  1223. "lcobucci/jwt": "^4.0",
  1224. "league/commonmark": "^2.2",
  1225. "league/flysystem": "^2.4 || ^3.0",
  1226. "league/flysystem-bundle": "^2.0",
  1227. "matthiasmullie/minify": "^1.3",
  1228. "monolog/monolog": "^2.0",
  1229. "nelmio/cors-bundle": "^2.0.1",
  1230. "nelmio/security-bundle": "^2.2",
  1231. "nikic/php-parser": "^4.9",
  1232. "nyholm/psr7": "^1.2",
  1233. "paragonie/constant_time_encoding": "^2.2",
  1234. "php": "^7.4 || ^8.0",
  1235. "phpspec/php-diff": "^1.0",
  1236. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  1237. "psr/container": "^1",
  1238. "psr/http-message": "^1.0",
  1239. "psr/log": "^1.0",
  1240. "scheb/2fa-backup-code": "^5.8",
  1241. "scheb/2fa-bundle": "^5.8",
  1242. "scheb/2fa-trusted-device": "^5.8",
  1243. "scrivo/highlight.php": "^9.18",
  1244. "scssphp/scssphp": "^1.5",
  1245. "simplepie/simplepie": "^1.3",
  1246. "spatie/schema-org": "^3.4",
  1247. "spomky-labs/otphp": "^10.0",
  1248. "symfony-cmf/routing": "^2.3",
  1249. "symfony-cmf/routing-bundle": "^2.4",
  1250. "symfony/asset": "^5.4",
  1251. "symfony/cache": "^5.4",
  1252. "symfony/config": "^5.4",
  1253. "symfony/console": "^5.4",
  1254. "symfony/dependency-injection": "^5.4",
  1255. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1256. "symfony/doctrine-bridge": "^5.4",
  1257. "symfony/dom-crawler": "^5.4",
  1258. "symfony/event-dispatcher": "^5.4",
  1259. "symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
  1260. "symfony/expression-language": "^5.4",
  1261. "symfony/filesystem": "^5.4",
  1262. "symfony/finder": "^5.4",
  1263. "symfony/framework-bundle": "^5.4",
  1264. "symfony/http-client": "^5.4",
  1265. "symfony/http-client-contracts": "^2.4",
  1266. "symfony/http-foundation": "^5.4",
  1267. "symfony/http-kernel": "^5.4",
  1268. "symfony/intl": "^5.4",
  1269. "symfony/lock": "^5.4",
  1270. "symfony/mailer": "^5.4",
  1271. "symfony/mime": "^5.4",
  1272. "symfony/monolog-bridge": "^5.4",
  1273. "symfony/password-hasher": "^5.4",
  1274. "symfony/polyfill-intl-idn": "^1.0",
  1275. "symfony/polyfill-mbstring": "^1.0",
  1276. "symfony/process": "^5.4",
  1277. "symfony/property-access": "^5.4",
  1278. "symfony/routing": "^5.4",
  1279. "symfony/security-bundle": "^5.4",
  1280. "symfony/security-core": "^5.4",
  1281. "symfony/security-csrf": "^5.4",
  1282. "symfony/security-http": "^5.4",
  1283. "symfony/service-contracts": "^1.1 || ^2.0",
  1284. "symfony/string": "^5.4",
  1285. "symfony/translation": "^5.4",
  1286. "symfony/translation-contracts": "^2.3",
  1287. "symfony/twig-bridge": "^5.4",
  1288. "symfony/twig-bundle": "^5.4",
  1289. "symfony/uid": "^5.4",
  1290. "symfony/var-dumper": "^5.4",
  1291. "symfony/yaml": "^5.4",
  1292. "terminal42/escargot": "^1.4.1",
  1293. "terminal42/service-annotation-bundle": "^1.1",
  1294. "twig/twig": "^3.0",
  1295. "ua-parser/uap-php": "^3.9",
  1296. "webignition/robots-txt-file": "^3.0",
  1297. "wikimedia/less.php": "^1.7"
  1298. },
  1299. "conflict": {
  1300. "contao-community-alliance/composer-plugin": "<3.0",
  1301. "contao/core": "*",
  1302. "contao/manager-bundle": "^4.5 <4.5.2",
  1303. "contao/manager-plugin": "<2.0 || >=3.0",
  1304. "doctrine/cache": "<1.10",
  1305. "doctrine/dbal": "3.3.0",
  1306. "terminal42/contao-ce-access": "<3.0",
  1307. "thecodingmachine/safe": "<1.2"
  1308. },
  1309. "require-dev": {
  1310. "contao/installation-bundle": "self.version",
  1311. "contao/manager-plugin": "^2.3.1",
  1312. "contao/test-case": "self.version",
  1313. "ext-fileinfo": "*",
  1314. "league/flysystem-memory": "^2.0 || ^3.0",
  1315. "phpunit/phpunit": "^9.3",
  1316. "roave/better-reflection": "^4.12.2 || ^5.0",
  1317. "symfony/browser-kit": "^5.4",
  1318. "symfony/phpunit-bridge": "^5.4"
  1319. },
  1320. "suggest": {
  1321. "contao/tcpdf-bundle": "To export articles as PDF files"
  1322. },
  1323. "type": "symfony-bundle",
  1324. "extra": {
  1325. "contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin"
  1326. },
  1327. "autoload": {
  1328. "psr-4": {
  1329. "Contao\\CoreBundle\\": "src/"
  1330. },
  1331. "classmap": [
  1332. "src/Resources/contao/"
  1333. ],
  1334. "exclude-from-classmap": [
  1335. "src/Resources/contao/config/",
  1336. "src/Resources/contao/dca/",
  1337. "src/Resources/contao/helper/functions.php",
  1338. "src/Resources/contao/languages/",
  1339. "src/Resources/contao/templates/",
  1340. "src/Resources/contao/themes/"
  1341. ]
  1342. },
  1343. "notification-url": "https://packagist.org/downloads/",
  1344. "license": [
  1345. "LGPL-3.0-or-later"
  1346. ],
  1347. "authors": [
  1348. {
  1349. "name": "Leo Feyer",
  1350. "homepage": "https://github.com/leofeyer"
  1351. },
  1352. {
  1353. "name": "Contao Community",
  1354. "homepage": "https://contao.org/contributors"
  1355. }
  1356. ],
  1357. "description": "Contao Open Source CMS",
  1358. "homepage": "https://contao.org",
  1359. "support": {
  1360. "docs": "https://docs.contao.org",
  1361. "forum": "https://community.contao.org",
  1362. "issues": "https://github.com/contao/contao/issues",
  1363. "source": "https://github.com/contao/core-bundle"
  1364. },
  1365. "funding": [
  1366. {
  1367. "url": "https://to.contao.org/donate",
  1368. "type": "custom"
  1369. }
  1370. ],
  1371. "time": "2022-09-16T09:15:38+00:00"
  1372. },
  1373. {
  1374. "name": "contao/faq-bundle",
  1375. "version": "4.13.10",
  1376. "source": {
  1377. "type": "git",
  1378. "url": "https://github.com/contao/faq-bundle.git",
  1379. "reference": "8a073d715218cff9fa0761cea2898055e8fd6431"
  1380. },
  1381. "dist": {
  1382. "type": "zip",
  1383. "url": "https://api.github.com/repos/contao/faq-bundle/zipball/8a073d715218cff9fa0761cea2898055e8fd6431",
  1384. "reference": "8a073d715218cff9fa0761cea2898055e8fd6431",
  1385. "shasum": ""
  1386. },
  1387. "require": {
  1388. "contao/core-bundle": "self.version",
  1389. "php": "^7.4 || ^8.0",
  1390. "symfony/config": "^5.4",
  1391. "symfony/dependency-injection": "^5.4",
  1392. "symfony/http-kernel": "^5.4",
  1393. "symfony/yaml": "^5.4"
  1394. },
  1395. "conflict": {
  1396. "contao/core": "*",
  1397. "contao/manager-plugin": "<2.0 || >=3.0"
  1398. },
  1399. "require-dev": {
  1400. "contao/manager-plugin": "^2.3.1",
  1401. "contao/test-case": "self.version",
  1402. "phpunit/phpunit": "^9.3",
  1403. "symfony/http-client": "^5.4",
  1404. "symfony/phpunit-bridge": "^5.4"
  1405. },
  1406. "type": "contao-bundle",
  1407. "extra": {
  1408. "contao-manager-plugin": "Contao\\FaqBundle\\ContaoManager\\Plugin"
  1409. },
  1410. "autoload": {
  1411. "psr-4": {
  1412. "Contao\\FaqBundle\\": "src/"
  1413. },
  1414. "classmap": [
  1415. "src/Resources/contao/"
  1416. ],
  1417. "exclude-from-classmap": [
  1418. "src/Resources/contao/config/",
  1419. "src/Resources/contao/dca/",
  1420. "src/Resources/contao/languages/",
  1421. "src/Resources/contao/templates/"
  1422. ]
  1423. },
  1424. "notification-url": "https://packagist.org/downloads/",
  1425. "license": [
  1426. "LGPL-3.0-or-later"
  1427. ],
  1428. "authors": [
  1429. {
  1430. "name": "Leo Feyer",
  1431. "homepage": "https://github.com/leofeyer"
  1432. },
  1433. {
  1434. "name": "Contao Community",
  1435. "homepage": "https://contao.org/contributors"
  1436. }
  1437. ],
  1438. "description": "Adds FAQ functionality to Contao",
  1439. "homepage": "https://contao.org",
  1440. "support": {
  1441. "docs": "https://docs.contao.org",
  1442. "forum": "https://community.contao.org",
  1443. "issues": "https://github.com/contao/contao/issues",
  1444. "source": "https://github.com/contao/faq-bundle"
  1445. },
  1446. "funding": [
  1447. {
  1448. "url": "https://to.contao.org/donate",
  1449. "type": "custom"
  1450. }
  1451. ],
  1452. "time": "2022-07-13T08:53:44+00:00"
  1453. },
  1454. {
  1455. "name": "contao/image",
  1456. "version": "1.1.2",
  1457. "source": {
  1458. "type": "git",
  1459. "url": "https://github.com/contao/image.git",
  1460. "reference": "21fd04889dbcf2fe751df746fb9bbe28180b6868"
  1461. },
  1462. "dist": {
  1463. "type": "zip",
  1464. "url": "https://api.github.com/repos/contao/image/zipball/21fd04889dbcf2fe751df746fb9bbe28180b6868",
  1465. "reference": "21fd04889dbcf2fe751df746fb9bbe28180b6868",
  1466. "shasum": ""
  1467. },
  1468. "require": {
  1469. "ext-json": "*",
  1470. "imagine/imagine": "^0.7.1 || ^1.0",
  1471. "php": "^7.2 || ^8.0",
  1472. "symfony/filesystem": "^5.4 || ^6.0",
  1473. "symfony/polyfill-php73": "^1.11"
  1474. },
  1475. "conflict": {
  1476. "contao/imagine-svg": "<0.1.4 || >=2.0"
  1477. },
  1478. "require-dev": {
  1479. "bamarni/composer-bin-plugin": "^1.4",
  1480. "contao/imagine-svg": "^0.1.4 || ^0.2 || ^1.0",
  1481. "contao/test-case": "^3.1 || ^4.4",
  1482. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5"
  1483. },
  1484. "suggest": {
  1485. "ext-exif": "To support EXIF auto-rotation"
  1486. },
  1487. "type": "library",
  1488. "extra": {
  1489. "bamarni-bin": {
  1490. "bin-links": false,
  1491. "target-directory": "tools"
  1492. }
  1493. },
  1494. "autoload": {
  1495. "psr-4": {
  1496. "Contao\\Image\\": "src/"
  1497. }
  1498. },
  1499. "notification-url": "https://packagist.org/downloads/",
  1500. "license": [
  1501. "LGPL-3.0-or-later"
  1502. ],
  1503. "authors": [
  1504. {
  1505. "name": "Martin Auswöger",
  1506. "homepage": "https://github.com/ausi"
  1507. }
  1508. ],
  1509. "description": "Contao image library",
  1510. "support": {
  1511. "issues": "https://github.com/contao/image/issues",
  1512. "source": "https://github.com/contao/image/tree/1.1.2"
  1513. },
  1514. "funding": [
  1515. {
  1516. "url": "https://to.contao.org/donate",
  1517. "type": "custom"
  1518. }
  1519. ],
  1520. "time": "2022-08-16T17:30:28+00:00"
  1521. },
  1522. {
  1523. "name": "contao/imagine-svg",
  1524. "version": "1.0.3",
  1525. "source": {
  1526. "type": "git",
  1527. "url": "https://github.com/contao/imagine-svg.git",
  1528. "reference": "913cf57746fbbf00ab7eba5e0585e2ef47a05b99"
  1529. },
  1530. "dist": {
  1531. "type": "zip",
  1532. "url": "https://api.github.com/repos/contao/imagine-svg/zipball/913cf57746fbbf00ab7eba5e0585e2ef47a05b99",
  1533. "reference": "913cf57746fbbf00ab7eba5e0585e2ef47a05b99",
  1534. "shasum": ""
  1535. },
  1536. "require": {
  1537. "ext-dom": "*",
  1538. "imagine/imagine": "^1.1",
  1539. "php": "^7.2 || ^8.0"
  1540. },
  1541. "require-dev": {
  1542. "contao/easy-coding-standard": "^3.0",
  1543. "contao/test-case": "^4.4",
  1544. "phpstan/phpstan": "^0.12",
  1545. "phpstan/phpstan-phpunit": "^0.12.8",
  1546. "phpstan/phpstan-symfony": "^0.12.6",
  1547. "phpunit/phpunit": "^8.5.4",
  1548. "psalm/plugin-phpunit": "^0.15",
  1549. "psalm/plugin-symfony": "^2.0",
  1550. "slam/phpstan-extensions": "^5.0",
  1551. "symfony/filesystem": "^5.0",
  1552. "thecodingmachine/phpstan-strict-rules": "^0.12",
  1553. "vimeo/psalm": "^4.1"
  1554. },
  1555. "type": "library",
  1556. "autoload": {
  1557. "psr-4": {
  1558. "Contao\\ImagineSvg\\": "src/"
  1559. }
  1560. },
  1561. "notification-url": "https://packagist.org/downloads/",
  1562. "license": [
  1563. "LGPL-3.0-or-later"
  1564. ],
  1565. "authors": [
  1566. {
  1567. "name": "Martin Auswöger",
  1568. "homepage": "https://github.com/ausi"
  1569. }
  1570. ],
  1571. "description": "Contao Imagine SVG library",
  1572. "support": {
  1573. "issues": "https://github.com/contao/imagine-svg/issues",
  1574. "source": "https://github.com/contao/imagine-svg/tree/1.0.3"
  1575. },
  1576. "time": "2021-08-10T09:33:50+00:00"
  1577. },
  1578. {
  1579. "name": "contao/installation-bundle",
  1580. "version": "4.13.10",
  1581. "source": {
  1582. "type": "git",
  1583. "url": "https://github.com/contao/installation-bundle.git",
  1584. "reference": "7ac41d0a13e788b080f92d7634b697741abdb18a"
  1585. },
  1586. "dist": {
  1587. "type": "zip",
  1588. "url": "https://api.github.com/repos/contao/installation-bundle/zipball/7ac41d0a13e788b080f92d7634b697741abdb18a",
  1589. "reference": "7ac41d0a13e788b080f92d7634b697741abdb18a",
  1590. "shasum": ""
  1591. },
  1592. "require": {
  1593. "contao/core-bundle": "self.version",
  1594. "doctrine/dbal": "^3.2",
  1595. "php": "^7.4 || ^8.0",
  1596. "psr/log": "^1.0",
  1597. "sensiolabs/ansi-to-html": "^1.1",
  1598. "symfony/config": "^5.4",
  1599. "symfony/console": "^5.4",
  1600. "symfony/dependency-injection": "^5.4",
  1601. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1602. "symfony/event-dispatcher": "^5.4",
  1603. "symfony/filesystem": "^5.4",
  1604. "symfony/finder": "^5.4",
  1605. "symfony/framework-bundle": "^5.4",
  1606. "symfony/http-foundation": "^5.4",
  1607. "symfony/http-kernel": "^5.4",
  1608. "symfony/polyfill-mbstring": "^1.0",
  1609. "symfony/yaml": "^5.4"
  1610. },
  1611. "conflict": {
  1612. "contao/core": "*",
  1613. "contao/manager-plugin": "<2.0 || >=3.0"
  1614. },
  1615. "require-dev": {
  1616. "contao/manager-plugin": "^2.3.1",
  1617. "phpunit/phpunit": "^9.3",
  1618. "symfony/http-client": "^5.4",
  1619. "symfony/phpunit-bridge": "^5.4"
  1620. },
  1621. "type": "contao-bundle",
  1622. "extra": {
  1623. "contao-manager-plugin": "Contao\\InstallationBundle\\ContaoManager\\Plugin"
  1624. },
  1625. "autoload": {
  1626. "psr-4": {
  1627. "Contao\\InstallationBundle\\": "src/"
  1628. }
  1629. },
  1630. "notification-url": "https://packagist.org/downloads/",
  1631. "license": [
  1632. "LGPL-3.0-or-later"
  1633. ],
  1634. "authors": [
  1635. {
  1636. "name": "Leo Feyer",
  1637. "homepage": "https://github.com/leofeyer"
  1638. },
  1639. {
  1640. "name": "Contao Community",
  1641. "homepage": "https://contao.org/contributors"
  1642. }
  1643. ],
  1644. "description": "Required to install and update Contao",
  1645. "homepage": "https://contao.org",
  1646. "support": {
  1647. "docs": "https://docs.contao.org",
  1648. "forum": "https://community.contao.org",
  1649. "issues": "https://github.com/contao/contao/issues",
  1650. "source": "https://github.com/contao/installation-bundle"
  1651. },
  1652. "funding": [
  1653. {
  1654. "url": "https://to.contao.org/donate",
  1655. "type": "custom"
  1656. }
  1657. ],
  1658. "time": "2022-08-08T09:55:09+00:00"
  1659. },
  1660. {
  1661. "name": "contao/listing-bundle",
  1662. "version": "4.13.10",
  1663. "source": {
  1664. "type": "git",
  1665. "url": "https://github.com/contao/listing-bundle.git",
  1666. "reference": "65f40d2608d75b2fda2bd3efd6eb0e235c8f2184"
  1667. },
  1668. "dist": {
  1669. "type": "zip",
  1670. "url": "https://api.github.com/repos/contao/listing-bundle/zipball/65f40d2608d75b2fda2bd3efd6eb0e235c8f2184",
  1671. "reference": "65f40d2608d75b2fda2bd3efd6eb0e235c8f2184",
  1672. "shasum": ""
  1673. },
  1674. "require": {
  1675. "contao/core-bundle": "self.version",
  1676. "php": "^7.4 || ^8.0",
  1677. "symfony/http-kernel": "^5.4"
  1678. },
  1679. "conflict": {
  1680. "contao/core": "*",
  1681. "contao/manager-plugin": "<2.0 || >=3.0"
  1682. },
  1683. "require-dev": {
  1684. "contao/manager-plugin": "^2.0",
  1685. "symfony/http-client": "^5.4"
  1686. },
  1687. "type": "contao-bundle",
  1688. "extra": {
  1689. "contao-manager-plugin": "Contao\\ListingBundle\\ContaoManager\\Plugin"
  1690. },
  1691. "autoload": {
  1692. "psr-4": {
  1693. "Contao\\ListingBundle\\": "src/"
  1694. },
  1695. "classmap": [
  1696. "src/Resources/contao/"
  1697. ],
  1698. "exclude-from-classmap": [
  1699. "src/Resources/contao/config/",
  1700. "src/Resources/contao/dca/",
  1701. "src/Resources/contao/languages/",
  1702. "src/Resources/contao/templates/"
  1703. ]
  1704. },
  1705. "notification-url": "https://packagist.org/downloads/",
  1706. "license": [
  1707. "LGPL-3.0-or-later"
  1708. ],
  1709. "authors": [
  1710. {
  1711. "name": "Leo Feyer",
  1712. "homepage": "https://github.com/leofeyer"
  1713. },
  1714. {
  1715. "name": "Contao Community",
  1716. "homepage": "https://contao.org/contributors"
  1717. }
  1718. ],
  1719. "description": "Allows to list arbitrary data in the Contao front end",
  1720. "homepage": "https://contao.org",
  1721. "support": {
  1722. "docs": "https://docs.contao.org",
  1723. "forum": "https://community.contao.org",
  1724. "issues": "https://github.com/contao/contao/issues",
  1725. "source": "https://github.com/contao/listing-bundle"
  1726. },
  1727. "funding": [
  1728. {
  1729. "url": "https://to.contao.org/donate",
  1730. "type": "custom"
  1731. }
  1732. ],
  1733. "time": "2022-07-05T11:01:11+00:00"
  1734. },
  1735. {
  1736. "name": "contao/manager-bundle",
  1737. "version": "4.13.10",
  1738. "source": {
  1739. "type": "git",
  1740. "url": "https://github.com/contao/manager-bundle.git",
  1741. "reference": "8c4d928a6a667e31163b6f836b898aff42f261e2"
  1742. },
  1743. "dist": {
  1744. "type": "zip",
  1745. "url": "https://api.github.com/repos/contao/manager-bundle/zipball/8c4d928a6a667e31163b6f836b898aff42f261e2",
  1746. "reference": "8c4d928a6a667e31163b6f836b898aff42f261e2",
  1747. "shasum": ""
  1748. },
  1749. "require": {
  1750. "contao/core-bundle": "self.version",
  1751. "contao/installation-bundle": "self.version",
  1752. "contao/manager-plugin": "^2.4",
  1753. "doctrine/dbal": "^3.1",
  1754. "doctrine/doctrine-bundle": "^2.4",
  1755. "ext-json": "*",
  1756. "friendsofsymfony/http-cache": "^2.6",
  1757. "friendsofsymfony/http-cache-bundle": "^2.6",
  1758. "nelmio/cors-bundle": "^2.0.1",
  1759. "nelmio/security-bundle": "^2.2",
  1760. "php": "^7.4 || ^8.0",
  1761. "symfony/cache": "^5.4",
  1762. "symfony/config": "^5.4",
  1763. "symfony/console": "^5.4",
  1764. "symfony/debug-bundle": "^5.4",
  1765. "symfony/dependency-injection": "^5.4",
  1766. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1767. "symfony/doctrine-bridge": "^5.4",
  1768. "symfony/dotenv": "^5.4",
  1769. "symfony/error-handler": "^5.4",
  1770. "symfony/expression-language": "^5.4",
  1771. "symfony/filesystem": "^5.4",
  1772. "symfony/finder": "^5.4",
  1773. "symfony/framework-bundle": "^5.4",
  1774. "symfony/http-client": "^5.4",
  1775. "symfony/http-foundation": "^5.4",
  1776. "symfony/http-kernel": "^5.4",
  1777. "symfony/mailer": "^5.4",
  1778. "symfony/monolog-bridge": "^5.4",
  1779. "symfony/monolog-bundle": "^3.1",
  1780. "symfony/process": "^5.4",
  1781. "symfony/proxy-manager-bridge": "^5.4",
  1782. "symfony/routing": "^5.4",
  1783. "symfony/security-bundle": "^5.4",
  1784. "symfony/stopwatch": "^5.4",
  1785. "symfony/twig-bundle": "^5.4",
  1786. "symfony/web-profiler-bundle": "^5.4",
  1787. "symfony/yaml": "^5.4",
  1788. "toflar/psr6-symfony-http-cache-store": "^3.0",
  1789. "twig/extra-bundle": "^3.0"
  1790. },
  1791. "require-dev": {
  1792. "composer/composer": "^2.0",
  1793. "contao/news-bundle": "self.version",
  1794. "contao/test-case": "self.version",
  1795. "phpunit/phpunit": "^9.3",
  1796. "symfony/phpunit-bridge": "^5.4"
  1797. },
  1798. "suggest": {
  1799. "contao/tcpdf-bundle": "To export articles as PDF files"
  1800. },
  1801. "bin": [
  1802. "bin/contao-console",
  1803. "bin/contao-setup"
  1804. ],
  1805. "type": "symfony-bundle",
  1806. "extra": {
  1807. "contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin"
  1808. },
  1809. "autoload": {
  1810. "psr-4": {
  1811. "Contao\\ManagerBundle\\": "src/"
  1812. }
  1813. },
  1814. "notification-url": "https://packagist.org/downloads/",
  1815. "license": [
  1816. "LGPL-3.0-or-later"
  1817. ],
  1818. "authors": [
  1819. {
  1820. "name": "Leo Feyer",
  1821. "homepage": "https://github.com/leofeyer"
  1822. },
  1823. {
  1824. "name": "Contao Community",
  1825. "homepage": "https://contao.org/contributors"
  1826. }
  1827. ],
  1828. "description": "Provides the Contao Managed Edition",
  1829. "homepage": "https://contao.org",
  1830. "support": {
  1831. "docs": "https://docs.contao.org",
  1832. "forum": "https://community.contao.org",
  1833. "issues": "https://github.com/contao/contao/issues",
  1834. "source": "https://github.com/contao/manager-bundle"
  1835. },
  1836. "funding": [
  1837. {
  1838. "url": "https://to.contao.org/donate",
  1839. "type": "custom"
  1840. }
  1841. ],
  1842. "time": "2022-09-01T13:26:02+00:00"
  1843. },
  1844. {
  1845. "name": "contao/manager-plugin",
  1846. "version": "2.12.0",
  1847. "source": {
  1848. "type": "git",
  1849. "url": "https://github.com/contao/manager-plugin.git",
  1850. "reference": "381dcb786f675dac25282747848d9f8c3823d0ba"
  1851. },
  1852. "dist": {
  1853. "type": "zip",
  1854. "url": "https://api.github.com/repos/contao/manager-plugin/zipball/381dcb786f675dac25282747848d9f8c3823d0ba",
  1855. "reference": "381dcb786f675dac25282747848d9f8c3823d0ba",
  1856. "shasum": ""
  1857. },
  1858. "require": {
  1859. "composer-plugin-api": "^1.1 || ^2.0",
  1860. "php": "^7.1 || ^8.0",
  1861. "symfony/config": "^3.3 || ^4.0 || ^5.0 || ^6.0",
  1862. "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0 || ^6.0",
  1863. "symfony/filesystem": "^3.3 || ^4.0 || ^5.0 || ^6.0",
  1864. "symfony/http-kernel": "^3.3 || ^4.0 || ^5.0 || ^6.0",
  1865. "symfony/routing": "^3.3 || ^4.0 || ^5.0 || ^6.0"
  1866. },
  1867. "conflict": {
  1868. "contao/manager-bundle": "4.9.* <4.9.4"
  1869. },
  1870. "require-dev": {
  1871. "bamarni/composer-bin-plugin": "^1.4",
  1872. "composer/composer": "^1.1 || ^2.0",
  1873. "contao/core-bundle": "^4.4 || ^5.0",
  1874. "ext-zip": "*",
  1875. "php-http/guzzle6-adapter": "^1.1",
  1876. "phpunit/phpunit": "^8.5 || ^9.3",
  1877. "symfony/phpunit-bridge": "^3.4.40 || ^4.0 || ^5.0 || ^6.0",
  1878. "webmozart/path-util": "^2.0"
  1879. },
  1880. "type": "composer-plugin",
  1881. "extra": {
  1882. "bamarni-bin": {
  1883. "bin-links": false,
  1884. "target-directory": "tools"
  1885. },
  1886. "class": [
  1887. "Contao\\ManagerPlugin\\Composer\\ArtifactsPlugin",
  1888. "Contao\\ManagerPlugin\\Composer\\ManagerPluginInstaller",
  1889. "Contao\\ManagerPlugin\\Composer\\AppAutoloadPlugin"
  1890. ]
  1891. },
  1892. "autoload": {
  1893. "psr-4": {
  1894. "Contao\\ManagerPlugin\\": "src/"
  1895. }
  1896. },
  1897. "notification-url": "https://packagist.org/downloads/",
  1898. "license": [
  1899. "LGPL-3.0-or-later"
  1900. ],
  1901. "authors": [
  1902. {
  1903. "name": "Andreas Schempp",
  1904. "homepage": "https://github.com/aschempp"
  1905. }
  1906. ],
  1907. "description": "Contao 4 manager plugin",
  1908. "support": {
  1909. "issues": "https://github.com/contao/manager-plugin/issues",
  1910. "source": "https://github.com/contao/manager-plugin/tree/2.12.0"
  1911. },
  1912. "funding": [
  1913. {
  1914. "url": "https://to.contao.org/donate",
  1915. "type": "custom"
  1916. }
  1917. ],
  1918. "time": "2022-08-12T13:50:17+00:00"
  1919. },
  1920. {
  1921. "name": "contao/news-bundle",
  1922. "version": "4.13.10",
  1923. "source": {
  1924. "type": "git",
  1925. "url": "https://github.com/contao/news-bundle.git",
  1926. "reference": "91c1d9d5e1ad84cf17315c23532d06f99794bb64"
  1927. },
  1928. "dist": {
  1929. "type": "zip",
  1930. "url": "https://api.github.com/repos/contao/news-bundle/zipball/91c1d9d5e1ad84cf17315c23532d06f99794bb64",
  1931. "reference": "91c1d9d5e1ad84cf17315c23532d06f99794bb64",
  1932. "shasum": ""
  1933. },
  1934. "require": {
  1935. "contao/core-bundle": "self.version",
  1936. "friendsofsymfony/http-cache": "^2.4",
  1937. "php": "^7.4 || ^8.0",
  1938. "symfony/config": "^5.4",
  1939. "symfony/dependency-injection": "^5.4",
  1940. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1941. "symfony/http-foundation": "^5.4",
  1942. "symfony/http-kernel": "^5.4",
  1943. "symfony/polyfill-mbstring": "^1.0",
  1944. "symfony/yaml": "^5.4"
  1945. },
  1946. "conflict": {
  1947. "contao/core": "*",
  1948. "contao/manager-plugin": "<2.0 || >=3.0"
  1949. },
  1950. "require-dev": {
  1951. "contao/manager-plugin": "^2.3.1",
  1952. "contao/test-case": "self.version",
  1953. "phpunit/phpunit": "^9.3",
  1954. "symfony/http-client": "^5.4",
  1955. "symfony/phpunit-bridge": "^5.4"
  1956. },
  1957. "type": "contao-bundle",
  1958. "extra": {
  1959. "contao-manager-plugin": "Contao\\NewsBundle\\ContaoManager\\Plugin"
  1960. },
  1961. "autoload": {
  1962. "psr-4": {
  1963. "Contao\\NewsBundle\\": "src/"
  1964. },
  1965. "classmap": [
  1966. "src/Resources/contao/"
  1967. ],
  1968. "exclude-from-classmap": [
  1969. "src/Resources/contao/config/",
  1970. "src/Resources/contao/dca/",
  1971. "src/Resources/contao/languages/",
  1972. "src/Resources/contao/templates/"
  1973. ]
  1974. },
  1975. "notification-url": "https://packagist.org/downloads/",
  1976. "license": [
  1977. "LGPL-3.0-or-later"
  1978. ],
  1979. "authors": [
  1980. {
  1981. "name": "Leo Feyer",
  1982. "homepage": "https://github.com/leofeyer"
  1983. },
  1984. {
  1985. "name": "Contao Community",
  1986. "homepage": "https://contao.org/contributors"
  1987. }
  1988. ],
  1989. "description": "Adds news functionality to Contao",
  1990. "homepage": "https://contao.org",
  1991. "support": {
  1992. "docs": "https://docs.contao.org",
  1993. "forum": "https://community.contao.org",
  1994. "issues": "https://github.com/contao/contao/issues",
  1995. "source": "https://github.com/contao/news-bundle"
  1996. },
  1997. "funding": [
  1998. {
  1999. "url": "https://to.contao.org/donate",
  2000. "type": "custom"
  2001. }
  2002. ],
  2003. "time": "2022-07-13T08:53:44+00:00"
  2004. },
  2005. {
  2006. "name": "contao/newsletter-bundle",
  2007. "version": "4.13.10",
  2008. "source": {
  2009. "type": "git",
  2010. "url": "https://github.com/contao/newsletter-bundle.git",
  2011. "reference": "5b80e5aa1578ec5255c65e3403066dbd6d771b0d"
  2012. },
  2013. "dist": {
  2014. "type": "zip",
  2015. "url": "https://api.github.com/repos/contao/newsletter-bundle/zipball/5b80e5aa1578ec5255c65e3403066dbd6d771b0d",
  2016. "reference": "5b80e5aa1578ec5255c65e3403066dbd6d771b0d",
  2017. "shasum": ""
  2018. },
  2019. "require": {
  2020. "contao/core-bundle": "self.version",
  2021. "php": "^7.4 || ^8.0",
  2022. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  2023. "symfony/http-kernel": "^5.4"
  2024. },
  2025. "conflict": {
  2026. "contao/core": "*",
  2027. "contao/manager-plugin": "<2.0 || >=3.0"
  2028. },
  2029. "require-dev": {
  2030. "contao/manager-plugin": "^2.3.1",
  2031. "contao/test-case": "self.version",
  2032. "phpunit/phpunit": "^9.3",
  2033. "symfony/http-client": "^5.4",
  2034. "symfony/phpunit-bridge": "^5.4"
  2035. },
  2036. "type": "contao-bundle",
  2037. "extra": {
  2038. "contao-manager-plugin": "Contao\\NewsletterBundle\\ContaoManager\\Plugin"
  2039. },
  2040. "autoload": {
  2041. "psr-4": {
  2042. "Contao\\NewsletterBundle\\": "src/"
  2043. },
  2044. "classmap": [
  2045. "src/Resources/contao/"
  2046. ],
  2047. "exclude-from-classmap": [
  2048. "src/Resources/contao/config/",
  2049. "src/Resources/contao/dca/",
  2050. "src/Resources/contao/languages/",
  2051. "src/Resources/contao/templates/"
  2052. ]
  2053. },
  2054. "notification-url": "https://packagist.org/downloads/",
  2055. "license": [
  2056. "LGPL-3.0-or-later"
  2057. ],
  2058. "authors": [
  2059. {
  2060. "name": "Leo Feyer",
  2061. "homepage": "https://github.com/leofeyer"
  2062. },
  2063. {
  2064. "name": "Contao Community",
  2065. "homepage": "https://contao.org/contributors"
  2066. }
  2067. ],
  2068. "description": "Adds newsletter functionality to Contao",
  2069. "homepage": "https://contao.org",
  2070. "support": {
  2071. "docs": "https://docs.contao.org",
  2072. "forum": "https://community.contao.org",
  2073. "issues": "https://github.com/contao/contao/issues",
  2074. "source": "https://github.com/contao/newsletter-bundle"
  2075. },
  2076. "funding": [
  2077. {
  2078. "url": "https://to.contao.org/donate",
  2079. "type": "custom"
  2080. }
  2081. ],
  2082. "time": "2022-07-05T11:01:11+00:00"
  2083. },
  2084. {
  2085. "name": "dasprid/enum",
  2086. "version": "1.0.3",
  2087. "source": {
  2088. "type": "git",
  2089. "url": "https://github.com/DASPRiD/Enum.git",
  2090. "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
  2091. },
  2092. "dist": {
  2093. "type": "zip",
  2094. "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
  2095. "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
  2096. "shasum": ""
  2097. },
  2098. "require-dev": {
  2099. "phpunit/phpunit": "^7 | ^8 | ^9",
  2100. "squizlabs/php_codesniffer": "^3.4"
  2101. },
  2102. "type": "library",
  2103. "autoload": {
  2104. "psr-4": {
  2105. "DASPRiD\\Enum\\": "src/"
  2106. }
  2107. },
  2108. "notification-url": "https://packagist.org/downloads/",
  2109. "license": [
  2110. "BSD-2-Clause"
  2111. ],
  2112. "authors": [
  2113. {
  2114. "name": "Ben Scholzen 'DASPRiD'",
  2115. "email": "mail@dasprids.de",
  2116. "homepage": "https://dasprids.de/",
  2117. "role": "Developer"
  2118. }
  2119. ],
  2120. "description": "PHP 7.1 enum implementation",
  2121. "keywords": [
  2122. "enum",
  2123. "map"
  2124. ],
  2125. "support": {
  2126. "issues": "https://github.com/DASPRiD/Enum/issues",
  2127. "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
  2128. },
  2129. "time": "2020-10-02T16:03:48+00:00"
  2130. },
  2131. {
  2132. "name": "dflydev/dot-access-data",
  2133. "version": "v3.0.1",
  2134. "source": {
  2135. "type": "git",
  2136. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  2137. "reference": "0992cc19268b259a39e86f296da5f0677841f42c"
  2138. },
  2139. "dist": {
  2140. "type": "zip",
  2141. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
  2142. "reference": "0992cc19268b259a39e86f296da5f0677841f42c",
  2143. "shasum": ""
  2144. },
  2145. "require": {
  2146. "php": "^7.1 || ^8.0"
  2147. },
  2148. "require-dev": {
  2149. "phpstan/phpstan": "^0.12.42",
  2150. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  2151. "scrutinizer/ocular": "1.6.0",
  2152. "squizlabs/php_codesniffer": "^3.5",
  2153. "vimeo/psalm": "^3.14"
  2154. },
  2155. "type": "library",
  2156. "extra": {
  2157. "branch-alias": {
  2158. "dev-main": "3.x-dev"
  2159. }
  2160. },
  2161. "autoload": {
  2162. "psr-4": {
  2163. "Dflydev\\DotAccessData\\": "src/"
  2164. }
  2165. },
  2166. "notification-url": "https://packagist.org/downloads/",
  2167. "license": [
  2168. "MIT"
  2169. ],
  2170. "authors": [
  2171. {
  2172. "name": "Dragonfly Development Inc.",
  2173. "email": "info@dflydev.com",
  2174. "homepage": "http://dflydev.com"
  2175. },
  2176. {
  2177. "name": "Beau Simensen",
  2178. "email": "beau@dflydev.com",
  2179. "homepage": "http://beausimensen.com"
  2180. },
  2181. {
  2182. "name": "Carlos Frutos",
  2183. "email": "carlos@kiwing.it",
  2184. "homepage": "https://github.com/cfrutos"
  2185. },
  2186. {
  2187. "name": "Colin O'Dell",
  2188. "email": "colinodell@gmail.com",
  2189. "homepage": "https://www.colinodell.com"
  2190. }
  2191. ],
  2192. "description": "Given a deep data structure, access data by dot notation.",
  2193. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  2194. "keywords": [
  2195. "access",
  2196. "data",
  2197. "dot",
  2198. "notation"
  2199. ],
  2200. "support": {
  2201. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  2202. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
  2203. },
  2204. "time": "2021-08-13T13:06:58+00:00"
  2205. },
  2206. {
  2207. "name": "doctrine/annotations",
  2208. "version": "1.13.3",
  2209. "source": {
  2210. "type": "git",
  2211. "url": "https://github.com/doctrine/annotations.git",
  2212. "reference": "648b0343343565c4a056bfc8392201385e8d89f0"
  2213. },
  2214. "dist": {
  2215. "type": "zip",
  2216. "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
  2217. "reference": "648b0343343565c4a056bfc8392201385e8d89f0",
  2218. "shasum": ""
  2219. },
  2220. "require": {
  2221. "doctrine/lexer": "1.*",
  2222. "ext-tokenizer": "*",
  2223. "php": "^7.1 || ^8.0",
  2224. "psr/cache": "^1 || ^2 || ^3"
  2225. },
  2226. "require-dev": {
  2227. "doctrine/cache": "^1.11 || ^2.0",
  2228. "doctrine/coding-standard": "^6.0 || ^8.1",
  2229. "phpstan/phpstan": "^1.4.10 || ^1.8.0",
  2230. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  2231. "symfony/cache": "^4.4 || ^5.2",
  2232. "vimeo/psalm": "^4.10"
  2233. },
  2234. "type": "library",
  2235. "autoload": {
  2236. "psr-4": {
  2237. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  2238. }
  2239. },
  2240. "notification-url": "https://packagist.org/downloads/",
  2241. "license": [
  2242. "MIT"
  2243. ],
  2244. "authors": [
  2245. {
  2246. "name": "Guilherme Blanco",
  2247. "email": "guilhermeblanco@gmail.com"
  2248. },
  2249. {
  2250. "name": "Roman Borschel",
  2251. "email": "roman@code-factory.org"
  2252. },
  2253. {
  2254. "name": "Benjamin Eberlei",
  2255. "email": "kontakt@beberlei.de"
  2256. },
  2257. {
  2258. "name": "Jonathan Wage",
  2259. "email": "jonwage@gmail.com"
  2260. },
  2261. {
  2262. "name": "Johannes Schmitt",
  2263. "email": "schmittjoh@gmail.com"
  2264. }
  2265. ],
  2266. "description": "Docblock Annotations Parser",
  2267. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  2268. "keywords": [
  2269. "annotations",
  2270. "docblock",
  2271. "parser"
  2272. ],
  2273. "support": {
  2274. "issues": "https://github.com/doctrine/annotations/issues",
  2275. "source": "https://github.com/doctrine/annotations/tree/1.13.3"
  2276. },
  2277. "time": "2022-07-02T10:48:51+00:00"
  2278. },
  2279. {
  2280. "name": "doctrine/cache",
  2281. "version": "2.2.0",
  2282. "source": {
  2283. "type": "git",
  2284. "url": "https://github.com/doctrine/cache.git",
  2285. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
  2286. },
  2287. "dist": {
  2288. "type": "zip",
  2289. "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
  2290. "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
  2291. "shasum": ""
  2292. },
  2293. "require": {
  2294. "php": "~7.1 || ^8.0"
  2295. },
  2296. "conflict": {
  2297. "doctrine/common": ">2.2,<2.4"
  2298. },
  2299. "require-dev": {
  2300. "cache/integration-tests": "dev-master",
  2301. "doctrine/coding-standard": "^9",
  2302. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  2303. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  2304. "symfony/cache": "^4.4 || ^5.4 || ^6",
  2305. "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
  2306. },
  2307. "type": "library",
  2308. "autoload": {
  2309. "psr-4": {
  2310. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  2311. }
  2312. },
  2313. "notification-url": "https://packagist.org/downloads/",
  2314. "license": [
  2315. "MIT"
  2316. ],
  2317. "authors": [
  2318. {
  2319. "name": "Guilherme Blanco",
  2320. "email": "guilhermeblanco@gmail.com"
  2321. },
  2322. {
  2323. "name": "Roman Borschel",
  2324. "email": "roman@code-factory.org"
  2325. },
  2326. {
  2327. "name": "Benjamin Eberlei",
  2328. "email": "kontakt@beberlei.de"
  2329. },
  2330. {
  2331. "name": "Jonathan Wage",
  2332. "email": "jonwage@gmail.com"
  2333. },
  2334. {
  2335. "name": "Johannes Schmitt",
  2336. "email": "schmittjoh@gmail.com"
  2337. }
  2338. ],
  2339. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  2340. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  2341. "keywords": [
  2342. "abstraction",
  2343. "apcu",
  2344. "cache",
  2345. "caching",
  2346. "couchdb",
  2347. "memcached",
  2348. "php",
  2349. "redis",
  2350. "xcache"
  2351. ],
  2352. "support": {
  2353. "issues": "https://github.com/doctrine/cache/issues",
  2354. "source": "https://github.com/doctrine/cache/tree/2.2.0"
  2355. },
  2356. "funding": [
  2357. {
  2358. "url": "https://www.doctrine-project.org/sponsorship.html",
  2359. "type": "custom"
  2360. },
  2361. {
  2362. "url": "https://www.patreon.com/phpdoctrine",
  2363. "type": "patreon"
  2364. },
  2365. {
  2366. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  2367. "type": "tidelift"
  2368. }
  2369. ],
  2370. "time": "2022-05-20T20:07:39+00:00"
  2371. },
  2372. {
  2373. "name": "doctrine/collections",
  2374. "version": "1.7.3",
  2375. "source": {
  2376. "type": "git",
  2377. "url": "https://github.com/doctrine/collections.git",
  2378. "reference": "09dde3eb237756190f2de738d3c97cff10a8407b"
  2379. },
  2380. "dist": {
  2381. "type": "zip",
  2382. "url": "https://api.github.com/repos/doctrine/collections/zipball/09dde3eb237756190f2de738d3c97cff10a8407b",
  2383. "reference": "09dde3eb237756190f2de738d3c97cff10a8407b",
  2384. "shasum": ""
  2385. },
  2386. "require": {
  2387. "doctrine/deprecations": "^0.5.3 || ^1",
  2388. "php": "^7.1.3 || ^8.0"
  2389. },
  2390. "require-dev": {
  2391. "doctrine/coding-standard": "^9.0 || ^10.0",
  2392. "phpstan/phpstan": "^1.4.8",
  2393. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  2394. "vimeo/psalm": "^4.22"
  2395. },
  2396. "type": "library",
  2397. "autoload": {
  2398. "psr-4": {
  2399. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  2400. }
  2401. },
  2402. "notification-url": "https://packagist.org/downloads/",
  2403. "license": [
  2404. "MIT"
  2405. ],
  2406. "authors": [
  2407. {
  2408. "name": "Guilherme Blanco",
  2409. "email": "guilhermeblanco@gmail.com"
  2410. },
  2411. {
  2412. "name": "Roman Borschel",
  2413. "email": "roman@code-factory.org"
  2414. },
  2415. {
  2416. "name": "Benjamin Eberlei",
  2417. "email": "kontakt@beberlei.de"
  2418. },
  2419. {
  2420. "name": "Jonathan Wage",
  2421. "email": "jonwage@gmail.com"
  2422. },
  2423. {
  2424. "name": "Johannes Schmitt",
  2425. "email": "schmittjoh@gmail.com"
  2426. }
  2427. ],
  2428. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  2429. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  2430. "keywords": [
  2431. "array",
  2432. "collections",
  2433. "iterators",
  2434. "php"
  2435. ],
  2436. "support": {
  2437. "issues": "https://github.com/doctrine/collections/issues",
  2438. "source": "https://github.com/doctrine/collections/tree/1.7.3"
  2439. },
  2440. "time": "2022-09-01T19:34:23+00:00"
  2441. },
  2442. {
  2443. "name": "doctrine/common",
  2444. "version": "3.4.0",
  2445. "source": {
  2446. "type": "git",
  2447. "url": "https://github.com/doctrine/common.git",
  2448. "reference": "e09556bbdf95b8420e649162b19ae9da2d1a80f3"
  2449. },
  2450. "dist": {
  2451. "type": "zip",
  2452. "url": "https://api.github.com/repos/doctrine/common/zipball/e09556bbdf95b8420e649162b19ae9da2d1a80f3",
  2453. "reference": "e09556bbdf95b8420e649162b19ae9da2d1a80f3",
  2454. "shasum": ""
  2455. },
  2456. "require": {
  2457. "doctrine/persistence": "^2.0 || ^3.0",
  2458. "php": "^7.1 || ^8.0"
  2459. },
  2460. "require-dev": {
  2461. "doctrine/coding-standard": "^9.0",
  2462. "doctrine/collections": "^1",
  2463. "phpstan/phpstan": "^1.4.1",
  2464. "phpstan/phpstan-phpunit": "^1",
  2465. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  2466. "squizlabs/php_codesniffer": "^3.0",
  2467. "symfony/phpunit-bridge": "^4.0.5",
  2468. "vimeo/psalm": "^4.4"
  2469. },
  2470. "type": "library",
  2471. "autoload": {
  2472. "psr-4": {
  2473. "Doctrine\\Common\\": "src"
  2474. }
  2475. },
  2476. "notification-url": "https://packagist.org/downloads/",
  2477. "license": [
  2478. "MIT"
  2479. ],
  2480. "authors": [
  2481. {
  2482. "name": "Guilherme Blanco",
  2483. "email": "guilhermeblanco@gmail.com"
  2484. },
  2485. {
  2486. "name": "Roman Borschel",
  2487. "email": "roman@code-factory.org"
  2488. },
  2489. {
  2490. "name": "Benjamin Eberlei",
  2491. "email": "kontakt@beberlei.de"
  2492. },
  2493. {
  2494. "name": "Jonathan Wage",
  2495. "email": "jonwage@gmail.com"
  2496. },
  2497. {
  2498. "name": "Johannes Schmitt",
  2499. "email": "schmittjoh@gmail.com"
  2500. },
  2501. {
  2502. "name": "Marco Pivetta",
  2503. "email": "ocramius@gmail.com"
  2504. }
  2505. ],
  2506. "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.",
  2507. "homepage": "https://www.doctrine-project.org/projects/common.html",
  2508. "keywords": [
  2509. "common",
  2510. "doctrine",
  2511. "php"
  2512. ],
  2513. "support": {
  2514. "issues": "https://github.com/doctrine/common/issues",
  2515. "source": "https://github.com/doctrine/common/tree/3.4.0"
  2516. },
  2517. "funding": [
  2518. {
  2519. "url": "https://www.doctrine-project.org/sponsorship.html",
  2520. "type": "custom"
  2521. },
  2522. {
  2523. "url": "https://www.patreon.com/phpdoctrine",
  2524. "type": "patreon"
  2525. },
  2526. {
  2527. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  2528. "type": "tidelift"
  2529. }
  2530. ],
  2531. "time": "2022-08-23T19:46:56+00:00"
  2532. },
  2533. {
  2534. "name": "doctrine/dbal",
  2535. "version": "3.4.5",
  2536. "source": {
  2537. "type": "git",
  2538. "url": "https://github.com/doctrine/dbal.git",
  2539. "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e"
  2540. },
  2541. "dist": {
  2542. "type": "zip",
  2543. "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
  2544. "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
  2545. "shasum": ""
  2546. },
  2547. "require": {
  2548. "composer-runtime-api": "^2",
  2549. "doctrine/cache": "^1.11|^2.0",
  2550. "doctrine/deprecations": "^0.5.3|^1",
  2551. "doctrine/event-manager": "^1.0",
  2552. "php": "^7.4 || ^8.0",
  2553. "psr/cache": "^1|^2|^3",
  2554. "psr/log": "^1|^2|^3"
  2555. },
  2556. "require-dev": {
  2557. "doctrine/coding-standard": "10.0.0",
  2558. "jetbrains/phpstorm-stubs": "2022.2",
  2559. "phpstan/phpstan": "1.8.3",
  2560. "phpstan/phpstan-strict-rules": "^1.3",
  2561. "phpunit/phpunit": "9.5.24",
  2562. "psalm/plugin-phpunit": "0.17.0",
  2563. "squizlabs/php_codesniffer": "3.7.1",
  2564. "symfony/cache": "^5.4|^6.0",
  2565. "symfony/console": "^4.4|^5.4|^6.0",
  2566. "vimeo/psalm": "4.27.0"
  2567. },
  2568. "suggest": {
  2569. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  2570. },
  2571. "bin": [
  2572. "bin/doctrine-dbal"
  2573. ],
  2574. "type": "library",
  2575. "autoload": {
  2576. "psr-4": {
  2577. "Doctrine\\DBAL\\": "src"
  2578. }
  2579. },
  2580. "notification-url": "https://packagist.org/downloads/",
  2581. "license": [
  2582. "MIT"
  2583. ],
  2584. "authors": [
  2585. {
  2586. "name": "Guilherme Blanco",
  2587. "email": "guilhermeblanco@gmail.com"
  2588. },
  2589. {
  2590. "name": "Roman Borschel",
  2591. "email": "roman@code-factory.org"
  2592. },
  2593. {
  2594. "name": "Benjamin Eberlei",
  2595. "email": "kontakt@beberlei.de"
  2596. },
  2597. {
  2598. "name": "Jonathan Wage",
  2599. "email": "jonwage@gmail.com"
  2600. }
  2601. ],
  2602. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  2603. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  2604. "keywords": [
  2605. "abstraction",
  2606. "database",
  2607. "db2",
  2608. "dbal",
  2609. "mariadb",
  2610. "mssql",
  2611. "mysql",
  2612. "oci8",
  2613. "oracle",
  2614. "pdo",
  2615. "pgsql",
  2616. "postgresql",
  2617. "queryobject",
  2618. "sasql",
  2619. "sql",
  2620. "sqlite",
  2621. "sqlserver",
  2622. "sqlsrv"
  2623. ],
  2624. "support": {
  2625. "issues": "https://github.com/doctrine/dbal/issues",
  2626. "source": "https://github.com/doctrine/dbal/tree/3.4.5"
  2627. },
  2628. "funding": [
  2629. {
  2630. "url": "https://www.doctrine-project.org/sponsorship.html",
  2631. "type": "custom"
  2632. },
  2633. {
  2634. "url": "https://www.patreon.com/phpdoctrine",
  2635. "type": "patreon"
  2636. },
  2637. {
  2638. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  2639. "type": "tidelift"
  2640. }
  2641. ],
  2642. "time": "2022-09-23T17:48:57+00:00"
  2643. },
  2644. {
  2645. "name": "doctrine/deprecations",
  2646. "version": "v1.0.0",
  2647. "source": {
  2648. "type": "git",
  2649. "url": "https://github.com/doctrine/deprecations.git",
  2650. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
  2651. },
  2652. "dist": {
  2653. "type": "zip",
  2654. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  2655. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  2656. "shasum": ""
  2657. },
  2658. "require": {
  2659. "php": "^7.1|^8.0"
  2660. },
  2661. "require-dev": {
  2662. "doctrine/coding-standard": "^9",
  2663. "phpunit/phpunit": "^7.5|^8.5|^9.5",
  2664. "psr/log": "^1|^2|^3"
  2665. },
  2666. "suggest": {
  2667. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  2668. },
  2669. "type": "library",
  2670. "autoload": {
  2671. "psr-4": {
  2672. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  2673. }
  2674. },
  2675. "notification-url": "https://packagist.org/downloads/",
  2676. "license": [
  2677. "MIT"
  2678. ],
  2679. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  2680. "homepage": "https://www.doctrine-project.org/",
  2681. "support": {
  2682. "issues": "https://github.com/doctrine/deprecations/issues",
  2683. "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
  2684. },
  2685. "time": "2022-05-02T15:47:09+00:00"
  2686. },
  2687. {
  2688. "name": "doctrine/doctrine-bundle",
  2689. "version": "2.7.0",
  2690. "source": {
  2691. "type": "git",
  2692. "url": "https://github.com/doctrine/DoctrineBundle.git",
  2693. "reference": "d2088fc50494e4e7441fecca54732245a613eeb6"
  2694. },
  2695. "dist": {
  2696. "type": "zip",
  2697. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d2088fc50494e4e7441fecca54732245a613eeb6",
  2698. "reference": "d2088fc50494e4e7441fecca54732245a613eeb6",
  2699. "shasum": ""
  2700. },
  2701. "require": {
  2702. "doctrine/annotations": "^1",
  2703. "doctrine/cache": "^1.11 || ^2.0",
  2704. "doctrine/dbal": "^2.13.1|^3.3.2",
  2705. "doctrine/persistence": "^2.2|^3",
  2706. "doctrine/sql-formatter": "^1.0.1",
  2707. "php": "^7.1 || ^8.0",
  2708. "symfony/cache": "^4.3.3|^5.0|^6.0",
  2709. "symfony/config": "^4.4.3|^5.0|^6.0",
  2710. "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
  2711. "symfony/dependency-injection": "^4.4.18|^5.0|^6.0",
  2712. "symfony/deprecation-contracts": "^2.1|^3",
  2713. "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
  2714. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  2715. "symfony/service-contracts": "^1.1.1|^2.0|^3"
  2716. },
  2717. "conflict": {
  2718. "doctrine/orm": "<2.10|>=3.0",
  2719. "twig/twig": "<1.34|>=2.0,<2.4"
  2720. },
  2721. "require-dev": {
  2722. "doctrine/coding-standard": "^9.0",
  2723. "doctrine/orm": "^2.11 || ^3.0",
  2724. "friendsofphp/proxy-manager-lts": "^1.0",
  2725. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
  2726. "psalm/plugin-phpunit": "^0.16.1",
  2727. "psalm/plugin-symfony": "^3",
  2728. "psr/log": "^1.1.4|^2.0|^3.0",
  2729. "symfony/phpunit-bridge": "^5.2|^6.0",
  2730. "symfony/property-info": "^4.3.3|^5.0|^6.0",
  2731. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
  2732. "symfony/security-bundle": "^4.4|^5.0|^6.0",
  2733. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
  2734. "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
  2735. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  2736. "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
  2737. "twig/twig": "^1.34|^2.12|^3.0",
  2738. "vimeo/psalm": "^4.7"
  2739. },
  2740. "suggest": {
  2741. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  2742. "ext-pdo": "*",
  2743. "symfony/web-profiler-bundle": "To use the data collector."
  2744. },
  2745. "type": "symfony-bundle",
  2746. "autoload": {
  2747. "psr-4": {
  2748. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  2749. }
  2750. },
  2751. "notification-url": "https://packagist.org/downloads/",
  2752. "license": [
  2753. "MIT"
  2754. ],
  2755. "authors": [
  2756. {
  2757. "name": "Fabien Potencier",
  2758. "email": "fabien@symfony.com"
  2759. },
  2760. {
  2761. "name": "Benjamin Eberlei",
  2762. "email": "kontakt@beberlei.de"
  2763. },
  2764. {
  2765. "name": "Symfony Community",
  2766. "homepage": "https://symfony.com/contributors"
  2767. },
  2768. {
  2769. "name": "Doctrine Project",
  2770. "homepage": "https://www.doctrine-project.org/"
  2771. }
  2772. ],
  2773. "description": "Symfony DoctrineBundle",
  2774. "homepage": "https://www.doctrine-project.org",
  2775. "keywords": [
  2776. "database",
  2777. "dbal",
  2778. "orm",
  2779. "persistence"
  2780. ],
  2781. "support": {
  2782. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  2783. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.0"
  2784. },
  2785. "funding": [
  2786. {
  2787. "url": "https://www.doctrine-project.org/sponsorship.html",
  2788. "type": "custom"
  2789. },
  2790. {
  2791. "url": "https://www.patreon.com/phpdoctrine",
  2792. "type": "patreon"
  2793. },
  2794. {
  2795. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  2796. "type": "tidelift"
  2797. }
  2798. ],
  2799. "time": "2022-06-10T10:55:26+00:00"
  2800. },
  2801. {
  2802. "name": "doctrine/event-manager",
  2803. "version": "1.1.2",
  2804. "source": {
  2805. "type": "git",
  2806. "url": "https://github.com/doctrine/event-manager.git",
  2807. "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
  2808. },
  2809. "dist": {
  2810. "type": "zip",
  2811. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
  2812. "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
  2813. "shasum": ""
  2814. },
  2815. "require": {
  2816. "php": "^7.1 || ^8.0"
  2817. },
  2818. "conflict": {
  2819. "doctrine/common": "<2.9"
  2820. },
  2821. "require-dev": {
  2822. "doctrine/coding-standard": "^9",
  2823. "phpstan/phpstan": "~1.4.10 || ^1.5.4",
  2824. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  2825. "vimeo/psalm": "^4.22"
  2826. },
  2827. "type": "library",
  2828. "autoload": {
  2829. "psr-4": {
  2830. "Doctrine\\Common\\": "lib/Doctrine/Common"
  2831. }
  2832. },
  2833. "notification-url": "https://packagist.org/downloads/",
  2834. "license": [
  2835. "MIT"
  2836. ],
  2837. "authors": [
  2838. {
  2839. "name": "Guilherme Blanco",
  2840. "email": "guilhermeblanco@gmail.com"
  2841. },
  2842. {
  2843. "name": "Roman Borschel",
  2844. "email": "roman@code-factory.org"
  2845. },
  2846. {
  2847. "name": "Benjamin Eberlei",
  2848. "email": "kontakt@beberlei.de"
  2849. },
  2850. {
  2851. "name": "Jonathan Wage",
  2852. "email": "jonwage@gmail.com"
  2853. },
  2854. {
  2855. "name": "Johannes Schmitt",
  2856. "email": "schmittjoh@gmail.com"
  2857. },
  2858. {
  2859. "name": "Marco Pivetta",
  2860. "email": "ocramius@gmail.com"
  2861. }
  2862. ],
  2863. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  2864. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  2865. "keywords": [
  2866. "event",
  2867. "event dispatcher",
  2868. "event manager",
  2869. "event system",
  2870. "events"
  2871. ],
  2872. "support": {
  2873. "issues": "https://github.com/doctrine/event-manager/issues",
  2874. "source": "https://github.com/doctrine/event-manager/tree/1.1.2"
  2875. },
  2876. "funding": [
  2877. {
  2878. "url": "https://www.doctrine-project.org/sponsorship.html",
  2879. "type": "custom"
  2880. },
  2881. {
  2882. "url": "https://www.patreon.com/phpdoctrine",
  2883. "type": "patreon"
  2884. },
  2885. {
  2886. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  2887. "type": "tidelift"
  2888. }
  2889. ],
  2890. "time": "2022-07-27T22:18:11+00:00"
  2891. },
  2892. {
  2893. "name": "doctrine/inflector",
  2894. "version": "2.0.5",
  2895. "source": {
  2896. "type": "git",
  2897. "url": "https://github.com/doctrine/inflector.git",
  2898. "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
  2899. },
  2900. "dist": {
  2901. "type": "zip",
  2902. "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
  2903. "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
  2904. "shasum": ""
  2905. },
  2906. "require": {
  2907. "php": "^7.2 || ^8.0"
  2908. },
  2909. "require-dev": {
  2910. "doctrine/coding-standard": "^9",
  2911. "phpstan/phpstan": "^1.8",
  2912. "phpstan/phpstan-phpunit": "^1.1",
  2913. "phpstan/phpstan-strict-rules": "^1.3",
  2914. "phpunit/phpunit": "^8.5 || ^9.5",
  2915. "vimeo/psalm": "^4.25"
  2916. },
  2917. "type": "library",
  2918. "autoload": {
  2919. "psr-4": {
  2920. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  2921. }
  2922. },
  2923. "notification-url": "https://packagist.org/downloads/",
  2924. "license": [
  2925. "MIT"
  2926. ],
  2927. "authors": [
  2928. {
  2929. "name": "Guilherme Blanco",
  2930. "email": "guilhermeblanco@gmail.com"
  2931. },
  2932. {
  2933. "name": "Roman Borschel",
  2934. "email": "roman@code-factory.org"
  2935. },
  2936. {
  2937. "name": "Benjamin Eberlei",
  2938. "email": "kontakt@beberlei.de"
  2939. },
  2940. {
  2941. "name": "Jonathan Wage",
  2942. "email": "jonwage@gmail.com"
  2943. },
  2944. {
  2945. "name": "Johannes Schmitt",
  2946. "email": "schmittjoh@gmail.com"
  2947. }
  2948. ],
  2949. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  2950. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  2951. "keywords": [
  2952. "inflection",
  2953. "inflector",
  2954. "lowercase",
  2955. "manipulation",
  2956. "php",
  2957. "plural",
  2958. "singular",
  2959. "strings",
  2960. "uppercase",
  2961. "words"
  2962. ],
  2963. "support": {
  2964. "issues": "https://github.com/doctrine/inflector/issues",
  2965. "source": "https://github.com/doctrine/inflector/tree/2.0.5"
  2966. },
  2967. "funding": [
  2968. {
  2969. "url": "https://www.doctrine-project.org/sponsorship.html",
  2970. "type": "custom"
  2971. },
  2972. {
  2973. "url": "https://www.patreon.com/phpdoctrine",
  2974. "type": "patreon"
  2975. },
  2976. {
  2977. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  2978. "type": "tidelift"
  2979. }
  2980. ],
  2981. "time": "2022-09-07T09:01:28+00:00"
  2982. },
  2983. {
  2984. "name": "doctrine/instantiator",
  2985. "version": "1.4.1",
  2986. "source": {
  2987. "type": "git",
  2988. "url": "https://github.com/doctrine/instantiator.git",
  2989. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
  2990. },
  2991. "dist": {
  2992. "type": "zip",
  2993. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
  2994. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
  2995. "shasum": ""
  2996. },
  2997. "require": {
  2998. "php": "^7.1 || ^8.0"
  2999. },
  3000. "require-dev": {
  3001. "doctrine/coding-standard": "^9",
  3002. "ext-pdo": "*",
  3003. "ext-phar": "*",
  3004. "phpbench/phpbench": "^0.16 || ^1",
  3005. "phpstan/phpstan": "^1.4",
  3006. "phpstan/phpstan-phpunit": "^1",
  3007. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  3008. "vimeo/psalm": "^4.22"
  3009. },
  3010. "type": "library",
  3011. "autoload": {
  3012. "psr-4": {
  3013. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3014. }
  3015. },
  3016. "notification-url": "https://packagist.org/downloads/",
  3017. "license": [
  3018. "MIT"
  3019. ],
  3020. "authors": [
  3021. {
  3022. "name": "Marco Pivetta",
  3023. "email": "ocramius@gmail.com",
  3024. "homepage": "https://ocramius.github.io/"
  3025. }
  3026. ],
  3027. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3028. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3029. "keywords": [
  3030. "constructor",
  3031. "instantiate"
  3032. ],
  3033. "support": {
  3034. "issues": "https://github.com/doctrine/instantiator/issues",
  3035. "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
  3036. },
  3037. "funding": [
  3038. {
  3039. "url": "https://www.doctrine-project.org/sponsorship.html",
  3040. "type": "custom"
  3041. },
  3042. {
  3043. "url": "https://www.patreon.com/phpdoctrine",
  3044. "type": "patreon"
  3045. },
  3046. {
  3047. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  3048. "type": "tidelift"
  3049. }
  3050. ],
  3051. "time": "2022-03-03T08:28:38+00:00"
  3052. },
  3053. {
  3054. "name": "doctrine/lexer",
  3055. "version": "1.2.3",
  3056. "source": {
  3057. "type": "git",
  3058. "url": "https://github.com/doctrine/lexer.git",
  3059. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
  3060. },
  3061. "dist": {
  3062. "type": "zip",
  3063. "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  3064. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  3065. "shasum": ""
  3066. },
  3067. "require": {
  3068. "php": "^7.1 || ^8.0"
  3069. },
  3070. "require-dev": {
  3071. "doctrine/coding-standard": "^9.0",
  3072. "phpstan/phpstan": "^1.3",
  3073. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  3074. "vimeo/psalm": "^4.11"
  3075. },
  3076. "type": "library",
  3077. "autoload": {
  3078. "psr-4": {
  3079. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  3080. }
  3081. },
  3082. "notification-url": "https://packagist.org/downloads/",
  3083. "license": [
  3084. "MIT"
  3085. ],
  3086. "authors": [
  3087. {
  3088. "name": "Guilherme Blanco",
  3089. "email": "guilhermeblanco@gmail.com"
  3090. },
  3091. {
  3092. "name": "Roman Borschel",
  3093. "email": "roman@code-factory.org"
  3094. },
  3095. {
  3096. "name": "Johannes Schmitt",
  3097. "email": "schmittjoh@gmail.com"
  3098. }
  3099. ],
  3100. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  3101. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  3102. "keywords": [
  3103. "annotations",
  3104. "docblock",
  3105. "lexer",
  3106. "parser",
  3107. "php"
  3108. ],
  3109. "support": {
  3110. "issues": "https://github.com/doctrine/lexer/issues",
  3111. "source": "https://github.com/doctrine/lexer/tree/1.2.3"
  3112. },
  3113. "funding": [
  3114. {
  3115. "url": "https://www.doctrine-project.org/sponsorship.html",
  3116. "type": "custom"
  3117. },
  3118. {
  3119. "url": "https://www.patreon.com/phpdoctrine",
  3120. "type": "patreon"
  3121. },
  3122. {
  3123. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  3124. "type": "tidelift"
  3125. }
  3126. ],
  3127. "time": "2022-02-28T11:07:21+00:00"
  3128. },
  3129. {
  3130. "name": "doctrine/orm",
  3131. "version": "2.13.2",
  3132. "source": {
  3133. "type": "git",
  3134. "url": "https://github.com/doctrine/orm.git",
  3135. "reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f"
  3136. },
  3137. "dist": {
  3138. "type": "zip",
  3139. "url": "https://api.github.com/repos/doctrine/orm/zipball/a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
  3140. "reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
  3141. "shasum": ""
  3142. },
  3143. "require": {
  3144. "composer-runtime-api": "^2",
  3145. "doctrine/cache": "^1.12.1 || ^2.1.1",
  3146. "doctrine/collections": "^1.5",
  3147. "doctrine/common": "^3.0.3",
  3148. "doctrine/dbal": "^2.13.1 || ^3.2",
  3149. "doctrine/deprecations": "^0.5.3 || ^1",
  3150. "doctrine/event-manager": "^1.1",
  3151. "doctrine/inflector": "^1.4 || ^2.0",
  3152. "doctrine/instantiator": "^1.3",
  3153. "doctrine/lexer": "^1.2.3",
  3154. "doctrine/persistence": "^2.4 || ^3",
  3155. "ext-ctype": "*",
  3156. "php": "^7.1 || ^8.0",
  3157. "psr/cache": "^1 || ^2 || ^3",
  3158. "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
  3159. "symfony/polyfill-php72": "^1.23",
  3160. "symfony/polyfill-php80": "^1.16"
  3161. },
  3162. "conflict": {
  3163. "doctrine/annotations": "<1.13 || >= 2.0"
  3164. },
  3165. "require-dev": {
  3166. "doctrine/annotations": "^1.13",
  3167. "doctrine/coding-standard": "^9.0.2 || ^10.0",
  3168. "phpbench/phpbench": "^0.16.10 || ^1.0",
  3169. "phpstan/phpstan": "~1.4.10 || 1.8.5",
  3170. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  3171. "psr/log": "^1 || ^2 || ^3",
  3172. "squizlabs/php_codesniffer": "3.7.1",
  3173. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  3174. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  3175. "vimeo/psalm": "4.27.0"
  3176. },
  3177. "suggest": {
  3178. "ext-dom": "Provides support for XSD validation for XML mapping files",
  3179. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
  3180. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  3181. },
  3182. "bin": [
  3183. "bin/doctrine"
  3184. ],
  3185. "type": "library",
  3186. "autoload": {
  3187. "psr-4": {
  3188. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  3189. }
  3190. },
  3191. "notification-url": "https://packagist.org/downloads/",
  3192. "license": [
  3193. "MIT"
  3194. ],
  3195. "authors": [
  3196. {
  3197. "name": "Guilherme Blanco",
  3198. "email": "guilhermeblanco@gmail.com"
  3199. },
  3200. {
  3201. "name": "Roman Borschel",
  3202. "email": "roman@code-factory.org"
  3203. },
  3204. {
  3205. "name": "Benjamin Eberlei",
  3206. "email": "kontakt@beberlei.de"
  3207. },
  3208. {
  3209. "name": "Jonathan Wage",
  3210. "email": "jonwage@gmail.com"
  3211. },
  3212. {
  3213. "name": "Marco Pivetta",
  3214. "email": "ocramius@gmail.com"
  3215. }
  3216. ],
  3217. "description": "Object-Relational-Mapper for PHP",
  3218. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  3219. "keywords": [
  3220. "database",
  3221. "orm"
  3222. ],
  3223. "support": {
  3224. "issues": "https://github.com/doctrine/orm/issues",
  3225. "source": "https://github.com/doctrine/orm/tree/2.13.2"
  3226. },
  3227. "time": "2022-09-22T13:36:43+00:00"
  3228. },
  3229. {
  3230. "name": "doctrine/persistence",
  3231. "version": "2.5.4",
  3232. "source": {
  3233. "type": "git",
  3234. "url": "https://github.com/doctrine/persistence.git",
  3235. "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17"
  3236. },
  3237. "dist": {
  3238. "type": "zip",
  3239. "url": "https://api.github.com/repos/doctrine/persistence/zipball/830c2ba42093e0e428eca37568ab36bd8008bc17",
  3240. "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17",
  3241. "shasum": ""
  3242. },
  3243. "require": {
  3244. "doctrine/cache": "^1.11 || ^2.0",
  3245. "doctrine/collections": "^1.0",
  3246. "doctrine/deprecations": "^0.5.3 || ^1",
  3247. "doctrine/event-manager": "^1.0",
  3248. "php": "^7.1 || ^8.0",
  3249. "psr/cache": "^1.0 || ^2.0 || ^3.0"
  3250. },
  3251. "conflict": {
  3252. "doctrine/annotations": "<1.0 || >=2.0",
  3253. "doctrine/common": "<2.10"
  3254. },
  3255. "require-dev": {
  3256. "composer/package-versions-deprecated": "^1.11",
  3257. "doctrine/annotations": "^1.0",
  3258. "doctrine/coding-standard": "^9.0",
  3259. "doctrine/common": "^3.0",
  3260. "phpstan/phpstan": "~1.4.10 || 1.5.0",
  3261. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
  3262. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  3263. "vimeo/psalm": "4.22.0"
  3264. },
  3265. "type": "library",
  3266. "autoload": {
  3267. "psr-4": {
  3268. "Doctrine\\Common\\": "src/Common",
  3269. "Doctrine\\Persistence\\": "src/Persistence"
  3270. }
  3271. },
  3272. "notification-url": "https://packagist.org/downloads/",
  3273. "license": [
  3274. "MIT"
  3275. ],
  3276. "authors": [
  3277. {
  3278. "name": "Guilherme Blanco",
  3279. "email": "guilhermeblanco@gmail.com"
  3280. },
  3281. {
  3282. "name": "Roman Borschel",
  3283. "email": "roman@code-factory.org"
  3284. },
  3285. {
  3286. "name": "Benjamin Eberlei",
  3287. "email": "kontakt@beberlei.de"
  3288. },
  3289. {
  3290. "name": "Jonathan Wage",
  3291. "email": "jonwage@gmail.com"
  3292. },
  3293. {
  3294. "name": "Johannes Schmitt",
  3295. "email": "schmittjoh@gmail.com"
  3296. },
  3297. {
  3298. "name": "Marco Pivetta",
  3299. "email": "ocramius@gmail.com"
  3300. }
  3301. ],
  3302. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  3303. "homepage": "https://doctrine-project.org/projects/persistence.html",
  3304. "keywords": [
  3305. "mapper",
  3306. "object",
  3307. "odm",
  3308. "orm",
  3309. "persistence"
  3310. ],
  3311. "support": {
  3312. "issues": "https://github.com/doctrine/persistence/issues",
  3313. "source": "https://github.com/doctrine/persistence/tree/2.5.4"
  3314. },
  3315. "funding": [
  3316. {
  3317. "url": "https://www.doctrine-project.org/sponsorship.html",
  3318. "type": "custom"
  3319. },
  3320. {
  3321. "url": "https://www.patreon.com/phpdoctrine",
  3322. "type": "patreon"
  3323. },
  3324. {
  3325. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  3326. "type": "tidelift"
  3327. }
  3328. ],
  3329. "time": "2022-08-06T22:06:57+00:00"
  3330. },
  3331. {
  3332. "name": "doctrine/sql-formatter",
  3333. "version": "1.1.3",
  3334. "source": {
  3335. "type": "git",
  3336. "url": "https://github.com/doctrine/sql-formatter.git",
  3337. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
  3338. },
  3339. "dist": {
  3340. "type": "zip",
  3341. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
  3342. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
  3343. "shasum": ""
  3344. },
  3345. "require": {
  3346. "php": "^7.1 || ^8.0"
  3347. },
  3348. "require-dev": {
  3349. "bamarni/composer-bin-plugin": "^1.4"
  3350. },
  3351. "bin": [
  3352. "bin/sql-formatter"
  3353. ],
  3354. "type": "library",
  3355. "autoload": {
  3356. "psr-4": {
  3357. "Doctrine\\SqlFormatter\\": "src"
  3358. }
  3359. },
  3360. "notification-url": "https://packagist.org/downloads/",
  3361. "license": [
  3362. "MIT"
  3363. ],
  3364. "authors": [
  3365. {
  3366. "name": "Jeremy Dorn",
  3367. "email": "jeremy@jeremydorn.com",
  3368. "homepage": "https://jeremydorn.com/"
  3369. }
  3370. ],
  3371. "description": "a PHP SQL highlighting library",
  3372. "homepage": "https://github.com/doctrine/sql-formatter/",
  3373. "keywords": [
  3374. "highlight",
  3375. "sql"
  3376. ],
  3377. "support": {
  3378. "issues": "https://github.com/doctrine/sql-formatter/issues",
  3379. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
  3380. },
  3381. "time": "2022-05-23T21:33:49+00:00"
  3382. },
  3383. {
  3384. "name": "dragonmantank/cron-expression",
  3385. "version": "v2.3.1",
  3386. "source": {
  3387. "type": "git",
  3388. "url": "https://github.com/dragonmantank/cron-expression.git",
  3389. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
  3390. },
  3391. "dist": {
  3392. "type": "zip",
  3393. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
  3394. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
  3395. "shasum": ""
  3396. },
  3397. "require": {
  3398. "php": "^7.0|^8.0"
  3399. },
  3400. "require-dev": {
  3401. "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
  3402. },
  3403. "type": "library",
  3404. "extra": {
  3405. "branch-alias": {
  3406. "dev-master": "2.3-dev"
  3407. }
  3408. },
  3409. "autoload": {
  3410. "psr-4": {
  3411. "Cron\\": "src/Cron/"
  3412. }
  3413. },
  3414. "notification-url": "https://packagist.org/downloads/",
  3415. "license": [
  3416. "MIT"
  3417. ],
  3418. "authors": [
  3419. {
  3420. "name": "Michael Dowling",
  3421. "email": "mtdowling@gmail.com",
  3422. "homepage": "https://github.com/mtdowling"
  3423. },
  3424. {
  3425. "name": "Chris Tankersley",
  3426. "email": "chris@ctankersley.com",
  3427. "homepage": "https://github.com/dragonmantank"
  3428. }
  3429. ],
  3430. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  3431. "keywords": [
  3432. "cron",
  3433. "schedule"
  3434. ],
  3435. "support": {
  3436. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  3437. "source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1"
  3438. },
  3439. "funding": [
  3440. {
  3441. "url": "https://github.com/dragonmantank",
  3442. "type": "github"
  3443. }
  3444. ],
  3445. "time": "2020-10-13T00:52:37+00:00"
  3446. },
  3447. {
  3448. "name": "egulias/email-validator",
  3449. "version": "3.2.1",
  3450. "source": {
  3451. "type": "git",
  3452. "url": "https://github.com/egulias/EmailValidator.git",
  3453. "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
  3454. },
  3455. "dist": {
  3456. "type": "zip",
  3457. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
  3458. "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
  3459. "shasum": ""
  3460. },
  3461. "require": {
  3462. "doctrine/lexer": "^1.2",
  3463. "php": ">=7.2",
  3464. "symfony/polyfill-intl-idn": "^1.15"
  3465. },
  3466. "require-dev": {
  3467. "php-coveralls/php-coveralls": "^2.2",
  3468. "phpunit/phpunit": "^8.5.8|^9.3.3",
  3469. "vimeo/psalm": "^4"
  3470. },
  3471. "suggest": {
  3472. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  3473. },
  3474. "type": "library",
  3475. "extra": {
  3476. "branch-alias": {
  3477. "dev-master": "3.0.x-dev"
  3478. }
  3479. },
  3480. "autoload": {
  3481. "psr-4": {
  3482. "Egulias\\EmailValidator\\": "src"
  3483. }
  3484. },
  3485. "notification-url": "https://packagist.org/downloads/",
  3486. "license": [
  3487. "MIT"
  3488. ],
  3489. "authors": [
  3490. {
  3491. "name": "Eduardo Gulias Davis"
  3492. }
  3493. ],
  3494. "description": "A library for validating emails against several RFCs",
  3495. "homepage": "https://github.com/egulias/EmailValidator",
  3496. "keywords": [
  3497. "email",
  3498. "emailvalidation",
  3499. "emailvalidator",
  3500. "validation",
  3501. "validator"
  3502. ],
  3503. "support": {
  3504. "issues": "https://github.com/egulias/EmailValidator/issues",
  3505. "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
  3506. },
  3507. "funding": [
  3508. {
  3509. "url": "https://github.com/egulias",
  3510. "type": "github"
  3511. }
  3512. ],
  3513. "time": "2022-06-18T20:57:19+00:00"
  3514. },
  3515. {
  3516. "name": "friendsofphp/proxy-manager-lts",
  3517. "version": "v1.0.12",
  3518. "source": {
  3519. "type": "git",
  3520. "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
  3521. "reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7"
  3522. },
  3523. "dist": {
  3524. "type": "zip",
  3525. "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/8419f0158715b30d4b99a5bd37c6a39671994ad7",
  3526. "reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7",
  3527. "shasum": ""
  3528. },
  3529. "require": {
  3530. "laminas/laminas-code": "~3.4.1|^4.0",
  3531. "php": ">=7.1",
  3532. "symfony/filesystem": "^4.4.17|^5.0|^6.0"
  3533. },
  3534. "conflict": {
  3535. "laminas/laminas-stdlib": "<3.2.1",
  3536. "zendframework/zend-stdlib": "<3.2.1"
  3537. },
  3538. "replace": {
  3539. "ocramius/proxy-manager": "^2.1"
  3540. },
  3541. "require-dev": {
  3542. "ext-phar": "*",
  3543. "symfony/phpunit-bridge": "^5.4|^6.0"
  3544. },
  3545. "type": "library",
  3546. "extra": {
  3547. "thanks": {
  3548. "name": "ocramius/proxy-manager",
  3549. "url": "https://github.com/Ocramius/ProxyManager"
  3550. }
  3551. },
  3552. "autoload": {
  3553. "psr-4": {
  3554. "ProxyManager\\": "src/ProxyManager"
  3555. }
  3556. },
  3557. "notification-url": "https://packagist.org/downloads/",
  3558. "license": [
  3559. "MIT"
  3560. ],
  3561. "authors": [
  3562. {
  3563. "name": "Marco Pivetta",
  3564. "email": "ocramius@gmail.com",
  3565. "homepage": "https://ocramius.github.io/"
  3566. },
  3567. {
  3568. "name": "Nicolas Grekas",
  3569. "email": "p@tchwork.com"
  3570. }
  3571. ],
  3572. "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
  3573. "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
  3574. "keywords": [
  3575. "aop",
  3576. "lazy loading",
  3577. "proxy",
  3578. "proxy pattern",
  3579. "service proxies"
  3580. ],
  3581. "support": {
  3582. "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
  3583. "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.12"
  3584. },
  3585. "funding": [
  3586. {
  3587. "url": "https://github.com/Ocramius",
  3588. "type": "github"
  3589. },
  3590. {
  3591. "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
  3592. "type": "tidelift"
  3593. }
  3594. ],
  3595. "time": "2022-05-05T09:31:05+00:00"
  3596. },
  3597. {
  3598. "name": "friendsofsymfony/http-cache",
  3599. "version": "2.14.1",
  3600. "source": {
  3601. "type": "git",
  3602. "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
  3603. "reference": "b20ba13dec0b3d6c0b2ecf692f0b6a6eed6d89fd"
  3604. },
  3605. "dist": {
  3606. "type": "zip",
  3607. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/b20ba13dec0b3d6c0b2ecf692f0b6a6eed6d89fd",
  3608. "reference": "b20ba13dec0b3d6c0b2ecf692f0b6a6eed6d89fd",
  3609. "shasum": ""
  3610. },
  3611. "require": {
  3612. "php": "^7.2 || ^8.0",
  3613. "php-http/client-common": "^1.1.0 || ^2.0",
  3614. "php-http/client-implementation": "^1.0 || ^2.0",
  3615. "php-http/discovery": "^1.12",
  3616. "php-http/message": "^1.0 || ^2.0",
  3617. "symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0",
  3618. "symfony/options-resolver": "^4.3 || ^5.0 || ^6.0"
  3619. },
  3620. "conflict": {
  3621. "toflar/psr6-symfony-http-cache-store": "<2.2.1"
  3622. },
  3623. "require-dev": {
  3624. "mockery/mockery": "^1.3.1",
  3625. "monolog/monolog": "^1.0",
  3626. "php-http/guzzle7-adapter": "^0.1.1",
  3627. "php-http/mock-client": "^1.2",
  3628. "symfony/http-kernel": "^4.3 || ^5.0 || ^6.0",
  3629. "symfony/phpunit-bridge": "^5.0 || ^6.0",
  3630. "symfony/process": "^4.3 || ^5.0 || ^6.0"
  3631. },
  3632. "suggest": {
  3633. "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework",
  3634. "monolog/monolog": "For logging issues while invalidating"
  3635. },
  3636. "type": "library",
  3637. "extra": {
  3638. "branch-alias": {
  3639. "dev-master": "2.10.x-dev"
  3640. }
  3641. },
  3642. "autoload": {
  3643. "psr-4": {
  3644. "FOS\\HttpCache\\": "src/"
  3645. }
  3646. },
  3647. "notification-url": "https://packagist.org/downloads/",
  3648. "license": [
  3649. "MIT"
  3650. ],
  3651. "authors": [
  3652. {
  3653. "name": "Liip AG",
  3654. "homepage": "http://www.liip.ch/"
  3655. },
  3656. {
  3657. "name": "Driebit",
  3658. "email": "tech@driebit.nl",
  3659. "homepage": "http://www.driebit.nl"
  3660. },
  3661. {
  3662. "name": "Community contributions",
  3663. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
  3664. }
  3665. ],
  3666. "description": "Tools to manage HTTP caching proxies with PHP",
  3667. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
  3668. "keywords": [
  3669. "caching",
  3670. "http",
  3671. "invalidation",
  3672. "nginx",
  3673. "purge",
  3674. "varnish"
  3675. ],
  3676. "support": {
  3677. "issues": "https://github.com/FriendsOfSymfony/FOSHttpCache/issues",
  3678. "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/2.14.1"
  3679. },
  3680. "time": "2022-07-07T06:13:40+00:00"
  3681. },
  3682. {
  3683. "name": "friendsofsymfony/http-cache-bundle",
  3684. "version": "2.13.0",
  3685. "source": {
  3686. "type": "git",
  3687. "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
  3688. "reference": "1e8a135d3dcb088952f5ab8655e273c423dbe0a2"
  3689. },
  3690. "dist": {
  3691. "type": "zip",
  3692. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/1e8a135d3dcb088952f5ab8655e273c423dbe0a2",
  3693. "reference": "1e8a135d3dcb088952f5ab8655e273c423dbe0a2",
  3694. "shasum": ""
  3695. },
  3696. "require": {
  3697. "friendsofsymfony/http-cache": "^2.6",
  3698. "php": "^7.3 || ^8.0",
  3699. "symfony/framework-bundle": "^4.4.0 || ^5.0 || ^6.0",
  3700. "symfony/http-foundation": "^4.4.0 || ^5.0 || ^6.0",
  3701. "symfony/http-kernel": "^4.4.0 || ^5.0 || ^6.0"
  3702. },
  3703. "conflict": {
  3704. "symfony/monolog-bridge": "<3.4.4",
  3705. "twig/twig": "<1.12.0"
  3706. },
  3707. "require-dev": {
  3708. "doctrine/annotations": "^1.11",
  3709. "guzzlehttp/guzzle": "^7.2",
  3710. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  3711. "mockery/mockery": "^1.3.2",
  3712. "monolog/monolog": "*",
  3713. "php-http/discovery": "^1.13",
  3714. "php-http/guzzle7-adapter": "^0.1.1",
  3715. "php-http/httplug": "^2.2.0",
  3716. "php-http/message": "^1.0 || ^2.0",
  3717. "sebastian/exporter": "^2.0",
  3718. "sensio/framework-extra-bundle": "^4.0 || ^5.5.1 || ^6.0",
  3719. "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
  3720. "symfony/console": "^4.4 || ^5.0 || ^6.0",
  3721. "symfony/css-selector": "^4.4 || ^5.0 || ^6.0",
  3722. "symfony/expression-language": "^4.4 || ^5.0 || ^6.0",
  3723. "symfony/finder": "^4.4 || ^5.0 || ^6.0",
  3724. "symfony/monolog-bundle": "^3.0",
  3725. "symfony/phpunit-bridge": "v5.3.7",
  3726. "symfony/routing": "^4.4 || ^5.0 || ^6.0",
  3727. "symfony/security-bundle": "^4.4 || ^5.0 || ^6.0",
  3728. "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0",
  3729. "symfony/yaml": "^4.4 || ^5.0 || ^6.0",
  3730. "twig/twig": "^2.13"
  3731. },
  3732. "suggest": {
  3733. "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
  3734. "symfony/console": "To send invalidation requests from the command line",
  3735. "symfony/expression-language": "For Tagged Cache Invalidation"
  3736. },
  3737. "type": "symfony-bundle",
  3738. "autoload": {
  3739. "psr-4": {
  3740. "FOS\\HttpCacheBundle\\": "src/"
  3741. }
  3742. },
  3743. "notification-url": "https://packagist.org/downloads/",
  3744. "license": [
  3745. "MIT"
  3746. ],
  3747. "authors": [
  3748. {
  3749. "name": "Liip AG",
  3750. "homepage": "http://www.liip.ch/"
  3751. },
  3752. {
  3753. "name": "Driebit",
  3754. "email": "tech@driebit.nl",
  3755. "homepage": "http://www.driebit.nl"
  3756. },
  3757. {
  3758. "name": "Community contributions",
  3759. "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
  3760. }
  3761. ],
  3762. "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
  3763. "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
  3764. "keywords": [
  3765. "caching",
  3766. "esi",
  3767. "http",
  3768. "invalidation",
  3769. "purge",
  3770. "varnish"
  3771. ],
  3772. "support": {
  3773. "issues": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/issues",
  3774. "source": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/tree/2.13.0"
  3775. },
  3776. "time": "2022-09-01T10:31:14+00:00"
  3777. },
  3778. {
  3779. "name": "imagine/imagine",
  3780. "version": "1.3.2",
  3781. "source": {
  3782. "type": "git",
  3783. "url": "https://github.com/php-imagine/Imagine.git",
  3784. "reference": "ae864f26afbf8859ebd2e2b9df92d77ee175dc13"
  3785. },
  3786. "dist": {
  3787. "type": "zip",
  3788. "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/ae864f26afbf8859ebd2e2b9df92d77ee175dc13",
  3789. "reference": "ae864f26afbf8859ebd2e2b9df92d77ee175dc13",
  3790. "shasum": ""
  3791. },
  3792. "require": {
  3793. "php": ">=5.5"
  3794. },
  3795. "require-dev": {
  3796. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
  3797. },
  3798. "suggest": {
  3799. "ext-exif": "to read EXIF metadata",
  3800. "ext-gd": "to use the GD implementation",
  3801. "ext-gmagick": "to use the Gmagick implementation",
  3802. "ext-imagick": "to use the Imagick implementation"
  3803. },
  3804. "type": "library",
  3805. "extra": {
  3806. "branch-alias": {
  3807. "dev-develop": "1.x-dev"
  3808. }
  3809. },
  3810. "autoload": {
  3811. "psr-4": {
  3812. "Imagine\\": "src/"
  3813. }
  3814. },
  3815. "notification-url": "https://packagist.org/downloads/",
  3816. "license": [
  3817. "MIT"
  3818. ],
  3819. "authors": [
  3820. {
  3821. "name": "Bulat Shakirzyanov",
  3822. "email": "mallluhuct@gmail.com",
  3823. "homepage": "http://avalanche123.com"
  3824. }
  3825. ],
  3826. "description": "Image processing for PHP 5.3",
  3827. "homepage": "http://imagine.readthedocs.org/",
  3828. "keywords": [
  3829. "drawing",
  3830. "graphics",
  3831. "image manipulation",
  3832. "image processing"
  3833. ],
  3834. "support": {
  3835. "issues": "https://github.com/php-imagine/Imagine/issues",
  3836. "source": "https://github.com/php-imagine/Imagine/tree/1.3.2"
  3837. },
  3838. "time": "2022-04-01T11:58:30+00:00"
  3839. },
  3840. {
  3841. "name": "knplabs/knp-menu",
  3842. "version": "v3.3.0",
  3843. "source": {
  3844. "type": "git",
  3845. "url": "https://github.com/KnpLabs/KnpMenu.git",
  3846. "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7"
  3847. },
  3848. "dist": {
  3849. "type": "zip",
  3850. "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/8bd3dc2afa22c65617c563c5e25e62d6e23e98c7",
  3851. "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7",
  3852. "shasum": ""
  3853. },
  3854. "require": {
  3855. "php": "^7.3 || ^8.0"
  3856. },
  3857. "conflict": {
  3858. "twig/twig": "<1.40 || >=2,<2.9"
  3859. },
  3860. "require-dev": {
  3861. "phpunit/phpunit": "^9.5",
  3862. "psr/container": "^1.0",
  3863. "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
  3864. "symfony/phpunit-bridge": "^5.3",
  3865. "symfony/routing": "^4.4 || ^5.0 || ^6.0",
  3866. "twig/twig": "^1.40 || ^2.9 || ^3.0"
  3867. },
  3868. "suggest": {
  3869. "twig/twig": "for the TwigRenderer and the integration with your templates"
  3870. },
  3871. "type": "library",
  3872. "extra": {
  3873. "branch-alias": {
  3874. "dev-master": "3.3-dev"
  3875. }
  3876. },
  3877. "autoload": {
  3878. "psr-4": {
  3879. "Knp\\Menu\\": "src/Knp/Menu"
  3880. }
  3881. },
  3882. "notification-url": "https://packagist.org/downloads/",
  3883. "license": [
  3884. "MIT"
  3885. ],
  3886. "authors": [
  3887. {
  3888. "name": "KnpLabs",
  3889. "homepage": "https://knplabs.com"
  3890. },
  3891. {
  3892. "name": "Christophe Coevoet",
  3893. "email": "stof@notk.org"
  3894. },
  3895. {
  3896. "name": "The Community",
  3897. "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
  3898. }
  3899. ],
  3900. "description": "An object oriented menu library",
  3901. "homepage": "https://knplabs.com",
  3902. "keywords": [
  3903. "menu",
  3904. "tree"
  3905. ],
  3906. "support": {
  3907. "issues": "https://github.com/KnpLabs/KnpMenu/issues",
  3908. "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.3.0"
  3909. },
  3910. "time": "2021-10-23T15:01:04+00:00"
  3911. },
  3912. {
  3913. "name": "knplabs/knp-menu-bundle",
  3914. "version": "v3.2.0",
  3915. "source": {
  3916. "type": "git",
  3917. "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
  3918. "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9"
  3919. },
  3920. "dist": {
  3921. "type": "zip",
  3922. "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/a0b4224f872d74ae939589eb1ccf0e11291370a9",
  3923. "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9",
  3924. "shasum": ""
  3925. },
  3926. "require": {
  3927. "knplabs/knp-menu": "^3.1",
  3928. "php": "^7.2 || ^8.0",
  3929. "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0 | ^6.0"
  3930. },
  3931. "require-dev": {
  3932. "phpunit/phpunit": "^8.5 | ^9.5",
  3933. "symfony/expression-language": "^3.4 | ^4.4 | ^5.0 | ^6.0",
  3934. "symfony/phpunit-bridge": "^5.2 | ^6.0",
  3935. "symfony/templating": "^3.4 | ^4.4 | ^5.0 | ^6.0"
  3936. },
  3937. "type": "symfony-bundle",
  3938. "extra": {
  3939. "branch-alias": {
  3940. "dev-master": "3.x-dev"
  3941. }
  3942. },
  3943. "autoload": {
  3944. "psr-4": {
  3945. "Knp\\Bundle\\MenuBundle\\": "src"
  3946. }
  3947. },
  3948. "notification-url": "https://packagist.org/downloads/",
  3949. "license": [
  3950. "MIT"
  3951. ],
  3952. "authors": [
  3953. {
  3954. "name": "Knplabs",
  3955. "homepage": "http://knplabs.com"
  3956. },
  3957. {
  3958. "name": "Christophe Coevoet",
  3959. "email": "stof@notk.org"
  3960. },
  3961. {
  3962. "name": "Symfony Community",
  3963. "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
  3964. }
  3965. ],
  3966. "description": "This bundle provides an integration of the KnpMenu library",
  3967. "keywords": [
  3968. "menu"
  3969. ],
  3970. "support": {
  3971. "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues",
  3972. "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.2.0"
  3973. },
  3974. "time": "2021-10-24T07:53:34+00:00"
  3975. },
  3976. {
  3977. "name": "knplabs/knp-time-bundle",
  3978. "version": "v1.19.0",
  3979. "source": {
  3980. "type": "git",
  3981. "url": "https://github.com/KnpLabs/KnpTimeBundle.git",
  3982. "reference": "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3"
  3983. },
  3984. "dist": {
  3985. "type": "zip",
  3986. "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/56e4d154bcd14c1b67c0d1defa1e7d00d27430e3",
  3987. "reference": "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3",
  3988. "shasum": ""
  3989. },
  3990. "require": {
  3991. "php": ">=7.2.5",
  3992. "symfony/config": "^4.3|^5.0|^6.0",
  3993. "symfony/dependency-injection": "^4.3|^5.0|^6.0",
  3994. "symfony/translation": "^4.3|^5.0|^6.0"
  3995. },
  3996. "conflict": {
  3997. "phpunit/phpunit": "<8.0"
  3998. },
  3999. "require-dev": {
  4000. "symfony/framework-bundle": "^4.3|^5.0|^6.0",
  4001. "symfony/phpunit-bridge": "^5.2|^6.0",
  4002. "symfony/templating": "^4.3|^5.0|^6.0",
  4003. "symfony/twig-bundle": "^4.3|^5.0|^6.0"
  4004. },
  4005. "suggest": {
  4006. "symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter"
  4007. },
  4008. "type": "symfony-bundle",
  4009. "extra": {
  4010. "branch-alias": {
  4011. "dev-master": "1.1.x-dev"
  4012. }
  4013. },
  4014. "autoload": {
  4015. "psr-4": {
  4016. "Knp\\Bundle\\TimeBundle\\": ""
  4017. }
  4018. },
  4019. "notification-url": "https://packagist.org/downloads/",
  4020. "license": [
  4021. "MIT"
  4022. ],
  4023. "authors": [
  4024. {
  4025. "name": "KnpLabs Team",
  4026. "homepage": "http://knplabs.com"
  4027. },
  4028. {
  4029. "name": "Symfony Community",
  4030. "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors"
  4031. }
  4032. ],
  4033. "description": "Making your dates look sensible and descriptive",
  4034. "homepage": "http://github.com/KnpLabs/KnpTimeBundle",
  4035. "keywords": [
  4036. "bundle",
  4037. "date",
  4038. "descriptive time",
  4039. "knp",
  4040. "knplabs",
  4041. "time"
  4042. ],
  4043. "support": {
  4044. "issues": "https://github.com/KnpLabs/KnpTimeBundle/issues",
  4045. "source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.19.0"
  4046. },
  4047. "time": "2022-05-10T00:14:22+00:00"
  4048. },
  4049. {
  4050. "name": "laminas/laminas-code",
  4051. "version": "4.7.0",
  4052. "source": {
  4053. "type": "git",
  4054. "url": "https://github.com/laminas/laminas-code.git",
  4055. "reference": "0337d9265bc2e6376babad8c511500821620cb30"
  4056. },
  4057. "dist": {
  4058. "type": "zip",
  4059. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/0337d9265bc2e6376babad8c511500821620cb30",
  4060. "reference": "0337d9265bc2e6376babad8c511500821620cb30",
  4061. "shasum": ""
  4062. },
  4063. "require": {
  4064. "php": ">=7.4, <8.2"
  4065. },
  4066. "require-dev": {
  4067. "doctrine/annotations": "^1.13.2",
  4068. "ext-phar": "*",
  4069. "laminas/laminas-coding-standard": "^2.3.0",
  4070. "laminas/laminas-stdlib": "^3.6.1",
  4071. "phpunit/phpunit": "^9.5.10",
  4072. "psalm/plugin-phpunit": "^0.17.0",
  4073. "vimeo/psalm": "^4.13.1"
  4074. },
  4075. "suggest": {
  4076. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  4077. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  4078. },
  4079. "type": "library",
  4080. "autoload": {
  4081. "files": [
  4082. "polyfill/ReflectionEnumPolyfill.php"
  4083. ],
  4084. "psr-4": {
  4085. "Laminas\\Code\\": "src/"
  4086. }
  4087. },
  4088. "notification-url": "https://packagist.org/downloads/",
  4089. "license": [
  4090. "BSD-3-Clause"
  4091. ],
  4092. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  4093. "homepage": "https://laminas.dev",
  4094. "keywords": [
  4095. "code",
  4096. "laminas",
  4097. "laminasframework"
  4098. ],
  4099. "support": {
  4100. "chat": "https://laminas.dev/chat",
  4101. "docs": "https://docs.laminas.dev/laminas-code/",
  4102. "forum": "https://discourse.laminas.dev",
  4103. "issues": "https://github.com/laminas/laminas-code/issues",
  4104. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  4105. "source": "https://github.com/laminas/laminas-code"
  4106. },
  4107. "funding": [
  4108. {
  4109. "url": "https://funding.communitybridge.org/projects/laminas-project",
  4110. "type": "community_bridge"
  4111. }
  4112. ],
  4113. "time": "2022-09-13T10:33:30+00:00"
  4114. },
  4115. {
  4116. "name": "lcobucci/clock",
  4117. "version": "2.2.0",
  4118. "source": {
  4119. "type": "git",
  4120. "url": "https://github.com/lcobucci/clock.git",
  4121. "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3"
  4122. },
  4123. "dist": {
  4124. "type": "zip",
  4125. "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3",
  4126. "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3",
  4127. "shasum": ""
  4128. },
  4129. "require": {
  4130. "php": "^8.0",
  4131. "stella-maris/clock": "^0.1.4"
  4132. },
  4133. "require-dev": {
  4134. "infection/infection": "^0.26",
  4135. "lcobucci/coding-standard": "^8.0",
  4136. "phpstan/extension-installer": "^1.1",
  4137. "phpstan/phpstan": "^0.12",
  4138. "phpstan/phpstan-deprecation-rules": "^0.12",
  4139. "phpstan/phpstan-phpunit": "^0.12",
  4140. "phpstan/phpstan-strict-rules": "^0.12",
  4141. "phpunit/phpunit": "^9.5"
  4142. },
  4143. "type": "library",
  4144. "autoload": {
  4145. "psr-4": {
  4146. "Lcobucci\\Clock\\": "src"
  4147. }
  4148. },
  4149. "notification-url": "https://packagist.org/downloads/",
  4150. "license": [
  4151. "MIT"
  4152. ],
  4153. "authors": [
  4154. {
  4155. "name": "Luís Cobucci",
  4156. "email": "lcobucci@gmail.com"
  4157. }
  4158. ],
  4159. "description": "Yet another clock abstraction",
  4160. "support": {
  4161. "issues": "https://github.com/lcobucci/clock/issues",
  4162. "source": "https://github.com/lcobucci/clock/tree/2.2.0"
  4163. },
  4164. "funding": [
  4165. {
  4166. "url": "https://github.com/lcobucci",
  4167. "type": "github"
  4168. },
  4169. {
  4170. "url": "https://www.patreon.com/lcobucci",
  4171. "type": "patreon"
  4172. }
  4173. ],
  4174. "time": "2022-04-19T19:34:17+00:00"
  4175. },
  4176. {
  4177. "name": "lcobucci/jwt",
  4178. "version": "4.2.1",
  4179. "source": {
  4180. "type": "git",
  4181. "url": "https://github.com/lcobucci/jwt.git",
  4182. "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3"
  4183. },
  4184. "dist": {
  4185. "type": "zip",
  4186. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3",
  4187. "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3",
  4188. "shasum": ""
  4189. },
  4190. "require": {
  4191. "ext-hash": "*",
  4192. "ext-json": "*",
  4193. "ext-mbstring": "*",
  4194. "ext-openssl": "*",
  4195. "ext-sodium": "*",
  4196. "lcobucci/clock": "^2.0",
  4197. "php": "^7.4 || ^8.0"
  4198. },
  4199. "require-dev": {
  4200. "infection/infection": "^0.21",
  4201. "lcobucci/coding-standard": "^6.0",
  4202. "mikey179/vfsstream": "^1.6.7",
  4203. "phpbench/phpbench": "^1.2",
  4204. "phpstan/extension-installer": "^1.0",
  4205. "phpstan/phpstan": "^1.4",
  4206. "phpstan/phpstan-deprecation-rules": "^1.0",
  4207. "phpstan/phpstan-phpunit": "^1.0",
  4208. "phpstan/phpstan-strict-rules": "^1.0",
  4209. "phpunit/php-invoker": "^3.1",
  4210. "phpunit/phpunit": "^9.5"
  4211. },
  4212. "type": "library",
  4213. "autoload": {
  4214. "psr-4": {
  4215. "Lcobucci\\JWT\\": "src"
  4216. }
  4217. },
  4218. "notification-url": "https://packagist.org/downloads/",
  4219. "license": [
  4220. "BSD-3-Clause"
  4221. ],
  4222. "authors": [
  4223. {
  4224. "name": "Luís Cobucci",
  4225. "email": "lcobucci@gmail.com",
  4226. "role": "Developer"
  4227. }
  4228. ],
  4229. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  4230. "keywords": [
  4231. "JWS",
  4232. "jwt"
  4233. ],
  4234. "support": {
  4235. "issues": "https://github.com/lcobucci/jwt/issues",
  4236. "source": "https://github.com/lcobucci/jwt/tree/4.2.1"
  4237. },
  4238. "funding": [
  4239. {
  4240. "url": "https://github.com/lcobucci",
  4241. "type": "github"
  4242. },
  4243. {
  4244. "url": "https://www.patreon.com/lcobucci",
  4245. "type": "patreon"
  4246. }
  4247. ],
  4248. "time": "2022-08-19T23:14:07+00:00"
  4249. },
  4250. {
  4251. "name": "league/commonmark",
  4252. "version": "2.3.5",
  4253. "source": {
  4254. "type": "git",
  4255. "url": "https://github.com/thephpleague/commonmark.git",
  4256. "reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257"
  4257. },
  4258. "dist": {
  4259. "type": "zip",
  4260. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257",
  4261. "reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257",
  4262. "shasum": ""
  4263. },
  4264. "require": {
  4265. "ext-mbstring": "*",
  4266. "league/config": "^1.1.1",
  4267. "php": "^7.4 || ^8.0",
  4268. "psr/event-dispatcher": "^1.0",
  4269. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  4270. "symfony/polyfill-php80": "^1.16"
  4271. },
  4272. "require-dev": {
  4273. "cebe/markdown": "^1.0",
  4274. "commonmark/cmark": "0.30.0",
  4275. "commonmark/commonmark.js": "0.30.0",
  4276. "composer/package-versions-deprecated": "^1.8",
  4277. "embed/embed": "^4.4",
  4278. "erusev/parsedown": "^1.0",
  4279. "ext-json": "*",
  4280. "github/gfm": "0.29.0",
  4281. "michelf/php-markdown": "^1.4",
  4282. "nyholm/psr7": "^1.5",
  4283. "phpstan/phpstan": "^1.8.2",
  4284. "phpunit/phpunit": "^9.5.21",
  4285. "scrutinizer/ocular": "^1.8.1",
  4286. "symfony/finder": "^5.3 | ^6.0",
  4287. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
  4288. "unleashedtech/php-coding-standard": "^3.1.1",
  4289. "vimeo/psalm": "^4.24.0"
  4290. },
  4291. "suggest": {
  4292. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  4293. },
  4294. "type": "library",
  4295. "extra": {
  4296. "branch-alias": {
  4297. "dev-main": "2.4-dev"
  4298. }
  4299. },
  4300. "autoload": {
  4301. "psr-4": {
  4302. "League\\CommonMark\\": "src"
  4303. }
  4304. },
  4305. "notification-url": "https://packagist.org/downloads/",
  4306. "license": [
  4307. "BSD-3-Clause"
  4308. ],
  4309. "authors": [
  4310. {
  4311. "name": "Colin O'Dell",
  4312. "email": "colinodell@gmail.com",
  4313. "homepage": "https://www.colinodell.com",
  4314. "role": "Lead Developer"
  4315. }
  4316. ],
  4317. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  4318. "homepage": "https://commonmark.thephpleague.com",
  4319. "keywords": [
  4320. "commonmark",
  4321. "flavored",
  4322. "gfm",
  4323. "github",
  4324. "github-flavored",
  4325. "markdown",
  4326. "md",
  4327. "parser"
  4328. ],
  4329. "support": {
  4330. "docs": "https://commonmark.thephpleague.com/",
  4331. "forum": "https://github.com/thephpleague/commonmark/discussions",
  4332. "issues": "https://github.com/thephpleague/commonmark/issues",
  4333. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  4334. "source": "https://github.com/thephpleague/commonmark"
  4335. },
  4336. "funding": [
  4337. {
  4338. "url": "https://www.colinodell.com/sponsor",
  4339. "type": "custom"
  4340. },
  4341. {
  4342. "url": "https://www.paypal.me/colinpodell/10.00",
  4343. "type": "custom"
  4344. },
  4345. {
  4346. "url": "https://github.com/colinodell",
  4347. "type": "github"
  4348. },
  4349. {
  4350. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  4351. "type": "tidelift"
  4352. }
  4353. ],
  4354. "time": "2022-07-29T10:59:45+00:00"
  4355. },
  4356. {
  4357. "name": "league/config",
  4358. "version": "v1.1.1",
  4359. "source": {
  4360. "type": "git",
  4361. "url": "https://github.com/thephpleague/config.git",
  4362. "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
  4363. },
  4364. "dist": {
  4365. "type": "zip",
  4366. "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
  4367. "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
  4368. "shasum": ""
  4369. },
  4370. "require": {
  4371. "dflydev/dot-access-data": "^3.0.1",
  4372. "nette/schema": "^1.2",
  4373. "php": "^7.4 || ^8.0"
  4374. },
  4375. "require-dev": {
  4376. "phpstan/phpstan": "^0.12.90",
  4377. "phpunit/phpunit": "^9.5.5",
  4378. "scrutinizer/ocular": "^1.8.1",
  4379. "unleashedtech/php-coding-standard": "^3.1",
  4380. "vimeo/psalm": "^4.7.3"
  4381. },
  4382. "type": "library",
  4383. "extra": {
  4384. "branch-alias": {
  4385. "dev-main": "1.2-dev"
  4386. }
  4387. },
  4388. "autoload": {
  4389. "psr-4": {
  4390. "League\\Config\\": "src"
  4391. }
  4392. },
  4393. "notification-url": "https://packagist.org/downloads/",
  4394. "license": [
  4395. "BSD-3-Clause"
  4396. ],
  4397. "authors": [
  4398. {
  4399. "name": "Colin O'Dell",
  4400. "email": "colinodell@gmail.com",
  4401. "homepage": "https://www.colinodell.com",
  4402. "role": "Lead Developer"
  4403. }
  4404. ],
  4405. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  4406. "homepage": "https://config.thephpleague.com",
  4407. "keywords": [
  4408. "array",
  4409. "config",
  4410. "configuration",
  4411. "dot",
  4412. "dot-access",
  4413. "nested",
  4414. "schema"
  4415. ],
  4416. "support": {
  4417. "docs": "https://config.thephpleague.com/",
  4418. "issues": "https://github.com/thephpleague/config/issues",
  4419. "rss": "https://github.com/thephpleague/config/releases.atom",
  4420. "source": "https://github.com/thephpleague/config"
  4421. },
  4422. "funding": [
  4423. {
  4424. "url": "https://www.colinodell.com/sponsor",
  4425. "type": "custom"
  4426. },
  4427. {
  4428. "url": "https://www.paypal.me/colinpodell/10.00",
  4429. "type": "custom"
  4430. },
  4431. {
  4432. "url": "https://github.com/colinodell",
  4433. "type": "github"
  4434. }
  4435. ],
  4436. "time": "2021-08-14T12:15:32+00:00"
  4437. },
  4438. {
  4439. "name": "league/flysystem",
  4440. "version": "3.5.2",
  4441. "source": {
  4442. "type": "git",
  4443. "url": "https://github.com/thephpleague/flysystem.git",
  4444. "reference": "c73c4eb31f2e883b3897ab5591aa2dbc48112433"
  4445. },
  4446. "dist": {
  4447. "type": "zip",
  4448. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c73c4eb31f2e883b3897ab5591aa2dbc48112433",
  4449. "reference": "c73c4eb31f2e883b3897ab5591aa2dbc48112433",
  4450. "shasum": ""
  4451. },
  4452. "require": {
  4453. "league/mime-type-detection": "^1.0.0",
  4454. "php": "^8.0.2"
  4455. },
  4456. "conflict": {
  4457. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  4458. "guzzlehttp/guzzle": "<7.0",
  4459. "guzzlehttp/ringphp": "<1.1.1",
  4460. "phpseclib/phpseclib": "3.0.15",
  4461. "symfony/http-client": "<5.2"
  4462. },
  4463. "require-dev": {
  4464. "async-aws/s3": "^1.5",
  4465. "async-aws/simple-s3": "^1.0",
  4466. "aws/aws-sdk-php": "^3.198.1",
  4467. "composer/semver": "^3.0",
  4468. "ext-fileinfo": "*",
  4469. "ext-ftp": "*",
  4470. "ext-zip": "*",
  4471. "friendsofphp/php-cs-fixer": "^3.5",
  4472. "google/cloud-storage": "^1.23",
  4473. "microsoft/azure-storage-blob": "^1.1",
  4474. "phpseclib/phpseclib": "^3.0.14",
  4475. "phpstan/phpstan": "^0.12.26",
  4476. "phpunit/phpunit": "^9.5.11",
  4477. "sabre/dav": "^4.3.1"
  4478. },
  4479. "type": "library",
  4480. "autoload": {
  4481. "psr-4": {
  4482. "League\\Flysystem\\": "src"
  4483. }
  4484. },
  4485. "notification-url": "https://packagist.org/downloads/",
  4486. "license": [
  4487. "MIT"
  4488. ],
  4489. "authors": [
  4490. {
  4491. "name": "Frank de Jonge",
  4492. "email": "info@frankdejonge.nl"
  4493. }
  4494. ],
  4495. "description": "File storage abstraction for PHP",
  4496. "keywords": [
  4497. "WebDAV",
  4498. "aws",
  4499. "cloud",
  4500. "file",
  4501. "files",
  4502. "filesystem",
  4503. "filesystems",
  4504. "ftp",
  4505. "s3",
  4506. "sftp",
  4507. "storage"
  4508. ],
  4509. "support": {
  4510. "issues": "https://github.com/thephpleague/flysystem/issues",
  4511. "source": "https://github.com/thephpleague/flysystem/tree/3.5.2"
  4512. },
  4513. "funding": [
  4514. {
  4515. "url": "https://ecologi.com/frankdejonge",
  4516. "type": "custom"
  4517. },
  4518. {
  4519. "url": "https://github.com/frankdejonge",
  4520. "type": "github"
  4521. },
  4522. {
  4523. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4524. "type": "tidelift"
  4525. }
  4526. ],
  4527. "time": "2022-09-23T18:59:16+00:00"
  4528. },
  4529. {
  4530. "name": "league/flysystem-bundle",
  4531. "version": "2.4.0",
  4532. "source": {
  4533. "type": "git",
  4534. "url": "https://github.com/thephpleague/flysystem-bundle.git",
  4535. "reference": "52fa43da7901a1d8098082e5c182aae0fe6f02f0"
  4536. },
  4537. "dist": {
  4538. "type": "zip",
  4539. "url": "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/52fa43da7901a1d8098082e5c182aae0fe6f02f0",
  4540. "reference": "52fa43da7901a1d8098082e5c182aae0fe6f02f0",
  4541. "shasum": ""
  4542. },
  4543. "require": {
  4544. "league/flysystem": "^2.1|^3.0",
  4545. "php": ">=7.2",
  4546. "symfony/config": "^4.2|^5.0|^6.0",
  4547. "symfony/dependency-injection": "^4.2|^5.0|^6.0",
  4548. "symfony/deprecation-contracts": "^2.1|^3",
  4549. "symfony/http-kernel": "^4.2|^5.0|^6.0",
  4550. "symfony/options-resolver": "^4.2|^5.0|^6.0"
  4551. },
  4552. "conflict": {
  4553. "league/flysystem-cached-adapter": "<1.0.9"
  4554. },
  4555. "require-dev": {
  4556. "league/flysystem-async-aws-s3": "^2.0|^3.0",
  4557. "league/flysystem-aws-s3-v3": "^2.0|^3.0",
  4558. "league/flysystem-ftp": "^2.0|^3.0",
  4559. "league/flysystem-google-cloud-storage": "^2.0|^3.0",
  4560. "league/flysystem-memory": "^2.0|^3.0",
  4561. "league/flysystem-sftp-v3": "^2.0|^3.0",
  4562. "symfony/dotenv": "^4.2|^5.0|^6.0",
  4563. "symfony/framework-bundle": "^4.2|^5.0|^6.0",
  4564. "symfony/phpunit-bridge": "^5.2",
  4565. "symfony/var-dumper": "^4.1|^5.0|^6.0",
  4566. "symfony/yaml": "^4.2|^5.0|^6.0"
  4567. },
  4568. "type": "symfony-bundle",
  4569. "autoload": {
  4570. "psr-4": {
  4571. "League\\FlysystemBundle\\": "src"
  4572. }
  4573. },
  4574. "notification-url": "https://packagist.org/downloads/",
  4575. "license": [
  4576. "MIT"
  4577. ],
  4578. "authors": [
  4579. {
  4580. "name": "Titouan Galopin",
  4581. "email": "galopintitouan@gmail.com"
  4582. }
  4583. ],
  4584. "description": "Symfony bundle integrating Flysystem into Symfony 4.2+ applications",
  4585. "support": {
  4586. "issues": "https://github.com/thephpleague/flysystem-bundle/issues",
  4587. "source": "https://github.com/thephpleague/flysystem-bundle/tree/2.4.0"
  4588. },
  4589. "time": "2022-09-12T07:31:10+00:00"
  4590. },
  4591. {
  4592. "name": "league/mime-type-detection",
  4593. "version": "1.11.0",
  4594. "source": {
  4595. "type": "git",
  4596. "url": "https://github.com/thephpleague/mime-type-detection.git",
  4597. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  4598. },
  4599. "dist": {
  4600. "type": "zip",
  4601. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  4602. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  4603. "shasum": ""
  4604. },
  4605. "require": {
  4606. "ext-fileinfo": "*",
  4607. "php": "^7.2 || ^8.0"
  4608. },
  4609. "require-dev": {
  4610. "friendsofphp/php-cs-fixer": "^3.2",
  4611. "phpstan/phpstan": "^0.12.68",
  4612. "phpunit/phpunit": "^8.5.8 || ^9.3"
  4613. },
  4614. "type": "library",
  4615. "autoload": {
  4616. "psr-4": {
  4617. "League\\MimeTypeDetection\\": "src"
  4618. }
  4619. },
  4620. "notification-url": "https://packagist.org/downloads/",
  4621. "license": [
  4622. "MIT"
  4623. ],
  4624. "authors": [
  4625. {
  4626. "name": "Frank de Jonge",
  4627. "email": "info@frankdejonge.nl"
  4628. }
  4629. ],
  4630. "description": "Mime-type detection for Flysystem",
  4631. "support": {
  4632. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  4633. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  4634. },
  4635. "funding": [
  4636. {
  4637. "url": "https://github.com/frankdejonge",
  4638. "type": "github"
  4639. },
  4640. {
  4641. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4642. "type": "tidelift"
  4643. }
  4644. ],
  4645. "time": "2022-04-17T13:12:02+00:00"
  4646. },
  4647. {
  4648. "name": "matthiasmullie/minify",
  4649. "version": "1.3.69",
  4650. "source": {
  4651. "type": "git",
  4652. "url": "https://github.com/matthiasmullie/minify.git",
  4653. "reference": "a61c949cccd086808063611ef9698eabe42ef22f"
  4654. },
  4655. "dist": {
  4656. "type": "zip",
  4657. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/a61c949cccd086808063611ef9698eabe42ef22f",
  4658. "reference": "a61c949cccd086808063611ef9698eabe42ef22f",
  4659. "shasum": ""
  4660. },
  4661. "require": {
  4662. "ext-pcre": "*",
  4663. "matthiasmullie/path-converter": "~1.1",
  4664. "php": ">=5.3.0"
  4665. },
  4666. "require-dev": {
  4667. "friendsofphp/php-cs-fixer": "~2.0",
  4668. "matthiasmullie/scrapbook": "dev-master",
  4669. "phpunit/phpunit": ">=4.8"
  4670. },
  4671. "suggest": {
  4672. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  4673. },
  4674. "bin": [
  4675. "bin/minifycss",
  4676. "bin/minifyjs"
  4677. ],
  4678. "type": "library",
  4679. "autoload": {
  4680. "psr-4": {
  4681. "MatthiasMullie\\Minify\\": "src/"
  4682. }
  4683. },
  4684. "notification-url": "https://packagist.org/downloads/",
  4685. "license": [
  4686. "MIT"
  4687. ],
  4688. "authors": [
  4689. {
  4690. "name": "Matthias Mullie",
  4691. "email": "minify@mullie.eu",
  4692. "homepage": "http://www.mullie.eu",
  4693. "role": "Developer"
  4694. }
  4695. ],
  4696. "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.",
  4697. "homepage": "http://www.minifier.org",
  4698. "keywords": [
  4699. "JS",
  4700. "css",
  4701. "javascript",
  4702. "minifier",
  4703. "minify"
  4704. ],
  4705. "support": {
  4706. "issues": "https://github.com/matthiasmullie/minify/issues",
  4707. "source": "https://github.com/matthiasmullie/minify/tree/1.3.69"
  4708. },
  4709. "funding": [
  4710. {
  4711. "url": "https://github.com/matthiasmullie",
  4712. "type": "github"
  4713. }
  4714. ],
  4715. "time": "2022-08-01T09:00:18+00:00"
  4716. },
  4717. {
  4718. "name": "matthiasmullie/path-converter",
  4719. "version": "1.1.3",
  4720. "source": {
  4721. "type": "git",
  4722. "url": "https://github.com/matthiasmullie/path-converter.git",
  4723. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  4724. },
  4725. "dist": {
  4726. "type": "zip",
  4727. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  4728. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  4729. "shasum": ""
  4730. },
  4731. "require": {
  4732. "ext-pcre": "*",
  4733. "php": ">=5.3.0"
  4734. },
  4735. "require-dev": {
  4736. "phpunit/phpunit": "~4.8"
  4737. },
  4738. "type": "library",
  4739. "autoload": {
  4740. "psr-4": {
  4741. "MatthiasMullie\\PathConverter\\": "src/"
  4742. }
  4743. },
  4744. "notification-url": "https://packagist.org/downloads/",
  4745. "license": [
  4746. "MIT"
  4747. ],
  4748. "authors": [
  4749. {
  4750. "name": "Matthias Mullie",
  4751. "email": "pathconverter@mullie.eu",
  4752. "homepage": "http://www.mullie.eu",
  4753. "role": "Developer"
  4754. }
  4755. ],
  4756. "description": "Relative path converter",
  4757. "homepage": "http://github.com/matthiasmullie/path-converter",
  4758. "keywords": [
  4759. "converter",
  4760. "path",
  4761. "paths",
  4762. "relative"
  4763. ],
  4764. "support": {
  4765. "issues": "https://github.com/matthiasmullie/path-converter/issues",
  4766. "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  4767. },
  4768. "time": "2019-02-05T23:41:09+00:00"
  4769. },
  4770. {
  4771. "name": "monolog/monolog",
  4772. "version": "2.8.0",
  4773. "source": {
  4774. "type": "git",
  4775. "url": "https://github.com/Seldaek/monolog.git",
  4776. "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
  4777. },
  4778. "dist": {
  4779. "type": "zip",
  4780. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
  4781. "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
  4782. "shasum": ""
  4783. },
  4784. "require": {
  4785. "php": ">=7.2",
  4786. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  4787. },
  4788. "provide": {
  4789. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  4790. },
  4791. "require-dev": {
  4792. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  4793. "doctrine/couchdb": "~1.0@dev",
  4794. "elasticsearch/elasticsearch": "^7 || ^8",
  4795. "ext-json": "*",
  4796. "graylog2/gelf-php": "^1.4.2",
  4797. "guzzlehttp/guzzle": "^7.4",
  4798. "guzzlehttp/psr7": "^2.2",
  4799. "mongodb/mongodb": "^1.8",
  4800. "php-amqplib/php-amqplib": "~2.4 || ^3",
  4801. "phpspec/prophecy": "^1.15",
  4802. "phpstan/phpstan": "^0.12.91",
  4803. "phpunit/phpunit": "^8.5.14",
  4804. "predis/predis": "^1.1 || ^2.0",
  4805. "rollbar/rollbar": "^1.3 || ^2 || ^3",
  4806. "ruflin/elastica": "^7",
  4807. "swiftmailer/swiftmailer": "^5.3|^6.0",
  4808. "symfony/mailer": "^5.4 || ^6",
  4809. "symfony/mime": "^5.4 || ^6"
  4810. },
  4811. "suggest": {
  4812. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  4813. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  4814. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  4815. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  4816. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  4817. "ext-mbstring": "Allow to work properly with unicode symbols",
  4818. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  4819. "ext-openssl": "Required to send log messages using SSL",
  4820. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  4821. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  4822. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  4823. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  4824. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4825. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4826. },
  4827. "type": "library",
  4828. "extra": {
  4829. "branch-alias": {
  4830. "dev-main": "2.x-dev"
  4831. }
  4832. },
  4833. "autoload": {
  4834. "psr-4": {
  4835. "Monolog\\": "src/Monolog"
  4836. }
  4837. },
  4838. "notification-url": "https://packagist.org/downloads/",
  4839. "license": [
  4840. "MIT"
  4841. ],
  4842. "authors": [
  4843. {
  4844. "name": "Jordi Boggiano",
  4845. "email": "j.boggiano@seld.be",
  4846. "homepage": "https://seld.be"
  4847. }
  4848. ],
  4849. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4850. "homepage": "https://github.com/Seldaek/monolog",
  4851. "keywords": [
  4852. "log",
  4853. "logging",
  4854. "psr-3"
  4855. ],
  4856. "support": {
  4857. "issues": "https://github.com/Seldaek/monolog/issues",
  4858. "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
  4859. },
  4860. "funding": [
  4861. {
  4862. "url": "https://github.com/Seldaek",
  4863. "type": "github"
  4864. },
  4865. {
  4866. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4867. "type": "tidelift"
  4868. }
  4869. ],
  4870. "time": "2022-07-24T11:55:47+00:00"
  4871. },
  4872. {
  4873. "name": "nelmio/cors-bundle",
  4874. "version": "2.2.0",
  4875. "source": {
  4876. "type": "git",
  4877. "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  4878. "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0"
  4879. },
  4880. "dist": {
  4881. "type": "zip",
  4882. "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
  4883. "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
  4884. "shasum": ""
  4885. },
  4886. "require": {
  4887. "symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0"
  4888. },
  4889. "require-dev": {
  4890. "mockery/mockery": "^1.2",
  4891. "symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
  4892. },
  4893. "type": "symfony-bundle",
  4894. "extra": {
  4895. "branch-alias": {
  4896. "dev-master": "2.0.x-dev"
  4897. }
  4898. },
  4899. "autoload": {
  4900. "psr-4": {
  4901. "Nelmio\\CorsBundle\\": ""
  4902. },
  4903. "exclude-from-classmap": [
  4904. "/Tests/"
  4905. ]
  4906. },
  4907. "notification-url": "https://packagist.org/downloads/",
  4908. "license": [
  4909. "MIT"
  4910. ],
  4911. "authors": [
  4912. {
  4913. "name": "Nelmio",
  4914. "homepage": "http://nelm.io"
  4915. },
  4916. {
  4917. "name": "Symfony Community",
  4918. "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  4919. }
  4920. ],
  4921. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
  4922. "keywords": [
  4923. "api",
  4924. "cors",
  4925. "crossdomain"
  4926. ],
  4927. "support": {
  4928. "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
  4929. "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0"
  4930. },
  4931. "time": "2021-12-01T09:34:27+00:00"
  4932. },
  4933. {
  4934. "name": "nelmio/security-bundle",
  4935. "version": "v2.12.0",
  4936. "source": {
  4937. "type": "git",
  4938. "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
  4939. "reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f"
  4940. },
  4941. "dist": {
  4942. "type": "zip",
  4943. "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/dc8b8c3ee5c64715486e1e3947f83f4169f4374f",
  4944. "reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f",
  4945. "shasum": ""
  4946. },
  4947. "require": {
  4948. "paragonie/random_compat": "~1.0|~2.0|~9.99.99",
  4949. "php": ">5.4",
  4950. "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0|~6.0",
  4951. "symfony/security-core": "~2.3|~3.0|~4.0|~5.0|~6.0",
  4952. "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0|~6.0",
  4953. "symfony/security-http": "~2.3|~3.0|~4.0|~5.0|~6.0",
  4954. "symfony/yaml": "~2.3|~3.0|~4.0|~5.0|~6.0",
  4955. "ua-parser/uap-php": "^3.4.4"
  4956. },
  4957. "require-dev": {
  4958. "doctrine/cache": "^1.0",
  4959. "psr/cache": "^1.0",
  4960. "symfony/phpunit-bridge": "^5.0.5|^6.0",
  4961. "twig/twig": "^1.38|^2.10|^3.0"
  4962. },
  4963. "type": "symfony-bundle",
  4964. "extra": {
  4965. "branch-alias": {
  4966. "dev-master": "2.11.x-dev"
  4967. }
  4968. },
  4969. "autoload": {
  4970. "psr-4": {
  4971. "Nelmio\\SecurityBundle\\": ""
  4972. },
  4973. "exclude-from-classmap": [
  4974. "/Tests/"
  4975. ]
  4976. },
  4977. "notification-url": "https://packagist.org/downloads/",
  4978. "license": [
  4979. "MIT"
  4980. ],
  4981. "authors": [
  4982. {
  4983. "name": "Nelmio",
  4984. "homepage": "http://nelm.io"
  4985. },
  4986. {
  4987. "name": "Symfony Community",
  4988. "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
  4989. }
  4990. ],
  4991. "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
  4992. "keywords": [
  4993. "security"
  4994. ],
  4995. "support": {
  4996. "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
  4997. "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.12.0"
  4998. },
  4999. "time": "2022-02-23T06:10:58+00:00"
  5000. },
  5001. {
  5002. "name": "nette/schema",
  5003. "version": "v1.2.2",
  5004. "source": {
  5005. "type": "git",
  5006. "url": "https://github.com/nette/schema.git",
  5007. "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
  5008. },
  5009. "dist": {
  5010. "type": "zip",
  5011. "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
  5012. "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
  5013. "shasum": ""
  5014. },
  5015. "require": {
  5016. "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
  5017. "php": ">=7.1 <8.2"
  5018. },
  5019. "require-dev": {
  5020. "nette/tester": "^2.3 || ^2.4",
  5021. "phpstan/phpstan-nette": "^0.12",
  5022. "tracy/tracy": "^2.7"
  5023. },
  5024. "type": "library",
  5025. "extra": {
  5026. "branch-alias": {
  5027. "dev-master": "1.2-dev"
  5028. }
  5029. },
  5030. "autoload": {
  5031. "classmap": [
  5032. "src/"
  5033. ]
  5034. },
  5035. "notification-url": "https://packagist.org/downloads/",
  5036. "license": [
  5037. "BSD-3-Clause",
  5038. "GPL-2.0-only",
  5039. "GPL-3.0-only"
  5040. ],
  5041. "authors": [
  5042. {
  5043. "name": "David Grudl",
  5044. "homepage": "https://davidgrudl.com"
  5045. },
  5046. {
  5047. "name": "Nette Community",
  5048. "homepage": "https://nette.org/contributors"
  5049. }
  5050. ],
  5051. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  5052. "homepage": "https://nette.org",
  5053. "keywords": [
  5054. "config",
  5055. "nette"
  5056. ],
  5057. "support": {
  5058. "issues": "https://github.com/nette/schema/issues",
  5059. "source": "https://github.com/nette/schema/tree/v1.2.2"
  5060. },
  5061. "time": "2021-10-15T11:40:02+00:00"
  5062. },
  5063. {
  5064. "name": "nette/utils",
  5065. "version": "v3.2.8",
  5066. "source": {
  5067. "type": "git",
  5068. "url": "https://github.com/nette/utils.git",
  5069. "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
  5070. },
  5071. "dist": {
  5072. "type": "zip",
  5073. "url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
  5074. "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
  5075. "shasum": ""
  5076. },
  5077. "require": {
  5078. "php": ">=7.2 <8.3"
  5079. },
  5080. "conflict": {
  5081. "nette/di": "<3.0.6"
  5082. },
  5083. "require-dev": {
  5084. "nette/tester": "~2.0",
  5085. "phpstan/phpstan": "^1.0",
  5086. "tracy/tracy": "^2.3"
  5087. },
  5088. "suggest": {
  5089. "ext-gd": "to use Image",
  5090. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  5091. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  5092. "ext-json": "to use Nette\\Utils\\Json",
  5093. "ext-mbstring": "to use Strings::lower() etc...",
  5094. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
  5095. "ext-xml": "to use Strings::length() etc. when mbstring is not available"
  5096. },
  5097. "type": "library",
  5098. "extra": {
  5099. "branch-alias": {
  5100. "dev-master": "3.2-dev"
  5101. }
  5102. },
  5103. "autoload": {
  5104. "classmap": [
  5105. "src/"
  5106. ]
  5107. },
  5108. "notification-url": "https://packagist.org/downloads/",
  5109. "license": [
  5110. "BSD-3-Clause",
  5111. "GPL-2.0-only",
  5112. "GPL-3.0-only"
  5113. ],
  5114. "authors": [
  5115. {
  5116. "name": "David Grudl",
  5117. "homepage": "https://davidgrudl.com"
  5118. },
  5119. {
  5120. "name": "Nette Community",
  5121. "homepage": "https://nette.org/contributors"
  5122. }
  5123. ],
  5124. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  5125. "homepage": "https://nette.org",
  5126. "keywords": [
  5127. "array",
  5128. "core",
  5129. "datetime",
  5130. "images",
  5131. "json",
  5132. "nette",
  5133. "paginator",
  5134. "password",
  5135. "slugify",
  5136. "string",
  5137. "unicode",
  5138. "utf-8",
  5139. "utility",
  5140. "validation"
  5141. ],
  5142. "support": {
  5143. "issues": "https://github.com/nette/utils/issues",
  5144. "source": "https://github.com/nette/utils/tree/v3.2.8"
  5145. },
  5146. "time": "2022-09-12T23:36:20+00:00"
  5147. },
  5148. {
  5149. "name": "nikic/php-parser",
  5150. "version": "v4.15.1",
  5151. "source": {
  5152. "type": "git",
  5153. "url": "https://github.com/nikic/PHP-Parser.git",
  5154. "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
  5155. },
  5156. "dist": {
  5157. "type": "zip",
  5158. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
  5159. "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
  5160. "shasum": ""
  5161. },
  5162. "require": {
  5163. "ext-tokenizer": "*",
  5164. "php": ">=7.0"
  5165. },
  5166. "require-dev": {
  5167. "ircmaxell/php-yacc": "^0.0.7",
  5168. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  5169. },
  5170. "bin": [
  5171. "bin/php-parse"
  5172. ],
  5173. "type": "library",
  5174. "extra": {
  5175. "branch-alias": {
  5176. "dev-master": "4.9-dev"
  5177. }
  5178. },
  5179. "autoload": {
  5180. "psr-4": {
  5181. "PhpParser\\": "lib/PhpParser"
  5182. }
  5183. },
  5184. "notification-url": "https://packagist.org/downloads/",
  5185. "license": [
  5186. "BSD-3-Clause"
  5187. ],
  5188. "authors": [
  5189. {
  5190. "name": "Nikita Popov"
  5191. }
  5192. ],
  5193. "description": "A PHP parser written in PHP",
  5194. "keywords": [
  5195. "parser",
  5196. "php"
  5197. ],
  5198. "support": {
  5199. "issues": "https://github.com/nikic/PHP-Parser/issues",
  5200. "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1"
  5201. },
  5202. "time": "2022-09-04T07:30:47+00:00"
  5203. },
  5204. {
  5205. "name": "nyholm/psr7",
  5206. "version": "1.5.1",
  5207. "source": {
  5208. "type": "git",
  5209. "url": "https://github.com/Nyholm/psr7.git",
  5210. "reference": "f734364e38a876a23be4d906a2a089e1315be18a"
  5211. },
  5212. "dist": {
  5213. "type": "zip",
  5214. "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
  5215. "reference": "f734364e38a876a23be4d906a2a089e1315be18a",
  5216. "shasum": ""
  5217. },
  5218. "require": {
  5219. "php": ">=7.1",
  5220. "php-http/message-factory": "^1.0",
  5221. "psr/http-factory": "^1.0",
  5222. "psr/http-message": "^1.0"
  5223. },
  5224. "provide": {
  5225. "psr/http-factory-implementation": "1.0",
  5226. "psr/http-message-implementation": "1.0"
  5227. },
  5228. "require-dev": {
  5229. "http-interop/http-factory-tests": "^0.9",
  5230. "php-http/psr7-integration-tests": "^1.0",
  5231. "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
  5232. "symfony/error-handler": "^4.4"
  5233. },
  5234. "type": "library",
  5235. "extra": {
  5236. "branch-alias": {
  5237. "dev-master": "1.4-dev"
  5238. }
  5239. },
  5240. "autoload": {
  5241. "psr-4": {
  5242. "Nyholm\\Psr7\\": "src/"
  5243. }
  5244. },
  5245. "notification-url": "https://packagist.org/downloads/",
  5246. "license": [
  5247. "MIT"
  5248. ],
  5249. "authors": [
  5250. {
  5251. "name": "Tobias Nyholm",
  5252. "email": "tobias.nyholm@gmail.com"
  5253. },
  5254. {
  5255. "name": "Martijn van der Ven",
  5256. "email": "martijn@vanderven.se"
  5257. }
  5258. ],
  5259. "description": "A fast PHP7 implementation of PSR-7",
  5260. "homepage": "https://tnyholm.se",
  5261. "keywords": [
  5262. "psr-17",
  5263. "psr-7"
  5264. ],
  5265. "support": {
  5266. "issues": "https://github.com/Nyholm/psr7/issues",
  5267. "source": "https://github.com/Nyholm/psr7/tree/1.5.1"
  5268. },
  5269. "funding": [
  5270. {
  5271. "url": "https://github.com/Zegnat",
  5272. "type": "github"
  5273. },
  5274. {
  5275. "url": "https://github.com/nyholm",
  5276. "type": "github"
  5277. }
  5278. ],
  5279. "time": "2022-06-22T07:13:36+00:00"
  5280. },
  5281. {
  5282. "name": "paragonie/constant_time_encoding",
  5283. "version": "v2.6.3",
  5284. "source": {
  5285. "type": "git",
  5286. "url": "https://github.com/paragonie/constant_time_encoding.git",
  5287. "reference": "58c3f47f650c94ec05a151692652a868995d2938"
  5288. },
  5289. "dist": {
  5290. "type": "zip",
  5291. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
  5292. "reference": "58c3f47f650c94ec05a151692652a868995d2938",
  5293. "shasum": ""
  5294. },
  5295. "require": {
  5296. "php": "^7|^8"
  5297. },
  5298. "require-dev": {
  5299. "phpunit/phpunit": "^6|^7|^8|^9",
  5300. "vimeo/psalm": "^1|^2|^3|^4"
  5301. },
  5302. "type": "library",
  5303. "autoload": {
  5304. "psr-4": {
  5305. "ParagonIE\\ConstantTime\\": "src/"
  5306. }
  5307. },
  5308. "notification-url": "https://packagist.org/downloads/",
  5309. "license": [
  5310. "MIT"
  5311. ],
  5312. "authors": [
  5313. {
  5314. "name": "Paragon Initiative Enterprises",
  5315. "email": "security@paragonie.com",
  5316. "homepage": "https://paragonie.com",
  5317. "role": "Maintainer"
  5318. },
  5319. {
  5320. "name": "Steve 'Sc00bz' Thomas",
  5321. "email": "steve@tobtu.com",
  5322. "homepage": "https://www.tobtu.com",
  5323. "role": "Original Developer"
  5324. }
  5325. ],
  5326. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  5327. "keywords": [
  5328. "base16",
  5329. "base32",
  5330. "base32_decode",
  5331. "base32_encode",
  5332. "base64",
  5333. "base64_decode",
  5334. "base64_encode",
  5335. "bin2hex",
  5336. "encoding",
  5337. "hex",
  5338. "hex2bin",
  5339. "rfc4648"
  5340. ],
  5341. "support": {
  5342. "email": "info@paragonie.com",
  5343. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  5344. "source": "https://github.com/paragonie/constant_time_encoding"
  5345. },
  5346. "time": "2022-06-14T06:56:20+00:00"
  5347. },
  5348. {
  5349. "name": "paragonie/random_compat",
  5350. "version": "v9.99.100",
  5351. "source": {
  5352. "type": "git",
  5353. "url": "https://github.com/paragonie/random_compat.git",
  5354. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  5355. },
  5356. "dist": {
  5357. "type": "zip",
  5358. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5359. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5360. "shasum": ""
  5361. },
  5362. "require": {
  5363. "php": ">= 7"
  5364. },
  5365. "require-dev": {
  5366. "phpunit/phpunit": "4.*|5.*",
  5367. "vimeo/psalm": "^1"
  5368. },
  5369. "suggest": {
  5370. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5371. },
  5372. "type": "library",
  5373. "notification-url": "https://packagist.org/downloads/",
  5374. "license": [
  5375. "MIT"
  5376. ],
  5377. "authors": [
  5378. {
  5379. "name": "Paragon Initiative Enterprises",
  5380. "email": "security@paragonie.com",
  5381. "homepage": "https://paragonie.com"
  5382. }
  5383. ],
  5384. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5385. "keywords": [
  5386. "csprng",
  5387. "polyfill",
  5388. "pseudorandom",
  5389. "random"
  5390. ],
  5391. "support": {
  5392. "email": "info@paragonie.com",
  5393. "issues": "https://github.com/paragonie/random_compat/issues",
  5394. "source": "https://github.com/paragonie/random_compat"
  5395. },
  5396. "time": "2020-10-15T08:29:30+00:00"
  5397. },
  5398. {
  5399. "name": "php-http/client-common",
  5400. "version": "2.5.0",
  5401. "source": {
  5402. "type": "git",
  5403. "url": "https://github.com/php-http/client-common.git",
  5404. "reference": "d135751167d57e27c74de674d6a30cef2dc8e054"
  5405. },
  5406. "dist": {
  5407. "type": "zip",
  5408. "url": "https://api.github.com/repos/php-http/client-common/zipball/d135751167d57e27c74de674d6a30cef2dc8e054",
  5409. "reference": "d135751167d57e27c74de674d6a30cef2dc8e054",
  5410. "shasum": ""
  5411. },
  5412. "require": {
  5413. "php": "^7.1 || ^8.0",
  5414. "php-http/httplug": "^2.0",
  5415. "php-http/message": "^1.6",
  5416. "php-http/message-factory": "^1.0",
  5417. "psr/http-client": "^1.0",
  5418. "psr/http-factory": "^1.0",
  5419. "psr/http-message": "^1.0",
  5420. "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
  5421. "symfony/polyfill-php80": "^1.17"
  5422. },
  5423. "require-dev": {
  5424. "doctrine/instantiator": "^1.1",
  5425. "guzzlehttp/psr7": "^1.4",
  5426. "nyholm/psr7": "^1.2",
  5427. "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
  5428. "phpspec/prophecy": "^1.10.2",
  5429. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
  5430. },
  5431. "suggest": {
  5432. "ext-json": "To detect JSON responses with the ContentTypePlugin",
  5433. "ext-libxml": "To detect XML responses with the ContentTypePlugin",
  5434. "php-http/cache-plugin": "PSR-6 Cache plugin",
  5435. "php-http/logger-plugin": "PSR-3 Logger plugin",
  5436. "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
  5437. },
  5438. "type": "library",
  5439. "extra": {
  5440. "branch-alias": {
  5441. "dev-master": "2.3.x-dev"
  5442. }
  5443. },
  5444. "autoload": {
  5445. "psr-4": {
  5446. "Http\\Client\\Common\\": "src/"
  5447. }
  5448. },
  5449. "notification-url": "https://packagist.org/downloads/",
  5450. "license": [
  5451. "MIT"
  5452. ],
  5453. "authors": [
  5454. {
  5455. "name": "Márk Sági-Kazár",
  5456. "email": "mark.sagikazar@gmail.com"
  5457. }
  5458. ],
  5459. "description": "Common HTTP Client implementations and tools for HTTPlug",
  5460. "homepage": "http://httplug.io",
  5461. "keywords": [
  5462. "client",
  5463. "common",
  5464. "http",
  5465. "httplug"
  5466. ],
  5467. "support": {
  5468. "issues": "https://github.com/php-http/client-common/issues",
  5469. "source": "https://github.com/php-http/client-common/tree/2.5.0"
  5470. },
  5471. "time": "2021-11-26T15:01:24+00:00"
  5472. },
  5473. {
  5474. "name": "php-http/discovery",
  5475. "version": "1.14.3",
  5476. "source": {
  5477. "type": "git",
  5478. "url": "https://github.com/php-http/discovery.git",
  5479. "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
  5480. },
  5481. "dist": {
  5482. "type": "zip",
  5483. "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
  5484. "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
  5485. "shasum": ""
  5486. },
  5487. "require": {
  5488. "php": "^7.1 || ^8.0"
  5489. },
  5490. "conflict": {
  5491. "nyholm/psr7": "<1.0"
  5492. },
  5493. "require-dev": {
  5494. "graham-campbell/phpspec-skip-example-extension": "^5.0",
  5495. "php-http/httplug": "^1.0 || ^2.0",
  5496. "php-http/message-factory": "^1.0",
  5497. "phpspec/phpspec": "^5.1 || ^6.1"
  5498. },
  5499. "suggest": {
  5500. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
  5501. },
  5502. "type": "library",
  5503. "extra": {
  5504. "branch-alias": {
  5505. "dev-master": "1.9-dev"
  5506. }
  5507. },
  5508. "autoload": {
  5509. "psr-4": {
  5510. "Http\\Discovery\\": "src/"
  5511. }
  5512. },
  5513. "notification-url": "https://packagist.org/downloads/",
  5514. "license": [
  5515. "MIT"
  5516. ],
  5517. "authors": [
  5518. {
  5519. "name": "Márk Sági-Kazár",
  5520. "email": "mark.sagikazar@gmail.com"
  5521. }
  5522. ],
  5523. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  5524. "homepage": "http://php-http.org",
  5525. "keywords": [
  5526. "adapter",
  5527. "client",
  5528. "discovery",
  5529. "factory",
  5530. "http",
  5531. "message",
  5532. "psr7"
  5533. ],
  5534. "support": {
  5535. "issues": "https://github.com/php-http/discovery/issues",
  5536. "source": "https://github.com/php-http/discovery/tree/1.14.3"
  5537. },
  5538. "time": "2022-07-11T14:04:40+00:00"
  5539. },
  5540. {
  5541. "name": "php-http/httplug",
  5542. "version": "2.3.0",
  5543. "source": {
  5544. "type": "git",
  5545. "url": "https://github.com/php-http/httplug.git",
  5546. "reference": "f640739f80dfa1152533976e3c112477f69274eb"
  5547. },
  5548. "dist": {
  5549. "type": "zip",
  5550. "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
  5551. "reference": "f640739f80dfa1152533976e3c112477f69274eb",
  5552. "shasum": ""
  5553. },
  5554. "require": {
  5555. "php": "^7.1 || ^8.0",
  5556. "php-http/promise": "^1.1",
  5557. "psr/http-client": "^1.0",
  5558. "psr/http-message": "^1.0"
  5559. },
  5560. "require-dev": {
  5561. "friends-of-phpspec/phpspec-code-coverage": "^4.1",
  5562. "phpspec/phpspec": "^5.1 || ^6.0"
  5563. },
  5564. "type": "library",
  5565. "extra": {
  5566. "branch-alias": {
  5567. "dev-master": "2.x-dev"
  5568. }
  5569. },
  5570. "autoload": {
  5571. "psr-4": {
  5572. "Http\\Client\\": "src/"
  5573. }
  5574. },
  5575. "notification-url": "https://packagist.org/downloads/",
  5576. "license": [
  5577. "MIT"
  5578. ],
  5579. "authors": [
  5580. {
  5581. "name": "Eric GELOEN",
  5582. "email": "geloen.eric@gmail.com"
  5583. },
  5584. {
  5585. "name": "Márk Sági-Kazár",
  5586. "email": "mark.sagikazar@gmail.com",
  5587. "homepage": "https://sagikazarmark.hu"
  5588. }
  5589. ],
  5590. "description": "HTTPlug, the HTTP client abstraction for PHP",
  5591. "homepage": "http://httplug.io",
  5592. "keywords": [
  5593. "client",
  5594. "http"
  5595. ],
  5596. "support": {
  5597. "issues": "https://github.com/php-http/httplug/issues",
  5598. "source": "https://github.com/php-http/httplug/tree/2.3.0"
  5599. },
  5600. "time": "2022-02-21T09:52:22+00:00"
  5601. },
  5602. {
  5603. "name": "php-http/message",
  5604. "version": "1.13.0",
  5605. "source": {
  5606. "type": "git",
  5607. "url": "https://github.com/php-http/message.git",
  5608. "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
  5609. },
  5610. "dist": {
  5611. "type": "zip",
  5612. "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
  5613. "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
  5614. "shasum": ""
  5615. },
  5616. "require": {
  5617. "clue/stream-filter": "^1.5",
  5618. "php": "^7.1 || ^8.0",
  5619. "php-http/message-factory": "^1.0.2",
  5620. "psr/http-message": "^1.0"
  5621. },
  5622. "provide": {
  5623. "php-http/message-factory-implementation": "1.0"
  5624. },
  5625. "require-dev": {
  5626. "ergebnis/composer-normalize": "^2.6",
  5627. "ext-zlib": "*",
  5628. "guzzlehttp/psr7": "^1.0",
  5629. "laminas/laminas-diactoros": "^2.0",
  5630. "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
  5631. "slim/slim": "^3.0"
  5632. },
  5633. "suggest": {
  5634. "ext-zlib": "Used with compressor/decompressor streams",
  5635. "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
  5636. "laminas/laminas-diactoros": "Used with Diactoros Factories",
  5637. "slim/slim": "Used with Slim Framework PSR-7 implementation"
  5638. },
  5639. "type": "library",
  5640. "extra": {
  5641. "branch-alias": {
  5642. "dev-master": "1.10-dev"
  5643. }
  5644. },
  5645. "autoload": {
  5646. "files": [
  5647. "src/filters.php"
  5648. ],
  5649. "psr-4": {
  5650. "Http\\Message\\": "src/"
  5651. }
  5652. },
  5653. "notification-url": "https://packagist.org/downloads/",
  5654. "license": [
  5655. "MIT"
  5656. ],
  5657. "authors": [
  5658. {
  5659. "name": "Márk Sági-Kazár",
  5660. "email": "mark.sagikazar@gmail.com"
  5661. }
  5662. ],
  5663. "description": "HTTP Message related tools",
  5664. "homepage": "http://php-http.org",
  5665. "keywords": [
  5666. "http",
  5667. "message",
  5668. "psr-7"
  5669. ],
  5670. "support": {
  5671. "issues": "https://github.com/php-http/message/issues",
  5672. "source": "https://github.com/php-http/message/tree/1.13.0"
  5673. },
  5674. "time": "2022-02-11T13:41:14+00:00"
  5675. },
  5676. {
  5677. "name": "php-http/message-factory",
  5678. "version": "v1.0.2",
  5679. "source": {
  5680. "type": "git",
  5681. "url": "https://github.com/php-http/message-factory.git",
  5682. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  5683. },
  5684. "dist": {
  5685. "type": "zip",
  5686. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  5687. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  5688. "shasum": ""
  5689. },
  5690. "require": {
  5691. "php": ">=5.4",
  5692. "psr/http-message": "^1.0"
  5693. },
  5694. "type": "library",
  5695. "extra": {
  5696. "branch-alias": {
  5697. "dev-master": "1.0-dev"
  5698. }
  5699. },
  5700. "autoload": {
  5701. "psr-4": {
  5702. "Http\\Message\\": "src/"
  5703. }
  5704. },
  5705. "notification-url": "https://packagist.org/downloads/",
  5706. "license": [
  5707. "MIT"
  5708. ],
  5709. "authors": [
  5710. {
  5711. "name": "Márk Sági-Kazár",
  5712. "email": "mark.sagikazar@gmail.com"
  5713. }
  5714. ],
  5715. "description": "Factory interfaces for PSR-7 HTTP Message",
  5716. "homepage": "http://php-http.org",
  5717. "keywords": [
  5718. "factory",
  5719. "http",
  5720. "message",
  5721. "stream",
  5722. "uri"
  5723. ],
  5724. "support": {
  5725. "issues": "https://github.com/php-http/message-factory/issues",
  5726. "source": "https://github.com/php-http/message-factory/tree/master"
  5727. },
  5728. "time": "2015-12-19T14:08:53+00:00"
  5729. },
  5730. {
  5731. "name": "php-http/promise",
  5732. "version": "1.1.0",
  5733. "source": {
  5734. "type": "git",
  5735. "url": "https://github.com/php-http/promise.git",
  5736. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
  5737. },
  5738. "dist": {
  5739. "type": "zip",
  5740. "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  5741. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  5742. "shasum": ""
  5743. },
  5744. "require": {
  5745. "php": "^7.1 || ^8.0"
  5746. },
  5747. "require-dev": {
  5748. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
  5749. "phpspec/phpspec": "^5.1.2 || ^6.2"
  5750. },
  5751. "type": "library",
  5752. "extra": {
  5753. "branch-alias": {
  5754. "dev-master": "1.1-dev"
  5755. }
  5756. },
  5757. "autoload": {
  5758. "psr-4": {
  5759. "Http\\Promise\\": "src/"
  5760. }
  5761. },
  5762. "notification-url": "https://packagist.org/downloads/",
  5763. "license": [
  5764. "MIT"
  5765. ],
  5766. "authors": [
  5767. {
  5768. "name": "Joel Wurtz",
  5769. "email": "joel.wurtz@gmail.com"
  5770. },
  5771. {
  5772. "name": "Márk Sági-Kazár",
  5773. "email": "mark.sagikazar@gmail.com"
  5774. }
  5775. ],
  5776. "description": "Promise used for asynchronous HTTP requests",
  5777. "homepage": "http://httplug.io",
  5778. "keywords": [
  5779. "promise"
  5780. ],
  5781. "support": {
  5782. "issues": "https://github.com/php-http/promise/issues",
  5783. "source": "https://github.com/php-http/promise/tree/1.1.0"
  5784. },
  5785. "time": "2020-07-07T09:29:14+00:00"
  5786. },
  5787. {
  5788. "name": "phpspec/php-diff",
  5789. "version": "v1.1.3",
  5790. "source": {
  5791. "type": "git",
  5792. "url": "https://github.com/phpspec/php-diff.git",
  5793. "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9"
  5794. },
  5795. "dist": {
  5796. "type": "zip",
  5797. "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9",
  5798. "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9",
  5799. "shasum": ""
  5800. },
  5801. "type": "library",
  5802. "extra": {
  5803. "branch-alias": {
  5804. "dev-master": "1.0.x-dev"
  5805. }
  5806. },
  5807. "autoload": {
  5808. "psr-0": {
  5809. "Diff": "lib/"
  5810. }
  5811. },
  5812. "notification-url": "https://packagist.org/downloads/",
  5813. "license": [
  5814. "BSD-3-Clause"
  5815. ],
  5816. "authors": [
  5817. {
  5818. "name": "Chris Boulton",
  5819. "homepage": "http://github.com/chrisboulton"
  5820. }
  5821. ],
  5822. "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  5823. "support": {
  5824. "source": "https://github.com/phpspec/php-diff/tree/v1.1.3"
  5825. },
  5826. "time": "2020-09-18T13:47:07+00:00"
  5827. },
  5828. {
  5829. "name": "psr/cache",
  5830. "version": "2.0.0",
  5831. "source": {
  5832. "type": "git",
  5833. "url": "https://github.com/php-fig/cache.git",
  5834. "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
  5835. },
  5836. "dist": {
  5837. "type": "zip",
  5838. "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
  5839. "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
  5840. "shasum": ""
  5841. },
  5842. "require": {
  5843. "php": ">=8.0.0"
  5844. },
  5845. "type": "library",
  5846. "extra": {
  5847. "branch-alias": {
  5848. "dev-master": "1.0.x-dev"
  5849. }
  5850. },
  5851. "autoload": {
  5852. "psr-4": {
  5853. "Psr\\Cache\\": "src/"
  5854. }
  5855. },
  5856. "notification-url": "https://packagist.org/downloads/",
  5857. "license": [
  5858. "MIT"
  5859. ],
  5860. "authors": [
  5861. {
  5862. "name": "PHP-FIG",
  5863. "homepage": "https://www.php-fig.org/"
  5864. }
  5865. ],
  5866. "description": "Common interface for caching libraries",
  5867. "keywords": [
  5868. "cache",
  5869. "psr",
  5870. "psr-6"
  5871. ],
  5872. "support": {
  5873. "source": "https://github.com/php-fig/cache/tree/2.0.0"
  5874. },
  5875. "time": "2021-02-03T23:23:37+00:00"
  5876. },
  5877. {
  5878. "name": "psr/container",
  5879. "version": "1.1.2",
  5880. "source": {
  5881. "type": "git",
  5882. "url": "https://github.com/php-fig/container.git",
  5883. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  5884. },
  5885. "dist": {
  5886. "type": "zip",
  5887. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  5888. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  5889. "shasum": ""
  5890. },
  5891. "require": {
  5892. "php": ">=7.4.0"
  5893. },
  5894. "type": "library",
  5895. "autoload": {
  5896. "psr-4": {
  5897. "Psr\\Container\\": "src/"
  5898. }
  5899. },
  5900. "notification-url": "https://packagist.org/downloads/",
  5901. "license": [
  5902. "MIT"
  5903. ],
  5904. "authors": [
  5905. {
  5906. "name": "PHP-FIG",
  5907. "homepage": "https://www.php-fig.org/"
  5908. }
  5909. ],
  5910. "description": "Common Container Interface (PHP FIG PSR-11)",
  5911. "homepage": "https://github.com/php-fig/container",
  5912. "keywords": [
  5913. "PSR-11",
  5914. "container",
  5915. "container-interface",
  5916. "container-interop",
  5917. "psr"
  5918. ],
  5919. "support": {
  5920. "issues": "https://github.com/php-fig/container/issues",
  5921. "source": "https://github.com/php-fig/container/tree/1.1.2"
  5922. },
  5923. "time": "2021-11-05T16:50:12+00:00"
  5924. },
  5925. {
  5926. "name": "psr/event-dispatcher",
  5927. "version": "1.0.0",
  5928. "source": {
  5929. "type": "git",
  5930. "url": "https://github.com/php-fig/event-dispatcher.git",
  5931. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5932. },
  5933. "dist": {
  5934. "type": "zip",
  5935. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5936. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5937. "shasum": ""
  5938. },
  5939. "require": {
  5940. "php": ">=7.2.0"
  5941. },
  5942. "type": "library",
  5943. "extra": {
  5944. "branch-alias": {
  5945. "dev-master": "1.0.x-dev"
  5946. }
  5947. },
  5948. "autoload": {
  5949. "psr-4": {
  5950. "Psr\\EventDispatcher\\": "src/"
  5951. }
  5952. },
  5953. "notification-url": "https://packagist.org/downloads/",
  5954. "license": [
  5955. "MIT"
  5956. ],
  5957. "authors": [
  5958. {
  5959. "name": "PHP-FIG",
  5960. "homepage": "http://www.php-fig.org/"
  5961. }
  5962. ],
  5963. "description": "Standard interfaces for event handling.",
  5964. "keywords": [
  5965. "events",
  5966. "psr",
  5967. "psr-14"
  5968. ],
  5969. "support": {
  5970. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  5971. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  5972. },
  5973. "time": "2019-01-08T18:20:26+00:00"
  5974. },
  5975. {
  5976. "name": "psr/http-client",
  5977. "version": "1.0.1",
  5978. "source": {
  5979. "type": "git",
  5980. "url": "https://github.com/php-fig/http-client.git",
  5981. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  5982. },
  5983. "dist": {
  5984. "type": "zip",
  5985. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  5986. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  5987. "shasum": ""
  5988. },
  5989. "require": {
  5990. "php": "^7.0 || ^8.0",
  5991. "psr/http-message": "^1.0"
  5992. },
  5993. "type": "library",
  5994. "extra": {
  5995. "branch-alias": {
  5996. "dev-master": "1.0.x-dev"
  5997. }
  5998. },
  5999. "autoload": {
  6000. "psr-4": {
  6001. "Psr\\Http\\Client\\": "src/"
  6002. }
  6003. },
  6004. "notification-url": "https://packagist.org/downloads/",
  6005. "license": [
  6006. "MIT"
  6007. ],
  6008. "authors": [
  6009. {
  6010. "name": "PHP-FIG",
  6011. "homepage": "http://www.php-fig.org/"
  6012. }
  6013. ],
  6014. "description": "Common interface for HTTP clients",
  6015. "homepage": "https://github.com/php-fig/http-client",
  6016. "keywords": [
  6017. "http",
  6018. "http-client",
  6019. "psr",
  6020. "psr-18"
  6021. ],
  6022. "support": {
  6023. "source": "https://github.com/php-fig/http-client/tree/master"
  6024. },
  6025. "time": "2020-06-29T06:28:15+00:00"
  6026. },
  6027. {
  6028. "name": "psr/http-factory",
  6029. "version": "1.0.1",
  6030. "source": {
  6031. "type": "git",
  6032. "url": "https://github.com/php-fig/http-factory.git",
  6033. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  6034. },
  6035. "dist": {
  6036. "type": "zip",
  6037. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  6038. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  6039. "shasum": ""
  6040. },
  6041. "require": {
  6042. "php": ">=7.0.0",
  6043. "psr/http-message": "^1.0"
  6044. },
  6045. "type": "library",
  6046. "extra": {
  6047. "branch-alias": {
  6048. "dev-master": "1.0.x-dev"
  6049. }
  6050. },
  6051. "autoload": {
  6052. "psr-4": {
  6053. "Psr\\Http\\Message\\": "src/"
  6054. }
  6055. },
  6056. "notification-url": "https://packagist.org/downloads/",
  6057. "license": [
  6058. "MIT"
  6059. ],
  6060. "authors": [
  6061. {
  6062. "name": "PHP-FIG",
  6063. "homepage": "http://www.php-fig.org/"
  6064. }
  6065. ],
  6066. "description": "Common interfaces for PSR-7 HTTP message factories",
  6067. "keywords": [
  6068. "factory",
  6069. "http",
  6070. "message",
  6071. "psr",
  6072. "psr-17",
  6073. "psr-7",
  6074. "request",
  6075. "response"
  6076. ],
  6077. "support": {
  6078. "source": "https://github.com/php-fig/http-factory/tree/master"
  6079. },
  6080. "time": "2019-04-30T12:38:16+00:00"
  6081. },
  6082. {
  6083. "name": "psr/http-message",
  6084. "version": "1.0.1",
  6085. "source": {
  6086. "type": "git",
  6087. "url": "https://github.com/php-fig/http-message.git",
  6088. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  6089. },
  6090. "dist": {
  6091. "type": "zip",
  6092. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  6093. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  6094. "shasum": ""
  6095. },
  6096. "require": {
  6097. "php": ">=5.3.0"
  6098. },
  6099. "type": "library",
  6100. "extra": {
  6101. "branch-alias": {
  6102. "dev-master": "1.0.x-dev"
  6103. }
  6104. },
  6105. "autoload": {
  6106. "psr-4": {
  6107. "Psr\\Http\\Message\\": "src/"
  6108. }
  6109. },
  6110. "notification-url": "https://packagist.org/downloads/",
  6111. "license": [
  6112. "MIT"
  6113. ],
  6114. "authors": [
  6115. {
  6116. "name": "PHP-FIG",
  6117. "homepage": "http://www.php-fig.org/"
  6118. }
  6119. ],
  6120. "description": "Common interface for HTTP messages",
  6121. "homepage": "https://github.com/php-fig/http-message",
  6122. "keywords": [
  6123. "http",
  6124. "http-message",
  6125. "psr",
  6126. "psr-7",
  6127. "request",
  6128. "response"
  6129. ],
  6130. "support": {
  6131. "source": "https://github.com/php-fig/http-message/tree/master"
  6132. },
  6133. "time": "2016-08-06T14:39:51+00:00"
  6134. },
  6135. {
  6136. "name": "psr/log",
  6137. "version": "1.1.4",
  6138. "source": {
  6139. "type": "git",
  6140. "url": "https://github.com/php-fig/log.git",
  6141. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  6142. },
  6143. "dist": {
  6144. "type": "zip",
  6145. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  6146. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  6147. "shasum": ""
  6148. },
  6149. "require": {
  6150. "php": ">=5.3.0"
  6151. },
  6152. "type": "library",
  6153. "extra": {
  6154. "branch-alias": {
  6155. "dev-master": "1.1.x-dev"
  6156. }
  6157. },
  6158. "autoload": {
  6159. "psr-4": {
  6160. "Psr\\Log\\": "Psr/Log/"
  6161. }
  6162. },
  6163. "notification-url": "https://packagist.org/downloads/",
  6164. "license": [
  6165. "MIT"
  6166. ],
  6167. "authors": [
  6168. {
  6169. "name": "PHP-FIG",
  6170. "homepage": "https://www.php-fig.org/"
  6171. }
  6172. ],
  6173. "description": "Common interface for logging libraries",
  6174. "homepage": "https://github.com/php-fig/log",
  6175. "keywords": [
  6176. "log",
  6177. "psr",
  6178. "psr-3"
  6179. ],
  6180. "support": {
  6181. "source": "https://github.com/php-fig/log/tree/1.1.4"
  6182. },
  6183. "time": "2021-05-03T11:20:27+00:00"
  6184. },
  6185. {
  6186. "name": "scheb/2fa-backup-code",
  6187. "version": "v5.13.2",
  6188. "source": {
  6189. "type": "git",
  6190. "url": "https://github.com/scheb/2fa-backup-code.git",
  6191. "reference": "5584eb7a2c3deb80635c7173ad77858e51129c35"
  6192. },
  6193. "dist": {
  6194. "type": "zip",
  6195. "url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/5584eb7a2c3deb80635c7173ad77858e51129c35",
  6196. "reference": "5584eb7a2c3deb80635c7173ad77858e51129c35",
  6197. "shasum": ""
  6198. },
  6199. "require": {
  6200. "scheb/2fa-bundle": "self.version"
  6201. },
  6202. "type": "library",
  6203. "autoload": {
  6204. "psr-4": {
  6205. "Scheb\\TwoFactorBundle\\": ""
  6206. }
  6207. },
  6208. "notification-url": "https://packagist.org/downloads/",
  6209. "license": [
  6210. "MIT"
  6211. ],
  6212. "authors": [
  6213. {
  6214. "name": "Christian Scheb",
  6215. "email": "me@christianscheb.de"
  6216. }
  6217. ],
  6218. "description": "Extends scheb/2fa-bundle with backup codes support",
  6219. "homepage": "https://github.com/scheb/2fa",
  6220. "keywords": [
  6221. "2fa",
  6222. "Authentication",
  6223. "backup-codes",
  6224. "symfony",
  6225. "two-factor",
  6226. "two-step"
  6227. ],
  6228. "support": {
  6229. "source": "https://github.com/scheb/2fa-backup-code/tree/v5.13.2"
  6230. },
  6231. "time": "2022-01-03T10:21:24+00:00"
  6232. },
  6233. {
  6234. "name": "scheb/2fa-bundle",
  6235. "version": "v5.13.2",
  6236. "source": {
  6237. "type": "git",
  6238. "url": "https://github.com/scheb/2fa-bundle.git",
  6239. "reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81"
  6240. },
  6241. "dist": {
  6242. "type": "zip",
  6243. "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/dc575cc7bc94fa3a52b547698086f2ef015d2e81",
  6244. "reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81",
  6245. "shasum": ""
  6246. },
  6247. "require": {
  6248. "ext-json": "*",
  6249. "php": ">=7.2.5",
  6250. "symfony/config": "^4.4|^5.0",
  6251. "symfony/dependency-injection": "^4.4|^5.0",
  6252. "symfony/event-dispatcher": "^4.4|^5.0",
  6253. "symfony/framework-bundle": "^4.4|^5.0",
  6254. "symfony/http-foundation": "^4.4|^5.0",
  6255. "symfony/http-kernel": "^4.4|^5.0",
  6256. "symfony/property-access": "^4.4|^5.0",
  6257. "symfony/security-bundle": "^4.4.1|^5.0",
  6258. "symfony/twig-bundle": "^4.4|^5.0"
  6259. },
  6260. "conflict": {
  6261. "scheb/two-factor-bundle": "*"
  6262. },
  6263. "suggest": {
  6264. "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
  6265. "scheb/2fa-email": "Send codes by email",
  6266. "scheb/2fa-google-authenticator": "Google Authenticator support",
  6267. "scheb/2fa-qr-code": "Generate QR codes for Google Authenticator / TOTP",
  6268. "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
  6269. "scheb/2fa-trusted-device": "Trusted devices support"
  6270. },
  6271. "type": "symfony-bundle",
  6272. "autoload": {
  6273. "psr-4": {
  6274. "Scheb\\TwoFactorBundle\\": ""
  6275. }
  6276. },
  6277. "notification-url": "https://packagist.org/downloads/",
  6278. "license": [
  6279. "MIT"
  6280. ],
  6281. "authors": [
  6282. {
  6283. "name": "Christian Scheb",
  6284. "email": "me@christianscheb.de"
  6285. }
  6286. ],
  6287. "description": "A generic interface to implement two-factor authentication in Symfony applications",
  6288. "homepage": "https://github.com/scheb/2fa",
  6289. "keywords": [
  6290. "2fa",
  6291. "Authentication",
  6292. "symfony",
  6293. "two-factor",
  6294. "two-step"
  6295. ],
  6296. "support": {
  6297. "source": "https://github.com/scheb/2fa-bundle/tree/v5.13.2"
  6298. },
  6299. "time": "2022-04-16T10:18:34+00:00"
  6300. },
  6301. {
  6302. "name": "scheb/2fa-trusted-device",
  6303. "version": "v5.13.2",
  6304. "source": {
  6305. "type": "git",
  6306. "url": "https://github.com/scheb/2fa-trusted-device.git",
  6307. "reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526"
  6308. },
  6309. "dist": {
  6310. "type": "zip",
  6311. "url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526",
  6312. "reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526",
  6313. "shasum": ""
  6314. },
  6315. "require": {
  6316. "lcobucci/jwt": "^3.4|^4.0",
  6317. "scheb/2fa-bundle": "self.version"
  6318. },
  6319. "type": "library",
  6320. "autoload": {
  6321. "psr-4": {
  6322. "Scheb\\TwoFactorBundle\\": ""
  6323. }
  6324. },
  6325. "notification-url": "https://packagist.org/downloads/",
  6326. "license": [
  6327. "MIT"
  6328. ],
  6329. "authors": [
  6330. {
  6331. "name": "Christian Scheb",
  6332. "email": "me@christianscheb.de"
  6333. }
  6334. ],
  6335. "description": "Extends scheb/2fa-bundle with trusted devices support",
  6336. "homepage": "https://github.com/scheb/2fa",
  6337. "keywords": [
  6338. "2fa",
  6339. "Authentication",
  6340. "symfony",
  6341. "trusted-device",
  6342. "two-factor",
  6343. "two-step"
  6344. ],
  6345. "support": {
  6346. "source": "https://github.com/scheb/2fa-trusted-device/tree/v5.13.2"
  6347. },
  6348. "time": "2022-01-03T10:21:24+00:00"
  6349. },
  6350. {
  6351. "name": "scrivo/highlight.php",
  6352. "version": "v9.18.1.9",
  6353. "source": {
  6354. "type": "git",
  6355. "url": "https://github.com/scrivo/highlight.php.git",
  6356. "reference": "d45585504777e6194a91dffc7270ca39833787f8"
  6357. },
  6358. "dist": {
  6359. "type": "zip",
  6360. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/d45585504777e6194a91dffc7270ca39833787f8",
  6361. "reference": "d45585504777e6194a91dffc7270ca39833787f8",
  6362. "shasum": ""
  6363. },
  6364. "require": {
  6365. "ext-json": "*",
  6366. "php": ">=5.4"
  6367. },
  6368. "require-dev": {
  6369. "phpunit/phpunit": "^4.8|^5.7",
  6370. "sabberworm/php-css-parser": "^8.3",
  6371. "symfony/finder": "^2.8|^3.4",
  6372. "symfony/var-dumper": "^2.8|^3.4"
  6373. },
  6374. "suggest": {
  6375. "ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
  6376. },
  6377. "type": "library",
  6378. "autoload": {
  6379. "files": [
  6380. "HighlightUtilities/functions.php"
  6381. ],
  6382. "psr-0": {
  6383. "Highlight\\": "",
  6384. "HighlightUtilities\\": ""
  6385. }
  6386. },
  6387. "notification-url": "https://packagist.org/downloads/",
  6388. "license": [
  6389. "BSD-3-Clause"
  6390. ],
  6391. "authors": [
  6392. {
  6393. "name": "Geert Bergman",
  6394. "homepage": "http://www.scrivo.org/",
  6395. "role": "Project Author"
  6396. },
  6397. {
  6398. "name": "Vladimir Jimenez",
  6399. "homepage": "https://allejo.io",
  6400. "role": "Maintainer"
  6401. },
  6402. {
  6403. "name": "Martin Folkers",
  6404. "homepage": "https://twobrain.io",
  6405. "role": "Contributor"
  6406. }
  6407. ],
  6408. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  6409. "keywords": [
  6410. "code",
  6411. "highlight",
  6412. "highlight.js",
  6413. "highlight.php",
  6414. "syntax"
  6415. ],
  6416. "support": {
  6417. "issues": "https://github.com/scrivo/highlight.php/issues",
  6418. "source": "https://github.com/scrivo/highlight.php"
  6419. },
  6420. "funding": [
  6421. {
  6422. "url": "https://github.com/allejo",
  6423. "type": "github"
  6424. }
  6425. ],
  6426. "time": "2021-12-03T06:45:28+00:00"
  6427. },
  6428. {
  6429. "name": "scssphp/scssphp",
  6430. "version": "v1.11.0",
  6431. "source": {
  6432. "type": "git",
  6433. "url": "https://github.com/scssphp/scssphp.git",
  6434. "reference": "33749d12c2569bb24071f94e9af828662dabb068"
  6435. },
  6436. "dist": {
  6437. "type": "zip",
  6438. "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068",
  6439. "reference": "33749d12c2569bb24071f94e9af828662dabb068",
  6440. "shasum": ""
  6441. },
  6442. "require": {
  6443. "ext-ctype": "*",
  6444. "ext-json": "*",
  6445. "php": ">=5.6.0"
  6446. },
  6447. "require-dev": {
  6448. "bamarni/composer-bin-plugin": "^1.4",
  6449. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
  6450. "sass/sass-spec": "*",
  6451. "squizlabs/php_codesniffer": "~3.5",
  6452. "symfony/phpunit-bridge": "^5.1",
  6453. "thoughtbot/bourbon": "^7.0",
  6454. "twbs/bootstrap": "~5.0",
  6455. "twbs/bootstrap4": "4.6.1",
  6456. "zurb/foundation": "~6.5"
  6457. },
  6458. "suggest": {
  6459. "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
  6460. "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
  6461. },
  6462. "bin": [
  6463. "bin/pscss"
  6464. ],
  6465. "type": "library",
  6466. "extra": {
  6467. "bamarni-bin": {
  6468. "forward-command": false,
  6469. "bin-links": false
  6470. }
  6471. },
  6472. "autoload": {
  6473. "psr-4": {
  6474. "ScssPhp\\ScssPhp\\": "src/"
  6475. }
  6476. },
  6477. "notification-url": "https://packagist.org/downloads/",
  6478. "license": [
  6479. "MIT"
  6480. ],
  6481. "authors": [
  6482. {
  6483. "name": "Anthon Pang",
  6484. "email": "apang@softwaredevelopment.ca",
  6485. "homepage": "https://github.com/robocoder"
  6486. },
  6487. {
  6488. "name": "Cédric Morin",
  6489. "email": "cedric@yterium.com",
  6490. "homepage": "https://github.com/Cerdic"
  6491. }
  6492. ],
  6493. "description": "scssphp is a compiler for SCSS written in PHP.",
  6494. "homepage": "http://scssphp.github.io/scssphp/",
  6495. "keywords": [
  6496. "css",
  6497. "less",
  6498. "sass",
  6499. "scss",
  6500. "stylesheet"
  6501. ],
  6502. "support": {
  6503. "issues": "https://github.com/scssphp/scssphp/issues",
  6504. "source": "https://github.com/scssphp/scssphp/tree/v1.11.0"
  6505. },
  6506. "time": "2022-09-02T21:24:55+00:00"
  6507. },
  6508. {
  6509. "name": "sensiolabs/ansi-to-html",
  6510. "version": "v1.2.1",
  6511. "source": {
  6512. "type": "git",
  6513. "url": "https://github.com/sensiolabs/ansi-to-html.git",
  6514. "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9"
  6515. },
  6516. "dist": {
  6517. "type": "zip",
  6518. "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/94a3145aae4733ff933c8910263ef56d1ae317a9",
  6519. "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9",
  6520. "shasum": ""
  6521. },
  6522. "require": {
  6523. "php": ">=7.2.5"
  6524. },
  6525. "conflict": {
  6526. "twig/twig": "< 2.4.0"
  6527. },
  6528. "require-dev": {
  6529. "twig/twig": "^2.4 || ^3.0"
  6530. },
  6531. "suggest": {
  6532. "twig/twig": "Provides nice templating features"
  6533. },
  6534. "type": "library",
  6535. "extra": {
  6536. "branch-alias": {
  6537. "dev-master": "1.2-dev"
  6538. }
  6539. },
  6540. "autoload": {
  6541. "psr-4": {
  6542. "SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter"
  6543. }
  6544. },
  6545. "notification-url": "https://packagist.org/downloads/",
  6546. "license": [
  6547. "MIT"
  6548. ],
  6549. "authors": [
  6550. {
  6551. "name": "Fabien Potencier",
  6552. "email": "fabien@symfony.com"
  6553. }
  6554. ],
  6555. "description": "A library to convert a text with ANSI codes to HTML",
  6556. "support": {
  6557. "issues": "https://github.com/sensiolabs/ansi-to-html/issues",
  6558. "source": "https://github.com/sensiolabs/ansi-to-html/tree/v1.2.1"
  6559. },
  6560. "time": "2020-10-06T05:48:55+00:00"
  6561. },
  6562. {
  6563. "name": "simplepie/simplepie",
  6564. "version": "1.6.0",
  6565. "source": {
  6566. "type": "git",
  6567. "url": "https://github.com/simplepie/simplepie.git",
  6568. "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1"
  6569. },
  6570. "dist": {
  6571. "type": "zip",
  6572. "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
  6573. "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
  6574. "shasum": ""
  6575. },
  6576. "require": {
  6577. "ext-pcre": "*",
  6578. "ext-xml": "*",
  6579. "ext-xmlreader": "*",
  6580. "php": ">=5.6.0"
  6581. },
  6582. "require-dev": {
  6583. "yoast/phpunit-polyfills": "^1.0.1"
  6584. },
  6585. "suggest": {
  6586. "ext-curl": "",
  6587. "ext-iconv": "",
  6588. "ext-intl": "",
  6589. "ext-mbstring": "",
  6590. "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
  6591. },
  6592. "type": "library",
  6593. "autoload": {
  6594. "psr-0": {
  6595. "SimplePie": "library"
  6596. },
  6597. "psr-4": {
  6598. "SimplePie\\": "src"
  6599. }
  6600. },
  6601. "notification-url": "https://packagist.org/downloads/",
  6602. "license": [
  6603. "BSD-3-Clause"
  6604. ],
  6605. "authors": [
  6606. {
  6607. "name": "Ryan Parman",
  6608. "homepage": "http://ryanparman.com/",
  6609. "role": "Creator, alumnus developer"
  6610. },
  6611. {
  6612. "name": "Sam Sneddon",
  6613. "homepage": "https://gsnedders.com/",
  6614. "role": "Alumnus developer"
  6615. },
  6616. {
  6617. "name": "Ryan McCue",
  6618. "email": "me@ryanmccue.info",
  6619. "homepage": "http://ryanmccue.info/",
  6620. "role": "Developer"
  6621. }
  6622. ],
  6623. "description": "A simple Atom/RSS parsing library for PHP",
  6624. "homepage": "http://simplepie.org/",
  6625. "keywords": [
  6626. "atom",
  6627. "feeds",
  6628. "rss"
  6629. ],
  6630. "support": {
  6631. "issues": "https://github.com/simplepie/simplepie/issues",
  6632. "source": "https://github.com/simplepie/simplepie/tree/1.6.0"
  6633. },
  6634. "time": "2022-04-21T11:05:19+00:00"
  6635. },
  6636. {
  6637. "name": "spatie/schema-org",
  6638. "version": "3.11.0",
  6639. "source": {
  6640. "type": "git",
  6641. "url": "https://github.com/spatie/schema-org.git",
  6642. "reference": "75d67883903ce450e8039e6f03d07c0bdd6a39ba"
  6643. },
  6644. "dist": {
  6645. "type": "zip",
  6646. "url": "https://api.github.com/repos/spatie/schema-org/zipball/75d67883903ce450e8039e6f03d07c0bdd6a39ba",
  6647. "reference": "75d67883903ce450e8039e6f03d07c0bdd6a39ba",
  6648. "shasum": ""
  6649. },
  6650. "require": {
  6651. "ext-json": "*",
  6652. "php": "^8.0"
  6653. },
  6654. "require-dev": {
  6655. "friendsofphp/php-cs-fixer": "^3.6",
  6656. "graham-campbell/analyzer": "^3.0.5",
  6657. "illuminate/collections": "^8.62.0",
  6658. "league/flysystem": "^2.3.0 || ^3.0",
  6659. "pestphp/pest": "^1.21",
  6660. "symfony/console": "^5.3.7 || 6.0",
  6661. "twig/twig": "^3.3.3"
  6662. },
  6663. "type": "library",
  6664. "autoload": {
  6665. "psr-4": {
  6666. "Spatie\\SchemaOrg\\": "src"
  6667. }
  6668. },
  6669. "notification-url": "https://packagist.org/downloads/",
  6670. "license": [
  6671. "MIT"
  6672. ],
  6673. "authors": [
  6674. {
  6675. "name": "Sebastian De Deyne",
  6676. "email": "sebastian@spatie.be",
  6677. "homepage": "https://spatie.be",
  6678. "role": "Developer"
  6679. },
  6680. {
  6681. "name": "Tom Witkowski",
  6682. "email": "dev.gummibeer@gmail.com",
  6683. "homepage": "https://gummibeer.de",
  6684. "role": "Developer"
  6685. }
  6686. ],
  6687. "description": "A fluent builder Schema.org types and ld+json generator",
  6688. "homepage": "https://github.com/spatie/schema-org",
  6689. "keywords": [
  6690. "schema-org",
  6691. "spatie"
  6692. ],
  6693. "support": {
  6694. "issues": "https://github.com/spatie/schema-org/issues",
  6695. "source": "https://github.com/spatie/schema-org/tree/3.11.0"
  6696. },
  6697. "funding": [
  6698. {
  6699. "url": "https://spatie.be/open-source/support-us",
  6700. "type": "custom"
  6701. },
  6702. {
  6703. "url": "https://github.com/spatie",
  6704. "type": "github"
  6705. }
  6706. ],
  6707. "time": "2022-04-11T13:29:01+00:00"
  6708. },
  6709. {
  6710. "name": "spomky-labs/otphp",
  6711. "version": "v10.0.3",
  6712. "source": {
  6713. "type": "git",
  6714. "url": "https://github.com/Spomky-Labs/otphp.git",
  6715. "reference": "9784d9f7c790eed26e102d6c78f12c754036c366"
  6716. },
  6717. "dist": {
  6718. "type": "zip",
  6719. "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9784d9f7c790eed26e102d6c78f12c754036c366",
  6720. "reference": "9784d9f7c790eed26e102d6c78f12c754036c366",
  6721. "shasum": ""
  6722. },
  6723. "require": {
  6724. "beberlei/assert": "^3.0",
  6725. "ext-mbstring": "*",
  6726. "paragonie/constant_time_encoding": "^2.0",
  6727. "php": "^7.2|^8.0",
  6728. "thecodingmachine/safe": "^0.1.14|^1.0|^2.0"
  6729. },
  6730. "require-dev": {
  6731. "php-coveralls/php-coveralls": "^2.0",
  6732. "phpstan/phpstan": "^0.12",
  6733. "phpstan/phpstan-beberlei-assert": "^0.12",
  6734. "phpstan/phpstan-deprecation-rules": "^0.12",
  6735. "phpstan/phpstan-phpunit": "^0.12",
  6736. "phpstan/phpstan-strict-rules": "^0.12",
  6737. "phpunit/phpunit": "^8.0",
  6738. "thecodingmachine/phpstan-safe-rule": "^1.0 || ^2.0"
  6739. },
  6740. "type": "library",
  6741. "extra": {
  6742. "branch-alias": {
  6743. "v10.0": "10.0.x-dev",
  6744. "v9.0": "9.0.x-dev",
  6745. "v8.3": "8.3.x-dev"
  6746. }
  6747. },
  6748. "autoload": {
  6749. "psr-4": {
  6750. "OTPHP\\": "src/"
  6751. }
  6752. },
  6753. "notification-url": "https://packagist.org/downloads/",
  6754. "license": [
  6755. "MIT"
  6756. ],
  6757. "authors": [
  6758. {
  6759. "name": "Florent Morselli",
  6760. "homepage": "https://github.com/Spomky"
  6761. },
  6762. {
  6763. "name": "All contributors",
  6764. "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
  6765. }
  6766. ],
  6767. "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",
  6768. "homepage": "https://github.com/Spomky-Labs/otphp",
  6769. "keywords": [
  6770. "FreeOTP",
  6771. "RFC 4226",
  6772. "RFC 6238",
  6773. "google authenticator",
  6774. "hotp",
  6775. "otp",
  6776. "totp"
  6777. ],
  6778. "support": {
  6779. "issues": "https://github.com/Spomky-Labs/otphp/issues",
  6780. "source": "https://github.com/Spomky-Labs/otphp/tree/v10.0.3"
  6781. },
  6782. "time": "2022-03-17T08:00:35+00:00"
  6783. },
  6784. {
  6785. "name": "stella-maris/clock",
  6786. "version": "0.1.5",
  6787. "source": {
  6788. "type": "git",
  6789. "url": "git@gitlab.com:stella-maris/clock.git",
  6790. "reference": "447879c53ca0b2a762cdbfba5e76ccf4deca9158"
  6791. },
  6792. "dist": {
  6793. "type": "zip",
  6794. "url": "https://gitlab.com/api/v4/projects/stella-maris%2Fclock/repository/archive.zip?sha=447879c53ca0b2a762cdbfba5e76ccf4deca9158",
  6795. "reference": "447879c53ca0b2a762cdbfba5e76ccf4deca9158",
  6796. "shasum": ""
  6797. },
  6798. "require": {
  6799. "php": "^7.0|^8.0"
  6800. },
  6801. "type": "library",
  6802. "autoload": {
  6803. "psr-4": {
  6804. "StellaMaris\\Clock\\": "src"
  6805. }
  6806. },
  6807. "notification-url": "https://packagist.org/downloads/",
  6808. "license": [
  6809. "MIT"
  6810. ],
  6811. "authors": [
  6812. {
  6813. "name": "Andreas Heigl",
  6814. "role": "Maintainer"
  6815. }
  6816. ],
  6817. "description": "A pre-release of the proposed PSR-20 Clock-Interface",
  6818. "homepage": "https://gitlab.com/stella-maris/clock",
  6819. "keywords": [
  6820. "clock",
  6821. "datetime",
  6822. "point in time",
  6823. "psr20"
  6824. ],
  6825. "time": "2022-08-05T07:21:25+00:00"
  6826. },
  6827. {
  6828. "name": "symfony-cmf/routing",
  6829. "version": "2.3.4",
  6830. "source": {
  6831. "type": "git",
  6832. "url": "https://github.com/symfony-cmf/Routing.git",
  6833. "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b"
  6834. },
  6835. "dist": {
  6836. "type": "zip",
  6837. "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
  6838. "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
  6839. "shasum": ""
  6840. },
  6841. "require": {
  6842. "php": "^7.2 || ^8.0",
  6843. "psr/log": "^1.0 || ^2.0 || ^3.0",
  6844. "symfony/http-kernel": "^4.4 || ^5.0",
  6845. "symfony/routing": "^4.4 || ^5.0"
  6846. },
  6847. "require-dev": {
  6848. "symfony-cmf/testing": "^3@dev",
  6849. "symfony/config": "^4.4 || ^5.0",
  6850. "symfony/dependency-injection": "^4.4 || ^5.0",
  6851. "symfony/event-dispatcher": "^4.4 || ^5.0",
  6852. "symfony/phpunit-bridge": "^5.0"
  6853. },
  6854. "suggest": {
  6855. "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
  6856. },
  6857. "type": "library",
  6858. "extra": {
  6859. "branch-alias": {
  6860. "dev-master": "2.x-dev"
  6861. }
  6862. },
  6863. "autoload": {
  6864. "psr-4": {
  6865. "Symfony\\Cmf\\Component\\Routing\\": "src/"
  6866. }
  6867. },
  6868. "notification-url": "https://packagist.org/downloads/",
  6869. "license": [
  6870. "MIT"
  6871. ],
  6872. "authors": [
  6873. {
  6874. "name": "Symfony CMF Community",
  6875. "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  6876. }
  6877. ],
  6878. "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
  6879. "homepage": "http://cmf.symfony.com",
  6880. "keywords": [
  6881. "database",
  6882. "routing"
  6883. ],
  6884. "support": {
  6885. "issues": "https://github.com/symfony-cmf/Routing/issues",
  6886. "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4"
  6887. },
  6888. "time": "2021-11-08T16:33:10+00:00"
  6889. },
  6890. {
  6891. "name": "symfony-cmf/routing-bundle",
  6892. "version": "2.5.1",
  6893. "source": {
  6894. "type": "git",
  6895. "url": "https://github.com/symfony-cmf/routing-bundle.git",
  6896. "reference": "e9c3dfb9815b68b7f95d18308ca036cccadd4739"
  6897. },
  6898. "dist": {
  6899. "type": "zip",
  6900. "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/e9c3dfb9815b68b7f95d18308ca036cccadd4739",
  6901. "reference": "e9c3dfb9815b68b7f95d18308ca036cccadd4739",
  6902. "shasum": ""
  6903. },
  6904. "require": {
  6905. "php": "^7.4 || ^8.0",
  6906. "symfony-cmf/routing": "^2.3.0",
  6907. "symfony/framework-bundle": "^4.4 || ^5.0"
  6908. },
  6909. "conflict": {
  6910. "doctrine/common": "<2.10.0",
  6911. "doctrine/persistence": "<1.3.0",
  6912. "doctrine/phpcr-odm": "<1.4",
  6913. "phpunit/phpunit": "<6"
  6914. },
  6915. "require-dev": {
  6916. "doctrine/data-fixtures": "^1.0.0",
  6917. "doctrine/doctrine-bundle": "^2.0",
  6918. "doctrine/orm": "^2.5",
  6919. "doctrine/phpcr-bundle": "^2.3",
  6920. "doctrine/phpcr-odm": "^1.4|^2.0",
  6921. "jackalope/jackalope-doctrine-dbal": "^1.3",
  6922. "matthiasnoback/symfony-config-test": "^4.1.0",
  6923. "matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
  6924. "symfony-cmf/testing": "^4.0",
  6925. "symfony/form": "^4.4 || ^5.0",
  6926. "symfony/monolog-bundle": "^3.5",
  6927. "symfony/phpunit-bridge": "^5.0",
  6928. "symfony/security-bundle": "^4.4 || ^5.0",
  6929. "symfony/serializer": "^4.4 || ^5.0",
  6930. "symfony/translation": "^4.4 || ^5.0",
  6931. "symfony/twig-bundle": "^4.4 || ^5.0",
  6932. "symfony/validator": "^4.4 || ^5.0",
  6933. "twig/twig": "^2.4.4 || ^3.0"
  6934. },
  6935. "suggest": {
  6936. "doctrine/orm": "To enable support for the ORM entities (^2.5)",
  6937. "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
  6938. "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)"
  6939. },
  6940. "type": "symfony-bundle",
  6941. "extra": {
  6942. "branch-alias": {
  6943. "dev-master": "2.x-dev"
  6944. }
  6945. },
  6946. "autoload": {
  6947. "psr-4": {
  6948. "Symfony\\Cmf\\Bundle\\RoutingBundle\\": "src/"
  6949. }
  6950. },
  6951. "notification-url": "https://packagist.org/downloads/",
  6952. "license": [
  6953. "MIT"
  6954. ],
  6955. "authors": [
  6956. {
  6957. "name": "Symfony CMF Community",
  6958. "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
  6959. }
  6960. ],
  6961. "description": "Symfony RoutingBundle",
  6962. "homepage": "http://cmf.symfony.com",
  6963. "keywords": [
  6964. "database",
  6965. "routing"
  6966. ],
  6967. "support": {
  6968. "issues": "https://github.com/symfony-cmf/routing-bundle/issues",
  6969. "source": "https://github.com/symfony-cmf/routing-bundle/tree/2.5.1"
  6970. },
  6971. "time": "2021-09-15T09:54:36+00:00"
  6972. },
  6973. {
  6974. "name": "symfony/asset",
  6975. "version": "v5.4.7",
  6976. "source": {
  6977. "type": "git",
  6978. "url": "https://github.com/symfony/asset.git",
  6979. "reference": "4affdca3da5f380caa27a338269b36ac288b3981"
  6980. },
  6981. "dist": {
  6982. "type": "zip",
  6983. "url": "https://api.github.com/repos/symfony/asset/zipball/4affdca3da5f380caa27a338269b36ac288b3981",
  6984. "reference": "4affdca3da5f380caa27a338269b36ac288b3981",
  6985. "shasum": ""
  6986. },
  6987. "require": {
  6988. "php": ">=7.2.5",
  6989. "symfony/deprecation-contracts": "^2.1|^3",
  6990. "symfony/polyfill-php80": "^1.16"
  6991. },
  6992. "conflict": {
  6993. "symfony/http-foundation": "<5.3"
  6994. },
  6995. "require-dev": {
  6996. "symfony/http-client": "^4.4|^5.0|^6.0",
  6997. "symfony/http-foundation": "^5.3|^6.0",
  6998. "symfony/http-kernel": "^4.4|^5.0|^6.0"
  6999. },
  7000. "suggest": {
  7001. "symfony/http-foundation": ""
  7002. },
  7003. "type": "library",
  7004. "autoload": {
  7005. "psr-4": {
  7006. "Symfony\\Component\\Asset\\": ""
  7007. },
  7008. "exclude-from-classmap": [
  7009. "/Tests/"
  7010. ]
  7011. },
  7012. "notification-url": "https://packagist.org/downloads/",
  7013. "license": [
  7014. "MIT"
  7015. ],
  7016. "authors": [
  7017. {
  7018. "name": "Fabien Potencier",
  7019. "email": "fabien@symfony.com"
  7020. },
  7021. {
  7022. "name": "Symfony Community",
  7023. "homepage": "https://symfony.com/contributors"
  7024. }
  7025. ],
  7026. "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
  7027. "homepage": "https://symfony.com",
  7028. "support": {
  7029. "source": "https://github.com/symfony/asset/tree/v5.4.7"
  7030. },
  7031. "funding": [
  7032. {
  7033. "url": "https://symfony.com/sponsor",
  7034. "type": "custom"
  7035. },
  7036. {
  7037. "url": "https://github.com/fabpot",
  7038. "type": "github"
  7039. },
  7040. {
  7041. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7042. "type": "tidelift"
  7043. }
  7044. ],
  7045. "time": "2022-03-18T16:00:30+00:00"
  7046. },
  7047. {
  7048. "name": "symfony/cache",
  7049. "version": "v5.4.11",
  7050. "source": {
  7051. "type": "git",
  7052. "url": "https://github.com/symfony/cache.git",
  7053. "reference": "5a0fff46df349f0db3fe242263451fddf5277362"
  7054. },
  7055. "dist": {
  7056. "type": "zip",
  7057. "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362",
  7058. "reference": "5a0fff46df349f0db3fe242263451fddf5277362",
  7059. "shasum": ""
  7060. },
  7061. "require": {
  7062. "php": ">=7.2.5",
  7063. "psr/cache": "^1.0|^2.0",
  7064. "psr/log": "^1.1|^2|^3",
  7065. "symfony/cache-contracts": "^1.1.7|^2",
  7066. "symfony/deprecation-contracts": "^2.1|^3",
  7067. "symfony/polyfill-php73": "^1.9",
  7068. "symfony/polyfill-php80": "^1.16",
  7069. "symfony/service-contracts": "^1.1|^2|^3",
  7070. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  7071. },
  7072. "conflict": {
  7073. "doctrine/dbal": "<2.13.1",
  7074. "symfony/dependency-injection": "<4.4",
  7075. "symfony/http-kernel": "<4.4",
  7076. "symfony/var-dumper": "<4.4"
  7077. },
  7078. "provide": {
  7079. "psr/cache-implementation": "1.0|2.0",
  7080. "psr/simple-cache-implementation": "1.0|2.0",
  7081. "symfony/cache-implementation": "1.0|2.0"
  7082. },
  7083. "require-dev": {
  7084. "cache/integration-tests": "dev-master",
  7085. "doctrine/cache": "^1.6|^2.0",
  7086. "doctrine/dbal": "^2.13.1|^3.0",
  7087. "predis/predis": "^1.1",
  7088. "psr/simple-cache": "^1.0|^2.0",
  7089. "symfony/config": "^4.4|^5.0|^6.0",
  7090. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7091. "symfony/filesystem": "^4.4|^5.0|^6.0",
  7092. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  7093. "symfony/messenger": "^4.4|^5.0|^6.0",
  7094. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  7095. },
  7096. "type": "library",
  7097. "autoload": {
  7098. "psr-4": {
  7099. "Symfony\\Component\\Cache\\": ""
  7100. },
  7101. "exclude-from-classmap": [
  7102. "/Tests/"
  7103. ]
  7104. },
  7105. "notification-url": "https://packagist.org/downloads/",
  7106. "license": [
  7107. "MIT"
  7108. ],
  7109. "authors": [
  7110. {
  7111. "name": "Nicolas Grekas",
  7112. "email": "p@tchwork.com"
  7113. },
  7114. {
  7115. "name": "Symfony Community",
  7116. "homepage": "https://symfony.com/contributors"
  7117. }
  7118. ],
  7119. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  7120. "homepage": "https://symfony.com",
  7121. "keywords": [
  7122. "caching",
  7123. "psr6"
  7124. ],
  7125. "support": {
  7126. "source": "https://github.com/symfony/cache/tree/v5.4.11"
  7127. },
  7128. "funding": [
  7129. {
  7130. "url": "https://symfony.com/sponsor",
  7131. "type": "custom"
  7132. },
  7133. {
  7134. "url": "https://github.com/fabpot",
  7135. "type": "github"
  7136. },
  7137. {
  7138. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7139. "type": "tidelift"
  7140. }
  7141. ],
  7142. "time": "2022-07-28T15:25:17+00:00"
  7143. },
  7144. {
  7145. "name": "symfony/cache-contracts",
  7146. "version": "v2.5.2",
  7147. "source": {
  7148. "type": "git",
  7149. "url": "https://github.com/symfony/cache-contracts.git",
  7150. "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
  7151. },
  7152. "dist": {
  7153. "type": "zip",
  7154. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
  7155. "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
  7156. "shasum": ""
  7157. },
  7158. "require": {
  7159. "php": ">=7.2.5",
  7160. "psr/cache": "^1.0|^2.0|^3.0"
  7161. },
  7162. "suggest": {
  7163. "symfony/cache-implementation": ""
  7164. },
  7165. "type": "library",
  7166. "extra": {
  7167. "branch-alias": {
  7168. "dev-main": "2.5-dev"
  7169. },
  7170. "thanks": {
  7171. "name": "symfony/contracts",
  7172. "url": "https://github.com/symfony/contracts"
  7173. }
  7174. },
  7175. "autoload": {
  7176. "psr-4": {
  7177. "Symfony\\Contracts\\Cache\\": ""
  7178. }
  7179. },
  7180. "notification-url": "https://packagist.org/downloads/",
  7181. "license": [
  7182. "MIT"
  7183. ],
  7184. "authors": [
  7185. {
  7186. "name": "Nicolas Grekas",
  7187. "email": "p@tchwork.com"
  7188. },
  7189. {
  7190. "name": "Symfony Community",
  7191. "homepage": "https://symfony.com/contributors"
  7192. }
  7193. ],
  7194. "description": "Generic abstractions related to caching",
  7195. "homepage": "https://symfony.com",
  7196. "keywords": [
  7197. "abstractions",
  7198. "contracts",
  7199. "decoupling",
  7200. "interfaces",
  7201. "interoperability",
  7202. "standards"
  7203. ],
  7204. "support": {
  7205. "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
  7206. },
  7207. "funding": [
  7208. {
  7209. "url": "https://symfony.com/sponsor",
  7210. "type": "custom"
  7211. },
  7212. {
  7213. "url": "https://github.com/fabpot",
  7214. "type": "github"
  7215. },
  7216. {
  7217. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7218. "type": "tidelift"
  7219. }
  7220. ],
  7221. "time": "2022-01-02T09:53:40+00:00"
  7222. },
  7223. {
  7224. "name": "symfony/config",
  7225. "version": "v5.4.11",
  7226. "source": {
  7227. "type": "git",
  7228. "url": "https://github.com/symfony/config.git",
  7229. "reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
  7230. },
  7231. "dist": {
  7232. "type": "zip",
  7233. "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
  7234. "reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
  7235. "shasum": ""
  7236. },
  7237. "require": {
  7238. "php": ">=7.2.5",
  7239. "symfony/deprecation-contracts": "^2.1|^3",
  7240. "symfony/filesystem": "^4.4|^5.0|^6.0",
  7241. "symfony/polyfill-ctype": "~1.8",
  7242. "symfony/polyfill-php80": "^1.16",
  7243. "symfony/polyfill-php81": "^1.22"
  7244. },
  7245. "conflict": {
  7246. "symfony/finder": "<4.4"
  7247. },
  7248. "require-dev": {
  7249. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  7250. "symfony/finder": "^4.4|^5.0|^6.0",
  7251. "symfony/messenger": "^4.4|^5.0|^6.0",
  7252. "symfony/service-contracts": "^1.1|^2|^3",
  7253. "symfony/yaml": "^4.4|^5.0|^6.0"
  7254. },
  7255. "suggest": {
  7256. "symfony/yaml": "To use the yaml reference dumper"
  7257. },
  7258. "type": "library",
  7259. "autoload": {
  7260. "psr-4": {
  7261. "Symfony\\Component\\Config\\": ""
  7262. },
  7263. "exclude-from-classmap": [
  7264. "/Tests/"
  7265. ]
  7266. },
  7267. "notification-url": "https://packagist.org/downloads/",
  7268. "license": [
  7269. "MIT"
  7270. ],
  7271. "authors": [
  7272. {
  7273. "name": "Fabien Potencier",
  7274. "email": "fabien@symfony.com"
  7275. },
  7276. {
  7277. "name": "Symfony Community",
  7278. "homepage": "https://symfony.com/contributors"
  7279. }
  7280. ],
  7281. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  7282. "homepage": "https://symfony.com",
  7283. "support": {
  7284. "source": "https://github.com/symfony/config/tree/v5.4.11"
  7285. },
  7286. "funding": [
  7287. {
  7288. "url": "https://symfony.com/sponsor",
  7289. "type": "custom"
  7290. },
  7291. {
  7292. "url": "https://github.com/fabpot",
  7293. "type": "github"
  7294. },
  7295. {
  7296. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7297. "type": "tidelift"
  7298. }
  7299. ],
  7300. "time": "2022-07-20T13:00:38+00:00"
  7301. },
  7302. {
  7303. "name": "symfony/console",
  7304. "version": "v5.4.12",
  7305. "source": {
  7306. "type": "git",
  7307. "url": "https://github.com/symfony/console.git",
  7308. "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1"
  7309. },
  7310. "dist": {
  7311. "type": "zip",
  7312. "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1",
  7313. "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1",
  7314. "shasum": ""
  7315. },
  7316. "require": {
  7317. "php": ">=7.2.5",
  7318. "symfony/deprecation-contracts": "^2.1|^3",
  7319. "symfony/polyfill-mbstring": "~1.0",
  7320. "symfony/polyfill-php73": "^1.9",
  7321. "symfony/polyfill-php80": "^1.16",
  7322. "symfony/service-contracts": "^1.1|^2|^3",
  7323. "symfony/string": "^5.1|^6.0"
  7324. },
  7325. "conflict": {
  7326. "psr/log": ">=3",
  7327. "symfony/dependency-injection": "<4.4",
  7328. "symfony/dotenv": "<5.1",
  7329. "symfony/event-dispatcher": "<4.4",
  7330. "symfony/lock": "<4.4",
  7331. "symfony/process": "<4.4"
  7332. },
  7333. "provide": {
  7334. "psr/log-implementation": "1.0|2.0"
  7335. },
  7336. "require-dev": {
  7337. "psr/log": "^1|^2",
  7338. "symfony/config": "^4.4|^5.0|^6.0",
  7339. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7340. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  7341. "symfony/lock": "^4.4|^5.0|^6.0",
  7342. "symfony/process": "^4.4|^5.0|^6.0",
  7343. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  7344. },
  7345. "suggest": {
  7346. "psr/log": "For using the console logger",
  7347. "symfony/event-dispatcher": "",
  7348. "symfony/lock": "",
  7349. "symfony/process": ""
  7350. },
  7351. "type": "library",
  7352. "autoload": {
  7353. "psr-4": {
  7354. "Symfony\\Component\\Console\\": ""
  7355. },
  7356. "exclude-from-classmap": [
  7357. "/Tests/"
  7358. ]
  7359. },
  7360. "notification-url": "https://packagist.org/downloads/",
  7361. "license": [
  7362. "MIT"
  7363. ],
  7364. "authors": [
  7365. {
  7366. "name": "Fabien Potencier",
  7367. "email": "fabien@symfony.com"
  7368. },
  7369. {
  7370. "name": "Symfony Community",
  7371. "homepage": "https://symfony.com/contributors"
  7372. }
  7373. ],
  7374. "description": "Eases the creation of beautiful and testable command line interfaces",
  7375. "homepage": "https://symfony.com",
  7376. "keywords": [
  7377. "cli",
  7378. "command line",
  7379. "console",
  7380. "terminal"
  7381. ],
  7382. "support": {
  7383. "source": "https://github.com/symfony/console/tree/v5.4.12"
  7384. },
  7385. "funding": [
  7386. {
  7387. "url": "https://symfony.com/sponsor",
  7388. "type": "custom"
  7389. },
  7390. {
  7391. "url": "https://github.com/fabpot",
  7392. "type": "github"
  7393. },
  7394. {
  7395. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7396. "type": "tidelift"
  7397. }
  7398. ],
  7399. "time": "2022-08-17T13:18:05+00:00"
  7400. },
  7401. {
  7402. "name": "symfony/debug-bundle",
  7403. "version": "v5.4.11",
  7404. "source": {
  7405. "type": "git",
  7406. "url": "https://github.com/symfony/debug-bundle.git",
  7407. "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47"
  7408. },
  7409. "dist": {
  7410. "type": "zip",
  7411. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47",
  7412. "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47",
  7413. "shasum": ""
  7414. },
  7415. "require": {
  7416. "ext-xml": "*",
  7417. "php": ">=7.2.5",
  7418. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  7419. "symfony/polyfill-php80": "^1.16",
  7420. "symfony/twig-bridge": "^4.4|^5.0|^6.0",
  7421. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  7422. },
  7423. "conflict": {
  7424. "symfony/config": "<4.4",
  7425. "symfony/dependency-injection": "<5.2"
  7426. },
  7427. "require-dev": {
  7428. "symfony/config": "^4.4|^5.0|^6.0",
  7429. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7430. "symfony/web-profiler-bundle": "^4.4|^5.0|^6.0"
  7431. },
  7432. "suggest": {
  7433. "symfony/config": "For service container configuration",
  7434. "symfony/dependency-injection": "For using as a service from the container"
  7435. },
  7436. "type": "symfony-bundle",
  7437. "autoload": {
  7438. "psr-4": {
  7439. "Symfony\\Bundle\\DebugBundle\\": ""
  7440. },
  7441. "exclude-from-classmap": [
  7442. "/Tests/"
  7443. ]
  7444. },
  7445. "notification-url": "https://packagist.org/downloads/",
  7446. "license": [
  7447. "MIT"
  7448. ],
  7449. "authors": [
  7450. {
  7451. "name": "Fabien Potencier",
  7452. "email": "fabien@symfony.com"
  7453. },
  7454. {
  7455. "name": "Symfony Community",
  7456. "homepage": "https://symfony.com/contributors"
  7457. }
  7458. ],
  7459. "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
  7460. "homepage": "https://symfony.com",
  7461. "support": {
  7462. "source": "https://github.com/symfony/debug-bundle/tree/v5.4.11"
  7463. },
  7464. "funding": [
  7465. {
  7466. "url": "https://symfony.com/sponsor",
  7467. "type": "custom"
  7468. },
  7469. {
  7470. "url": "https://github.com/fabpot",
  7471. "type": "github"
  7472. },
  7473. {
  7474. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7475. "type": "tidelift"
  7476. }
  7477. ],
  7478. "time": "2022-07-20T13:00:38+00:00"
  7479. },
  7480. {
  7481. "name": "symfony/dependency-injection",
  7482. "version": "v5.4.11",
  7483. "source": {
  7484. "type": "git",
  7485. "url": "https://github.com/symfony/dependency-injection.git",
  7486. "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62"
  7487. },
  7488. "dist": {
  7489. "type": "zip",
  7490. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62",
  7491. "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62",
  7492. "shasum": ""
  7493. },
  7494. "require": {
  7495. "php": ">=7.2.5",
  7496. "psr/container": "^1.1.1",
  7497. "symfony/deprecation-contracts": "^2.1|^3",
  7498. "symfony/polyfill-php80": "^1.16",
  7499. "symfony/polyfill-php81": "^1.22",
  7500. "symfony/service-contracts": "^1.1.6|^2"
  7501. },
  7502. "conflict": {
  7503. "ext-psr": "<1.1|>=2",
  7504. "symfony/config": "<5.3",
  7505. "symfony/finder": "<4.4",
  7506. "symfony/proxy-manager-bridge": "<4.4",
  7507. "symfony/yaml": "<4.4.26"
  7508. },
  7509. "provide": {
  7510. "psr/container-implementation": "1.0",
  7511. "symfony/service-implementation": "1.0|2.0"
  7512. },
  7513. "require-dev": {
  7514. "symfony/config": "^5.3|^6.0",
  7515. "symfony/expression-language": "^4.4|^5.0|^6.0",
  7516. "symfony/yaml": "^4.4.26|^5.0|^6.0"
  7517. },
  7518. "suggest": {
  7519. "symfony/config": "",
  7520. "symfony/expression-language": "For using expressions in service container configuration",
  7521. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  7522. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  7523. "symfony/yaml": ""
  7524. },
  7525. "type": "library",
  7526. "autoload": {
  7527. "psr-4": {
  7528. "Symfony\\Component\\DependencyInjection\\": ""
  7529. },
  7530. "exclude-from-classmap": [
  7531. "/Tests/"
  7532. ]
  7533. },
  7534. "notification-url": "https://packagist.org/downloads/",
  7535. "license": [
  7536. "MIT"
  7537. ],
  7538. "authors": [
  7539. {
  7540. "name": "Fabien Potencier",
  7541. "email": "fabien@symfony.com"
  7542. },
  7543. {
  7544. "name": "Symfony Community",
  7545. "homepage": "https://symfony.com/contributors"
  7546. }
  7547. ],
  7548. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  7549. "homepage": "https://symfony.com",
  7550. "support": {
  7551. "source": "https://github.com/symfony/dependency-injection/tree/v5.4.11"
  7552. },
  7553. "funding": [
  7554. {
  7555. "url": "https://symfony.com/sponsor",
  7556. "type": "custom"
  7557. },
  7558. {
  7559. "url": "https://github.com/fabpot",
  7560. "type": "github"
  7561. },
  7562. {
  7563. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7564. "type": "tidelift"
  7565. }
  7566. ],
  7567. "time": "2022-07-20T13:00:38+00:00"
  7568. },
  7569. {
  7570. "name": "symfony/deprecation-contracts",
  7571. "version": "v3.1.1",
  7572. "source": {
  7573. "type": "git",
  7574. "url": "https://github.com/symfony/deprecation-contracts.git",
  7575. "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
  7576. },
  7577. "dist": {
  7578. "type": "zip",
  7579. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
  7580. "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
  7581. "shasum": ""
  7582. },
  7583. "require": {
  7584. "php": ">=8.1"
  7585. },
  7586. "type": "library",
  7587. "extra": {
  7588. "branch-alias": {
  7589. "dev-main": "3.1-dev"
  7590. },
  7591. "thanks": {
  7592. "name": "symfony/contracts",
  7593. "url": "https://github.com/symfony/contracts"
  7594. }
  7595. },
  7596. "autoload": {
  7597. "files": [
  7598. "function.php"
  7599. ]
  7600. },
  7601. "notification-url": "https://packagist.org/downloads/",
  7602. "license": [
  7603. "MIT"
  7604. ],
  7605. "authors": [
  7606. {
  7607. "name": "Nicolas Grekas",
  7608. "email": "p@tchwork.com"
  7609. },
  7610. {
  7611. "name": "Symfony Community",
  7612. "homepage": "https://symfony.com/contributors"
  7613. }
  7614. ],
  7615. "description": "A generic function and convention to trigger deprecation notices",
  7616. "homepage": "https://symfony.com",
  7617. "support": {
  7618. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
  7619. },
  7620. "funding": [
  7621. {
  7622. "url": "https://symfony.com/sponsor",
  7623. "type": "custom"
  7624. },
  7625. {
  7626. "url": "https://github.com/fabpot",
  7627. "type": "github"
  7628. },
  7629. {
  7630. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7631. "type": "tidelift"
  7632. }
  7633. ],
  7634. "time": "2022-02-25T11:15:52+00:00"
  7635. },
  7636. {
  7637. "name": "symfony/doctrine-bridge",
  7638. "version": "v5.4.11",
  7639. "source": {
  7640. "type": "git",
  7641. "url": "https://github.com/symfony/doctrine-bridge.git",
  7642. "reference": "e0250f61a450518dd5b0b7847ec63d26665241dd"
  7643. },
  7644. "dist": {
  7645. "type": "zip",
  7646. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e0250f61a450518dd5b0b7847ec63d26665241dd",
  7647. "reference": "e0250f61a450518dd5b0b7847ec63d26665241dd",
  7648. "shasum": ""
  7649. },
  7650. "require": {
  7651. "doctrine/event-manager": "~1.0",
  7652. "doctrine/persistence": "^2|^3",
  7653. "php": ">=7.2.5",
  7654. "symfony/deprecation-contracts": "^2.1|^3",
  7655. "symfony/polyfill-ctype": "~1.8",
  7656. "symfony/polyfill-mbstring": "~1.0",
  7657. "symfony/polyfill-php80": "^1.16",
  7658. "symfony/service-contracts": "^1.1|^2|^3"
  7659. },
  7660. "conflict": {
  7661. "doctrine/dbal": "<2.13.1",
  7662. "doctrine/lexer": "<1.1",
  7663. "doctrine/orm": "<2.7.4",
  7664. "phpunit/phpunit": "<5.4.3",
  7665. "symfony/cache": "<5.4",
  7666. "symfony/dependency-injection": "<4.4",
  7667. "symfony/form": "<5.1",
  7668. "symfony/http-kernel": "<5",
  7669. "symfony/messenger": "<4.4",
  7670. "symfony/property-info": "<5",
  7671. "symfony/proxy-manager-bridge": "<4.4.19",
  7672. "symfony/security-bundle": "<5",
  7673. "symfony/security-core": "<5.3",
  7674. "symfony/validator": "<5.2"
  7675. },
  7676. "require-dev": {
  7677. "doctrine/annotations": "^1.10.4",
  7678. "doctrine/collections": "~1.0",
  7679. "doctrine/data-fixtures": "^1.1",
  7680. "doctrine/dbal": "^2.13.1|^3.0",
  7681. "doctrine/orm": "^2.7.4",
  7682. "psr/log": "^1|^2|^3",
  7683. "symfony/cache": "^5.4|^6.0",
  7684. "symfony/config": "^4.4|^5.0|^6.0",
  7685. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7686. "symfony/doctrine-messenger": "^5.1|^6.0",
  7687. "symfony/expression-language": "^4.4|^5.0|^6.0",
  7688. "symfony/form": "^5.4.9|^6.0.9",
  7689. "symfony/http-kernel": "^5.0|^6.0",
  7690. "symfony/messenger": "^4.4|^5.0|^6.0",
  7691. "symfony/property-access": "^4.4|^5.0|^6.0",
  7692. "symfony/property-info": "^5.0|^6.0",
  7693. "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
  7694. "symfony/security-core": "^5.3|^6.0",
  7695. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  7696. "symfony/translation": "^4.4|^5.0|^6.0",
  7697. "symfony/uid": "^5.1|^6.0",
  7698. "symfony/validator": "^5.2|^6.0",
  7699. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  7700. },
  7701. "suggest": {
  7702. "doctrine/data-fixtures": "",
  7703. "doctrine/dbal": "",
  7704. "doctrine/orm": "",
  7705. "symfony/form": "",
  7706. "symfony/property-info": "",
  7707. "symfony/validator": ""
  7708. },
  7709. "type": "symfony-bridge",
  7710. "autoload": {
  7711. "psr-4": {
  7712. "Symfony\\Bridge\\Doctrine\\": ""
  7713. },
  7714. "exclude-from-classmap": [
  7715. "/Tests/"
  7716. ]
  7717. },
  7718. "notification-url": "https://packagist.org/downloads/",
  7719. "license": [
  7720. "MIT"
  7721. ],
  7722. "authors": [
  7723. {
  7724. "name": "Fabien Potencier",
  7725. "email": "fabien@symfony.com"
  7726. },
  7727. {
  7728. "name": "Symfony Community",
  7729. "homepage": "https://symfony.com/contributors"
  7730. }
  7731. ],
  7732. "description": "Provides integration for Doctrine with various Symfony components",
  7733. "homepage": "https://symfony.com",
  7734. "support": {
  7735. "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.11"
  7736. },
  7737. "funding": [
  7738. {
  7739. "url": "https://symfony.com/sponsor",
  7740. "type": "custom"
  7741. },
  7742. {
  7743. "url": "https://github.com/fabpot",
  7744. "type": "github"
  7745. },
  7746. {
  7747. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7748. "type": "tidelift"
  7749. }
  7750. ],
  7751. "time": "2022-07-28T14:12:24+00:00"
  7752. },
  7753. {
  7754. "name": "symfony/dom-crawler",
  7755. "version": "v5.4.12",
  7756. "source": {
  7757. "type": "git",
  7758. "url": "https://github.com/symfony/dom-crawler.git",
  7759. "reference": "291c1e92281a09152dda089f782e23dedd34bd4f"
  7760. },
  7761. "dist": {
  7762. "type": "zip",
  7763. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/291c1e92281a09152dda089f782e23dedd34bd4f",
  7764. "reference": "291c1e92281a09152dda089f782e23dedd34bd4f",
  7765. "shasum": ""
  7766. },
  7767. "require": {
  7768. "php": ">=7.2.5",
  7769. "symfony/deprecation-contracts": "^2.1|^3",
  7770. "symfony/polyfill-ctype": "~1.8",
  7771. "symfony/polyfill-mbstring": "~1.0",
  7772. "symfony/polyfill-php80": "^1.16"
  7773. },
  7774. "conflict": {
  7775. "masterminds/html5": "<2.6"
  7776. },
  7777. "require-dev": {
  7778. "masterminds/html5": "^2.6",
  7779. "symfony/css-selector": "^4.4|^5.0|^6.0"
  7780. },
  7781. "suggest": {
  7782. "symfony/css-selector": ""
  7783. },
  7784. "type": "library",
  7785. "autoload": {
  7786. "psr-4": {
  7787. "Symfony\\Component\\DomCrawler\\": ""
  7788. },
  7789. "exclude-from-classmap": [
  7790. "/Tests/"
  7791. ]
  7792. },
  7793. "notification-url": "https://packagist.org/downloads/",
  7794. "license": [
  7795. "MIT"
  7796. ],
  7797. "authors": [
  7798. {
  7799. "name": "Fabien Potencier",
  7800. "email": "fabien@symfony.com"
  7801. },
  7802. {
  7803. "name": "Symfony Community",
  7804. "homepage": "https://symfony.com/contributors"
  7805. }
  7806. ],
  7807. "description": "Eases DOM navigation for HTML and XML documents",
  7808. "homepage": "https://symfony.com",
  7809. "support": {
  7810. "source": "https://github.com/symfony/dom-crawler/tree/v5.4.12"
  7811. },
  7812. "funding": [
  7813. {
  7814. "url": "https://symfony.com/sponsor",
  7815. "type": "custom"
  7816. },
  7817. {
  7818. "url": "https://github.com/fabpot",
  7819. "type": "github"
  7820. },
  7821. {
  7822. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7823. "type": "tidelift"
  7824. }
  7825. ],
  7826. "time": "2022-08-03T13:09:21+00:00"
  7827. },
  7828. {
  7829. "name": "symfony/dotenv",
  7830. "version": "v5.4.5",
  7831. "source": {
  7832. "type": "git",
  7833. "url": "https://github.com/symfony/dotenv.git",
  7834. "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
  7835. },
  7836. "dist": {
  7837. "type": "zip",
  7838. "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
  7839. "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
  7840. "shasum": ""
  7841. },
  7842. "require": {
  7843. "php": ">=7.2.5",
  7844. "symfony/deprecation-contracts": "^2.1|^3"
  7845. },
  7846. "require-dev": {
  7847. "symfony/console": "^4.4|^5.0|^6.0",
  7848. "symfony/process": "^4.4|^5.0|^6.0"
  7849. },
  7850. "type": "library",
  7851. "autoload": {
  7852. "psr-4": {
  7853. "Symfony\\Component\\Dotenv\\": ""
  7854. },
  7855. "exclude-from-classmap": [
  7856. "/Tests/"
  7857. ]
  7858. },
  7859. "notification-url": "https://packagist.org/downloads/",
  7860. "license": [
  7861. "MIT"
  7862. ],
  7863. "authors": [
  7864. {
  7865. "name": "Fabien Potencier",
  7866. "email": "fabien@symfony.com"
  7867. },
  7868. {
  7869. "name": "Symfony Community",
  7870. "homepage": "https://symfony.com/contributors"
  7871. }
  7872. ],
  7873. "description": "Registers environment variables from a .env file",
  7874. "homepage": "https://symfony.com",
  7875. "keywords": [
  7876. "dotenv",
  7877. "env",
  7878. "environment"
  7879. ],
  7880. "support": {
  7881. "source": "https://github.com/symfony/dotenv/tree/v5.4.5"
  7882. },
  7883. "funding": [
  7884. {
  7885. "url": "https://symfony.com/sponsor",
  7886. "type": "custom"
  7887. },
  7888. {
  7889. "url": "https://github.com/fabpot",
  7890. "type": "github"
  7891. },
  7892. {
  7893. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7894. "type": "tidelift"
  7895. }
  7896. ],
  7897. "time": "2022-02-15T17:04:12+00:00"
  7898. },
  7899. {
  7900. "name": "symfony/error-handler",
  7901. "version": "v5.4.11",
  7902. "source": {
  7903. "type": "git",
  7904. "url": "https://github.com/symfony/error-handler.git",
  7905. "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8"
  7906. },
  7907. "dist": {
  7908. "type": "zip",
  7909. "url": "https://api.github.com/repos/symfony/error-handler/zipball/f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
  7910. "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
  7911. "shasum": ""
  7912. },
  7913. "require": {
  7914. "php": ">=7.2.5",
  7915. "psr/log": "^1|^2|^3",
  7916. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  7917. },
  7918. "require-dev": {
  7919. "symfony/deprecation-contracts": "^2.1|^3",
  7920. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  7921. "symfony/serializer": "^4.4|^5.0|^6.0"
  7922. },
  7923. "bin": [
  7924. "Resources/bin/patch-type-declarations"
  7925. ],
  7926. "type": "library",
  7927. "autoload": {
  7928. "psr-4": {
  7929. "Symfony\\Component\\ErrorHandler\\": ""
  7930. },
  7931. "exclude-from-classmap": [
  7932. "/Tests/"
  7933. ]
  7934. },
  7935. "notification-url": "https://packagist.org/downloads/",
  7936. "license": [
  7937. "MIT"
  7938. ],
  7939. "authors": [
  7940. {
  7941. "name": "Fabien Potencier",
  7942. "email": "fabien@symfony.com"
  7943. },
  7944. {
  7945. "name": "Symfony Community",
  7946. "homepage": "https://symfony.com/contributors"
  7947. }
  7948. ],
  7949. "description": "Provides tools to manage errors and ease debugging PHP code",
  7950. "homepage": "https://symfony.com",
  7951. "support": {
  7952. "source": "https://github.com/symfony/error-handler/tree/v5.4.11"
  7953. },
  7954. "funding": [
  7955. {
  7956. "url": "https://symfony.com/sponsor",
  7957. "type": "custom"
  7958. },
  7959. {
  7960. "url": "https://github.com/fabpot",
  7961. "type": "github"
  7962. },
  7963. {
  7964. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7965. "type": "tidelift"
  7966. }
  7967. ],
  7968. "time": "2022-07-29T07:37:50+00:00"
  7969. },
  7970. {
  7971. "name": "symfony/event-dispatcher",
  7972. "version": "v5.4.9",
  7973. "source": {
  7974. "type": "git",
  7975. "url": "https://github.com/symfony/event-dispatcher.git",
  7976. "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
  7977. },
  7978. "dist": {
  7979. "type": "zip",
  7980. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
  7981. "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
  7982. "shasum": ""
  7983. },
  7984. "require": {
  7985. "php": ">=7.2.5",
  7986. "symfony/deprecation-contracts": "^2.1|^3",
  7987. "symfony/event-dispatcher-contracts": "^2|^3",
  7988. "symfony/polyfill-php80": "^1.16"
  7989. },
  7990. "conflict": {
  7991. "symfony/dependency-injection": "<4.4"
  7992. },
  7993. "provide": {
  7994. "psr/event-dispatcher-implementation": "1.0",
  7995. "symfony/event-dispatcher-implementation": "2.0"
  7996. },
  7997. "require-dev": {
  7998. "psr/log": "^1|^2|^3",
  7999. "symfony/config": "^4.4|^5.0|^6.0",
  8000. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  8001. "symfony/error-handler": "^4.4|^5.0|^6.0",
  8002. "symfony/expression-language": "^4.4|^5.0|^6.0",
  8003. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  8004. "symfony/service-contracts": "^1.1|^2|^3",
  8005. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  8006. },
  8007. "suggest": {
  8008. "symfony/dependency-injection": "",
  8009. "symfony/http-kernel": ""
  8010. },
  8011. "type": "library",
  8012. "autoload": {
  8013. "psr-4": {
  8014. "Symfony\\Component\\EventDispatcher\\": ""
  8015. },
  8016. "exclude-from-classmap": [
  8017. "/Tests/"
  8018. ]
  8019. },
  8020. "notification-url": "https://packagist.org/downloads/",
  8021. "license": [
  8022. "MIT"
  8023. ],
  8024. "authors": [
  8025. {
  8026. "name": "Fabien Potencier",
  8027. "email": "fabien@symfony.com"
  8028. },
  8029. {
  8030. "name": "Symfony Community",
  8031. "homepage": "https://symfony.com/contributors"
  8032. }
  8033. ],
  8034. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  8035. "homepage": "https://symfony.com",
  8036. "support": {
  8037. "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
  8038. },
  8039. "funding": [
  8040. {
  8041. "url": "https://symfony.com/sponsor",
  8042. "type": "custom"
  8043. },
  8044. {
  8045. "url": "https://github.com/fabpot",
  8046. "type": "github"
  8047. },
  8048. {
  8049. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8050. "type": "tidelift"
  8051. }
  8052. ],
  8053. "time": "2022-05-05T16:45:39+00:00"
  8054. },
  8055. {
  8056. "name": "symfony/event-dispatcher-contracts",
  8057. "version": "v3.1.1",
  8058. "source": {
  8059. "type": "git",
  8060. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  8061. "reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
  8062. },
  8063. "dist": {
  8064. "type": "zip",
  8065. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
  8066. "reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
  8067. "shasum": ""
  8068. },
  8069. "require": {
  8070. "php": ">=8.1",
  8071. "psr/event-dispatcher": "^1"
  8072. },
  8073. "suggest": {
  8074. "symfony/event-dispatcher-implementation": ""
  8075. },
  8076. "type": "library",
  8077. "extra": {
  8078. "branch-alias": {
  8079. "dev-main": "3.1-dev"
  8080. },
  8081. "thanks": {
  8082. "name": "symfony/contracts",
  8083. "url": "https://github.com/symfony/contracts"
  8084. }
  8085. },
  8086. "autoload": {
  8087. "psr-4": {
  8088. "Symfony\\Contracts\\EventDispatcher\\": ""
  8089. }
  8090. },
  8091. "notification-url": "https://packagist.org/downloads/",
  8092. "license": [
  8093. "MIT"
  8094. ],
  8095. "authors": [
  8096. {
  8097. "name": "Nicolas Grekas",
  8098. "email": "p@tchwork.com"
  8099. },
  8100. {
  8101. "name": "Symfony Community",
  8102. "homepage": "https://symfony.com/contributors"
  8103. }
  8104. ],
  8105. "description": "Generic abstractions related to dispatching event",
  8106. "homepage": "https://symfony.com",
  8107. "keywords": [
  8108. "abstractions",
  8109. "contracts",
  8110. "decoupling",
  8111. "interfaces",
  8112. "interoperability",
  8113. "standards"
  8114. ],
  8115. "support": {
  8116. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
  8117. },
  8118. "funding": [
  8119. {
  8120. "url": "https://symfony.com/sponsor",
  8121. "type": "custom"
  8122. },
  8123. {
  8124. "url": "https://github.com/fabpot",
  8125. "type": "github"
  8126. },
  8127. {
  8128. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8129. "type": "tidelift"
  8130. }
  8131. ],
  8132. "time": "2022-02-25T11:15:52+00:00"
  8133. },
  8134. {
  8135. "name": "symfony/expression-language",
  8136. "version": "v5.4.11",
  8137. "source": {
  8138. "type": "git",
  8139. "url": "https://github.com/symfony/expression-language.git",
  8140. "reference": "eb59000eb72c9681502cb501af3c666be42d215e"
  8141. },
  8142. "dist": {
  8143. "type": "zip",
  8144. "url": "https://api.github.com/repos/symfony/expression-language/zipball/eb59000eb72c9681502cb501af3c666be42d215e",
  8145. "reference": "eb59000eb72c9681502cb501af3c666be42d215e",
  8146. "shasum": ""
  8147. },
  8148. "require": {
  8149. "php": ">=7.2.5",
  8150. "symfony/cache": "^4.4|^5.0|^6.0",
  8151. "symfony/service-contracts": "^1.1|^2|^3"
  8152. },
  8153. "type": "library",
  8154. "autoload": {
  8155. "psr-4": {
  8156. "Symfony\\Component\\ExpressionLanguage\\": ""
  8157. },
  8158. "exclude-from-classmap": [
  8159. "/Tests/"
  8160. ]
  8161. },
  8162. "notification-url": "https://packagist.org/downloads/",
  8163. "license": [
  8164. "MIT"
  8165. ],
  8166. "authors": [
  8167. {
  8168. "name": "Fabien Potencier",
  8169. "email": "fabien@symfony.com"
  8170. },
  8171. {
  8172. "name": "Symfony Community",
  8173. "homepage": "https://symfony.com/contributors"
  8174. }
  8175. ],
  8176. "description": "Provides an engine that can compile and evaluate expressions",
  8177. "homepage": "https://symfony.com",
  8178. "support": {
  8179. "source": "https://github.com/symfony/expression-language/tree/v5.4.11"
  8180. },
  8181. "funding": [
  8182. {
  8183. "url": "https://symfony.com/sponsor",
  8184. "type": "custom"
  8185. },
  8186. {
  8187. "url": "https://github.com/fabpot",
  8188. "type": "github"
  8189. },
  8190. {
  8191. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8192. "type": "tidelift"
  8193. }
  8194. ],
  8195. "time": "2022-07-20T11:34:24+00:00"
  8196. },
  8197. {
  8198. "name": "symfony/filesystem",
  8199. "version": "v5.4.12",
  8200. "source": {
  8201. "type": "git",
  8202. "url": "https://github.com/symfony/filesystem.git",
  8203. "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
  8204. },
  8205. "dist": {
  8206. "type": "zip",
  8207. "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
  8208. "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
  8209. "shasum": ""
  8210. },
  8211. "require": {
  8212. "php": ">=7.2.5",
  8213. "symfony/polyfill-ctype": "~1.8",
  8214. "symfony/polyfill-mbstring": "~1.8",
  8215. "symfony/polyfill-php80": "^1.16"
  8216. },
  8217. "type": "library",
  8218. "autoload": {
  8219. "psr-4": {
  8220. "Symfony\\Component\\Filesystem\\": ""
  8221. },
  8222. "exclude-from-classmap": [
  8223. "/Tests/"
  8224. ]
  8225. },
  8226. "notification-url": "https://packagist.org/downloads/",
  8227. "license": [
  8228. "MIT"
  8229. ],
  8230. "authors": [
  8231. {
  8232. "name": "Fabien Potencier",
  8233. "email": "fabien@symfony.com"
  8234. },
  8235. {
  8236. "name": "Symfony Community",
  8237. "homepage": "https://symfony.com/contributors"
  8238. }
  8239. ],
  8240. "description": "Provides basic utilities for the filesystem",
  8241. "homepage": "https://symfony.com",
  8242. "support": {
  8243. "source": "https://github.com/symfony/filesystem/tree/v5.4.12"
  8244. },
  8245. "funding": [
  8246. {
  8247. "url": "https://symfony.com/sponsor",
  8248. "type": "custom"
  8249. },
  8250. {
  8251. "url": "https://github.com/fabpot",
  8252. "type": "github"
  8253. },
  8254. {
  8255. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8256. "type": "tidelift"
  8257. }
  8258. ],
  8259. "time": "2022-08-02T13:48:16+00:00"
  8260. },
  8261. {
  8262. "name": "symfony/finder",
  8263. "version": "v5.4.11",
  8264. "source": {
  8265. "type": "git",
  8266. "url": "https://github.com/symfony/finder.git",
  8267. "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
  8268. },
  8269. "dist": {
  8270. "type": "zip",
  8271. "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
  8272. "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
  8273. "shasum": ""
  8274. },
  8275. "require": {
  8276. "php": ">=7.2.5",
  8277. "symfony/deprecation-contracts": "^2.1|^3",
  8278. "symfony/polyfill-php80": "^1.16"
  8279. },
  8280. "type": "library",
  8281. "autoload": {
  8282. "psr-4": {
  8283. "Symfony\\Component\\Finder\\": ""
  8284. },
  8285. "exclude-from-classmap": [
  8286. "/Tests/"
  8287. ]
  8288. },
  8289. "notification-url": "https://packagist.org/downloads/",
  8290. "license": [
  8291. "MIT"
  8292. ],
  8293. "authors": [
  8294. {
  8295. "name": "Fabien Potencier",
  8296. "email": "fabien@symfony.com"
  8297. },
  8298. {
  8299. "name": "Symfony Community",
  8300. "homepage": "https://symfony.com/contributors"
  8301. }
  8302. ],
  8303. "description": "Finds files and directories via an intuitive fluent interface",
  8304. "homepage": "https://symfony.com",
  8305. "support": {
  8306. "source": "https://github.com/symfony/finder/tree/v5.4.11"
  8307. },
  8308. "funding": [
  8309. {
  8310. "url": "https://symfony.com/sponsor",
  8311. "type": "custom"
  8312. },
  8313. {
  8314. "url": "https://github.com/fabpot",
  8315. "type": "github"
  8316. },
  8317. {
  8318. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8319. "type": "tidelift"
  8320. }
  8321. ],
  8322. "time": "2022-07-29T07:37:50+00:00"
  8323. },
  8324. {
  8325. "name": "symfony/framework-bundle",
  8326. "version": "v5.4.12",
  8327. "source": {
  8328. "type": "git",
  8329. "url": "https://github.com/symfony/framework-bundle.git",
  8330. "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910"
  8331. },
  8332. "dist": {
  8333. "type": "zip",
  8334. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/49f8fe5d39b7513a3f26898788885dbe66b0d910",
  8335. "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910",
  8336. "shasum": ""
  8337. },
  8338. "require": {
  8339. "ext-xml": "*",
  8340. "php": ">=7.2.5",
  8341. "symfony/cache": "^5.2|^6.0",
  8342. "symfony/config": "^5.3|^6.0",
  8343. "symfony/dependency-injection": "^5.4.5|^6.0.5",
  8344. "symfony/deprecation-contracts": "^2.1|^3",
  8345. "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
  8346. "symfony/event-dispatcher": "^5.1|^6.0",
  8347. "symfony/filesystem": "^4.4|^5.0|^6.0",
  8348. "symfony/finder": "^4.4|^5.0|^6.0",
  8349. "symfony/http-foundation": "^5.3|^6.0",
  8350. "symfony/http-kernel": "^5.4|^6.0",
  8351. "symfony/polyfill-mbstring": "~1.0",
  8352. "symfony/polyfill-php80": "^1.16",
  8353. "symfony/polyfill-php81": "^1.22",
  8354. "symfony/routing": "^5.3|^6.0"
  8355. },
  8356. "conflict": {
  8357. "doctrine/annotations": "<1.13.1",
  8358. "doctrine/cache": "<1.11",
  8359. "doctrine/persistence": "<1.3",
  8360. "phpdocumentor/reflection-docblock": "<3.2.2",
  8361. "phpdocumentor/type-resolver": "<1.4.0",
  8362. "phpunit/phpunit": "<5.4.3",
  8363. "symfony/asset": "<5.3",
  8364. "symfony/console": "<5.2.5",
  8365. "symfony/dom-crawler": "<4.4",
  8366. "symfony/dotenv": "<5.1",
  8367. "symfony/form": "<5.2",
  8368. "symfony/http-client": "<4.4",
  8369. "symfony/lock": "<4.4",
  8370. "symfony/mailer": "<5.2",
  8371. "symfony/messenger": "<5.4",
  8372. "symfony/mime": "<4.4",
  8373. "symfony/property-access": "<5.3",
  8374. "symfony/property-info": "<4.4",
  8375. "symfony/security-csrf": "<5.3",
  8376. "symfony/serializer": "<5.2",
  8377. "symfony/service-contracts": ">=3.0",
  8378. "symfony/stopwatch": "<4.4",
  8379. "symfony/translation": "<5.3",
  8380. "symfony/twig-bridge": "<4.4",
  8381. "symfony/twig-bundle": "<4.4",
  8382. "symfony/validator": "<5.2",
  8383. "symfony/web-profiler-bundle": "<4.4",
  8384. "symfony/workflow": "<5.2"
  8385. },
  8386. "require-dev": {
  8387. "doctrine/annotations": "^1.13.1",
  8388. "doctrine/cache": "^1.11|^2.0",
  8389. "doctrine/persistence": "^1.3|^2|^3",
  8390. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  8391. "symfony/asset": "^5.3|^6.0",
  8392. "symfony/browser-kit": "^5.4|^6.0",
  8393. "symfony/console": "^5.4.9|^6.0.9",
  8394. "symfony/css-selector": "^4.4|^5.0|^6.0",
  8395. "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
  8396. "symfony/dotenv": "^5.1|^6.0",
  8397. "symfony/expression-language": "^4.4|^5.0|^6.0",
  8398. "symfony/form": "^5.2|^6.0",
  8399. "symfony/http-client": "^4.4|^5.0|^6.0",
  8400. "symfony/lock": "^4.4|^5.0|^6.0",
  8401. "symfony/mailer": "^5.2|^6.0",
  8402. "symfony/messenger": "^5.4|^6.0",
  8403. "symfony/mime": "^4.4|^5.0|^6.0",
  8404. "symfony/notifier": "^5.4|^6.0",
  8405. "symfony/polyfill-intl-icu": "~1.0",
  8406. "symfony/process": "^4.4|^5.0|^6.0",
  8407. "symfony/property-info": "^4.4|^5.0|^6.0",
  8408. "symfony/rate-limiter": "^5.2|^6.0",
  8409. "symfony/security-bundle": "^5.4|^6.0",
  8410. "symfony/serializer": "^5.4|^6.0",
  8411. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  8412. "symfony/string": "^5.0|^6.0",
  8413. "symfony/translation": "^5.3|^6.0",
  8414. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  8415. "symfony/validator": "^5.2|^6.0",
  8416. "symfony/web-link": "^4.4|^5.0|^6.0",
  8417. "symfony/workflow": "^5.2|^6.0",
  8418. "symfony/yaml": "^4.4|^5.0|^6.0",
  8419. "twig/twig": "^2.10|^3.0"
  8420. },
  8421. "suggest": {
  8422. "ext-apcu": "For best performance of the system caches",
  8423. "symfony/console": "For using the console commands",
  8424. "symfony/form": "For using forms",
  8425. "symfony/property-info": "For using the property_info service",
  8426. "symfony/serializer": "For using the serializer service",
  8427. "symfony/validator": "For using validation",
  8428. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  8429. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  8430. },
  8431. "type": "symfony-bundle",
  8432. "autoload": {
  8433. "psr-4": {
  8434. "Symfony\\Bundle\\FrameworkBundle\\": ""
  8435. },
  8436. "exclude-from-classmap": [
  8437. "/Tests/"
  8438. ]
  8439. },
  8440. "notification-url": "https://packagist.org/downloads/",
  8441. "license": [
  8442. "MIT"
  8443. ],
  8444. "authors": [
  8445. {
  8446. "name": "Fabien Potencier",
  8447. "email": "fabien@symfony.com"
  8448. },
  8449. {
  8450. "name": "Symfony Community",
  8451. "homepage": "https://symfony.com/contributors"
  8452. }
  8453. ],
  8454. "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
  8455. "homepage": "https://symfony.com",
  8456. "support": {
  8457. "source": "https://github.com/symfony/framework-bundle/tree/v5.4.12"
  8458. },
  8459. "funding": [
  8460. {
  8461. "url": "https://symfony.com/sponsor",
  8462. "type": "custom"
  8463. },
  8464. {
  8465. "url": "https://github.com/fabpot",
  8466. "type": "github"
  8467. },
  8468. {
  8469. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8470. "type": "tidelift"
  8471. }
  8472. ],
  8473. "time": "2022-08-26T10:32:10+00:00"
  8474. },
  8475. {
  8476. "name": "symfony/http-client",
  8477. "version": "v5.4.12",
  8478. "source": {
  8479. "type": "git",
  8480. "url": "https://github.com/symfony/http-client.git",
  8481. "reference": "6a057be154824487fd5e6b65ab83899e0c5ac550"
  8482. },
  8483. "dist": {
  8484. "type": "zip",
  8485. "url": "https://api.github.com/repos/symfony/http-client/zipball/6a057be154824487fd5e6b65ab83899e0c5ac550",
  8486. "reference": "6a057be154824487fd5e6b65ab83899e0c5ac550",
  8487. "shasum": ""
  8488. },
  8489. "require": {
  8490. "php": ">=7.2.5",
  8491. "psr/log": "^1|^2|^3",
  8492. "symfony/deprecation-contracts": "^2.1|^3",
  8493. "symfony/http-client-contracts": "^2.4",
  8494. "symfony/polyfill-php73": "^1.11",
  8495. "symfony/polyfill-php80": "^1.16",
  8496. "symfony/service-contracts": "^1.0|^2|^3"
  8497. },
  8498. "provide": {
  8499. "php-http/async-client-implementation": "*",
  8500. "php-http/client-implementation": "*",
  8501. "psr/http-client-implementation": "1.0",
  8502. "symfony/http-client-implementation": "2.4"
  8503. },
  8504. "require-dev": {
  8505. "amphp/amp": "^2.5",
  8506. "amphp/http-client": "^4.2.1",
  8507. "amphp/http-tunnel": "^1.0",
  8508. "amphp/socket": "^1.1",
  8509. "guzzlehttp/promises": "^1.4",
  8510. "nyholm/psr7": "^1.0",
  8511. "php-http/httplug": "^1.0|^2.0",
  8512. "psr/http-client": "^1.0",
  8513. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  8514. "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
  8515. "symfony/process": "^4.4|^5.0|^6.0",
  8516. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  8517. },
  8518. "type": "library",
  8519. "autoload": {
  8520. "psr-4": {
  8521. "Symfony\\Component\\HttpClient\\": ""
  8522. },
  8523. "exclude-from-classmap": [
  8524. "/Tests/"
  8525. ]
  8526. },
  8527. "notification-url": "https://packagist.org/downloads/",
  8528. "license": [
  8529. "MIT"
  8530. ],
  8531. "authors": [
  8532. {
  8533. "name": "Nicolas Grekas",
  8534. "email": "p@tchwork.com"
  8535. },
  8536. {
  8537. "name": "Symfony Community",
  8538. "homepage": "https://symfony.com/contributors"
  8539. }
  8540. ],
  8541. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  8542. "homepage": "https://symfony.com",
  8543. "support": {
  8544. "source": "https://github.com/symfony/http-client/tree/v5.4.12"
  8545. },
  8546. "funding": [
  8547. {
  8548. "url": "https://symfony.com/sponsor",
  8549. "type": "custom"
  8550. },
  8551. {
  8552. "url": "https://github.com/fabpot",
  8553. "type": "github"
  8554. },
  8555. {
  8556. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8557. "type": "tidelift"
  8558. }
  8559. ],
  8560. "time": "2022-08-02T15:52:22+00:00"
  8561. },
  8562. {
  8563. "name": "symfony/http-client-contracts",
  8564. "version": "v2.5.2",
  8565. "source": {
  8566. "type": "git",
  8567. "url": "https://github.com/symfony/http-client-contracts.git",
  8568. "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
  8569. },
  8570. "dist": {
  8571. "type": "zip",
  8572. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
  8573. "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
  8574. "shasum": ""
  8575. },
  8576. "require": {
  8577. "php": ">=7.2.5"
  8578. },
  8579. "suggest": {
  8580. "symfony/http-client-implementation": ""
  8581. },
  8582. "type": "library",
  8583. "extra": {
  8584. "branch-alias": {
  8585. "dev-main": "2.5-dev"
  8586. },
  8587. "thanks": {
  8588. "name": "symfony/contracts",
  8589. "url": "https://github.com/symfony/contracts"
  8590. }
  8591. },
  8592. "autoload": {
  8593. "psr-4": {
  8594. "Symfony\\Contracts\\HttpClient\\": ""
  8595. }
  8596. },
  8597. "notification-url": "https://packagist.org/downloads/",
  8598. "license": [
  8599. "MIT"
  8600. ],
  8601. "authors": [
  8602. {
  8603. "name": "Nicolas Grekas",
  8604. "email": "p@tchwork.com"
  8605. },
  8606. {
  8607. "name": "Symfony Community",
  8608. "homepage": "https://symfony.com/contributors"
  8609. }
  8610. ],
  8611. "description": "Generic abstractions related to HTTP clients",
  8612. "homepage": "https://symfony.com",
  8613. "keywords": [
  8614. "abstractions",
  8615. "contracts",
  8616. "decoupling",
  8617. "interfaces",
  8618. "interoperability",
  8619. "standards"
  8620. ],
  8621. "support": {
  8622. "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
  8623. },
  8624. "funding": [
  8625. {
  8626. "url": "https://symfony.com/sponsor",
  8627. "type": "custom"
  8628. },
  8629. {
  8630. "url": "https://github.com/fabpot",
  8631. "type": "github"
  8632. },
  8633. {
  8634. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8635. "type": "tidelift"
  8636. }
  8637. ],
  8638. "time": "2022-04-12T15:48:08+00:00"
  8639. },
  8640. {
  8641. "name": "symfony/http-foundation",
  8642. "version": "v5.4.12",
  8643. "source": {
  8644. "type": "git",
  8645. "url": "https://github.com/symfony/http-foundation.git",
  8646. "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791"
  8647. },
  8648. "dist": {
  8649. "type": "zip",
  8650. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4bfe9611b113b15d98a43da68ec9b5a00d56791",
  8651. "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791",
  8652. "shasum": ""
  8653. },
  8654. "require": {
  8655. "php": ">=7.2.5",
  8656. "symfony/deprecation-contracts": "^2.1|^3",
  8657. "symfony/polyfill-mbstring": "~1.1",
  8658. "symfony/polyfill-php80": "^1.16"
  8659. },
  8660. "require-dev": {
  8661. "predis/predis": "~1.0",
  8662. "symfony/cache": "^4.4|^5.0|^6.0",
  8663. "symfony/dependency-injection": "^5.4|^6.0",
  8664. "symfony/expression-language": "^4.4|^5.0|^6.0",
  8665. "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
  8666. "symfony/mime": "^4.4|^5.0|^6.0",
  8667. "symfony/rate-limiter": "^5.2|^6.0"
  8668. },
  8669. "suggest": {
  8670. "symfony/mime": "To use the file extension guesser"
  8671. },
  8672. "type": "library",
  8673. "autoload": {
  8674. "psr-4": {
  8675. "Symfony\\Component\\HttpFoundation\\": ""
  8676. },
  8677. "exclude-from-classmap": [
  8678. "/Tests/"
  8679. ]
  8680. },
  8681. "notification-url": "https://packagist.org/downloads/",
  8682. "license": [
  8683. "MIT"
  8684. ],
  8685. "authors": [
  8686. {
  8687. "name": "Fabien Potencier",
  8688. "email": "fabien@symfony.com"
  8689. },
  8690. {
  8691. "name": "Symfony Community",
  8692. "homepage": "https://symfony.com/contributors"
  8693. }
  8694. ],
  8695. "description": "Defines an object-oriented layer for the HTTP specification",
  8696. "homepage": "https://symfony.com",
  8697. "support": {
  8698. "source": "https://github.com/symfony/http-foundation/tree/v5.4.12"
  8699. },
  8700. "funding": [
  8701. {
  8702. "url": "https://symfony.com/sponsor",
  8703. "type": "custom"
  8704. },
  8705. {
  8706. "url": "https://github.com/fabpot",
  8707. "type": "github"
  8708. },
  8709. {
  8710. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8711. "type": "tidelift"
  8712. }
  8713. ],
  8714. "time": "2022-08-19T07:33:17+00:00"
  8715. },
  8716. {
  8717. "name": "symfony/http-kernel",
  8718. "version": "v5.4.11",
  8719. "source": {
  8720. "type": "git",
  8721. "url": "https://github.com/symfony/http-kernel.git",
  8722. "reference": "4fd590a2ef3f62560dbbf6cea511995dd77321ee"
  8723. },
  8724. "dist": {
  8725. "type": "zip",
  8726. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4fd590a2ef3f62560dbbf6cea511995dd77321ee",
  8727. "reference": "4fd590a2ef3f62560dbbf6cea511995dd77321ee",
  8728. "shasum": ""
  8729. },
  8730. "require": {
  8731. "php": ">=7.2.5",
  8732. "psr/log": "^1|^2",
  8733. "symfony/deprecation-contracts": "^2.1|^3",
  8734. "symfony/error-handler": "^4.4|^5.0|^6.0",
  8735. "symfony/event-dispatcher": "^5.0|^6.0",
  8736. "symfony/http-foundation": "^5.3.7|^6.0",
  8737. "symfony/polyfill-ctype": "^1.8",
  8738. "symfony/polyfill-php73": "^1.9",
  8739. "symfony/polyfill-php80": "^1.16"
  8740. },
  8741. "conflict": {
  8742. "symfony/browser-kit": "<5.4",
  8743. "symfony/cache": "<5.0",
  8744. "symfony/config": "<5.0",
  8745. "symfony/console": "<4.4",
  8746. "symfony/dependency-injection": "<5.3",
  8747. "symfony/doctrine-bridge": "<5.0",
  8748. "symfony/form": "<5.0",
  8749. "symfony/http-client": "<5.0",
  8750. "symfony/mailer": "<5.0",
  8751. "symfony/messenger": "<5.0",
  8752. "symfony/translation": "<5.0",
  8753. "symfony/twig-bridge": "<5.0",
  8754. "symfony/validator": "<5.0",
  8755. "twig/twig": "<2.13"
  8756. },
  8757. "provide": {
  8758. "psr/log-implementation": "1.0|2.0"
  8759. },
  8760. "require-dev": {
  8761. "psr/cache": "^1.0|^2.0|^3.0",
  8762. "symfony/browser-kit": "^5.4|^6.0",
  8763. "symfony/config": "^5.0|^6.0",
  8764. "symfony/console": "^4.4|^5.0|^6.0",
  8765. "symfony/css-selector": "^4.4|^5.0|^6.0",
  8766. "symfony/dependency-injection": "^5.3|^6.0",
  8767. "symfony/dom-crawler": "^4.4|^5.0|^6.0",
  8768. "symfony/expression-language": "^4.4|^5.0|^6.0",
  8769. "symfony/finder": "^4.4|^5.0|^6.0",
  8770. "symfony/http-client-contracts": "^1.1|^2|^3",
  8771. "symfony/process": "^4.4|^5.0|^6.0",
  8772. "symfony/routing": "^4.4|^5.0|^6.0",
  8773. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  8774. "symfony/translation": "^4.4|^5.0|^6.0",
  8775. "symfony/translation-contracts": "^1.1|^2|^3",
  8776. "twig/twig": "^2.13|^3.0.4"
  8777. },
  8778. "suggest": {
  8779. "symfony/browser-kit": "",
  8780. "symfony/config": "",
  8781. "symfony/console": "",
  8782. "symfony/dependency-injection": ""
  8783. },
  8784. "type": "library",
  8785. "autoload": {
  8786. "psr-4": {
  8787. "Symfony\\Component\\HttpKernel\\": ""
  8788. },
  8789. "exclude-from-classmap": [
  8790. "/Tests/"
  8791. ]
  8792. },
  8793. "notification-url": "https://packagist.org/downloads/",
  8794. "license": [
  8795. "MIT"
  8796. ],
  8797. "authors": [
  8798. {
  8799. "name": "Fabien Potencier",
  8800. "email": "fabien@symfony.com"
  8801. },
  8802. {
  8803. "name": "Symfony Community",
  8804. "homepage": "https://symfony.com/contributors"
  8805. }
  8806. ],
  8807. "description": "Provides a structured process for converting a Request into a Response",
  8808. "homepage": "https://symfony.com",
  8809. "support": {
  8810. "source": "https://github.com/symfony/http-kernel/tree/v5.4.11"
  8811. },
  8812. "funding": [
  8813. {
  8814. "url": "https://symfony.com/sponsor",
  8815. "type": "custom"
  8816. },
  8817. {
  8818. "url": "https://github.com/fabpot",
  8819. "type": "github"
  8820. },
  8821. {
  8822. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8823. "type": "tidelift"
  8824. }
  8825. ],
  8826. "time": "2022-07-29T12:30:22+00:00"
  8827. },
  8828. {
  8829. "name": "symfony/intl",
  8830. "version": "v5.4.11",
  8831. "source": {
  8832. "type": "git",
  8833. "url": "https://github.com/symfony/intl.git",
  8834. "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e"
  8835. },
  8836. "dist": {
  8837. "type": "zip",
  8838. "url": "https://api.github.com/repos/symfony/intl/zipball/d305c0c1d31b30b3876e041804c35e49e5f8a96e",
  8839. "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e",
  8840. "shasum": ""
  8841. },
  8842. "require": {
  8843. "php": ">=7.2.5",
  8844. "symfony/deprecation-contracts": "^2.1|^3",
  8845. "symfony/polyfill-php80": "^1.16"
  8846. },
  8847. "require-dev": {
  8848. "symfony/filesystem": "^4.4|^5.0|^6.0"
  8849. },
  8850. "type": "library",
  8851. "autoload": {
  8852. "files": [
  8853. "Resources/functions.php"
  8854. ],
  8855. "psr-4": {
  8856. "Symfony\\Component\\Intl\\": ""
  8857. },
  8858. "classmap": [
  8859. "Resources/stubs"
  8860. ],
  8861. "exclude-from-classmap": [
  8862. "/Tests/"
  8863. ]
  8864. },
  8865. "notification-url": "https://packagist.org/downloads/",
  8866. "license": [
  8867. "MIT"
  8868. ],
  8869. "authors": [
  8870. {
  8871. "name": "Bernhard Schussek",
  8872. "email": "bschussek@gmail.com"
  8873. },
  8874. {
  8875. "name": "Eriksen Costa",
  8876. "email": "eriksen.costa@infranology.com.br"
  8877. },
  8878. {
  8879. "name": "Igor Wiedler",
  8880. "email": "igor@wiedler.ch"
  8881. },
  8882. {
  8883. "name": "Symfony Community",
  8884. "homepage": "https://symfony.com/contributors"
  8885. }
  8886. ],
  8887. "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
  8888. "homepage": "https://symfony.com",
  8889. "keywords": [
  8890. "i18n",
  8891. "icu",
  8892. "internationalization",
  8893. "intl",
  8894. "l10n",
  8895. "localization"
  8896. ],
  8897. "support": {
  8898. "source": "https://github.com/symfony/intl/tree/v5.4.11"
  8899. },
  8900. "funding": [
  8901. {
  8902. "url": "https://symfony.com/sponsor",
  8903. "type": "custom"
  8904. },
  8905. {
  8906. "url": "https://github.com/fabpot",
  8907. "type": "github"
  8908. },
  8909. {
  8910. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8911. "type": "tidelift"
  8912. }
  8913. ],
  8914. "time": "2022-07-20T11:34:24+00:00"
  8915. },
  8916. {
  8917. "name": "symfony/lock",
  8918. "version": "v5.4.10",
  8919. "source": {
  8920. "type": "git",
  8921. "url": "https://github.com/symfony/lock.git",
  8922. "reference": "41a308008d92d30cae5615d903c4d46d95932eea"
  8923. },
  8924. "dist": {
  8925. "type": "zip",
  8926. "url": "https://api.github.com/repos/symfony/lock/zipball/41a308008d92d30cae5615d903c4d46d95932eea",
  8927. "reference": "41a308008d92d30cae5615d903c4d46d95932eea",
  8928. "shasum": ""
  8929. },
  8930. "require": {
  8931. "php": ">=7.2.5",
  8932. "psr/log": "^1|^2|^3",
  8933. "symfony/deprecation-contracts": "^2.1|^3",
  8934. "symfony/polyfill-php80": "^1.16"
  8935. },
  8936. "conflict": {
  8937. "doctrine/dbal": "<2.13"
  8938. },
  8939. "require-dev": {
  8940. "doctrine/dbal": "^2.13|^3.0",
  8941. "predis/predis": "~1.0"
  8942. },
  8943. "type": "library",
  8944. "autoload": {
  8945. "psr-4": {
  8946. "Symfony\\Component\\Lock\\": ""
  8947. },
  8948. "exclude-from-classmap": [
  8949. "/Tests/"
  8950. ]
  8951. },
  8952. "notification-url": "https://packagist.org/downloads/",
  8953. "license": [
  8954. "MIT"
  8955. ],
  8956. "authors": [
  8957. {
  8958. "name": "Jérémy Derussé",
  8959. "email": "jeremy@derusse.com"
  8960. },
  8961. {
  8962. "name": "Symfony Community",
  8963. "homepage": "https://symfony.com/contributors"
  8964. }
  8965. ],
  8966. "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
  8967. "homepage": "https://symfony.com",
  8968. "keywords": [
  8969. "cas",
  8970. "flock",
  8971. "locking",
  8972. "mutex",
  8973. "redlock",
  8974. "semaphore"
  8975. ],
  8976. "support": {
  8977. "source": "https://github.com/symfony/lock/tree/v5.4.10"
  8978. },
  8979. "funding": [
  8980. {
  8981. "url": "https://symfony.com/sponsor",
  8982. "type": "custom"
  8983. },
  8984. {
  8985. "url": "https://github.com/fabpot",
  8986. "type": "github"
  8987. },
  8988. {
  8989. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8990. "type": "tidelift"
  8991. }
  8992. ],
  8993. "time": "2022-06-09T13:29:56+00:00"
  8994. },
  8995. {
  8996. "name": "symfony/mailer",
  8997. "version": "v5.4.12",
  8998. "source": {
  8999. "type": "git",
  9000. "url": "https://github.com/symfony/mailer.git",
  9001. "reference": "076043af11e58b20a68d2fd93f59cdbc6e8fdd00"
  9002. },
  9003. "dist": {
  9004. "type": "zip",
  9005. "url": "https://api.github.com/repos/symfony/mailer/zipball/076043af11e58b20a68d2fd93f59cdbc6e8fdd00",
  9006. "reference": "076043af11e58b20a68d2fd93f59cdbc6e8fdd00",
  9007. "shasum": ""
  9008. },
  9009. "require": {
  9010. "egulias/email-validator": "^2.1.10|^3",
  9011. "php": ">=7.2.5",
  9012. "psr/event-dispatcher": "^1",
  9013. "psr/log": "^1|^2|^3",
  9014. "symfony/deprecation-contracts": "^2.1|^3",
  9015. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  9016. "symfony/mime": "^5.2.6|^6.0",
  9017. "symfony/polyfill-php80": "^1.16",
  9018. "symfony/service-contracts": "^1.1|^2|^3"
  9019. },
  9020. "conflict": {
  9021. "symfony/http-kernel": "<4.4"
  9022. },
  9023. "require-dev": {
  9024. "symfony/http-client-contracts": "^1.1|^2|^3",
  9025. "symfony/messenger": "^4.4|^5.0|^6.0"
  9026. },
  9027. "type": "library",
  9028. "autoload": {
  9029. "psr-4": {
  9030. "Symfony\\Component\\Mailer\\": ""
  9031. },
  9032. "exclude-from-classmap": [
  9033. "/Tests/"
  9034. ]
  9035. },
  9036. "notification-url": "https://packagist.org/downloads/",
  9037. "license": [
  9038. "MIT"
  9039. ],
  9040. "authors": [
  9041. {
  9042. "name": "Fabien Potencier",
  9043. "email": "fabien@symfony.com"
  9044. },
  9045. {
  9046. "name": "Symfony Community",
  9047. "homepage": "https://symfony.com/contributors"
  9048. }
  9049. ],
  9050. "description": "Helps sending emails",
  9051. "homepage": "https://symfony.com",
  9052. "support": {
  9053. "source": "https://github.com/symfony/mailer/tree/v5.4.12"
  9054. },
  9055. "funding": [
  9056. {
  9057. "url": "https://symfony.com/sponsor",
  9058. "type": "custom"
  9059. },
  9060. {
  9061. "url": "https://github.com/fabpot",
  9062. "type": "github"
  9063. },
  9064. {
  9065. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9066. "type": "tidelift"
  9067. }
  9068. ],
  9069. "time": "2022-08-03T05:17:26+00:00"
  9070. },
  9071. {
  9072. "name": "symfony/mime",
  9073. "version": "v5.4.12",
  9074. "source": {
  9075. "type": "git",
  9076. "url": "https://github.com/symfony/mime.git",
  9077. "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90"
  9078. },
  9079. "dist": {
  9080. "type": "zip",
  9081. "url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90",
  9082. "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90",
  9083. "shasum": ""
  9084. },
  9085. "require": {
  9086. "php": ">=7.2.5",
  9087. "symfony/deprecation-contracts": "^2.1|^3",
  9088. "symfony/polyfill-intl-idn": "^1.10",
  9089. "symfony/polyfill-mbstring": "^1.0",
  9090. "symfony/polyfill-php80": "^1.16"
  9091. },
  9092. "conflict": {
  9093. "egulias/email-validator": "~3.0.0",
  9094. "phpdocumentor/reflection-docblock": "<3.2.2",
  9095. "phpdocumentor/type-resolver": "<1.4.0",
  9096. "symfony/mailer": "<4.4"
  9097. },
  9098. "require-dev": {
  9099. "egulias/email-validator": "^2.1.10|^3.1",
  9100. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  9101. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  9102. "symfony/property-access": "^4.4|^5.1|^6.0",
  9103. "symfony/property-info": "^4.4|^5.1|^6.0",
  9104. "symfony/serializer": "^5.2|^6.0"
  9105. },
  9106. "type": "library",
  9107. "autoload": {
  9108. "psr-4": {
  9109. "Symfony\\Component\\Mime\\": ""
  9110. },
  9111. "exclude-from-classmap": [
  9112. "/Tests/"
  9113. ]
  9114. },
  9115. "notification-url": "https://packagist.org/downloads/",
  9116. "license": [
  9117. "MIT"
  9118. ],
  9119. "authors": [
  9120. {
  9121. "name": "Fabien Potencier",
  9122. "email": "fabien@symfony.com"
  9123. },
  9124. {
  9125. "name": "Symfony Community",
  9126. "homepage": "https://symfony.com/contributors"
  9127. }
  9128. ],
  9129. "description": "Allows manipulating MIME messages",
  9130. "homepage": "https://symfony.com",
  9131. "keywords": [
  9132. "mime",
  9133. "mime-type"
  9134. ],
  9135. "support": {
  9136. "source": "https://github.com/symfony/mime/tree/v5.4.12"
  9137. },
  9138. "funding": [
  9139. {
  9140. "url": "https://symfony.com/sponsor",
  9141. "type": "custom"
  9142. },
  9143. {
  9144. "url": "https://github.com/fabpot",
  9145. "type": "github"
  9146. },
  9147. {
  9148. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9149. "type": "tidelift"
  9150. }
  9151. ],
  9152. "time": "2022-08-19T14:24:03+00:00"
  9153. },
  9154. {
  9155. "name": "symfony/monolog-bridge",
  9156. "version": "v5.4.10",
  9157. "source": {
  9158. "type": "git",
  9159. "url": "https://github.com/symfony/monolog-bridge.git",
  9160. "reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd"
  9161. },
  9162. "dist": {
  9163. "type": "zip",
  9164. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b3b0890e76e7eb626f27b165a5c501f2754dfbbd",
  9165. "reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd",
  9166. "shasum": ""
  9167. },
  9168. "require": {
  9169. "monolog/monolog": "^1.25.1|^2",
  9170. "php": ">=7.2.5",
  9171. "symfony/deprecation-contracts": "^2.1|^3",
  9172. "symfony/http-kernel": "^5.3|^6.0",
  9173. "symfony/polyfill-php80": "^1.16",
  9174. "symfony/service-contracts": "^1.1|^2|^3"
  9175. },
  9176. "conflict": {
  9177. "symfony/console": "<4.4",
  9178. "symfony/http-foundation": "<5.3"
  9179. },
  9180. "require-dev": {
  9181. "symfony/console": "^4.4|^5.0|^6.0",
  9182. "symfony/http-client": "^4.4|^5.0|^6.0",
  9183. "symfony/mailer": "^4.4|^5.0|^6.0",
  9184. "symfony/messenger": "^4.4|^5.0|^6.0",
  9185. "symfony/mime": "^4.4|^5.0|^6.0",
  9186. "symfony/security-core": "^4.4|^5.0|^6.0",
  9187. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  9188. },
  9189. "suggest": {
  9190. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  9191. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  9192. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  9193. },
  9194. "type": "symfony-bridge",
  9195. "autoload": {
  9196. "psr-4": {
  9197. "Symfony\\Bridge\\Monolog\\": ""
  9198. },
  9199. "exclude-from-classmap": [
  9200. "/Tests/"
  9201. ]
  9202. },
  9203. "notification-url": "https://packagist.org/downloads/",
  9204. "license": [
  9205. "MIT"
  9206. ],
  9207. "authors": [
  9208. {
  9209. "name": "Fabien Potencier",
  9210. "email": "fabien@symfony.com"
  9211. },
  9212. {
  9213. "name": "Symfony Community",
  9214. "homepage": "https://symfony.com/contributors"
  9215. }
  9216. ],
  9217. "description": "Provides integration for Monolog with various Symfony components",
  9218. "homepage": "https://symfony.com",
  9219. "support": {
  9220. "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.10"
  9221. },
  9222. "funding": [
  9223. {
  9224. "url": "https://symfony.com/sponsor",
  9225. "type": "custom"
  9226. },
  9227. {
  9228. "url": "https://github.com/fabpot",
  9229. "type": "github"
  9230. },
  9231. {
  9232. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9233. "type": "tidelift"
  9234. }
  9235. ],
  9236. "time": "2022-06-19T12:03:50+00:00"
  9237. },
  9238. {
  9239. "name": "symfony/monolog-bundle",
  9240. "version": "v3.8.0",
  9241. "source": {
  9242. "type": "git",
  9243. "url": "https://github.com/symfony/monolog-bundle.git",
  9244. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
  9245. },
  9246. "dist": {
  9247. "type": "zip",
  9248. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  9249. "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
  9250. "shasum": ""
  9251. },
  9252. "require": {
  9253. "monolog/monolog": "^1.22 || ^2.0 || ^3.0",
  9254. "php": ">=7.1.3",
  9255. "symfony/config": "~4.4 || ^5.0 || ^6.0",
  9256. "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
  9257. "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
  9258. "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
  9259. },
  9260. "require-dev": {
  9261. "symfony/console": "~4.4 || ^5.0 || ^6.0",
  9262. "symfony/phpunit-bridge": "^5.2 || ^6.0",
  9263. "symfony/yaml": "~4.4 || ^5.0 || ^6.0"
  9264. },
  9265. "type": "symfony-bundle",
  9266. "extra": {
  9267. "branch-alias": {
  9268. "dev-master": "3.x-dev"
  9269. }
  9270. },
  9271. "autoload": {
  9272. "psr-4": {
  9273. "Symfony\\Bundle\\MonologBundle\\": ""
  9274. },
  9275. "exclude-from-classmap": [
  9276. "/Tests/"
  9277. ]
  9278. },
  9279. "notification-url": "https://packagist.org/downloads/",
  9280. "license": [
  9281. "MIT"
  9282. ],
  9283. "authors": [
  9284. {
  9285. "name": "Fabien Potencier",
  9286. "email": "fabien@symfony.com"
  9287. },
  9288. {
  9289. "name": "Symfony Community",
  9290. "homepage": "https://symfony.com/contributors"
  9291. }
  9292. ],
  9293. "description": "Symfony MonologBundle",
  9294. "homepage": "https://symfony.com",
  9295. "keywords": [
  9296. "log",
  9297. "logging"
  9298. ],
  9299. "support": {
  9300. "issues": "https://github.com/symfony/monolog-bundle/issues",
  9301. "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
  9302. },
  9303. "funding": [
  9304. {
  9305. "url": "https://symfony.com/sponsor",
  9306. "type": "custom"
  9307. },
  9308. {
  9309. "url": "https://github.com/fabpot",
  9310. "type": "github"
  9311. },
  9312. {
  9313. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9314. "type": "tidelift"
  9315. }
  9316. ],
  9317. "time": "2022-05-10T14:24:36+00:00"
  9318. },
  9319. {
  9320. "name": "symfony/options-resolver",
  9321. "version": "v5.4.11",
  9322. "source": {
  9323. "type": "git",
  9324. "url": "https://github.com/symfony/options-resolver.git",
  9325. "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690"
  9326. },
  9327. "dist": {
  9328. "type": "zip",
  9329. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690",
  9330. "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690",
  9331. "shasum": ""
  9332. },
  9333. "require": {
  9334. "php": ">=7.2.5",
  9335. "symfony/deprecation-contracts": "^2.1|^3",
  9336. "symfony/polyfill-php73": "~1.0",
  9337. "symfony/polyfill-php80": "^1.16"
  9338. },
  9339. "type": "library",
  9340. "autoload": {
  9341. "psr-4": {
  9342. "Symfony\\Component\\OptionsResolver\\": ""
  9343. },
  9344. "exclude-from-classmap": [
  9345. "/Tests/"
  9346. ]
  9347. },
  9348. "notification-url": "https://packagist.org/downloads/",
  9349. "license": [
  9350. "MIT"
  9351. ],
  9352. "authors": [
  9353. {
  9354. "name": "Fabien Potencier",
  9355. "email": "fabien@symfony.com"
  9356. },
  9357. {
  9358. "name": "Symfony Community",
  9359. "homepage": "https://symfony.com/contributors"
  9360. }
  9361. ],
  9362. "description": "Provides an improved replacement for the array_replace PHP function",
  9363. "homepage": "https://symfony.com",
  9364. "keywords": [
  9365. "config",
  9366. "configuration",
  9367. "options"
  9368. ],
  9369. "support": {
  9370. "source": "https://github.com/symfony/options-resolver/tree/v5.4.11"
  9371. },
  9372. "funding": [
  9373. {
  9374. "url": "https://symfony.com/sponsor",
  9375. "type": "custom"
  9376. },
  9377. {
  9378. "url": "https://github.com/fabpot",
  9379. "type": "github"
  9380. },
  9381. {
  9382. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9383. "type": "tidelift"
  9384. }
  9385. ],
  9386. "time": "2022-07-20T13:00:38+00:00"
  9387. },
  9388. {
  9389. "name": "symfony/password-hasher",
  9390. "version": "v5.4.11",
  9391. "source": {
  9392. "type": "git",
  9393. "url": "https://github.com/symfony/password-hasher.git",
  9394. "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179"
  9395. },
  9396. "dist": {
  9397. "type": "zip",
  9398. "url": "https://api.github.com/repos/symfony/password-hasher/zipball/b0169ed8f09a4ae39eb119218ea1685079a9b179",
  9399. "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179",
  9400. "shasum": ""
  9401. },
  9402. "require": {
  9403. "php": ">=7.2.5",
  9404. "symfony/polyfill-php80": "^1.15"
  9405. },
  9406. "conflict": {
  9407. "symfony/security-core": "<5.3"
  9408. },
  9409. "require-dev": {
  9410. "symfony/console": "^5.3|^6.0",
  9411. "symfony/security-core": "^5.3|^6.0"
  9412. },
  9413. "type": "library",
  9414. "autoload": {
  9415. "psr-4": {
  9416. "Symfony\\Component\\PasswordHasher\\": ""
  9417. },
  9418. "exclude-from-classmap": [
  9419. "/Tests/"
  9420. ]
  9421. },
  9422. "notification-url": "https://packagist.org/downloads/",
  9423. "license": [
  9424. "MIT"
  9425. ],
  9426. "authors": [
  9427. {
  9428. "name": "Robin Chalas",
  9429. "email": "robin.chalas@gmail.com"
  9430. },
  9431. {
  9432. "name": "Symfony Community",
  9433. "homepage": "https://symfony.com/contributors"
  9434. }
  9435. ],
  9436. "description": "Provides password hashing utilities",
  9437. "homepage": "https://symfony.com",
  9438. "keywords": [
  9439. "hashing",
  9440. "password"
  9441. ],
  9442. "support": {
  9443. "source": "https://github.com/symfony/password-hasher/tree/v5.4.11"
  9444. },
  9445. "funding": [
  9446. {
  9447. "url": "https://symfony.com/sponsor",
  9448. "type": "custom"
  9449. },
  9450. {
  9451. "url": "https://github.com/fabpot",
  9452. "type": "github"
  9453. },
  9454. {
  9455. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9456. "type": "tidelift"
  9457. }
  9458. ],
  9459. "time": "2022-07-20T13:00:38+00:00"
  9460. },
  9461. {
  9462. "name": "symfony/polyfill-ctype",
  9463. "version": "v1.26.0",
  9464. "source": {
  9465. "type": "git",
  9466. "url": "https://github.com/symfony/polyfill-ctype.git",
  9467. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
  9468. },
  9469. "dist": {
  9470. "type": "zip",
  9471. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  9472. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  9473. "shasum": ""
  9474. },
  9475. "require": {
  9476. "php": ">=7.1"
  9477. },
  9478. "provide": {
  9479. "ext-ctype": "*"
  9480. },
  9481. "suggest": {
  9482. "ext-ctype": "For best performance"
  9483. },
  9484. "type": "library",
  9485. "extra": {
  9486. "branch-alias": {
  9487. "dev-main": "1.26-dev"
  9488. },
  9489. "thanks": {
  9490. "name": "symfony/polyfill",
  9491. "url": "https://github.com/symfony/polyfill"
  9492. }
  9493. },
  9494. "autoload": {
  9495. "files": [
  9496. "bootstrap.php"
  9497. ],
  9498. "psr-4": {
  9499. "Symfony\\Polyfill\\Ctype\\": ""
  9500. }
  9501. },
  9502. "notification-url": "https://packagist.org/downloads/",
  9503. "license": [
  9504. "MIT"
  9505. ],
  9506. "authors": [
  9507. {
  9508. "name": "Gert de Pagter",
  9509. "email": "BackEndTea@gmail.com"
  9510. },
  9511. {
  9512. "name": "Symfony Community",
  9513. "homepage": "https://symfony.com/contributors"
  9514. }
  9515. ],
  9516. "description": "Symfony polyfill for ctype functions",
  9517. "homepage": "https://symfony.com",
  9518. "keywords": [
  9519. "compatibility",
  9520. "ctype",
  9521. "polyfill",
  9522. "portable"
  9523. ],
  9524. "support": {
  9525. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
  9526. },
  9527. "funding": [
  9528. {
  9529. "url": "https://symfony.com/sponsor",
  9530. "type": "custom"
  9531. },
  9532. {
  9533. "url": "https://github.com/fabpot",
  9534. "type": "github"
  9535. },
  9536. {
  9537. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9538. "type": "tidelift"
  9539. }
  9540. ],
  9541. "time": "2022-05-24T11:49:31+00:00"
  9542. },
  9543. {
  9544. "name": "symfony/polyfill-intl-grapheme",
  9545. "version": "v1.26.0",
  9546. "source": {
  9547. "type": "git",
  9548. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  9549. "reference": "433d05519ce6990bf3530fba6957499d327395c2"
  9550. },
  9551. "dist": {
  9552. "type": "zip",
  9553. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
  9554. "reference": "433d05519ce6990bf3530fba6957499d327395c2",
  9555. "shasum": ""
  9556. },
  9557. "require": {
  9558. "php": ">=7.1"
  9559. },
  9560. "suggest": {
  9561. "ext-intl": "For best performance"
  9562. },
  9563. "type": "library",
  9564. "extra": {
  9565. "branch-alias": {
  9566. "dev-main": "1.26-dev"
  9567. },
  9568. "thanks": {
  9569. "name": "symfony/polyfill",
  9570. "url": "https://github.com/symfony/polyfill"
  9571. }
  9572. },
  9573. "autoload": {
  9574. "files": [
  9575. "bootstrap.php"
  9576. ],
  9577. "psr-4": {
  9578. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  9579. }
  9580. },
  9581. "notification-url": "https://packagist.org/downloads/",
  9582. "license": [
  9583. "MIT"
  9584. ],
  9585. "authors": [
  9586. {
  9587. "name": "Nicolas Grekas",
  9588. "email": "p@tchwork.com"
  9589. },
  9590. {
  9591. "name": "Symfony Community",
  9592. "homepage": "https://symfony.com/contributors"
  9593. }
  9594. ],
  9595. "description": "Symfony polyfill for intl's grapheme_* functions",
  9596. "homepage": "https://symfony.com",
  9597. "keywords": [
  9598. "compatibility",
  9599. "grapheme",
  9600. "intl",
  9601. "polyfill",
  9602. "portable",
  9603. "shim"
  9604. ],
  9605. "support": {
  9606. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
  9607. },
  9608. "funding": [
  9609. {
  9610. "url": "https://symfony.com/sponsor",
  9611. "type": "custom"
  9612. },
  9613. {
  9614. "url": "https://github.com/fabpot",
  9615. "type": "github"
  9616. },
  9617. {
  9618. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9619. "type": "tidelift"
  9620. }
  9621. ],
  9622. "time": "2022-05-24T11:49:31+00:00"
  9623. },
  9624. {
  9625. "name": "symfony/polyfill-intl-idn",
  9626. "version": "v1.26.0",
  9627. "source": {
  9628. "type": "git",
  9629. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  9630. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
  9631. },
  9632. "dist": {
  9633. "type": "zip",
  9634. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  9635. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  9636. "shasum": ""
  9637. },
  9638. "require": {
  9639. "php": ">=7.1",
  9640. "symfony/polyfill-intl-normalizer": "^1.10",
  9641. "symfony/polyfill-php72": "^1.10"
  9642. },
  9643. "suggest": {
  9644. "ext-intl": "For best performance"
  9645. },
  9646. "type": "library",
  9647. "extra": {
  9648. "branch-alias": {
  9649. "dev-main": "1.26-dev"
  9650. },
  9651. "thanks": {
  9652. "name": "symfony/polyfill",
  9653. "url": "https://github.com/symfony/polyfill"
  9654. }
  9655. },
  9656. "autoload": {
  9657. "files": [
  9658. "bootstrap.php"
  9659. ],
  9660. "psr-4": {
  9661. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  9662. }
  9663. },
  9664. "notification-url": "https://packagist.org/downloads/",
  9665. "license": [
  9666. "MIT"
  9667. ],
  9668. "authors": [
  9669. {
  9670. "name": "Laurent Bassin",
  9671. "email": "laurent@bassin.info"
  9672. },
  9673. {
  9674. "name": "Trevor Rowbotham",
  9675. "email": "trevor.rowbotham@pm.me"
  9676. },
  9677. {
  9678. "name": "Symfony Community",
  9679. "homepage": "https://symfony.com/contributors"
  9680. }
  9681. ],
  9682. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  9683. "homepage": "https://symfony.com",
  9684. "keywords": [
  9685. "compatibility",
  9686. "idn",
  9687. "intl",
  9688. "polyfill",
  9689. "portable",
  9690. "shim"
  9691. ],
  9692. "support": {
  9693. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
  9694. },
  9695. "funding": [
  9696. {
  9697. "url": "https://symfony.com/sponsor",
  9698. "type": "custom"
  9699. },
  9700. {
  9701. "url": "https://github.com/fabpot",
  9702. "type": "github"
  9703. },
  9704. {
  9705. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9706. "type": "tidelift"
  9707. }
  9708. ],
  9709. "time": "2022-05-24T11:49:31+00:00"
  9710. },
  9711. {
  9712. "name": "symfony/polyfill-intl-normalizer",
  9713. "version": "v1.26.0",
  9714. "source": {
  9715. "type": "git",
  9716. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  9717. "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
  9718. },
  9719. "dist": {
  9720. "type": "zip",
  9721. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
  9722. "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
  9723. "shasum": ""
  9724. },
  9725. "require": {
  9726. "php": ">=7.1"
  9727. },
  9728. "suggest": {
  9729. "ext-intl": "For best performance"
  9730. },
  9731. "type": "library",
  9732. "extra": {
  9733. "branch-alias": {
  9734. "dev-main": "1.26-dev"
  9735. },
  9736. "thanks": {
  9737. "name": "symfony/polyfill",
  9738. "url": "https://github.com/symfony/polyfill"
  9739. }
  9740. },
  9741. "autoload": {
  9742. "files": [
  9743. "bootstrap.php"
  9744. ],
  9745. "psr-4": {
  9746. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  9747. },
  9748. "classmap": [
  9749. "Resources/stubs"
  9750. ]
  9751. },
  9752. "notification-url": "https://packagist.org/downloads/",
  9753. "license": [
  9754. "MIT"
  9755. ],
  9756. "authors": [
  9757. {
  9758. "name": "Nicolas Grekas",
  9759. "email": "p@tchwork.com"
  9760. },
  9761. {
  9762. "name": "Symfony Community",
  9763. "homepage": "https://symfony.com/contributors"
  9764. }
  9765. ],
  9766. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  9767. "homepage": "https://symfony.com",
  9768. "keywords": [
  9769. "compatibility",
  9770. "intl",
  9771. "normalizer",
  9772. "polyfill",
  9773. "portable",
  9774. "shim"
  9775. ],
  9776. "support": {
  9777. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
  9778. },
  9779. "funding": [
  9780. {
  9781. "url": "https://symfony.com/sponsor",
  9782. "type": "custom"
  9783. },
  9784. {
  9785. "url": "https://github.com/fabpot",
  9786. "type": "github"
  9787. },
  9788. {
  9789. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9790. "type": "tidelift"
  9791. }
  9792. ],
  9793. "time": "2022-05-24T11:49:31+00:00"
  9794. },
  9795. {
  9796. "name": "symfony/polyfill-mbstring",
  9797. "version": "v1.26.0",
  9798. "source": {
  9799. "type": "git",
  9800. "url": "https://github.com/symfony/polyfill-mbstring.git",
  9801. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  9802. },
  9803. "dist": {
  9804. "type": "zip",
  9805. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  9806. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  9807. "shasum": ""
  9808. },
  9809. "require": {
  9810. "php": ">=7.1"
  9811. },
  9812. "provide": {
  9813. "ext-mbstring": "*"
  9814. },
  9815. "suggest": {
  9816. "ext-mbstring": "For best performance"
  9817. },
  9818. "type": "library",
  9819. "extra": {
  9820. "branch-alias": {
  9821. "dev-main": "1.26-dev"
  9822. },
  9823. "thanks": {
  9824. "name": "symfony/polyfill",
  9825. "url": "https://github.com/symfony/polyfill"
  9826. }
  9827. },
  9828. "autoload": {
  9829. "files": [
  9830. "bootstrap.php"
  9831. ],
  9832. "psr-4": {
  9833. "Symfony\\Polyfill\\Mbstring\\": ""
  9834. }
  9835. },
  9836. "notification-url": "https://packagist.org/downloads/",
  9837. "license": [
  9838. "MIT"
  9839. ],
  9840. "authors": [
  9841. {
  9842. "name": "Nicolas Grekas",
  9843. "email": "p@tchwork.com"
  9844. },
  9845. {
  9846. "name": "Symfony Community",
  9847. "homepage": "https://symfony.com/contributors"
  9848. }
  9849. ],
  9850. "description": "Symfony polyfill for the Mbstring extension",
  9851. "homepage": "https://symfony.com",
  9852. "keywords": [
  9853. "compatibility",
  9854. "mbstring",
  9855. "polyfill",
  9856. "portable",
  9857. "shim"
  9858. ],
  9859. "support": {
  9860. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  9861. },
  9862. "funding": [
  9863. {
  9864. "url": "https://symfony.com/sponsor",
  9865. "type": "custom"
  9866. },
  9867. {
  9868. "url": "https://github.com/fabpot",
  9869. "type": "github"
  9870. },
  9871. {
  9872. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9873. "type": "tidelift"
  9874. }
  9875. ],
  9876. "time": "2022-05-24T11:49:31+00:00"
  9877. },
  9878. {
  9879. "name": "symfony/polyfill-php72",
  9880. "version": "v1.26.0",
  9881. "source": {
  9882. "type": "git",
  9883. "url": "https://github.com/symfony/polyfill-php72.git",
  9884. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  9885. },
  9886. "dist": {
  9887. "type": "zip",
  9888. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  9889. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  9890. "shasum": ""
  9891. },
  9892. "require": {
  9893. "php": ">=7.1"
  9894. },
  9895. "type": "library",
  9896. "extra": {
  9897. "branch-alias": {
  9898. "dev-main": "1.26-dev"
  9899. },
  9900. "thanks": {
  9901. "name": "symfony/polyfill",
  9902. "url": "https://github.com/symfony/polyfill"
  9903. }
  9904. },
  9905. "autoload": {
  9906. "files": [
  9907. "bootstrap.php"
  9908. ],
  9909. "psr-4": {
  9910. "Symfony\\Polyfill\\Php72\\": ""
  9911. }
  9912. },
  9913. "notification-url": "https://packagist.org/downloads/",
  9914. "license": [
  9915. "MIT"
  9916. ],
  9917. "authors": [
  9918. {
  9919. "name": "Nicolas Grekas",
  9920. "email": "p@tchwork.com"
  9921. },
  9922. {
  9923. "name": "Symfony Community",
  9924. "homepage": "https://symfony.com/contributors"
  9925. }
  9926. ],
  9927. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  9928. "homepage": "https://symfony.com",
  9929. "keywords": [
  9930. "compatibility",
  9931. "polyfill",
  9932. "portable",
  9933. "shim"
  9934. ],
  9935. "support": {
  9936. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  9937. },
  9938. "funding": [
  9939. {
  9940. "url": "https://symfony.com/sponsor",
  9941. "type": "custom"
  9942. },
  9943. {
  9944. "url": "https://github.com/fabpot",
  9945. "type": "github"
  9946. },
  9947. {
  9948. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  9949. "type": "tidelift"
  9950. }
  9951. ],
  9952. "time": "2022-05-24T11:49:31+00:00"
  9953. },
  9954. {
  9955. "name": "symfony/polyfill-php73",
  9956. "version": "v1.26.0",
  9957. "source": {
  9958. "type": "git",
  9959. "url": "https://github.com/symfony/polyfill-php73.git",
  9960. "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
  9961. },
  9962. "dist": {
  9963. "type": "zip",
  9964. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
  9965. "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
  9966. "shasum": ""
  9967. },
  9968. "require": {
  9969. "php": ">=7.1"
  9970. },
  9971. "type": "library",
  9972. "extra": {
  9973. "branch-alias": {
  9974. "dev-main": "1.26-dev"
  9975. },
  9976. "thanks": {
  9977. "name": "symfony/polyfill",
  9978. "url": "https://github.com/symfony/polyfill"
  9979. }
  9980. },
  9981. "autoload": {
  9982. "files": [
  9983. "bootstrap.php"
  9984. ],
  9985. "psr-4": {
  9986. "Symfony\\Polyfill\\Php73\\": ""
  9987. },
  9988. "classmap": [
  9989. "Resources/stubs"
  9990. ]
  9991. },
  9992. "notification-url": "https://packagist.org/downloads/",
  9993. "license": [
  9994. "MIT"
  9995. ],
  9996. "authors": [
  9997. {
  9998. "name": "Nicolas Grekas",
  9999. "email": "p@tchwork.com"
  10000. },
  10001. {
  10002. "name": "Symfony Community",
  10003. "homepage": "https://symfony.com/contributors"
  10004. }
  10005. ],
  10006. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  10007. "homepage": "https://symfony.com",
  10008. "keywords": [
  10009. "compatibility",
  10010. "polyfill",
  10011. "portable",
  10012. "shim"
  10013. ],
  10014. "support": {
  10015. "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
  10016. },
  10017. "funding": [
  10018. {
  10019. "url": "https://symfony.com/sponsor",
  10020. "type": "custom"
  10021. },
  10022. {
  10023. "url": "https://github.com/fabpot",
  10024. "type": "github"
  10025. },
  10026. {
  10027. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10028. "type": "tidelift"
  10029. }
  10030. ],
  10031. "time": "2022-05-24T11:49:31+00:00"
  10032. },
  10033. {
  10034. "name": "symfony/polyfill-php80",
  10035. "version": "v1.26.0",
  10036. "source": {
  10037. "type": "git",
  10038. "url": "https://github.com/symfony/polyfill-php80.git",
  10039. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  10040. },
  10041. "dist": {
  10042. "type": "zip",
  10043. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  10044. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  10045. "shasum": ""
  10046. },
  10047. "require": {
  10048. "php": ">=7.1"
  10049. },
  10050. "type": "library",
  10051. "extra": {
  10052. "branch-alias": {
  10053. "dev-main": "1.26-dev"
  10054. },
  10055. "thanks": {
  10056. "name": "symfony/polyfill",
  10057. "url": "https://github.com/symfony/polyfill"
  10058. }
  10059. },
  10060. "autoload": {
  10061. "files": [
  10062. "bootstrap.php"
  10063. ],
  10064. "psr-4": {
  10065. "Symfony\\Polyfill\\Php80\\": ""
  10066. },
  10067. "classmap": [
  10068. "Resources/stubs"
  10069. ]
  10070. },
  10071. "notification-url": "https://packagist.org/downloads/",
  10072. "license": [
  10073. "MIT"
  10074. ],
  10075. "authors": [
  10076. {
  10077. "name": "Ion Bazan",
  10078. "email": "ion.bazan@gmail.com"
  10079. },
  10080. {
  10081. "name": "Nicolas Grekas",
  10082. "email": "p@tchwork.com"
  10083. },
  10084. {
  10085. "name": "Symfony Community",
  10086. "homepage": "https://symfony.com/contributors"
  10087. }
  10088. ],
  10089. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  10090. "homepage": "https://symfony.com",
  10091. "keywords": [
  10092. "compatibility",
  10093. "polyfill",
  10094. "portable",
  10095. "shim"
  10096. ],
  10097. "support": {
  10098. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  10099. },
  10100. "funding": [
  10101. {
  10102. "url": "https://symfony.com/sponsor",
  10103. "type": "custom"
  10104. },
  10105. {
  10106. "url": "https://github.com/fabpot",
  10107. "type": "github"
  10108. },
  10109. {
  10110. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10111. "type": "tidelift"
  10112. }
  10113. ],
  10114. "time": "2022-05-10T07:21:04+00:00"
  10115. },
  10116. {
  10117. "name": "symfony/polyfill-php81",
  10118. "version": "v1.26.0",
  10119. "source": {
  10120. "type": "git",
  10121. "url": "https://github.com/symfony/polyfill-php81.git",
  10122. "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
  10123. },
  10124. "dist": {
  10125. "type": "zip",
  10126. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
  10127. "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
  10128. "shasum": ""
  10129. },
  10130. "require": {
  10131. "php": ">=7.1"
  10132. },
  10133. "type": "library",
  10134. "extra": {
  10135. "branch-alias": {
  10136. "dev-main": "1.26-dev"
  10137. },
  10138. "thanks": {
  10139. "name": "symfony/polyfill",
  10140. "url": "https://github.com/symfony/polyfill"
  10141. }
  10142. },
  10143. "autoload": {
  10144. "files": [
  10145. "bootstrap.php"
  10146. ],
  10147. "psr-4": {
  10148. "Symfony\\Polyfill\\Php81\\": ""
  10149. },
  10150. "classmap": [
  10151. "Resources/stubs"
  10152. ]
  10153. },
  10154. "notification-url": "https://packagist.org/downloads/",
  10155. "license": [
  10156. "MIT"
  10157. ],
  10158. "authors": [
  10159. {
  10160. "name": "Nicolas Grekas",
  10161. "email": "p@tchwork.com"
  10162. },
  10163. {
  10164. "name": "Symfony Community",
  10165. "homepage": "https://symfony.com/contributors"
  10166. }
  10167. ],
  10168. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  10169. "homepage": "https://symfony.com",
  10170. "keywords": [
  10171. "compatibility",
  10172. "polyfill",
  10173. "portable",
  10174. "shim"
  10175. ],
  10176. "support": {
  10177. "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
  10178. },
  10179. "funding": [
  10180. {
  10181. "url": "https://symfony.com/sponsor",
  10182. "type": "custom"
  10183. },
  10184. {
  10185. "url": "https://github.com/fabpot",
  10186. "type": "github"
  10187. },
  10188. {
  10189. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10190. "type": "tidelift"
  10191. }
  10192. ],
  10193. "time": "2022-05-24T11:49:31+00:00"
  10194. },
  10195. {
  10196. "name": "symfony/polyfill-uuid",
  10197. "version": "v1.26.0",
  10198. "source": {
  10199. "type": "git",
  10200. "url": "https://github.com/symfony/polyfill-uuid.git",
  10201. "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23"
  10202. },
  10203. "dist": {
  10204. "type": "zip",
  10205. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/a41886c1c81dc075a09c71fe6db5b9d68c79de23",
  10206. "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23",
  10207. "shasum": ""
  10208. },
  10209. "require": {
  10210. "php": ">=7.1"
  10211. },
  10212. "provide": {
  10213. "ext-uuid": "*"
  10214. },
  10215. "suggest": {
  10216. "ext-uuid": "For best performance"
  10217. },
  10218. "type": "library",
  10219. "extra": {
  10220. "branch-alias": {
  10221. "dev-main": "1.26-dev"
  10222. },
  10223. "thanks": {
  10224. "name": "symfony/polyfill",
  10225. "url": "https://github.com/symfony/polyfill"
  10226. }
  10227. },
  10228. "autoload": {
  10229. "files": [
  10230. "bootstrap.php"
  10231. ],
  10232. "psr-4": {
  10233. "Symfony\\Polyfill\\Uuid\\": ""
  10234. }
  10235. },
  10236. "notification-url": "https://packagist.org/downloads/",
  10237. "license": [
  10238. "MIT"
  10239. ],
  10240. "authors": [
  10241. {
  10242. "name": "Grégoire Pineau",
  10243. "email": "lyrixx@lyrixx.info"
  10244. },
  10245. {
  10246. "name": "Symfony Community",
  10247. "homepage": "https://symfony.com/contributors"
  10248. }
  10249. ],
  10250. "description": "Symfony polyfill for uuid functions",
  10251. "homepage": "https://symfony.com",
  10252. "keywords": [
  10253. "compatibility",
  10254. "polyfill",
  10255. "portable",
  10256. "uuid"
  10257. ],
  10258. "support": {
  10259. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.26.0"
  10260. },
  10261. "funding": [
  10262. {
  10263. "url": "https://symfony.com/sponsor",
  10264. "type": "custom"
  10265. },
  10266. {
  10267. "url": "https://github.com/fabpot",
  10268. "type": "github"
  10269. },
  10270. {
  10271. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10272. "type": "tidelift"
  10273. }
  10274. ],
  10275. "time": "2022-05-24T11:49:31+00:00"
  10276. },
  10277. {
  10278. "name": "symfony/process",
  10279. "version": "v5.4.11",
  10280. "source": {
  10281. "type": "git",
  10282. "url": "https://github.com/symfony/process.git",
  10283. "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
  10284. },
  10285. "dist": {
  10286. "type": "zip",
  10287. "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
  10288. "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
  10289. "shasum": ""
  10290. },
  10291. "require": {
  10292. "php": ">=7.2.5",
  10293. "symfony/polyfill-php80": "^1.16"
  10294. },
  10295. "type": "library",
  10296. "autoload": {
  10297. "psr-4": {
  10298. "Symfony\\Component\\Process\\": ""
  10299. },
  10300. "exclude-from-classmap": [
  10301. "/Tests/"
  10302. ]
  10303. },
  10304. "notification-url": "https://packagist.org/downloads/",
  10305. "license": [
  10306. "MIT"
  10307. ],
  10308. "authors": [
  10309. {
  10310. "name": "Fabien Potencier",
  10311. "email": "fabien@symfony.com"
  10312. },
  10313. {
  10314. "name": "Symfony Community",
  10315. "homepage": "https://symfony.com/contributors"
  10316. }
  10317. ],
  10318. "description": "Executes commands in sub-processes",
  10319. "homepage": "https://symfony.com",
  10320. "support": {
  10321. "source": "https://github.com/symfony/process/tree/v5.4.11"
  10322. },
  10323. "funding": [
  10324. {
  10325. "url": "https://symfony.com/sponsor",
  10326. "type": "custom"
  10327. },
  10328. {
  10329. "url": "https://github.com/fabpot",
  10330. "type": "github"
  10331. },
  10332. {
  10333. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10334. "type": "tidelift"
  10335. }
  10336. ],
  10337. "time": "2022-06-27T16:58:25+00:00"
  10338. },
  10339. {
  10340. "name": "symfony/property-access",
  10341. "version": "v5.4.11",
  10342. "source": {
  10343. "type": "git",
  10344. "url": "https://github.com/symfony/property-access.git",
  10345. "reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c"
  10346. },
  10347. "dist": {
  10348. "type": "zip",
  10349. "url": "https://api.github.com/repos/symfony/property-access/zipball/c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
  10350. "reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
  10351. "shasum": ""
  10352. },
  10353. "require": {
  10354. "php": ">=7.2.5",
  10355. "symfony/deprecation-contracts": "^2.1|^3",
  10356. "symfony/polyfill-php80": "^1.16",
  10357. "symfony/property-info": "^5.2|^6.0"
  10358. },
  10359. "require-dev": {
  10360. "symfony/cache": "^4.4|^5.0|^6.0"
  10361. },
  10362. "suggest": {
  10363. "psr/cache-implementation": "To cache access methods."
  10364. },
  10365. "type": "library",
  10366. "autoload": {
  10367. "psr-4": {
  10368. "Symfony\\Component\\PropertyAccess\\": ""
  10369. },
  10370. "exclude-from-classmap": [
  10371. "/Tests/"
  10372. ]
  10373. },
  10374. "notification-url": "https://packagist.org/downloads/",
  10375. "license": [
  10376. "MIT"
  10377. ],
  10378. "authors": [
  10379. {
  10380. "name": "Fabien Potencier",
  10381. "email": "fabien@symfony.com"
  10382. },
  10383. {
  10384. "name": "Symfony Community",
  10385. "homepage": "https://symfony.com/contributors"
  10386. }
  10387. ],
  10388. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  10389. "homepage": "https://symfony.com",
  10390. "keywords": [
  10391. "access",
  10392. "array",
  10393. "extraction",
  10394. "index",
  10395. "injection",
  10396. "object",
  10397. "property",
  10398. "property path",
  10399. "reflection"
  10400. ],
  10401. "support": {
  10402. "source": "https://github.com/symfony/property-access/tree/v5.4.11"
  10403. },
  10404. "funding": [
  10405. {
  10406. "url": "https://symfony.com/sponsor",
  10407. "type": "custom"
  10408. },
  10409. {
  10410. "url": "https://github.com/fabpot",
  10411. "type": "github"
  10412. },
  10413. {
  10414. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10415. "type": "tidelift"
  10416. }
  10417. ],
  10418. "time": "2022-06-27T16:58:25+00:00"
  10419. },
  10420. {
  10421. "name": "symfony/property-info",
  10422. "version": "v6.1.3",
  10423. "source": {
  10424. "type": "git",
  10425. "url": "https://github.com/symfony/property-info.git",
  10426. "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8"
  10427. },
  10428. "dist": {
  10429. "type": "zip",
  10430. "url": "https://api.github.com/repos/symfony/property-info/zipball/2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8",
  10431. "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8",
  10432. "shasum": ""
  10433. },
  10434. "require": {
  10435. "php": ">=8.1",
  10436. "symfony/string": "^5.4|^6.0"
  10437. },
  10438. "conflict": {
  10439. "phpdocumentor/reflection-docblock": "<5.2",
  10440. "phpdocumentor/type-resolver": "<1.5.1",
  10441. "symfony/dependency-injection": "<5.4"
  10442. },
  10443. "require-dev": {
  10444. "doctrine/annotations": "^1.10.4",
  10445. "phpdocumentor/reflection-docblock": "^5.2",
  10446. "phpstan/phpdoc-parser": "^1.0",
  10447. "symfony/cache": "^5.4|^6.0",
  10448. "symfony/dependency-injection": "^5.4|^6.0",
  10449. "symfony/serializer": "^5.4|^6.0"
  10450. },
  10451. "suggest": {
  10452. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  10453. "psr/cache-implementation": "To cache results",
  10454. "symfony/doctrine-bridge": "To use Doctrine metadata",
  10455. "symfony/serializer": "To use Serializer metadata"
  10456. },
  10457. "type": "library",
  10458. "autoload": {
  10459. "psr-4": {
  10460. "Symfony\\Component\\PropertyInfo\\": ""
  10461. },
  10462. "exclude-from-classmap": [
  10463. "/Tests/"
  10464. ]
  10465. },
  10466. "notification-url": "https://packagist.org/downloads/",
  10467. "license": [
  10468. "MIT"
  10469. ],
  10470. "authors": [
  10471. {
  10472. "name": "Kévin Dunglas",
  10473. "email": "dunglas@gmail.com"
  10474. },
  10475. {
  10476. "name": "Symfony Community",
  10477. "homepage": "https://symfony.com/contributors"
  10478. }
  10479. ],
  10480. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  10481. "homepage": "https://symfony.com",
  10482. "keywords": [
  10483. "doctrine",
  10484. "phpdoc",
  10485. "property",
  10486. "symfony",
  10487. "type",
  10488. "validator"
  10489. ],
  10490. "support": {
  10491. "source": "https://github.com/symfony/property-info/tree/v6.1.3"
  10492. },
  10493. "funding": [
  10494. {
  10495. "url": "https://symfony.com/sponsor",
  10496. "type": "custom"
  10497. },
  10498. {
  10499. "url": "https://github.com/fabpot",
  10500. "type": "github"
  10501. },
  10502. {
  10503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10504. "type": "tidelift"
  10505. }
  10506. ],
  10507. "time": "2022-07-19T08:34:05+00:00"
  10508. },
  10509. {
  10510. "name": "symfony/proxy-manager-bridge",
  10511. "version": "v5.4.6",
  10512. "source": {
  10513. "type": "git",
  10514. "url": "https://github.com/symfony/proxy-manager-bridge.git",
  10515. "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e"
  10516. },
  10517. "dist": {
  10518. "type": "zip",
  10519. "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
  10520. "reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
  10521. "shasum": ""
  10522. },
  10523. "require": {
  10524. "friendsofphp/proxy-manager-lts": "^1.0.2",
  10525. "php": ">=7.2.5",
  10526. "symfony/dependency-injection": "^5.0|^6.0",
  10527. "symfony/polyfill-php80": "^1.16"
  10528. },
  10529. "require-dev": {
  10530. "symfony/config": "^4.4|^5.0|^6.0"
  10531. },
  10532. "type": "symfony-bridge",
  10533. "autoload": {
  10534. "psr-4": {
  10535. "Symfony\\Bridge\\ProxyManager\\": ""
  10536. },
  10537. "exclude-from-classmap": [
  10538. "/Tests/"
  10539. ]
  10540. },
  10541. "notification-url": "https://packagist.org/downloads/",
  10542. "license": [
  10543. "MIT"
  10544. ],
  10545. "authors": [
  10546. {
  10547. "name": "Fabien Potencier",
  10548. "email": "fabien@symfony.com"
  10549. },
  10550. {
  10551. "name": "Symfony Community",
  10552. "homepage": "https://symfony.com/contributors"
  10553. }
  10554. ],
  10555. "description": "Provides integration for ProxyManager with various Symfony components",
  10556. "homepage": "https://symfony.com",
  10557. "support": {
  10558. "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.6"
  10559. },
  10560. "funding": [
  10561. {
  10562. "url": "https://symfony.com/sponsor",
  10563. "type": "custom"
  10564. },
  10565. {
  10566. "url": "https://github.com/fabpot",
  10567. "type": "github"
  10568. },
  10569. {
  10570. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10571. "type": "tidelift"
  10572. }
  10573. ],
  10574. "time": "2022-03-02T12:42:23+00:00"
  10575. },
  10576. {
  10577. "name": "symfony/routing",
  10578. "version": "v5.4.11",
  10579. "source": {
  10580. "type": "git",
  10581. "url": "https://github.com/symfony/routing.git",
  10582. "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226"
  10583. },
  10584. "dist": {
  10585. "type": "zip",
  10586. "url": "https://api.github.com/repos/symfony/routing/zipball/3e01ccd9b2a3a4167ba2b3c53612762300300226",
  10587. "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226",
  10588. "shasum": ""
  10589. },
  10590. "require": {
  10591. "php": ">=7.2.5",
  10592. "symfony/deprecation-contracts": "^2.1|^3",
  10593. "symfony/polyfill-php80": "^1.16"
  10594. },
  10595. "conflict": {
  10596. "doctrine/annotations": "<1.12",
  10597. "symfony/config": "<5.3",
  10598. "symfony/dependency-injection": "<4.4",
  10599. "symfony/yaml": "<4.4"
  10600. },
  10601. "require-dev": {
  10602. "doctrine/annotations": "^1.12",
  10603. "psr/log": "^1|^2|^3",
  10604. "symfony/config": "^5.3|^6.0",
  10605. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  10606. "symfony/expression-language": "^4.4|^5.0|^6.0",
  10607. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  10608. "symfony/yaml": "^4.4|^5.0|^6.0"
  10609. },
  10610. "suggest": {
  10611. "symfony/config": "For using the all-in-one router or any loader",
  10612. "symfony/expression-language": "For using expression matching",
  10613. "symfony/http-foundation": "For using a Symfony Request object",
  10614. "symfony/yaml": "For using the YAML loader"
  10615. },
  10616. "type": "library",
  10617. "autoload": {
  10618. "psr-4": {
  10619. "Symfony\\Component\\Routing\\": ""
  10620. },
  10621. "exclude-from-classmap": [
  10622. "/Tests/"
  10623. ]
  10624. },
  10625. "notification-url": "https://packagist.org/downloads/",
  10626. "license": [
  10627. "MIT"
  10628. ],
  10629. "authors": [
  10630. {
  10631. "name": "Fabien Potencier",
  10632. "email": "fabien@symfony.com"
  10633. },
  10634. {
  10635. "name": "Symfony Community",
  10636. "homepage": "https://symfony.com/contributors"
  10637. }
  10638. ],
  10639. "description": "Maps an HTTP request to a set of configuration variables",
  10640. "homepage": "https://symfony.com",
  10641. "keywords": [
  10642. "router",
  10643. "routing",
  10644. "uri",
  10645. "url"
  10646. ],
  10647. "support": {
  10648. "source": "https://github.com/symfony/routing/tree/v5.4.11"
  10649. },
  10650. "funding": [
  10651. {
  10652. "url": "https://symfony.com/sponsor",
  10653. "type": "custom"
  10654. },
  10655. {
  10656. "url": "https://github.com/fabpot",
  10657. "type": "github"
  10658. },
  10659. {
  10660. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10661. "type": "tidelift"
  10662. }
  10663. ],
  10664. "time": "2022-07-20T13:00:38+00:00"
  10665. },
  10666. {
  10667. "name": "symfony/security-bundle",
  10668. "version": "v5.4.11",
  10669. "source": {
  10670. "type": "git",
  10671. "url": "https://github.com/symfony/security-bundle.git",
  10672. "reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234"
  10673. },
  10674. "dist": {
  10675. "type": "zip",
  10676. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/86b49feb056b840f2b79a03fcfa2d378d6d34234",
  10677. "reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234",
  10678. "shasum": ""
  10679. },
  10680. "require": {
  10681. "ext-xml": "*",
  10682. "php": ">=7.2.5",
  10683. "symfony/config": "^4.4|^5.0|^6.0",
  10684. "symfony/dependency-injection": "^5.3|^6.0",
  10685. "symfony/deprecation-contracts": "^2.1|^3",
  10686. "symfony/event-dispatcher": "^5.1|^6.0",
  10687. "symfony/http-foundation": "^5.3|^6.0",
  10688. "symfony/http-kernel": "^5.3|^6.0",
  10689. "symfony/password-hasher": "^5.3|^6.0",
  10690. "symfony/polyfill-php80": "^1.16",
  10691. "symfony/security-core": "^5.4|^6.0",
  10692. "symfony/security-csrf": "^4.4|^5.0|^6.0",
  10693. "symfony/security-guard": "^5.3",
  10694. "symfony/security-http": "^5.4|^6.0"
  10695. },
  10696. "conflict": {
  10697. "symfony/browser-kit": "<4.4",
  10698. "symfony/console": "<4.4",
  10699. "symfony/framework-bundle": "<4.4",
  10700. "symfony/ldap": "<5.1",
  10701. "symfony/twig-bundle": "<4.4"
  10702. },
  10703. "require-dev": {
  10704. "doctrine/annotations": "^1.10.4",
  10705. "symfony/asset": "^4.4|^5.0|^6.0",
  10706. "symfony/browser-kit": "^4.4|^5.0|^6.0",
  10707. "symfony/console": "^4.4|^5.0|^6.0",
  10708. "symfony/css-selector": "^4.4|^5.0|^6.0",
  10709. "symfony/dom-crawler": "^4.4|^5.0|^6.0",
  10710. "symfony/expression-language": "^4.4|^5.0|^6.0",
  10711. "symfony/form": "^4.4|^5.0|^6.0",
  10712. "symfony/framework-bundle": "^5.3|^6.0",
  10713. "symfony/ldap": "^5.3|^6.0",
  10714. "symfony/process": "^4.4|^5.0|^6.0",
  10715. "symfony/rate-limiter": "^5.2|^6.0",
  10716. "symfony/serializer": "^4.4|^5.0|^6.0",
  10717. "symfony/translation": "^4.4|^5.0|^6.0",
  10718. "symfony/twig-bridge": "^4.4|^5.0|^6.0",
  10719. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  10720. "symfony/validator": "^4.4|^5.0|^6.0",
  10721. "symfony/yaml": "^4.4|^5.0|^6.0",
  10722. "twig/twig": "^2.13|^3.0.4"
  10723. },
  10724. "type": "symfony-bundle",
  10725. "autoload": {
  10726. "psr-4": {
  10727. "Symfony\\Bundle\\SecurityBundle\\": ""
  10728. },
  10729. "exclude-from-classmap": [
  10730. "/Tests/"
  10731. ]
  10732. },
  10733. "notification-url": "https://packagist.org/downloads/",
  10734. "license": [
  10735. "MIT"
  10736. ],
  10737. "authors": [
  10738. {
  10739. "name": "Fabien Potencier",
  10740. "email": "fabien@symfony.com"
  10741. },
  10742. {
  10743. "name": "Symfony Community",
  10744. "homepage": "https://symfony.com/contributors"
  10745. }
  10746. ],
  10747. "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
  10748. "homepage": "https://symfony.com",
  10749. "support": {
  10750. "source": "https://github.com/symfony/security-bundle/tree/v5.4.11"
  10751. },
  10752. "funding": [
  10753. {
  10754. "url": "https://symfony.com/sponsor",
  10755. "type": "custom"
  10756. },
  10757. {
  10758. "url": "https://github.com/fabpot",
  10759. "type": "github"
  10760. },
  10761. {
  10762. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10763. "type": "tidelift"
  10764. }
  10765. ],
  10766. "time": "2022-07-20T13:00:38+00:00"
  10767. },
  10768. {
  10769. "name": "symfony/security-core",
  10770. "version": "v5.4.11",
  10771. "source": {
  10772. "type": "git",
  10773. "url": "https://github.com/symfony/security-core.git",
  10774. "reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92"
  10775. },
  10776. "dist": {
  10777. "type": "zip",
  10778. "url": "https://api.github.com/repos/symfony/security-core/zipball/25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
  10779. "reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
  10780. "shasum": ""
  10781. },
  10782. "require": {
  10783. "php": ">=7.2.5",
  10784. "symfony/deprecation-contracts": "^2.1|^3",
  10785. "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
  10786. "symfony/password-hasher": "^5.3|^6.0",
  10787. "symfony/polyfill-php80": "^1.16",
  10788. "symfony/service-contracts": "^1.1.6|^2|^3"
  10789. },
  10790. "conflict": {
  10791. "symfony/event-dispatcher": "<4.4",
  10792. "symfony/http-foundation": "<5.3",
  10793. "symfony/ldap": "<4.4",
  10794. "symfony/security-guard": "<4.4",
  10795. "symfony/validator": "<5.2"
  10796. },
  10797. "require-dev": {
  10798. "psr/cache": "^1.0|^2.0|^3.0",
  10799. "psr/container": "^1.0|^2.0",
  10800. "psr/log": "^1|^2|^3",
  10801. "symfony/cache": "^4.4|^5.0|^6.0",
  10802. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  10803. "symfony/expression-language": "^4.4|^5.0|^6.0",
  10804. "symfony/http-foundation": "^5.3|^6.0",
  10805. "symfony/ldap": "^4.4|^5.0|^6.0",
  10806. "symfony/translation": "^4.4|^5.0|^6.0",
  10807. "symfony/validator": "^5.2|^6.0"
  10808. },
  10809. "suggest": {
  10810. "psr/container-implementation": "To instantiate the Security class",
  10811. "symfony/event-dispatcher": "",
  10812. "symfony/expression-language": "For using the expression voter",
  10813. "symfony/http-foundation": "",
  10814. "symfony/ldap": "For using LDAP integration",
  10815. "symfony/validator": "For using the user password constraint"
  10816. },
  10817. "type": "library",
  10818. "autoload": {
  10819. "psr-4": {
  10820. "Symfony\\Component\\Security\\Core\\": ""
  10821. },
  10822. "exclude-from-classmap": [
  10823. "/Tests/"
  10824. ]
  10825. },
  10826. "notification-url": "https://packagist.org/downloads/",
  10827. "license": [
  10828. "MIT"
  10829. ],
  10830. "authors": [
  10831. {
  10832. "name": "Fabien Potencier",
  10833. "email": "fabien@symfony.com"
  10834. },
  10835. {
  10836. "name": "Symfony Community",
  10837. "homepage": "https://symfony.com/contributors"
  10838. }
  10839. ],
  10840. "description": "Symfony Security Component - Core Library",
  10841. "homepage": "https://symfony.com",
  10842. "support": {
  10843. "source": "https://github.com/symfony/security-core/tree/v5.4.11"
  10844. },
  10845. "funding": [
  10846. {
  10847. "url": "https://symfony.com/sponsor",
  10848. "type": "custom"
  10849. },
  10850. {
  10851. "url": "https://github.com/fabpot",
  10852. "type": "github"
  10853. },
  10854. {
  10855. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10856. "type": "tidelift"
  10857. }
  10858. ],
  10859. "time": "2022-07-20T13:00:38+00:00"
  10860. },
  10861. {
  10862. "name": "symfony/security-csrf",
  10863. "version": "v5.4.11",
  10864. "source": {
  10865. "type": "git",
  10866. "url": "https://github.com/symfony/security-csrf.git",
  10867. "reference": "b97ab244b6dda80abb84a4a236d682871695db4a"
  10868. },
  10869. "dist": {
  10870. "type": "zip",
  10871. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/b97ab244b6dda80abb84a4a236d682871695db4a",
  10872. "reference": "b97ab244b6dda80abb84a4a236d682871695db4a",
  10873. "shasum": ""
  10874. },
  10875. "require": {
  10876. "php": ">=7.2.5",
  10877. "symfony/polyfill-php80": "^1.16",
  10878. "symfony/security-core": "^4.4|^5.0|^6.0"
  10879. },
  10880. "conflict": {
  10881. "symfony/http-foundation": "<5.3"
  10882. },
  10883. "require-dev": {
  10884. "symfony/http-foundation": "^5.3|^6.0"
  10885. },
  10886. "suggest": {
  10887. "symfony/http-foundation": "For using the class SessionTokenStorage."
  10888. },
  10889. "type": "library",
  10890. "autoload": {
  10891. "psr-4": {
  10892. "Symfony\\Component\\Security\\Csrf\\": ""
  10893. },
  10894. "exclude-from-classmap": [
  10895. "/Tests/"
  10896. ]
  10897. },
  10898. "notification-url": "https://packagist.org/downloads/",
  10899. "license": [
  10900. "MIT"
  10901. ],
  10902. "authors": [
  10903. {
  10904. "name": "Fabien Potencier",
  10905. "email": "fabien@symfony.com"
  10906. },
  10907. {
  10908. "name": "Symfony Community",
  10909. "homepage": "https://symfony.com/contributors"
  10910. }
  10911. ],
  10912. "description": "Symfony Security Component - CSRF Library",
  10913. "homepage": "https://symfony.com",
  10914. "support": {
  10915. "source": "https://github.com/symfony/security-csrf/tree/v5.4.11"
  10916. },
  10917. "funding": [
  10918. {
  10919. "url": "https://symfony.com/sponsor",
  10920. "type": "custom"
  10921. },
  10922. {
  10923. "url": "https://github.com/fabpot",
  10924. "type": "github"
  10925. },
  10926. {
  10927. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10928. "type": "tidelift"
  10929. }
  10930. ],
  10931. "time": "2022-07-20T13:00:38+00:00"
  10932. },
  10933. {
  10934. "name": "symfony/security-guard",
  10935. "version": "v5.4.9",
  10936. "source": {
  10937. "type": "git",
  10938. "url": "https://github.com/symfony/security-guard.git",
  10939. "reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789"
  10940. },
  10941. "dist": {
  10942. "type": "zip",
  10943. "url": "https://api.github.com/repos/symfony/security-guard/zipball/64c83d25b5b23fa07e77c861d19e46ce7929a789",
  10944. "reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789",
  10945. "shasum": ""
  10946. },
  10947. "require": {
  10948. "php": ">=7.2.5",
  10949. "symfony/polyfill-php80": "^1.15",
  10950. "symfony/security-core": "^5.0",
  10951. "symfony/security-http": "^5.3"
  10952. },
  10953. "require-dev": {
  10954. "psr/log": "^1|^2|^3"
  10955. },
  10956. "type": "library",
  10957. "autoload": {
  10958. "psr-4": {
  10959. "Symfony\\Component\\Security\\Guard\\": ""
  10960. },
  10961. "exclude-from-classmap": [
  10962. "/Tests/"
  10963. ]
  10964. },
  10965. "notification-url": "https://packagist.org/downloads/",
  10966. "license": [
  10967. "MIT"
  10968. ],
  10969. "authors": [
  10970. {
  10971. "name": "Fabien Potencier",
  10972. "email": "fabien@symfony.com"
  10973. },
  10974. {
  10975. "name": "Symfony Community",
  10976. "homepage": "https://symfony.com/contributors"
  10977. }
  10978. ],
  10979. "description": "Symfony Security Component - Guard",
  10980. "homepage": "https://symfony.com",
  10981. "support": {
  10982. "source": "https://github.com/symfony/security-guard/tree/v5.4.9"
  10983. },
  10984. "funding": [
  10985. {
  10986. "url": "https://symfony.com/sponsor",
  10987. "type": "custom"
  10988. },
  10989. {
  10990. "url": "https://github.com/fabpot",
  10991. "type": "github"
  10992. },
  10993. {
  10994. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10995. "type": "tidelift"
  10996. }
  10997. ],
  10998. "time": "2022-05-06T14:25:18+00:00"
  10999. },
  11000. {
  11001. "name": "symfony/security-http",
  11002. "version": "v5.4.12",
  11003. "source": {
  11004. "type": "git",
  11005. "url": "https://github.com/symfony/security-http.git",
  11006. "reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b"
  11007. },
  11008. "dist": {
  11009. "type": "zip",
  11010. "url": "https://api.github.com/repos/symfony/security-http/zipball/3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
  11011. "reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
  11012. "shasum": ""
  11013. },
  11014. "require": {
  11015. "php": ">=7.2.5",
  11016. "symfony/deprecation-contracts": "^2.1|^3",
  11017. "symfony/http-foundation": "^5.3|^6.0",
  11018. "symfony/http-kernel": "^5.3|^6.0",
  11019. "symfony/polyfill-mbstring": "~1.0",
  11020. "symfony/polyfill-php80": "^1.16",
  11021. "symfony/property-access": "^4.4|^5.0|^6.0",
  11022. "symfony/security-core": "^5.4|^6.0"
  11023. },
  11024. "conflict": {
  11025. "symfony/event-dispatcher": "<4.3",
  11026. "symfony/security-bundle": "<5.3",
  11027. "symfony/security-csrf": "<4.4"
  11028. },
  11029. "require-dev": {
  11030. "psr/log": "^1|^2|^3",
  11031. "symfony/cache": "^4.4|^5.0|^6.0",
  11032. "symfony/rate-limiter": "^5.2|^6.0",
  11033. "symfony/routing": "^4.4|^5.0|^6.0",
  11034. "symfony/security-csrf": "^4.4|^5.0|^6.0",
  11035. "symfony/translation": "^4.4|^5.0|^6.0"
  11036. },
  11037. "suggest": {
  11038. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  11039. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  11040. },
  11041. "type": "library",
  11042. "autoload": {
  11043. "psr-4": {
  11044. "Symfony\\Component\\Security\\Http\\": ""
  11045. },
  11046. "exclude-from-classmap": [
  11047. "/Tests/"
  11048. ]
  11049. },
  11050. "notification-url": "https://packagist.org/downloads/",
  11051. "license": [
  11052. "MIT"
  11053. ],
  11054. "authors": [
  11055. {
  11056. "name": "Fabien Potencier",
  11057. "email": "fabien@symfony.com"
  11058. },
  11059. {
  11060. "name": "Symfony Community",
  11061. "homepage": "https://symfony.com/contributors"
  11062. }
  11063. ],
  11064. "description": "Symfony Security Component - HTTP Integration",
  11065. "homepage": "https://symfony.com",
  11066. "support": {
  11067. "source": "https://github.com/symfony/security-http/tree/v5.4.12"
  11068. },
  11069. "funding": [
  11070. {
  11071. "url": "https://symfony.com/sponsor",
  11072. "type": "custom"
  11073. },
  11074. {
  11075. "url": "https://github.com/fabpot",
  11076. "type": "github"
  11077. },
  11078. {
  11079. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11080. "type": "tidelift"
  11081. }
  11082. ],
  11083. "time": "2022-08-23T10:55:18+00:00"
  11084. },
  11085. {
  11086. "name": "symfony/service-contracts",
  11087. "version": "v2.5.2",
  11088. "source": {
  11089. "type": "git",
  11090. "url": "https://github.com/symfony/service-contracts.git",
  11091. "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
  11092. },
  11093. "dist": {
  11094. "type": "zip",
  11095. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
  11096. "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
  11097. "shasum": ""
  11098. },
  11099. "require": {
  11100. "php": ">=7.2.5",
  11101. "psr/container": "^1.1",
  11102. "symfony/deprecation-contracts": "^2.1|^3"
  11103. },
  11104. "conflict": {
  11105. "ext-psr": "<1.1|>=2"
  11106. },
  11107. "suggest": {
  11108. "symfony/service-implementation": ""
  11109. },
  11110. "type": "library",
  11111. "extra": {
  11112. "branch-alias": {
  11113. "dev-main": "2.5-dev"
  11114. },
  11115. "thanks": {
  11116. "name": "symfony/contracts",
  11117. "url": "https://github.com/symfony/contracts"
  11118. }
  11119. },
  11120. "autoload": {
  11121. "psr-4": {
  11122. "Symfony\\Contracts\\Service\\": ""
  11123. }
  11124. },
  11125. "notification-url": "https://packagist.org/downloads/",
  11126. "license": [
  11127. "MIT"
  11128. ],
  11129. "authors": [
  11130. {
  11131. "name": "Nicolas Grekas",
  11132. "email": "p@tchwork.com"
  11133. },
  11134. {
  11135. "name": "Symfony Community",
  11136. "homepage": "https://symfony.com/contributors"
  11137. }
  11138. ],
  11139. "description": "Generic abstractions related to writing services",
  11140. "homepage": "https://symfony.com",
  11141. "keywords": [
  11142. "abstractions",
  11143. "contracts",
  11144. "decoupling",
  11145. "interfaces",
  11146. "interoperability",
  11147. "standards"
  11148. ],
  11149. "support": {
  11150. "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
  11151. },
  11152. "funding": [
  11153. {
  11154. "url": "https://symfony.com/sponsor",
  11155. "type": "custom"
  11156. },
  11157. {
  11158. "url": "https://github.com/fabpot",
  11159. "type": "github"
  11160. },
  11161. {
  11162. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11163. "type": "tidelift"
  11164. }
  11165. ],
  11166. "time": "2022-05-30T19:17:29+00:00"
  11167. },
  11168. {
  11169. "name": "symfony/stopwatch",
  11170. "version": "v5.4.5",
  11171. "source": {
  11172. "type": "git",
  11173. "url": "https://github.com/symfony/stopwatch.git",
  11174. "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
  11175. },
  11176. "dist": {
  11177. "type": "zip",
  11178. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
  11179. "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
  11180. "shasum": ""
  11181. },
  11182. "require": {
  11183. "php": ">=7.2.5",
  11184. "symfony/service-contracts": "^1|^2|^3"
  11185. },
  11186. "type": "library",
  11187. "autoload": {
  11188. "psr-4": {
  11189. "Symfony\\Component\\Stopwatch\\": ""
  11190. },
  11191. "exclude-from-classmap": [
  11192. "/Tests/"
  11193. ]
  11194. },
  11195. "notification-url": "https://packagist.org/downloads/",
  11196. "license": [
  11197. "MIT"
  11198. ],
  11199. "authors": [
  11200. {
  11201. "name": "Fabien Potencier",
  11202. "email": "fabien@symfony.com"
  11203. },
  11204. {
  11205. "name": "Symfony Community",
  11206. "homepage": "https://symfony.com/contributors"
  11207. }
  11208. ],
  11209. "description": "Provides a way to profile code",
  11210. "homepage": "https://symfony.com",
  11211. "support": {
  11212. "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
  11213. },
  11214. "funding": [
  11215. {
  11216. "url": "https://symfony.com/sponsor",
  11217. "type": "custom"
  11218. },
  11219. {
  11220. "url": "https://github.com/fabpot",
  11221. "type": "github"
  11222. },
  11223. {
  11224. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11225. "type": "tidelift"
  11226. }
  11227. ],
  11228. "time": "2022-02-18T16:06:09+00:00"
  11229. },
  11230. {
  11231. "name": "symfony/string",
  11232. "version": "v5.4.12",
  11233. "source": {
  11234. "type": "git",
  11235. "url": "https://github.com/symfony/string.git",
  11236. "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058"
  11237. },
  11238. "dist": {
  11239. "type": "zip",
  11240. "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058",
  11241. "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058",
  11242. "shasum": ""
  11243. },
  11244. "require": {
  11245. "php": ">=7.2.5",
  11246. "symfony/polyfill-ctype": "~1.8",
  11247. "symfony/polyfill-intl-grapheme": "~1.0",
  11248. "symfony/polyfill-intl-normalizer": "~1.0",
  11249. "symfony/polyfill-mbstring": "~1.0",
  11250. "symfony/polyfill-php80": "~1.15"
  11251. },
  11252. "conflict": {
  11253. "symfony/translation-contracts": ">=3.0"
  11254. },
  11255. "require-dev": {
  11256. "symfony/error-handler": "^4.4|^5.0|^6.0",
  11257. "symfony/http-client": "^4.4|^5.0|^6.0",
  11258. "symfony/translation-contracts": "^1.1|^2",
  11259. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  11260. },
  11261. "type": "library",
  11262. "autoload": {
  11263. "files": [
  11264. "Resources/functions.php"
  11265. ],
  11266. "psr-4": {
  11267. "Symfony\\Component\\String\\": ""
  11268. },
  11269. "exclude-from-classmap": [
  11270. "/Tests/"
  11271. ]
  11272. },
  11273. "notification-url": "https://packagist.org/downloads/",
  11274. "license": [
  11275. "MIT"
  11276. ],
  11277. "authors": [
  11278. {
  11279. "name": "Nicolas Grekas",
  11280. "email": "p@tchwork.com"
  11281. },
  11282. {
  11283. "name": "Symfony Community",
  11284. "homepage": "https://symfony.com/contributors"
  11285. }
  11286. ],
  11287. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  11288. "homepage": "https://symfony.com",
  11289. "keywords": [
  11290. "grapheme",
  11291. "i18n",
  11292. "string",
  11293. "unicode",
  11294. "utf-8",
  11295. "utf8"
  11296. ],
  11297. "support": {
  11298. "source": "https://github.com/symfony/string/tree/v5.4.12"
  11299. },
  11300. "funding": [
  11301. {
  11302. "url": "https://symfony.com/sponsor",
  11303. "type": "custom"
  11304. },
  11305. {
  11306. "url": "https://github.com/fabpot",
  11307. "type": "github"
  11308. },
  11309. {
  11310. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11311. "type": "tidelift"
  11312. }
  11313. ],
  11314. "time": "2022-08-12T17:03:11+00:00"
  11315. },
  11316. {
  11317. "name": "symfony/translation",
  11318. "version": "v5.4.12",
  11319. "source": {
  11320. "type": "git",
  11321. "url": "https://github.com/symfony/translation.git",
  11322. "reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae"
  11323. },
  11324. "dist": {
  11325. "type": "zip",
  11326. "url": "https://api.github.com/repos/symfony/translation/zipball/42ecc77eb4f229ce2df702a648ec93b8478d76ae",
  11327. "reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae",
  11328. "shasum": ""
  11329. },
  11330. "require": {
  11331. "php": ">=7.2.5",
  11332. "symfony/deprecation-contracts": "^2.1|^3",
  11333. "symfony/polyfill-mbstring": "~1.0",
  11334. "symfony/polyfill-php80": "^1.16",
  11335. "symfony/translation-contracts": "^2.3"
  11336. },
  11337. "conflict": {
  11338. "symfony/config": "<4.4",
  11339. "symfony/console": "<5.3",
  11340. "symfony/dependency-injection": "<5.0",
  11341. "symfony/http-kernel": "<5.0",
  11342. "symfony/twig-bundle": "<5.0",
  11343. "symfony/yaml": "<4.4"
  11344. },
  11345. "provide": {
  11346. "symfony/translation-implementation": "2.3"
  11347. },
  11348. "require-dev": {
  11349. "psr/log": "^1|^2|^3",
  11350. "symfony/config": "^4.4|^5.0|^6.0",
  11351. "symfony/console": "^5.4|^6.0",
  11352. "symfony/dependency-injection": "^5.0|^6.0",
  11353. "symfony/finder": "^4.4|^5.0|^6.0",
  11354. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  11355. "symfony/http-kernel": "^5.0|^6.0",
  11356. "symfony/intl": "^4.4|^5.0|^6.0",
  11357. "symfony/polyfill-intl-icu": "^1.21",
  11358. "symfony/service-contracts": "^1.1.2|^2|^3",
  11359. "symfony/yaml": "^4.4|^5.0|^6.0"
  11360. },
  11361. "suggest": {
  11362. "psr/log-implementation": "To use logging capability in translator",
  11363. "symfony/config": "",
  11364. "symfony/yaml": ""
  11365. },
  11366. "type": "library",
  11367. "autoload": {
  11368. "files": [
  11369. "Resources/functions.php"
  11370. ],
  11371. "psr-4": {
  11372. "Symfony\\Component\\Translation\\": ""
  11373. },
  11374. "exclude-from-classmap": [
  11375. "/Tests/"
  11376. ]
  11377. },
  11378. "notification-url": "https://packagist.org/downloads/",
  11379. "license": [
  11380. "MIT"
  11381. ],
  11382. "authors": [
  11383. {
  11384. "name": "Fabien Potencier",
  11385. "email": "fabien@symfony.com"
  11386. },
  11387. {
  11388. "name": "Symfony Community",
  11389. "homepage": "https://symfony.com/contributors"
  11390. }
  11391. ],
  11392. "description": "Provides tools to internationalize your application",
  11393. "homepage": "https://symfony.com",
  11394. "support": {
  11395. "source": "https://github.com/symfony/translation/tree/v5.4.12"
  11396. },
  11397. "funding": [
  11398. {
  11399. "url": "https://symfony.com/sponsor",
  11400. "type": "custom"
  11401. },
  11402. {
  11403. "url": "https://github.com/fabpot",
  11404. "type": "github"
  11405. },
  11406. {
  11407. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11408. "type": "tidelift"
  11409. }
  11410. ],
  11411. "time": "2022-08-02T15:52:22+00:00"
  11412. },
  11413. {
  11414. "name": "symfony/translation-contracts",
  11415. "version": "v2.5.2",
  11416. "source": {
  11417. "type": "git",
  11418. "url": "https://github.com/symfony/translation-contracts.git",
  11419. "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
  11420. },
  11421. "dist": {
  11422. "type": "zip",
  11423. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
  11424. "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
  11425. "shasum": ""
  11426. },
  11427. "require": {
  11428. "php": ">=7.2.5"
  11429. },
  11430. "suggest": {
  11431. "symfony/translation-implementation": ""
  11432. },
  11433. "type": "library",
  11434. "extra": {
  11435. "branch-alias": {
  11436. "dev-main": "2.5-dev"
  11437. },
  11438. "thanks": {
  11439. "name": "symfony/contracts",
  11440. "url": "https://github.com/symfony/contracts"
  11441. }
  11442. },
  11443. "autoload": {
  11444. "psr-4": {
  11445. "Symfony\\Contracts\\Translation\\": ""
  11446. }
  11447. },
  11448. "notification-url": "https://packagist.org/downloads/",
  11449. "license": [
  11450. "MIT"
  11451. ],
  11452. "authors": [
  11453. {
  11454. "name": "Nicolas Grekas",
  11455. "email": "p@tchwork.com"
  11456. },
  11457. {
  11458. "name": "Symfony Community",
  11459. "homepage": "https://symfony.com/contributors"
  11460. }
  11461. ],
  11462. "description": "Generic abstractions related to translation",
  11463. "homepage": "https://symfony.com",
  11464. "keywords": [
  11465. "abstractions",
  11466. "contracts",
  11467. "decoupling",
  11468. "interfaces",
  11469. "interoperability",
  11470. "standards"
  11471. ],
  11472. "support": {
  11473. "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
  11474. },
  11475. "funding": [
  11476. {
  11477. "url": "https://symfony.com/sponsor",
  11478. "type": "custom"
  11479. },
  11480. {
  11481. "url": "https://github.com/fabpot",
  11482. "type": "github"
  11483. },
  11484. {
  11485. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11486. "type": "tidelift"
  11487. }
  11488. ],
  11489. "time": "2022-06-27T16:58:25+00:00"
  11490. },
  11491. {
  11492. "name": "symfony/twig-bridge",
  11493. "version": "v5.4.12",
  11494. "source": {
  11495. "type": "git",
  11496. "url": "https://github.com/symfony/twig-bridge.git",
  11497. "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819"
  11498. },
  11499. "dist": {
  11500. "type": "zip",
  11501. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/94c3b38514c953e3e84719c96d4e578a01ca1819",
  11502. "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819",
  11503. "shasum": ""
  11504. },
  11505. "require": {
  11506. "php": ">=7.2.5",
  11507. "symfony/polyfill-php80": "^1.16",
  11508. "symfony/translation-contracts": "^1.1|^2|^3",
  11509. "twig/twig": "^2.13|^3.0.4"
  11510. },
  11511. "conflict": {
  11512. "phpdocumentor/reflection-docblock": "<3.2.2",
  11513. "phpdocumentor/type-resolver": "<1.4.0",
  11514. "symfony/console": "<5.3",
  11515. "symfony/form": "<5.3",
  11516. "symfony/http-foundation": "<5.3",
  11517. "symfony/http-kernel": "<4.4",
  11518. "symfony/translation": "<5.2",
  11519. "symfony/workflow": "<5.2"
  11520. },
  11521. "require-dev": {
  11522. "doctrine/annotations": "^1.12",
  11523. "egulias/email-validator": "^2.1.10|^3",
  11524. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  11525. "symfony/asset": "^4.4|^5.0|^6.0",
  11526. "symfony/console": "^5.3|^6.0",
  11527. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  11528. "symfony/expression-language": "^4.4|^5.0|^6.0",
  11529. "symfony/finder": "^4.4|^5.0|^6.0",
  11530. "symfony/form": "^5.3|^6.0",
  11531. "symfony/http-foundation": "^5.3|^6.0",
  11532. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  11533. "symfony/intl": "^4.4|^5.0|^6.0",
  11534. "symfony/mime": "^5.2|^6.0",
  11535. "symfony/polyfill-intl-icu": "~1.0",
  11536. "symfony/property-info": "^4.4|^5.1|^6.0",
  11537. "symfony/routing": "^4.4|^5.0|^6.0",
  11538. "symfony/security-acl": "^2.8|^3.0",
  11539. "symfony/security-core": "^4.4|^5.0|^6.0",
  11540. "symfony/security-csrf": "^4.4|^5.0|^6.0",
  11541. "symfony/security-http": "^4.4|^5.0|^6.0",
  11542. "symfony/serializer": "^5.2|^6.0",
  11543. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  11544. "symfony/translation": "^5.2|^6.0",
  11545. "symfony/web-link": "^4.4|^5.0|^6.0",
  11546. "symfony/workflow": "^5.2|^6.0",
  11547. "symfony/yaml": "^4.4|^5.0|^6.0",
  11548. "twig/cssinliner-extra": "^2.12|^3",
  11549. "twig/inky-extra": "^2.12|^3",
  11550. "twig/markdown-extra": "^2.12|^3"
  11551. },
  11552. "suggest": {
  11553. "symfony/asset": "For using the AssetExtension",
  11554. "symfony/expression-language": "For using the ExpressionExtension",
  11555. "symfony/finder": "",
  11556. "symfony/form": "For using the FormExtension",
  11557. "symfony/http-kernel": "For using the HttpKernelExtension",
  11558. "symfony/routing": "For using the RoutingExtension",
  11559. "symfony/security-core": "For using the SecurityExtension",
  11560. "symfony/security-csrf": "For using the CsrfExtension",
  11561. "symfony/security-http": "For using the LogoutUrlExtension",
  11562. "symfony/stopwatch": "For using the StopwatchExtension",
  11563. "symfony/translation": "For using the TranslationExtension",
  11564. "symfony/var-dumper": "For using the DumpExtension",
  11565. "symfony/web-link": "For using the WebLinkExtension",
  11566. "symfony/yaml": "For using the YamlExtension"
  11567. },
  11568. "type": "symfony-bridge",
  11569. "autoload": {
  11570. "psr-4": {
  11571. "Symfony\\Bridge\\Twig\\": ""
  11572. },
  11573. "exclude-from-classmap": [
  11574. "/Tests/"
  11575. ]
  11576. },
  11577. "notification-url": "https://packagist.org/downloads/",
  11578. "license": [
  11579. "MIT"
  11580. ],
  11581. "authors": [
  11582. {
  11583. "name": "Fabien Potencier",
  11584. "email": "fabien@symfony.com"
  11585. },
  11586. {
  11587. "name": "Symfony Community",
  11588. "homepage": "https://symfony.com/contributors"
  11589. }
  11590. ],
  11591. "description": "Provides integration for Twig with various Symfony components",
  11592. "homepage": "https://symfony.com",
  11593. "support": {
  11594. "source": "https://github.com/symfony/twig-bridge/tree/v5.4.12"
  11595. },
  11596. "funding": [
  11597. {
  11598. "url": "https://symfony.com/sponsor",
  11599. "type": "custom"
  11600. },
  11601. {
  11602. "url": "https://github.com/fabpot",
  11603. "type": "github"
  11604. },
  11605. {
  11606. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11607. "type": "tidelift"
  11608. }
  11609. ],
  11610. "time": "2022-08-03T13:09:21+00:00"
  11611. },
  11612. {
  11613. "name": "symfony/twig-bundle",
  11614. "version": "v5.4.8",
  11615. "source": {
  11616. "type": "git",
  11617. "url": "https://github.com/symfony/twig-bundle.git",
  11618. "reference": "c992b4474c3a31f3c40a1ca593d213833f91b818"
  11619. },
  11620. "dist": {
  11621. "type": "zip",
  11622. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c992b4474c3a31f3c40a1ca593d213833f91b818",
  11623. "reference": "c992b4474c3a31f3c40a1ca593d213833f91b818",
  11624. "shasum": ""
  11625. },
  11626. "require": {
  11627. "php": ">=7.2.5",
  11628. "symfony/config": "^4.4|^5.0|^6.0",
  11629. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  11630. "symfony/http-kernel": "^5.0|^6.0",
  11631. "symfony/polyfill-ctype": "~1.8",
  11632. "symfony/polyfill-php80": "^1.16",
  11633. "symfony/twig-bridge": "^5.3|^6.0",
  11634. "twig/twig": "^2.13|^3.0.4"
  11635. },
  11636. "conflict": {
  11637. "symfony/dependency-injection": "<5.3",
  11638. "symfony/framework-bundle": "<5.0",
  11639. "symfony/service-contracts": ">=3.0",
  11640. "symfony/translation": "<5.0"
  11641. },
  11642. "require-dev": {
  11643. "doctrine/annotations": "^1.10.4",
  11644. "doctrine/cache": "^1.0|^2.0",
  11645. "symfony/asset": "^4.4|^5.0|^6.0",
  11646. "symfony/dependency-injection": "^5.3|^6.0",
  11647. "symfony/expression-language": "^4.4|^5.0|^6.0",
  11648. "symfony/finder": "^4.4|^5.0|^6.0",
  11649. "symfony/form": "^4.4|^5.0|^6.0",
  11650. "symfony/framework-bundle": "^5.0|^6.0",
  11651. "symfony/routing": "^4.4|^5.0|^6.0",
  11652. "symfony/stopwatch": "^4.4|^5.0|^6.0",
  11653. "symfony/translation": "^5.0|^6.0",
  11654. "symfony/web-link": "^4.4|^5.0|^6.0",
  11655. "symfony/yaml": "^4.4|^5.0|^6.0"
  11656. },
  11657. "type": "symfony-bundle",
  11658. "autoload": {
  11659. "psr-4": {
  11660. "Symfony\\Bundle\\TwigBundle\\": ""
  11661. },
  11662. "exclude-from-classmap": [
  11663. "/Tests/"
  11664. ]
  11665. },
  11666. "notification-url": "https://packagist.org/downloads/",
  11667. "license": [
  11668. "MIT"
  11669. ],
  11670. "authors": [
  11671. {
  11672. "name": "Fabien Potencier",
  11673. "email": "fabien@symfony.com"
  11674. },
  11675. {
  11676. "name": "Symfony Community",
  11677. "homepage": "https://symfony.com/contributors"
  11678. }
  11679. ],
  11680. "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
  11681. "homepage": "https://symfony.com",
  11682. "support": {
  11683. "source": "https://github.com/symfony/twig-bundle/tree/v5.4.8"
  11684. },
  11685. "funding": [
  11686. {
  11687. "url": "https://symfony.com/sponsor",
  11688. "type": "custom"
  11689. },
  11690. {
  11691. "url": "https://github.com/fabpot",
  11692. "type": "github"
  11693. },
  11694. {
  11695. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11696. "type": "tidelift"
  11697. }
  11698. ],
  11699. "time": "2022-04-03T13:03:10+00:00"
  11700. },
  11701. {
  11702. "name": "symfony/uid",
  11703. "version": "v5.4.11",
  11704. "source": {
  11705. "type": "git",
  11706. "url": "https://github.com/symfony/uid.git",
  11707. "reference": "2120eba9abf35d30db43ee2f9f2b3723cf3a4479"
  11708. },
  11709. "dist": {
  11710. "type": "zip",
  11711. "url": "https://api.github.com/repos/symfony/uid/zipball/2120eba9abf35d30db43ee2f9f2b3723cf3a4479",
  11712. "reference": "2120eba9abf35d30db43ee2f9f2b3723cf3a4479",
  11713. "shasum": ""
  11714. },
  11715. "require": {
  11716. "php": ">=7.2.5",
  11717. "symfony/polyfill-uuid": "^1.15"
  11718. },
  11719. "require-dev": {
  11720. "symfony/console": "^4.4|^5.0|^6.0"
  11721. },
  11722. "type": "library",
  11723. "autoload": {
  11724. "psr-4": {
  11725. "Symfony\\Component\\Uid\\": ""
  11726. },
  11727. "exclude-from-classmap": [
  11728. "/Tests/"
  11729. ]
  11730. },
  11731. "notification-url": "https://packagist.org/downloads/",
  11732. "license": [
  11733. "MIT"
  11734. ],
  11735. "authors": [
  11736. {
  11737. "name": "Grégoire Pineau",
  11738. "email": "lyrixx@lyrixx.info"
  11739. },
  11740. {
  11741. "name": "Nicolas Grekas",
  11742. "email": "p@tchwork.com"
  11743. },
  11744. {
  11745. "name": "Symfony Community",
  11746. "homepage": "https://symfony.com/contributors"
  11747. }
  11748. ],
  11749. "description": "Provides an object-oriented API to generate and represent UIDs",
  11750. "homepage": "https://symfony.com",
  11751. "keywords": [
  11752. "UID",
  11753. "ulid",
  11754. "uuid"
  11755. ],
  11756. "support": {
  11757. "source": "https://github.com/symfony/uid/tree/v5.4.11"
  11758. },
  11759. "funding": [
  11760. {
  11761. "url": "https://symfony.com/sponsor",
  11762. "type": "custom"
  11763. },
  11764. {
  11765. "url": "https://github.com/fabpot",
  11766. "type": "github"
  11767. },
  11768. {
  11769. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11770. "type": "tidelift"
  11771. }
  11772. ],
  11773. "time": "2022-07-20T13:00:38+00:00"
  11774. },
  11775. {
  11776. "name": "symfony/var-dumper",
  11777. "version": "v5.4.11",
  11778. "source": {
  11779. "type": "git",
  11780. "url": "https://github.com/symfony/var-dumper.git",
  11781. "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861"
  11782. },
  11783. "dist": {
  11784. "type": "zip",
  11785. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
  11786. "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
  11787. "shasum": ""
  11788. },
  11789. "require": {
  11790. "php": ">=7.2.5",
  11791. "symfony/polyfill-mbstring": "~1.0",
  11792. "symfony/polyfill-php80": "^1.16"
  11793. },
  11794. "conflict": {
  11795. "phpunit/phpunit": "<5.4.3",
  11796. "symfony/console": "<4.4"
  11797. },
  11798. "require-dev": {
  11799. "ext-iconv": "*",
  11800. "symfony/console": "^4.4|^5.0|^6.0",
  11801. "symfony/process": "^4.4|^5.0|^6.0",
  11802. "symfony/uid": "^5.1|^6.0",
  11803. "twig/twig": "^2.13|^3.0.4"
  11804. },
  11805. "suggest": {
  11806. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  11807. "ext-intl": "To show region name in time zone dump",
  11808. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  11809. },
  11810. "bin": [
  11811. "Resources/bin/var-dump-server"
  11812. ],
  11813. "type": "library",
  11814. "autoload": {
  11815. "files": [
  11816. "Resources/functions/dump.php"
  11817. ],
  11818. "psr-4": {
  11819. "Symfony\\Component\\VarDumper\\": ""
  11820. },
  11821. "exclude-from-classmap": [
  11822. "/Tests/"
  11823. ]
  11824. },
  11825. "notification-url": "https://packagist.org/downloads/",
  11826. "license": [
  11827. "MIT"
  11828. ],
  11829. "authors": [
  11830. {
  11831. "name": "Nicolas Grekas",
  11832. "email": "p@tchwork.com"
  11833. },
  11834. {
  11835. "name": "Symfony Community",
  11836. "homepage": "https://symfony.com/contributors"
  11837. }
  11838. ],
  11839. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  11840. "homepage": "https://symfony.com",
  11841. "keywords": [
  11842. "debug",
  11843. "dump"
  11844. ],
  11845. "support": {
  11846. "source": "https://github.com/symfony/var-dumper/tree/v5.4.11"
  11847. },
  11848. "funding": [
  11849. {
  11850. "url": "https://symfony.com/sponsor",
  11851. "type": "custom"
  11852. },
  11853. {
  11854. "url": "https://github.com/fabpot",
  11855. "type": "github"
  11856. },
  11857. {
  11858. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11859. "type": "tidelift"
  11860. }
  11861. ],
  11862. "time": "2022-07-20T13:00:38+00:00"
  11863. },
  11864. {
  11865. "name": "symfony/var-exporter",
  11866. "version": "v6.1.3",
  11867. "source": {
  11868. "type": "git",
  11869. "url": "https://github.com/symfony/var-exporter.git",
  11870. "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef"
  11871. },
  11872. "dist": {
  11873. "type": "zip",
  11874. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef",
  11875. "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef",
  11876. "shasum": ""
  11877. },
  11878. "require": {
  11879. "php": ">=8.1"
  11880. },
  11881. "require-dev": {
  11882. "symfony/var-dumper": "^5.4|^6.0"
  11883. },
  11884. "type": "library",
  11885. "autoload": {
  11886. "psr-4": {
  11887. "Symfony\\Component\\VarExporter\\": ""
  11888. },
  11889. "exclude-from-classmap": [
  11890. "/Tests/"
  11891. ]
  11892. },
  11893. "notification-url": "https://packagist.org/downloads/",
  11894. "license": [
  11895. "MIT"
  11896. ],
  11897. "authors": [
  11898. {
  11899. "name": "Nicolas Grekas",
  11900. "email": "p@tchwork.com"
  11901. },
  11902. {
  11903. "name": "Symfony Community",
  11904. "homepage": "https://symfony.com/contributors"
  11905. }
  11906. ],
  11907. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  11908. "homepage": "https://symfony.com",
  11909. "keywords": [
  11910. "clone",
  11911. "construct",
  11912. "export",
  11913. "hydrate",
  11914. "instantiate",
  11915. "serialize"
  11916. ],
  11917. "support": {
  11918. "source": "https://github.com/symfony/var-exporter/tree/v6.1.3"
  11919. },
  11920. "funding": [
  11921. {
  11922. "url": "https://symfony.com/sponsor",
  11923. "type": "custom"
  11924. },
  11925. {
  11926. "url": "https://github.com/fabpot",
  11927. "type": "github"
  11928. },
  11929. {
  11930. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11931. "type": "tidelift"
  11932. }
  11933. ],
  11934. "time": "2022-07-04T16:01:56+00:00"
  11935. },
  11936. {
  11937. "name": "symfony/web-profiler-bundle",
  11938. "version": "v5.4.10",
  11939. "source": {
  11940. "type": "git",
  11941. "url": "https://github.com/symfony/web-profiler-bundle.git",
  11942. "reference": "f61c99d8dbd864b11935851b598f784bcff36fc7"
  11943. },
  11944. "dist": {
  11945. "type": "zip",
  11946. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f61c99d8dbd864b11935851b598f784bcff36fc7",
  11947. "reference": "f61c99d8dbd864b11935851b598f784bcff36fc7",
  11948. "shasum": ""
  11949. },
  11950. "require": {
  11951. "php": ">=7.2.5",
  11952. "symfony/config": "^4.4|^5.0|^6.0",
  11953. "symfony/framework-bundle": "^5.3|^6.0",
  11954. "symfony/http-kernel": "^5.3|^6.0",
  11955. "symfony/polyfill-php80": "^1.16",
  11956. "symfony/routing": "^4.4|^5.0|^6.0",
  11957. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  11958. "twig/twig": "^2.13|^3.0.4"
  11959. },
  11960. "conflict": {
  11961. "symfony/dependency-injection": "<5.2",
  11962. "symfony/form": "<4.4",
  11963. "symfony/mailer": "<5.4",
  11964. "symfony/messenger": "<4.4"
  11965. },
  11966. "require-dev": {
  11967. "symfony/browser-kit": "^4.4|^5.0|^6.0",
  11968. "symfony/console": "^4.4|^5.0|^6.0",
  11969. "symfony/css-selector": "^4.4|^5.0|^6.0",
  11970. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  11971. },
  11972. "type": "symfony-bundle",
  11973. "autoload": {
  11974. "psr-4": {
  11975. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  11976. },
  11977. "exclude-from-classmap": [
  11978. "/Tests/"
  11979. ]
  11980. },
  11981. "notification-url": "https://packagist.org/downloads/",
  11982. "license": [
  11983. "MIT"
  11984. ],
  11985. "authors": [
  11986. {
  11987. "name": "Fabien Potencier",
  11988. "email": "fabien@symfony.com"
  11989. },
  11990. {
  11991. "name": "Symfony Community",
  11992. "homepage": "https://symfony.com/contributors"
  11993. }
  11994. ],
  11995. "description": "Provides a development tool that gives detailed information about the execution of any request",
  11996. "homepage": "https://symfony.com",
  11997. "support": {
  11998. "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.10"
  11999. },
  12000. "funding": [
  12001. {
  12002. "url": "https://symfony.com/sponsor",
  12003. "type": "custom"
  12004. },
  12005. {
  12006. "url": "https://github.com/fabpot",
  12007. "type": "github"
  12008. },
  12009. {
  12010. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12011. "type": "tidelift"
  12012. }
  12013. ],
  12014. "time": "2022-06-06T19:10:58+00:00"
  12015. },
  12016. {
  12017. "name": "symfony/yaml",
  12018. "version": "v5.4.12",
  12019. "source": {
  12020. "type": "git",
  12021. "url": "https://github.com/symfony/yaml.git",
  12022. "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c"
  12023. },
  12024. "dist": {
  12025. "type": "zip",
  12026. "url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
  12027. "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
  12028. "shasum": ""
  12029. },
  12030. "require": {
  12031. "php": ">=7.2.5",
  12032. "symfony/deprecation-contracts": "^2.1|^3",
  12033. "symfony/polyfill-ctype": "^1.8"
  12034. },
  12035. "conflict": {
  12036. "symfony/console": "<5.3"
  12037. },
  12038. "require-dev": {
  12039. "symfony/console": "^5.3|^6.0"
  12040. },
  12041. "suggest": {
  12042. "symfony/console": "For validating YAML files using the lint command"
  12043. },
  12044. "bin": [
  12045. "Resources/bin/yaml-lint"
  12046. ],
  12047. "type": "library",
  12048. "autoload": {
  12049. "psr-4": {
  12050. "Symfony\\Component\\Yaml\\": ""
  12051. },
  12052. "exclude-from-classmap": [
  12053. "/Tests/"
  12054. ]
  12055. },
  12056. "notification-url": "https://packagist.org/downloads/",
  12057. "license": [
  12058. "MIT"
  12059. ],
  12060. "authors": [
  12061. {
  12062. "name": "Fabien Potencier",
  12063. "email": "fabien@symfony.com"
  12064. },
  12065. {
  12066. "name": "Symfony Community",
  12067. "homepage": "https://symfony.com/contributors"
  12068. }
  12069. ],
  12070. "description": "Loads and dumps YAML files",
  12071. "homepage": "https://symfony.com",
  12072. "support": {
  12073. "source": "https://github.com/symfony/yaml/tree/v5.4.12"
  12074. },
  12075. "funding": [
  12076. {
  12077. "url": "https://symfony.com/sponsor",
  12078. "type": "custom"
  12079. },
  12080. {
  12081. "url": "https://github.com/fabpot",
  12082. "type": "github"
  12083. },
  12084. {
  12085. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12086. "type": "tidelift"
  12087. }
  12088. ],
  12089. "time": "2022-08-02T15:52:22+00:00"
  12090. },
  12091. {
  12092. "name": "terminal42/escargot",
  12093. "version": "1.4.1",
  12094. "source": {
  12095. "type": "git",
  12096. "url": "https://github.com/terminal42/escargot.git",
  12097. "reference": "4f93bf909803de0b8c88a7d03d2abdecb2e7461a"
  12098. },
  12099. "dist": {
  12100. "type": "zip",
  12101. "url": "https://api.github.com/repos/terminal42/escargot/zipball/4f93bf909803de0b8c88a7d03d2abdecb2e7461a",
  12102. "reference": "4f93bf909803de0b8c88a7d03d2abdecb2e7461a",
  12103. "shasum": ""
  12104. },
  12105. "require": {
  12106. "ext-simplexml": "*",
  12107. "nyholm/psr7": "^1.1",
  12108. "php": "^7.2 || ^8.0",
  12109. "psr/http-message": "^1.0",
  12110. "psr/log": "^1.1",
  12111. "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0",
  12112. "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
  12113. "symfony/http-client": "^4.4 || ^5.0 || ^6.0",
  12114. "webignition/robots-txt-file": "^3.0"
  12115. },
  12116. "require-dev": {
  12117. "doctrine/dbal": "^2.13 || ^3.0",
  12118. "symfony/finder": "^4.4 || ^5.0 || ^6.0",
  12119. "symfony/phpunit-bridge": "^5.1.8 || ^6.0"
  12120. },
  12121. "type": "library",
  12122. "autoload": {
  12123. "psr-4": {
  12124. "Terminal42\\Escargot\\": "src/"
  12125. }
  12126. },
  12127. "notification-url": "https://packagist.org/downloads/",
  12128. "license": [
  12129. "MIT"
  12130. ],
  12131. "authors": [
  12132. {
  12133. "name": "Yanick Witschi",
  12134. "homepage": "https://github.com/toflar",
  12135. "role": "Developer"
  12136. }
  12137. ],
  12138. "description": "A web crawler or spider library based on Symfony components",
  12139. "homepage": "https://www.terminal42.ch",
  12140. "keywords": [
  12141. "crawl",
  12142. "escargot",
  12143. "index",
  12144. "search",
  12145. "spider"
  12146. ],
  12147. "support": {
  12148. "issues": "https://github.com/terminal42/escargot/issues",
  12149. "source": "https://github.com/terminal42/escargot"
  12150. },
  12151. "time": "2022-04-07T20:33:54+00:00"
  12152. },
  12153. {
  12154. "name": "terminal42/service-annotation-bundle",
  12155. "version": "1.1.4",
  12156. "source": {
  12157. "type": "git",
  12158. "url": "https://github.com/terminal42/service-annotation-bundle.git",
  12159. "reference": "ae6bed637c9e7bab0edc095b2f76b7857035390a"
  12160. },
  12161. "dist": {
  12162. "type": "zip",
  12163. "url": "https://api.github.com/repos/terminal42/service-annotation-bundle/zipball/ae6bed637c9e7bab0edc095b2f76b7857035390a",
  12164. "reference": "ae6bed637c9e7bab0edc095b2f76b7857035390a",
  12165. "shasum": ""
  12166. },
  12167. "require": {
  12168. "doctrine/annotations": "^1.6",
  12169. "php": "^7.1 || ^8.0",
  12170. "symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0",
  12171. "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
  12172. },
  12173. "require-dev": {
  12174. "contao/easy-coding-standard": "^3.0"
  12175. },
  12176. "type": "symfony-bundle",
  12177. "autoload": {
  12178. "psr-4": {
  12179. "Terminal42\\ServiceAnnotationBundle\\": "src/"
  12180. }
  12181. },
  12182. "notification-url": "https://packagist.org/downloads/",
  12183. "license": [
  12184. "MIT"
  12185. ],
  12186. "authors": [
  12187. {
  12188. "name": "terminal42 gmbh",
  12189. "homepage": "https://www.terminal42.ch/"
  12190. }
  12191. ],
  12192. "description": "Add service tags from class annotations",
  12193. "support": {
  12194. "issues": "https://github.com/terminal42/service-annotation-bundle/issues",
  12195. "source": "https://github.com/terminal42/service-annotation-bundle"
  12196. },
  12197. "funding": [
  12198. {
  12199. "url": "https://github.com/sponsors/terminal42",
  12200. "type": "github"
  12201. },
  12202. {
  12203. "url": "https://ko-fi.com/terminal42",
  12204. "type": "other"
  12205. }
  12206. ],
  12207. "time": "2022-08-16T15:20:24+00:00"
  12208. },
  12209. {
  12210. "name": "thecodingmachine/safe",
  12211. "version": "v2.3.1",
  12212. "source": {
  12213. "type": "git",
  12214. "url": "https://github.com/thecodingmachine/safe.git",
  12215. "reference": "b141ff557fafcd00a475298883e567fc06bd95dd"
  12216. },
  12217. "dist": {
  12218. "type": "zip",
  12219. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/b141ff557fafcd00a475298883e567fc06bd95dd",
  12220. "reference": "b141ff557fafcd00a475298883e567fc06bd95dd",
  12221. "shasum": ""
  12222. },
  12223. "require": {
  12224. "php": "^8.0"
  12225. },
  12226. "require-dev": {
  12227. "phpstan/phpstan": "^1.5",
  12228. "phpunit/phpunit": "^9.5",
  12229. "squizlabs/php_codesniffer": "^3.2",
  12230. "thecodingmachine/phpstan-strict-rules": "^1.0"
  12231. },
  12232. "type": "library",
  12233. "extra": {
  12234. "branch-alias": {
  12235. "dev-master": "2.2.x-dev"
  12236. }
  12237. },
  12238. "autoload": {
  12239. "files": [
  12240. "deprecated/apc.php",
  12241. "deprecated/array.php",
  12242. "deprecated/datetime.php",
  12243. "deprecated/libevent.php",
  12244. "deprecated/misc.php",
  12245. "deprecated/password.php",
  12246. "deprecated/mssql.php",
  12247. "deprecated/stats.php",
  12248. "deprecated/strings.php",
  12249. "lib/special_cases.php",
  12250. "deprecated/mysqli.php",
  12251. "generated/apache.php",
  12252. "generated/apcu.php",
  12253. "generated/array.php",
  12254. "generated/bzip2.php",
  12255. "generated/calendar.php",
  12256. "generated/classobj.php",
  12257. "generated/com.php",
  12258. "generated/cubrid.php",
  12259. "generated/curl.php",
  12260. "generated/datetime.php",
  12261. "generated/dir.php",
  12262. "generated/eio.php",
  12263. "generated/errorfunc.php",
  12264. "generated/exec.php",
  12265. "generated/fileinfo.php",
  12266. "generated/filesystem.php",
  12267. "generated/filter.php",
  12268. "generated/fpm.php",
  12269. "generated/ftp.php",
  12270. "generated/funchand.php",
  12271. "generated/gettext.php",
  12272. "generated/gmp.php",
  12273. "generated/gnupg.php",
  12274. "generated/hash.php",
  12275. "generated/ibase.php",
  12276. "generated/ibmDb2.php",
  12277. "generated/iconv.php",
  12278. "generated/image.php",
  12279. "generated/imap.php",
  12280. "generated/info.php",
  12281. "generated/inotify.php",
  12282. "generated/json.php",
  12283. "generated/ldap.php",
  12284. "generated/libxml.php",
  12285. "generated/lzf.php",
  12286. "generated/mailparse.php",
  12287. "generated/mbstring.php",
  12288. "generated/misc.php",
  12289. "generated/mysql.php",
  12290. "generated/network.php",
  12291. "generated/oci8.php",
  12292. "generated/opcache.php",
  12293. "generated/openssl.php",
  12294. "generated/outcontrol.php",
  12295. "generated/pcntl.php",
  12296. "generated/pcre.php",
  12297. "generated/pgsql.php",
  12298. "generated/posix.php",
  12299. "generated/ps.php",
  12300. "generated/pspell.php",
  12301. "generated/readline.php",
  12302. "generated/rpminfo.php",
  12303. "generated/rrd.php",
  12304. "generated/sem.php",
  12305. "generated/session.php",
  12306. "generated/shmop.php",
  12307. "generated/sockets.php",
  12308. "generated/sodium.php",
  12309. "generated/solr.php",
  12310. "generated/spl.php",
  12311. "generated/sqlsrv.php",
  12312. "generated/ssdeep.php",
  12313. "generated/ssh2.php",
  12314. "generated/stream.php",
  12315. "generated/strings.php",
  12316. "generated/swoole.php",
  12317. "generated/uodbc.php",
  12318. "generated/uopz.php",
  12319. "generated/url.php",
  12320. "generated/var.php",
  12321. "generated/xdiff.php",
  12322. "generated/xml.php",
  12323. "generated/xmlrpc.php",
  12324. "generated/yaml.php",
  12325. "generated/yaz.php",
  12326. "generated/zip.php",
  12327. "generated/zlib.php"
  12328. ],
  12329. "classmap": [
  12330. "lib/DateTime.php",
  12331. "lib/DateTimeImmutable.php",
  12332. "lib/Exceptions/",
  12333. "deprecated/Exceptions/",
  12334. "generated/Exceptions/"
  12335. ]
  12336. },
  12337. "notification-url": "https://packagist.org/downloads/",
  12338. "license": [
  12339. "MIT"
  12340. ],
  12341. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  12342. "support": {
  12343. "issues": "https://github.com/thecodingmachine/safe/issues",
  12344. "source": "https://github.com/thecodingmachine/safe/tree/v2.3.1"
  12345. },
  12346. "time": "2022-09-20T12:01:26+00:00"
  12347. },
  12348. {
  12349. "name": "toflar/psr6-symfony-http-cache-store",
  12350. "version": "3.0.1",
  12351. "source": {
  12352. "type": "git",
  12353. "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git",
  12354. "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244"
  12355. },
  12356. "dist": {
  12357. "type": "zip",
  12358. "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244",
  12359. "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244",
  12360. "shasum": ""
  12361. },
  12362. "require": {
  12363. "php": "^7.2 | ^8.0",
  12364. "symfony/cache": "^4.4 | ^5.0",
  12365. "symfony/http-foundation": "^4.4 | ^5.0",
  12366. "symfony/http-kernel": "^4.4 | ^5.0",
  12367. "symfony/lock": "^4.4 | ^5.0",
  12368. "symfony/options-resolver": "^4.4 | ^5.0"
  12369. },
  12370. "require-dev": {
  12371. "symfony/phpunit-bridge": "^5.0"
  12372. },
  12373. "type": "library",
  12374. "autoload": {
  12375. "psr-4": {
  12376. "Toflar\\Psr6HttpCacheStore\\": "src"
  12377. }
  12378. },
  12379. "notification-url": "https://packagist.org/downloads/",
  12380. "license": [
  12381. "MIT"
  12382. ],
  12383. "authors": [
  12384. {
  12385. "name": "Yanick Witschi",
  12386. "email": "yanick.witschi@terminal42.ch"
  12387. }
  12388. ],
  12389. "description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.",
  12390. "support": {
  12391. "issues": "https://github.com/Toflar/psr6-symfony-http-cache-store/issues",
  12392. "source": "https://github.com/Toflar/psr6-symfony-http-cache-store/tree/3.0.1"
  12393. },
  12394. "time": "2020-11-23T21:38:47+00:00"
  12395. },
  12396. {
  12397. "name": "twig/extra-bundle",
  12398. "version": "v3.4.0",
  12399. "source": {
  12400. "type": "git",
  12401. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  12402. "reference": "2e58256b0e9fe52f30149347c0547e4633304765"
  12403. },
  12404. "dist": {
  12405. "type": "zip",
  12406. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
  12407. "reference": "2e58256b0e9fe52f30149347c0547e4633304765",
  12408. "shasum": ""
  12409. },
  12410. "require": {
  12411. "php": ">=7.2.5",
  12412. "symfony/framework-bundle": "^4.4|^5.0|^6.0",
  12413. "symfony/twig-bundle": "^4.4|^5.0|^6.0",
  12414. "twig/twig": "^2.7|^3.0"
  12415. },
  12416. "require-dev": {
  12417. "league/commonmark": "^1.0|^2.0",
  12418. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
  12419. "twig/cache-extra": "^3.0",
  12420. "twig/cssinliner-extra": "^2.12|^3.0",
  12421. "twig/html-extra": "^2.12|^3.0",
  12422. "twig/inky-extra": "^2.12|^3.0",
  12423. "twig/intl-extra": "^2.12|^3.0",
  12424. "twig/markdown-extra": "^2.12|^3.0",
  12425. "twig/string-extra": "^2.12|^3.0"
  12426. },
  12427. "type": "symfony-bundle",
  12428. "extra": {
  12429. "branch-alias": {
  12430. "dev-master": "3.2-dev"
  12431. }
  12432. },
  12433. "autoload": {
  12434. "psr-4": {
  12435. "Twig\\Extra\\TwigExtraBundle\\": ""
  12436. },
  12437. "exclude-from-classmap": [
  12438. "/Tests/"
  12439. ]
  12440. },
  12441. "notification-url": "https://packagist.org/downloads/",
  12442. "license": [
  12443. "MIT"
  12444. ],
  12445. "authors": [
  12446. {
  12447. "name": "Fabien Potencier",
  12448. "email": "fabien@symfony.com",
  12449. "homepage": "http://fabien.potencier.org",
  12450. "role": "Lead Developer"
  12451. }
  12452. ],
  12453. "description": "A Symfony bundle for extra Twig extensions",
  12454. "homepage": "https://twig.symfony.com",
  12455. "keywords": [
  12456. "bundle",
  12457. "extra",
  12458. "twig"
  12459. ],
  12460. "support": {
  12461. "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.4.0"
  12462. },
  12463. "funding": [
  12464. {
  12465. "url": "https://github.com/fabpot",
  12466. "type": "github"
  12467. },
  12468. {
  12469. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  12470. "type": "tidelift"
  12471. }
  12472. ],
  12473. "time": "2022-01-04T13:58:53+00:00"
  12474. },
  12475. {
  12476. "name": "twig/twig",
  12477. "version": "v3.4.2",
  12478. "source": {
  12479. "type": "git",
  12480. "url": "https://github.com/twigphp/Twig.git",
  12481. "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
  12482. },
  12483. "dist": {
  12484. "type": "zip",
  12485. "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
  12486. "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
  12487. "shasum": ""
  12488. },
  12489. "require": {
  12490. "php": ">=7.2.5",
  12491. "symfony/polyfill-ctype": "^1.8",
  12492. "symfony/polyfill-mbstring": "^1.3"
  12493. },
  12494. "require-dev": {
  12495. "psr/container": "^1.0",
  12496. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  12497. },
  12498. "type": "library",
  12499. "extra": {
  12500. "branch-alias": {
  12501. "dev-master": "3.4-dev"
  12502. }
  12503. },
  12504. "autoload": {
  12505. "psr-4": {
  12506. "Twig\\": "src/"
  12507. }
  12508. },
  12509. "notification-url": "https://packagist.org/downloads/",
  12510. "license": [
  12511. "BSD-3-Clause"
  12512. ],
  12513. "authors": [
  12514. {
  12515. "name": "Fabien Potencier",
  12516. "email": "fabien@symfony.com",
  12517. "homepage": "http://fabien.potencier.org",
  12518. "role": "Lead Developer"
  12519. },
  12520. {
  12521. "name": "Twig Team",
  12522. "role": "Contributors"
  12523. },
  12524. {
  12525. "name": "Armin Ronacher",
  12526. "email": "armin.ronacher@active-4.com",
  12527. "role": "Project Founder"
  12528. }
  12529. ],
  12530. "description": "Twig, the flexible, fast, and secure template language for PHP",
  12531. "homepage": "https://twig.symfony.com",
  12532. "keywords": [
  12533. "templating"
  12534. ],
  12535. "support": {
  12536. "issues": "https://github.com/twigphp/Twig/issues",
  12537. "source": "https://github.com/twigphp/Twig/tree/v3.4.2"
  12538. },
  12539. "funding": [
  12540. {
  12541. "url": "https://github.com/fabpot",
  12542. "type": "github"
  12543. },
  12544. {
  12545. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  12546. "type": "tidelift"
  12547. }
  12548. ],
  12549. "time": "2022-08-12T06:47:24+00:00"
  12550. },
  12551. {
  12552. "name": "ua-parser/uap-php",
  12553. "version": "v3.9.14",
  12554. "source": {
  12555. "type": "git",
  12556. "url": "https://github.com/ua-parser/uap-php.git",
  12557. "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
  12558. },
  12559. "dist": {
  12560. "type": "zip",
  12561. "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
  12562. "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
  12563. "shasum": ""
  12564. },
  12565. "require": {
  12566. "composer/ca-bundle": "^1.1",
  12567. "php": "^7.2 || ^8.0"
  12568. },
  12569. "require-dev": {
  12570. "phpstan/phpstan": "^0.12.33",
  12571. "phpunit/phpunit": "^8 || ^9",
  12572. "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12573. "symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12574. "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12575. "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
  12576. "vimeo/psalm": "^3.12"
  12577. },
  12578. "suggest": {
  12579. "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12580. "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12581. "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
  12582. "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
  12583. },
  12584. "bin": [
  12585. "bin/uaparser"
  12586. ],
  12587. "type": "library",
  12588. "autoload": {
  12589. "psr-4": {
  12590. "UAParser\\": "src"
  12591. }
  12592. },
  12593. "notification-url": "https://packagist.org/downloads/",
  12594. "license": [
  12595. "MIT"
  12596. ],
  12597. "authors": [
  12598. {
  12599. "name": "Dave Olsen",
  12600. "email": "dmolsen@gmail.com"
  12601. },
  12602. {
  12603. "name": "Lars Strojny",
  12604. "email": "lars@strojny.net"
  12605. }
  12606. ],
  12607. "description": "A multi-language port of Browserscope's user agent parser.",
  12608. "support": {
  12609. "issues": "https://github.com/ua-parser/uap-php/issues",
  12610. "source": "https://github.com/ua-parser/uap-php/tree/v3.9.14"
  12611. },
  12612. "time": "2020-10-02T23:36:20+00:00"
  12613. },
  12614. {
  12615. "name": "webignition/disallowed-character-terminated-string",
  12616. "version": "2.0",
  12617. "source": {
  12618. "type": "git",
  12619. "url": "https://github.com/webignition/disallowed-character-terminated-string.git",
  12620. "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e"
  12621. },
  12622. "dist": {
  12623. "type": "zip",
  12624. "url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
  12625. "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e",
  12626. "shasum": ""
  12627. },
  12628. "require": {
  12629. "php": ">=7.2"
  12630. },
  12631. "require-dev": {
  12632. "phpstan/phpstan": "^0.12.3",
  12633. "phpunit/phpunit": "~8.0",
  12634. "squizlabs/php_codesniffer": "^3.5"
  12635. },
  12636. "type": "library",
  12637. "autoload": {
  12638. "psr-4": {
  12639. "webignition\\DisallowedCharacterTerminatedString\\": "src"
  12640. }
  12641. },
  12642. "notification-url": "https://packagist.org/downloads/",
  12643. "license": [
  12644. "MIT"
  12645. ],
  12646. "authors": [
  12647. {
  12648. "name": "Jon Cram",
  12649. "email": "webignition@gmail.com"
  12650. }
  12651. ],
  12652. "description": "A string terminated by one or more disallowed characters",
  12653. "homepage": "https://github.com/webignition/disallowed-character-terminated-string",
  12654. "keywords": [
  12655. "string",
  12656. "terminated"
  12657. ],
  12658. "support": {
  12659. "issues": "https://github.com/webignition/disallowed-character-terminated-string/issues",
  12660. "source": "https://github.com/webignition/disallowed-character-terminated-string/tree/master"
  12661. },
  12662. "time": "2019-12-20T15:52:44+00:00"
  12663. },
  12664. {
  12665. "name": "webignition/robots-txt-file",
  12666. "version": "3.0",
  12667. "source": {
  12668. "type": "git",
  12669. "url": "https://github.com/webignition/robots-txt-file.git",
  12670. "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6"
  12671. },
  12672. "dist": {
  12673. "type": "zip",
  12674. "url": "https://api.github.com/repos/webignition/robots-txt-file/zipball/51bd7b1045348d94177cf6b21415385bf0923fa6",
  12675. "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6",
  12676. "shasum": ""
  12677. },
  12678. "require": {
  12679. "ext-json": "*",
  12680. "ext-mbstring": "*",
  12681. "php": ">=7.2.0",
  12682. "webignition/disallowed-character-terminated-string": ">=2,<3"
  12683. },
  12684. "require-dev": {
  12685. "phpstan/phpstan": "^0.12.3",
  12686. "phpunit/phpunit": "^8.0",
  12687. "squizlabs/php_codesniffer": "^3.5"
  12688. },
  12689. "type": "library",
  12690. "autoload": {
  12691. "psr-4": {
  12692. "webignition\\RobotsTxt\\": "src/",
  12693. "webignition\\RobotsTxt\\Tests\\": "tests/"
  12694. }
  12695. },
  12696. "notification-url": "https://packagist.org/downloads/",
  12697. "license": [
  12698. "MIT"
  12699. ],
  12700. "authors": [
  12701. {
  12702. "name": "Jon Cram",
  12703. "email": "webignition@gmail.com"
  12704. }
  12705. ],
  12706. "description": "Models a robots.txt file",
  12707. "homepage": "https://github.com/webignition/robots-txt-file",
  12708. "keywords": [
  12709. "parser",
  12710. "robots.txt"
  12711. ],
  12712. "support": {
  12713. "issues": "https://github.com/webignition/robots-txt-file/issues",
  12714. "source": "https://github.com/webignition/robots-txt-file/tree/3.0"
  12715. },
  12716. "time": "2019-12-20T17:50:44+00:00"
  12717. },
  12718. {
  12719. "name": "wikimedia/less.php",
  12720. "version": "1.8.2",
  12721. "source": {
  12722. "type": "git",
  12723. "url": "https://github.com/wikimedia/less.php.git",
  12724. "reference": "e238ad228d74b6ffd38209c799b34e9826909266"
  12725. },
  12726. "dist": {
  12727. "type": "zip",
  12728. "url": "https://api.github.com/repos/wikimedia/less.php/zipball/e238ad228d74b6ffd38209c799b34e9826909266",
  12729. "reference": "e238ad228d74b6ffd38209c799b34e9826909266",
  12730. "shasum": ""
  12731. },
  12732. "require": {
  12733. "php": ">=7.2.9"
  12734. },
  12735. "require-dev": {
  12736. "phpunit/phpunit": "7.5.14"
  12737. },
  12738. "bin": [
  12739. "bin/lessc"
  12740. ],
  12741. "type": "library",
  12742. "autoload": {
  12743. "psr-0": {
  12744. "Less": "lib/"
  12745. },
  12746. "classmap": [
  12747. "lessc.inc.php"
  12748. ]
  12749. },
  12750. "notification-url": "https://packagist.org/downloads/",
  12751. "license": [
  12752. "Apache-2.0"
  12753. ],
  12754. "authors": [
  12755. {
  12756. "name": "Josh Schmidt",
  12757. "homepage": "https://github.com/oyejorge"
  12758. },
  12759. {
  12760. "name": "Matt Agar",
  12761. "homepage": "https://github.com/agar"
  12762. },
  12763. {
  12764. "name": "Martin Jantošovič",
  12765. "homepage": "https://github.com/Mordred"
  12766. }
  12767. ],
  12768. "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
  12769. "keywords": [
  12770. "css",
  12771. "less",
  12772. "less.js",
  12773. "lesscss",
  12774. "php",
  12775. "stylesheet"
  12776. ],
  12777. "support": {
  12778. "source": "https://github.com/wikimedia/less.php/tree/1.8.2"
  12779. },
  12780. "time": "2019-11-06T18:30:11+00:00"
  12781. }
  12782. ],
  12783. "packages-dev": [],
  12784. "aliases": [],
  12785. "minimum-stability": "stable",
  12786. "stability-flags": {
  12787. "contao/conflicts": 20
  12788. },
  12789. "prefer-stable": false,
  12790. "prefer-lowest": false,
  12791. "platform": [],
  12792. "platform-dev": [],
  12793. "plugin-api-version": "2.3.0"
  12794. }