aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-01 02:24:42 +0000
committerGitHub <noreply@github.com>2020-06-01 02:24:42 +0000
commitaaedb0ad3cddd7992336c357041e7d3df310b0e3 (patch)
tree53cfd64746a977f46a9392111baeebac109b43e4
parentb75b649eff916a4fe88508292c591b800b721d18 (diff)
downloadwallabag-aaedb0ad3cddd7992336c357041e7d3df310b0e3.tar.gz
wallabag-aaedb0ad3cddd7992336c357041e7d3df310b0e3.tar.zst
wallabag-aaedb0ad3cddd7992336c357041e7d3df310b0e3.zip
Bump symfony/symfony from 3.4.40 to 3.4.41
Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.40 to 3.4.41. - [Release notes](https://github.com/symfony/symfony/releases) - [Changelog](https://github.com/symfony/symfony/blob/v3.4.41/CHANGELOG-3.4.md) - [Commits](https://github.com/symfony/symfony/compare/v3.4.40...v3.4.41) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.lock34
1 files changed, 17 insertions, 17 deletions
diff --git a/composer.lock b/composer.lock
index 6774ef33..8beeb658 100644
--- a/composer.lock
+++ b/composer.lock
@@ -420,20 +420,20 @@
420 }, 420 },
421 { 421 {
422 "name": "doctrine/cache", 422 "name": "doctrine/cache",
423 "version": "1.10.0", 423 "version": "1.10.1",
424 "source": { 424 "source": {
425 "type": "git", 425 "type": "git",
426 "url": "https://github.com/doctrine/cache.git", 426 "url": "https://github.com/doctrine/cache.git",
427 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" 427 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
428 }, 428 },
429 "dist": { 429 "dist": {
430 "type": "zip", 430 "type": "zip",
431 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", 431 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
432 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", 432 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
433 "shasum": "" 433 "shasum": ""
434 }, 434 },
435 "require": { 435 "require": {
436 "php": "~7.1" 436 "php": "~7.1 || ^8.0"
437 }, 437 },
438 "conflict": { 438 "conflict": {
439 "doctrine/common": ">2.2,<2.4" 439 "doctrine/common": ">2.2,<2.4"
@@ -498,7 +498,7 @@
498 "redis", 498 "redis",
499 "xcache" 499 "xcache"
500 ], 500 ],
501 "time": "2019-11-29T15:36:20+00:00" 501 "time": "2020-05-27T16:24:54+00:00"
502 }, 502 },
503 { 503 {
504 "name": "doctrine/collections", 504 "name": "doctrine/collections",
@@ -567,16 +567,16 @@
567 }, 567 },
568 { 568 {
569 "name": "doctrine/common", 569 "name": "doctrine/common",
570 "version": "2.13.0", 570 "version": "2.13.2",
571 "source": { 571 "source": {
572 "type": "git", 572 "type": "git",
573 "url": "https://github.com/doctrine/common.git", 573 "url": "https://github.com/doctrine/common.git",
574 "reference": "308728eae8d90412d850c155d40b1cfbede549da" 574 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac"
575 }, 575 },
576 "dist": { 576 "dist": {
577 "type": "zip", 577 "type": "zip",
578 "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da", 578 "url": "https://api.github.com/repos/doctrine/common/zipball/6902fafacb43333d9dc3d949c0a06048a31549ac",
579 "reference": "308728eae8d90412d850c155d40b1cfbede549da", 579 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac",
580 "shasum": "" 580 "shasum": ""
581 }, 581 },
582 "require": { 582 "require": {
@@ -588,7 +588,7 @@
588 "doctrine/lexer": "^1.0", 588 "doctrine/lexer": "^1.0",
589 "doctrine/persistence": "^1.3.3", 589 "doctrine/persistence": "^1.3.3",
590 "doctrine/reflection": "^1.0", 590 "doctrine/reflection": "^1.0",
591 "php": "^7.1" 591 "php": "^7.1 || ^8.0"
592 }, 592 },
593 "require-dev": { 593 "require-dev": {
594 "doctrine/coding-standard": "^1.0", 594 "doctrine/coding-standard": "^1.0",
@@ -646,7 +646,7 @@
646 "doctrine", 646 "doctrine",
647 "php" 647 "php"
648 ], 648 ],
649 "time": "2020-05-15T05:51:54+00:00" 649 "time": "2020-05-29T17:35:20+00:00"
650 }, 650 },
651 { 651 {
652 "name": "doctrine/dbal", 652 "name": "doctrine/dbal",
@@ -9241,16 +9241,16 @@
9241 }, 9241 },
9242 { 9242 {
9243 "name": "symfony/symfony", 9243 "name": "symfony/symfony",
9244 "version": "v3.4.40", 9244 "version": "v3.4.41",
9245 "source": { 9245 "source": {
9246 "type": "git", 9246 "type": "git",
9247 "url": "https://github.com/symfony/symfony.git", 9247 "url": "https://github.com/symfony/symfony.git",
9248 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5" 9248 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2"
9249 }, 9249 },
9250 "dist": { 9250 "dist": {
9251 "type": "zip", 9251 "type": "zip",
9252 "url": "https://api.github.com/repos/symfony/symfony/zipball/ad6f8608e92b548e5695f9213a81d14c2ef274b5", 9252 "url": "https://api.github.com/repos/symfony/symfony/zipball/a72c510fb3bc67d3ba67981178d78be80360ede2",
9253 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5", 9253 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2",
9254 "shasum": "" 9254 "shasum": ""
9255 }, 9255 },
9256 "require": { 9256 "require": {
@@ -9393,7 +9393,7 @@
9393 "keywords": [ 9393 "keywords": [
9394 "framework" 9394 "framework"
9395 ], 9395 ],
9396 "time": "2020-04-28T17:41:57+00:00" 9396 "time": "2020-05-31T05:14:34+00:00"
9397 }, 9397 },
9398 { 9398 {
9399 "name": "tecnickcom/tcpdf", 9399 "name": "tecnickcom/tcpdf",