diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/composer.lock b/composer.lock index 017a5ede..5895b794 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -819,39 +819,39 @@ | |||
819 | }, | 819 | }, |
820 | { | 820 | { |
821 | "name": "doctrine/doctrine-cache-bundle", | 821 | "name": "doctrine/doctrine-cache-bundle", |
822 | "version": "1.3.5", | 822 | "version": "1.4.0", |
823 | "source": { | 823 | "source": { |
824 | "type": "git", | 824 | "type": "git", |
825 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", | 825 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
826 | "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927" | 826 | "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb" |
827 | }, | 827 | }, |
828 | "dist": { | 828 | "dist": { |
829 | "type": "zip", | 829 | "type": "zip", |
830 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927", | 830 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb", |
831 | "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927", | 831 | "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb", |
832 | "shasum": "" | 832 | "shasum": "" |
833 | }, | 833 | }, |
834 | "require": { | 834 | "require": { |
835 | "doctrine/cache": "^1.4.2", | 835 | "doctrine/cache": "^1.4.2", |
836 | "doctrine/inflector": "~1.0", | 836 | "doctrine/inflector": "^1.0", |
837 | "php": ">=5.3.2", | 837 | "php": "^7.1", |
838 | "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" | 838 | "symfony/doctrine-bridge": "^3.4|^4.0" |
839 | }, | 839 | }, |
840 | "require-dev": { | 840 | "require-dev": { |
841 | "instaclick/coding-standard": "~1.1", | 841 | "instaclick/coding-standard": "~1.1", |
842 | "instaclick/object-calisthenics-sniffs": "dev-master", | 842 | "instaclick/object-calisthenics-sniffs": "dev-master", |
843 | "instaclick/symfony2-coding-standard": "dev-remaster", | 843 | "instaclick/symfony2-coding-standard": "dev-remaster", |
844 | "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", | 844 | "phpunit/phpunit": "^7.0", |
845 | "predis/predis": "~0.8", | 845 | "predis/predis": "~0.8", |
846 | "satooshi/php-coveralls": "^1.0", | 846 | "satooshi/php-coveralls": "^1.0", |
847 | "squizlabs/php_codesniffer": "~1.5", | 847 | "squizlabs/php_codesniffer": "~1.5", |
848 | "symfony/console": "~2.7|~3.3|~4.0", | 848 | "symfony/console": "^3.4|^4.0", |
849 | "symfony/finder": "~2.7|~3.3|~4.0", | 849 | "symfony/finder": "^3.4|^4.0", |
850 | "symfony/framework-bundle": "~2.7|~3.3|~4.0", | 850 | "symfony/framework-bundle": "^3.4|^4.0", |
851 | "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", | 851 | "symfony/phpunit-bridge": "^3.4|^4.0", |
852 | "symfony/security-acl": "~2.7|~3.3", | 852 | "symfony/security-acl": "^2.8", |
853 | "symfony/validator": "~2.7|~3.3|~4.0", | 853 | "symfony/validator": "^3.4|^4.0", |
854 | "symfony/yaml": "~2.7|~3.3|~4.0" | 854 | "symfony/yaml": "^3.4|^4.0" |
855 | }, | 855 | }, |
856 | "suggest": { | 856 | "suggest": { |
857 | "symfony/security-acl": "For using this bundle to cache ACLs" | 857 | "symfony/security-acl": "For using this bundle to cache ACLs" |
@@ -859,7 +859,7 @@ | |||
859 | "type": "symfony-bundle", | 859 | "type": "symfony-bundle", |
860 | "extra": { | 860 | "extra": { |
861 | "branch-alias": { | 861 | "branch-alias": { |
862 | "dev-master": "1.3.x-dev" | 862 | "dev-master": "1.4.x-dev" |
863 | } | 863 | } |
864 | }, | 864 | }, |
865 | "autoload": { | 865 | "autoload": { |
@@ -876,8 +876,8 @@ | |||
876 | ], | 876 | ], |
877 | "authors": [ | 877 | "authors": [ |
878 | { | 878 | { |
879 | "name": "Symfony Community", | 879 | "name": "Fabien Potencier", |
880 | "homepage": "http://symfony.com/contributors" | 880 | "email": "fabien@symfony.com" |
881 | }, | 881 | }, |
882 | { | 882 | { |
883 | "name": "Benjamin Eberlei", | 883 | "name": "Benjamin Eberlei", |
@@ -892,12 +892,12 @@ | |||
892 | "email": "guilhermeblanco@hotmail.com" | 892 | "email": "guilhermeblanco@hotmail.com" |
893 | }, | 893 | }, |
894 | { | 894 | { |
895 | "name": "Doctrine Project", | 895 | "name": "Symfony Community", |
896 | "homepage": "http://www.doctrine-project.org/" | 896 | "homepage": "http://symfony.com/contributors" |
897 | }, | 897 | }, |
898 | { | 898 | { |
899 | "name": "Fabien Potencier", | 899 | "name": "Doctrine Project", |
900 | "email": "fabien@symfony.com" | 900 | "homepage": "http://www.doctrine-project.org/" |
901 | } | 901 | } |
902 | ], | 902 | ], |
903 | "description": "Symfony Bundle for Doctrine Cache", | 903 | "description": "Symfony Bundle for Doctrine Cache", |
@@ -906,7 +906,7 @@ | |||
906 | "cache", | 906 | "cache", |
907 | "caching" | 907 | "caching" |
908 | ], | 908 | ], |
909 | "time": "2018-11-09T06:25:35+00:00" | 909 | "time": "2019-11-29T11:22:01+00:00" |
910 | }, | 910 | }, |
911 | { | 911 | { |
912 | "name": "doctrine/doctrine-migrations-bundle", | 912 | "name": "doctrine/doctrine-migrations-bundle", |