File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
class ValidatorCacheWarmerTest extends TestCase
22
22
{
23
23
/**
24
+ * @group issue-32995
25
+ *
24
26
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
25
27
*/
26
28
public function testWarmUp ()
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.1.3" ,
20
20
"ext-xml" : " *" ,
21
- "symfony/cache" : " ~ 4.3" ,
21
+ "symfony/cache" : " ^ 4.3.4 " ,
22
22
"symfony/config" : " ^4.3.4" ,
23
23
"symfony/debug" : " ~4.0" ,
24
24
"symfony/dependency-injection" : " ^4.3" ,
34
34
"fig/link-util" : " ^1.0" ,
35
35
"symfony/asset" : " ~3.4|~4.0" ,
36
36
"symfony/browser-kit" : " ^4.3" ,
37
- "symfony/console" : " ^4.3" ,
37
+ "symfony/console" : " ^4.3.4 " ,
38
38
"symfony/css-selector" : " ~3.4|~4.0" ,
39
39
"symfony/dom-crawler" : " ^4.3" ,
40
40
"symfony/polyfill-intl-icu" : " ~1.0" ,
59
59
"symfony/property-info" : " ~3.4|~4.0" ,
60
60
"symfony/lock" : " ~3.4|~4.0" ,
61
61
"symfony/web-link" : " ~3.4|~4.0" ,
62
- "doctrine/annotations" : " ~1.0 " ,
62
+ "doctrine/annotations" : " ~1.7 " ,
63
63
"phpdocumentor/reflection-docblock" : " ^3.0|^4.0" ,
64
64
"twig/twig" : " ~1.34|~2.4"
65
65
},
You can’t perform that action at this time.
0 commit comments