Skip to content

Commit b1cad51

Browse files
Use PHP 7.4 on deps=low
1 parent 2d5dff3 commit b1cad51

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Tests/CacheWarmer/ValidatorCacheWarmerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
class ValidatorCacheWarmerTest extends TestCase
2323
{
2424
/**
25+
* @group issue-32995
26+
*
2527
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
2628
*/
2729
public function testWarmUp()

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
21-
"symfony/cache": "~3.4|~4.0",
21+
"symfony/cache": "~3.4.31|^4.3.4",
2222
"symfony/class-loader": "~3.2",
2323
"symfony/dependency-injection": "^3.4.24|^4.2.5",
2424
"symfony/config": "^3.4.31|^4.3.4",
@@ -36,7 +36,7 @@
3636
"fig/link-util": "^1.0",
3737
"symfony/asset": "~3.3|~4.0",
3838
"symfony/browser-kit": "~2.8|~3.0|~4.0",
39-
"symfony/console": "~3.4|~4.0",
39+
"symfony/console": "~3.4.31|^4.3.4",
4040
"symfony/css-selector": "~2.8|~3.0|~4.0",
4141
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
4242
"symfony/polyfill-intl-icu": "~1.0",
@@ -56,7 +56,7 @@
5656
"symfony/property-info": "~3.3|~4.0",
5757
"symfony/lock": "~3.4|~4.0",
5858
"symfony/web-link": "~3.3|~4.0",
59-
"doctrine/annotations": "~1.0",
59+
"doctrine/annotations": "~1.7",
6060
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
6161
"twig/twig": "~1.34|~2.4"
6262
},

0 commit comments

Comments
 (0)