Issue #2934336 by alexpott: Update symfony/phpunit-bridge to the latest released version
parent
7bf384b29c
commit
d1e91cbf56
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue