aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-22 04:15:10 +0000
committerGitHub <noreply@github.com>2019-11-22 04:15:10 +0000
commit47b1f433dd2e8869f16fc4676de6050f89c59a83 (patch)
tree9b8a8d2869d807ead1e890064b9fe819cde7c5ec
parenta43ebdb6a3b962f4b84fa6556effe49fa863e451 (diff)
downloadwallabag-47b1f433dd2e8869f16fc4676de6050f89c59a83.tar.gz
wallabag-47b1f433dd2e8869f16fc4676de6050f89c59a83.tar.zst
wallabag-47b1f433dd2e8869f16fc4676de6050f89c59a83.zip
Bump symfony/phpunit-bridge from 4.3.8 to 5.0.0
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.3.8 to 5.0.0. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.8...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 0ce9622f..f6e007e7 100644
--- a/composer.json
+++ b/composer.json
@@ -97,7 +97,7 @@
97 "require-dev": { 97 "require-dev": {
98 "doctrine/doctrine-fixtures-bundle": "~3.0", 98 "doctrine/doctrine-fixtures-bundle": "~3.0",
99 "sensio/generator-bundle": "^3.0", 99 "sensio/generator-bundle": "^3.0",
100 "symfony/phpunit-bridge": "^4.2", 100 "symfony/phpunit-bridge": "^5.0",
101 "friendsofphp/php-cs-fixer": "~2.13", 101 "friendsofphp/php-cs-fixer": "~2.13",
102 "m6web/redis-mock": "^4.1", 102 "m6web/redis-mock": "^4.1",
103 "dama/doctrine-test-bundle": "^5.0", 103 "dama/doctrine-test-bundle": "^5.0",
diff --git a/composer.lock b/composer.lock
index ed4a79d9..4481f4fc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "bc03955d5e8ea3079c82f32de2e26c98", 7 "content-hash": "9630ce5d77ff50b51674db2923621328",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "bdunogier/guzzle-site-authenticator", 10 "name": "bdunogier/guzzle-site-authenticator",
@@ -11246,26 +11246,26 @@
11246 }, 11246 },
11247 { 11247 {
11248 "name": "symfony/phpunit-bridge", 11248 "name": "symfony/phpunit-bridge",
11249 "version": "v4.3.8", 11249 "version": "v5.0.0",
11250 "source": { 11250 "source": {
11251 "type": "git", 11251 "type": "git",
11252 "url": "https://github.com/symfony/phpunit-bridge.git", 11252 "url": "https://github.com/symfony/phpunit-bridge.git",
11253 "reference": "c216b32261358a820bb4217eb3a20e3f437a484e" 11253 "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85"
11254 }, 11254 },
11255 "dist": { 11255 "dist": {
11256 "type": "zip", 11256 "type": "zip",
11257 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c216b32261358a820bb4217eb3a20e3f437a484e", 11257 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3c288a1f1a46ddffc299fd46ddb643d50debde85",
11258 "reference": "c216b32261358a820bb4217eb3a20e3f437a484e", 11258 "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85",
11259 "shasum": "" 11259 "shasum": ""
11260 }, 11260 },
11261 "require": { 11261 "require": {
11262 "php": ">=5.5.9" 11262 "php": ">=5.5.9"
11263 }, 11263 },
11264 "conflict": { 11264 "conflict": {
11265 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" 11265 "phpunit/phpunit": "<5.4.3"
11266 }, 11266 },
11267 "suggest": { 11267 "suggest": {
11268 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" 11268 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11269 }, 11269 },
11270 "bin": [ 11270 "bin": [
11271 "bin/simple-phpunit" 11271 "bin/simple-phpunit"
@@ -11273,7 +11273,7 @@
11273 "type": "symfony-bridge", 11273 "type": "symfony-bridge",
11274 "extra": { 11274 "extra": {
11275 "branch-alias": { 11275 "branch-alias": {
11276 "dev-master": "4.3-dev" 11276 "dev-master": "5.0-dev"
11277 }, 11277 },
11278 "thanks": { 11278 "thanks": {
11279 "name": "phpunit/phpunit", 11279 "name": "phpunit/phpunit",
@@ -11307,7 +11307,7 @@
11307 ], 11307 ],
11308 "description": "Symfony PHPUnit Bridge", 11308 "description": "Symfony PHPUnit Bridge",
11309 "homepage": "https://symfony.com", 11309 "homepage": "https://symfony.com",
11310 "time": "2019-10-30T12:58:49+00:00" 11310 "time": "2019-11-08T16:32:03+00:00"
11311 } 11311 }
11312 ], 11312 ],
11313 "aliases": [], 11313 "aliases": [],