File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 98
98
"ocramius/proxy-manager" : " ~0.4|~1.0|~2.0" ,
99
99
"predis/predis" : " ~1.0" ,
100
100
"egulias/email-validator" : " ~1.2,>=1.2.8|~2.0" ,
101
- "symfony/phpunit-bridge" : " ^3.4.19 |^4.1.8 |~5.0" ,
101
+ "symfony/phpunit-bridge" : " ^3.4.31 |^4.3.4 |~5.0" ,
102
102
"symfony/security-acl" : " ~2.8|~3.0" ,
103
103
"phpdocumentor/reflection-docblock" : " ^3.0|^4.0"
104
104
},
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public static function register($mode = 0)
48
48
}
49
49
50
50
$ UtilPrefix = class_exists ('PHPUnit_Util_ErrorHandler ' ) ? 'PHPUnit_Util_ ' : 'PHPUnit\Util \\' ;
51
- self ::$ isAtLeastPhpUnit83 = method_exists ('PHPUnit\Util\ErrorHandler ' , '__invoke ' );
52
51
53
52
$ getMode = function () use ($ mode ) {
54
53
static $ memoizedMode = false ;
@@ -304,6 +303,9 @@ public static function collectDeprecations($outputFile)
304
303
*/
305
304
public static function getPhpUnitErrorHandler ()
306
305
{
306
+ if (!isset (self ::$ isAtLeastPhpUnit83 )) {
307
+ self ::$ isAtLeastPhpUnit83 = class_exists (ErrorHandler::class) && method_exists (ErrorHandler::class, '__invoke ' );
308
+ }
307
309
if (!self ::$ isAtLeastPhpUnit83 ) {
308
310
return (class_exists ('PHPUnit_Util_ErrorHandler ' , false ) ? 'PHPUnit_Util_ ' : 'PHPUnit\Util \\' ).'ErrorHandler::handleError ' ;
309
311
}
Original file line number Diff line number Diff line change 23
23
"symfony/asset" : " ~2.8|~3.0|~4.0" ,
24
24
"symfony/dependency-injection" : " ~2.8|~3.0|~4.0" ,
25
25
"symfony/finder" : " ~2.8|~3.0|~4.0" ,
26
- "symfony/form" : " ^3.4.23 |^4.2 .4" ,
26
+ "symfony/form" : " ^3.4.31 |^4.3 .4" ,
27
27
"symfony/http-foundation" : " ^3.3.11|~4.0" ,
28
28
"symfony/http-kernel" : " ~3.2|~4.0" ,
29
29
"symfony/polyfill-intl-icu" : " ~1.0" ,
Original file line number Diff line number Diff line change 24
24
"symfony/config" : " ^3.4.31|^4.3.4" ,
25
25
"symfony/debug" : " ~2.8|~3.0|~4.0" ,
26
26
"symfony/event-dispatcher" : " ~3.4|~4.0" ,
27
- "symfony/http-foundation" : " ^3.3.11 |~4.0" ,
28
- "symfony/http-kernel" : " ~ 3.4|~4.0 " ,
27
+ "symfony/http-foundation" : " ^3.4.13 |~4.0" ,
28
+ "symfony/http-kernel" : " ^ 3.4.31|^4.3.4 " ,
29
29
"symfony/polyfill-mbstring" : " ~1.0" ,
30
30
"symfony/filesystem" : " ~2.8|~3.0|~4.0" ,
31
31
"symfony/finder" : " ~2.8|~3.0|~4.0" ,
40
40
"symfony/css-selector" : " ~2.8|~3.0|~4.0" ,
41
41
"symfony/dom-crawler" : " ~2.8|~3.0|~4.0" ,
42
42
"symfony/polyfill-intl-icu" : " ~1.0" ,
43
- "symfony/form" : " ^3.4.22|~4.1.11| ^4.2.3 " ,
43
+ "symfony/form" : " ^3.4.31| ^4.3.4 " ,
44
44
"symfony/expression-language" : " ~2.8|~3.0|~4.0" ,
45
45
"symfony/process" : " ~2.8|~3.0|~4.0" ,
46
46
"symfony/security-core" : " ~3.2|~4.0" ,
You can’t perform that action at this time.
0 commit comments