aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-02 03:57:54 +0000
committerGitHub <noreply@github.com>2019-12-02 03:57:54 +0000
commit7dddb5bc243cbdad8087fcd77141dd1c210c6e92 (patch)
tree4030427596a0ef88929c9904d812d088044c92cb /composer.lock
parentb76bf31bca6b1909751daf15e33a22a902074d41 (diff)
downloadwallabag-7dddb5bc243cbdad8087fcd77141dd1c210c6e92.tar.gz
wallabag-7dddb5bc243cbdad8087fcd77141dd1c210c6e92.tar.zst
wallabag-7dddb5bc243cbdad8087fcd77141dd1c210c6e92.zip
Bump doctrine/doctrine-cache-bundle from 1.3.5 to 1.4.0
Bumps [doctrine/doctrine-cache-bundle](https://github.com/doctrine/DoctrineCacheBundle) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/doctrine/DoctrineCacheBundle/releases) - [Commits](https://github.com/doctrine/DoctrineCacheBundle/compare/1.3.5...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock57
1 files changed, 28 insertions, 29 deletions
diff --git a/composer.lock b/composer.lock
index 6c0d66bc..46fbf3f0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -412,16 +412,16 @@
412 }, 412 },
413 { 413 {
414 "name": "doctrine/cache", 414 "name": "doctrine/cache",
415 "version": "1.9.1", 415 "version": "1.10.0",
416 "source": { 416 "source": {
417 "type": "git", 417 "type": "git",
418 "url": "https://github.com/doctrine/cache.git", 418 "url": "https://github.com/doctrine/cache.git",
419 "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55" 419 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
420 }, 420 },
421 "dist": { 421 "dist": {
422 "type": "zip", 422 "type": "zip",
423 "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55", 423 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
424 "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55", 424 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
425 "shasum": "" 425 "shasum": ""
426 }, 426 },
427 "require": { 427 "require": {
@@ -488,10 +488,9 @@
488 "memcached", 488 "memcached",
489 "php", 489 "php",
490 "redis", 490 "redis",
491 "riak",
492 "xcache" 491 "xcache"
493 ], 492 ],
494 "time": "2019-11-15T14:31:57+00:00" 493 "time": "2019-11-29T15:36:20+00:00"
495 }, 494 },
496 { 495 {
497 "name": "doctrine/collections", 496 "name": "doctrine/collections",
@@ -820,39 +819,39 @@
820 }, 819 },
821 { 820 {
822 "name": "doctrine/doctrine-cache-bundle", 821 "name": "doctrine/doctrine-cache-bundle",
823 "version": "1.3.5", 822 "version": "1.4.0",
824 "source": { 823 "source": {
825 "type": "git", 824 "type": "git",
826 "url": "https://github.com/doctrine/DoctrineCacheBundle.git", 825 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
827 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927" 826 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
828 }, 827 },
829 "dist": { 828 "dist": {
830 "type": "zip", 829 "type": "zip",
831 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927", 830 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
832 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927", 831 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
833 "shasum": "" 832 "shasum": ""
834 }, 833 },
835 "require": { 834 "require": {
836 "doctrine/cache": "^1.4.2", 835 "doctrine/cache": "^1.4.2",
837 "doctrine/inflector": "~1.0", 836 "doctrine/inflector": "^1.0",
838 "php": ">=5.3.2", 837 "php": "^7.1",
839 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" 838 "symfony/doctrine-bridge": "^3.4|^4.0"
840 }, 839 },
841 "require-dev": { 840 "require-dev": {
842 "instaclick/coding-standard": "~1.1", 841 "instaclick/coding-standard": "~1.1",
843 "instaclick/object-calisthenics-sniffs": "dev-master", 842 "instaclick/object-calisthenics-sniffs": "dev-master",
844 "instaclick/symfony2-coding-standard": "dev-remaster", 843 "instaclick/symfony2-coding-standard": "dev-remaster",
845 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", 844 "phpunit/phpunit": "^7.0",
846 "predis/predis": "~0.8", 845 "predis/predis": "~0.8",
847 "satooshi/php-coveralls": "^1.0", 846 "satooshi/php-coveralls": "^1.0",
848 "squizlabs/php_codesniffer": "~1.5", 847 "squizlabs/php_codesniffer": "~1.5",
849 "symfony/console": "~2.7|~3.3|~4.0", 848 "symfony/console": "^3.4|^4.0",
850 "symfony/finder": "~2.7|~3.3|~4.0", 849 "symfony/finder": "^3.4|^4.0",
851 "symfony/framework-bundle": "~2.7|~3.3|~4.0", 850 "symfony/framework-bundle": "^3.4|^4.0",
852 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", 851 "symfony/phpunit-bridge": "^3.4|^4.0",
853 "symfony/security-acl": "~2.7|~3.3", 852 "symfony/security-acl": "^2.8",
854 "symfony/validator": "~2.7|~3.3|~4.0", 853 "symfony/validator": "^3.4|^4.0",
855 "symfony/yaml": "~2.7|~3.3|~4.0" 854 "symfony/yaml": "^3.4|^4.0"
856 }, 855 },
857 "suggest": { 856 "suggest": {
858 "symfony/security-acl": "For using this bundle to cache ACLs" 857 "symfony/security-acl": "For using this bundle to cache ACLs"
@@ -860,7 +859,7 @@
860 "type": "symfony-bundle", 859 "type": "symfony-bundle",
861 "extra": { 860 "extra": {
862 "branch-alias": { 861 "branch-alias": {
863 "dev-master": "1.3.x-dev" 862 "dev-master": "1.4.x-dev"
864 } 863 }
865 }, 864 },
866 "autoload": { 865 "autoload": {
@@ -877,8 +876,8 @@
877 ], 876 ],
878 "authors": [ 877 "authors": [
879 { 878 {
880 "name": "Symfony Community", 879 "name": "Fabien Potencier",
881 "homepage": "http://symfony.com/contributors" 880 "email": "fabien@symfony.com"
882 }, 881 },
883 { 882 {
884 "name": "Benjamin Eberlei", 883 "name": "Benjamin Eberlei",
@@ -893,12 +892,12 @@
893 "email": "guilhermeblanco@hotmail.com" 892 "email": "guilhermeblanco@hotmail.com"
894 }, 893 },
895 { 894 {
896 "name": "Doctrine Project", 895 "name": "Symfony Community",
897 "homepage": "http://www.doctrine-project.org/" 896 "homepage": "http://symfony.com/contributors"
898 }, 897 },
899 { 898 {
900 "name": "Fabien Potencier", 899 "name": "Doctrine Project",
901 "email": "fabien@symfony.com" 900 "homepage": "http://www.doctrine-project.org/"
902 } 901 }
903 ], 902 ],
904 "description": "Symfony Bundle for Doctrine Cache", 903 "description": "Symfony Bundle for Doctrine Cache",
@@ -907,7 +906,7 @@
907 "cache", 906 "cache",
908 "caching" 907 "caching"
909 ], 908 ],
910 "time": "2018-11-09T06:25:35+00:00" 909 "time": "2019-11-29T11:22:01+00:00"
911 }, 910 },
912 { 911 {
913 "name": "doctrine/doctrine-migrations-bundle", 912 "name": "doctrine/doctrine-migrations-bundle",