diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-08-27 08:59:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 08:59:07 +0200 |
commit | 7c12ee1d94ced25a5585fdfaab164c35cf3c0f7c (patch) | |
tree | 0432f9d53a168230afa4dd9369a9dcc0c20d58fd /composer.lock | |
parent | 86e60812fb3f6f85da1cbbae7f07f6d1834ede70 (diff) | |
parent | a123881a83bca10be2df3e4c2f3889bb4ae6bf32 (diff) | |
download | wallabag-7c12ee1d94ced25a5585fdfaab164c35cf3c0f7c.tar.gz wallabag-7c12ee1d94ced25a5585fdfaab164c35cf3c0f7c.tar.zst wallabag-7c12ee1d94ced25a5585fdfaab164c35cf3c0f7c.zip |
Merge pull request #4099 from wallabag/dependabot/composer/symfony/symfony-3.4.31
Bump symfony/symfony from 3.4.30 to 3.4.31
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock index 17b5ed84..d65c9cf8 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -8801,16 +8801,16 @@ | |||
8801 | }, | 8801 | }, |
8802 | { | 8802 | { |
8803 | "name": "symfony/symfony", | 8803 | "name": "symfony/symfony", |
8804 | "version": "v3.4.30", | 8804 | "version": "v3.4.31", |
8805 | "source": { | 8805 | "source": { |
8806 | "type": "git", | 8806 | "type": "git", |
8807 | "url": "https://github.com/symfony/symfony.git", | 8807 | "url": "https://github.com/symfony/symfony.git", |
8808 | "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84" | 8808 | "reference": "944e04808117477f46f804133d17913b77cf63d3" |
8809 | }, | 8809 | }, |
8810 | "dist": { | 8810 | "dist": { |
8811 | "type": "zip", | 8811 | "type": "zip", |
8812 | "url": "https://api.github.com/repos/symfony/symfony/zipball/4d911e98e1f70538edcca4576c65395ef0fbfa84", | 8812 | "url": "https://api.github.com/repos/symfony/symfony/zipball/944e04808117477f46f804133d17913b77cf63d3", |
8813 | "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84", | 8813 | "reference": "944e04808117477f46f804133d17913b77cf63d3", |
8814 | "shasum": "" | 8814 | "shasum": "" |
8815 | }, | 8815 | }, |
8816 | "require": { | 8816 | "require": { |
@@ -8829,7 +8829,7 @@ | |||
8829 | "symfony/polyfill-mbstring": "~1.0", | 8829 | "symfony/polyfill-mbstring": "~1.0", |
8830 | "symfony/polyfill-php56": "~1.0", | 8830 | "symfony/polyfill-php56": "~1.0", |
8831 | "symfony/polyfill-php70": "~1.6", | 8831 | "symfony/polyfill-php70": "~1.6", |
8832 | "twig/twig": "^1.40|^2.9" | 8832 | "twig/twig": "^1.41|^2.10" |
8833 | }, | 8833 | }, |
8834 | "conflict": { | 8834 | "conflict": { |
8835 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", | 8835 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", |
@@ -8908,7 +8908,7 @@ | |||
8908 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", | 8908 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
8909 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", | 8909 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
8910 | "predis/predis": "~1.0", | 8910 | "predis/predis": "~1.0", |
8911 | "symfony/phpunit-bridge": "^3.4.19|^4.1.8|~5.0", | 8911 | "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0", |
8912 | "symfony/security-acl": "~2.8|~3.0" | 8912 | "symfony/security-acl": "~2.8|~3.0" |
8913 | }, | 8913 | }, |
8914 | "type": "library", | 8914 | "type": "library", |
@@ -8927,7 +8927,8 @@ | |||
8927 | "Symfony\\Component\\": "src/Symfony/Component/" | 8927 | "Symfony\\Component\\": "src/Symfony/Component/" |
8928 | }, | 8928 | }, |
8929 | "classmap": [ | 8929 | "classmap": [ |
8930 | "src/Symfony/Component/Intl/Resources/stubs" | 8930 | "src/Symfony/Component/Intl/Resources/stubs", |
8931 | "src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php" | ||
8931 | ], | 8932 | ], |
8932 | "exclude-from-classmap": [ | 8933 | "exclude-from-classmap": [ |
8933 | "**/Tests/" | 8934 | "**/Tests/" |
@@ -8952,7 +8953,7 @@ | |||
8952 | "keywords": [ | 8953 | "keywords": [ |
8953 | "framework" | 8954 | "framework" |
8954 | ], | 8955 | ], |
8955 | "time": "2019-07-27T17:14:21+00:00" | 8956 | "time": "2019-08-26T16:36:53+00:00" |
8956 | }, | 8957 | }, |
8957 | { | 8958 | { |
8958 | "name": "true/punycode", | 8959 | "name": "true/punycode", |