Issue #2934336 by alexpott: Update symfony/phpunit-bridge to the latest released version

8.5.x
Nathaniel Catchpole 2018-01-10 12:00:33 +00:00
parent 7bf384b29c
commit d1e91cbf56
2 changed files with 11 additions and 8 deletions

17
composer.lock generated
View File

@ -4185,16 +4185,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v3.4.0-BETA2",
"version": "v3.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "9128796e0cc46f17973e7e9345eb34696aafe00b"
"reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9128796e0cc46f17973e7e9345eb34696aafe00b",
"reference": "9128796e0cc46f17973e7e9345eb34696aafe00b",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
"reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
"shasum": ""
},
"require": {
@ -4214,6 +4214,10 @@
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
},
"thanks": {
"name": "phpunit/phpunit",
"url": "https://github.com/sebastianbergmann/phpunit"
}
},
"autoload": {
@ -4243,14 +4247,13 @@
],
"description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com",
"time": "2017-10-28T16:49:05+00:00"
"time": "2018-01-04T17:19:23+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"behat/mink": 20,
"symfony/phpunit-bridge": 10
"behat/mink": 20
},
"prefer-stable": true,
"prefer-lowest": false,

View File

@ -47,7 +47,7 @@
"phpunit/phpunit": "^4.8.35 || ^6.1",
"phpspec/prophecy": "^1.4",
"symfony/css-selector": "~3.2.8",
"symfony/phpunit-bridge": "^3.4.0@beta"
"symfony/phpunit-bridge": "^3.4.3"
},
"replace": {
"drupal/action": "self.version",