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 30
30
"symfony/routing" : " ^4.4|^5.0"
31
31
},
32
32
"require-dev" : {
33
+ "doctrine/annotations" : " ~1.7" ,
33
34
"doctrine/cache" : " ~1.0" ,
34
35
"symfony/asset" : " ^3.4|^4.0|^5.0" ,
35
36
"symfony/browser-kit" : " ^4.3|^5.0" ,
36
- "symfony/console" : " ^4.3|^5.0" ,
37
+ "symfony/console" : " ^4.3.4 |^5.0" ,
37
38
"symfony/css-selector" : " ^3.4|^4.0|^5.0" ,
38
39
"symfony/dom-crawler" : " ^4.3|^5.0" ,
39
40
"symfony/polyfill-intl-icu" : " ~1.0" ,
58
59
"symfony/yaml" : " ^3.4|^4.0|^5.0" ,
59
60
"symfony/property-info" : " ^3.4|^4.0|^5.0" ,
60
61
"symfony/web-link" : " ^4.4|^5.0" ,
61
- "doctrine/annotations" : " ~1.0" ,
62
62
"phpdocumentor/reflection-docblock" : " ^3.0|^4.0" ,
63
- "twig/twig" : " ~1.34 |~2.4 "
63
+ "twig/twig" : " ~1.41 |~2.10 "
64
64
},
65
65
"conflict" : {
66
66
"phpdocumentor/reflection-docblock" : " <3.0" ,
You can’t perform that action at this time.
0 commit comments