We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7a556 commit f766dd8Copy full SHA for f766dd8
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- "7.3"
21
22
php-code-coverage-version:
23
- - "^9.1.10"
+ - "^9.1.11"
24
25
symfony-version:
26
- "^5.0"
composer.json
@@ -28,7 +28,7 @@
28
"php": "^7.3 || ^8.0",
29
"composer-runtime-api": "^2.0",
30
"behat/behat": "^3.5",
31
- "phpunit/php-code-coverage": "^9.1.10",
+ "phpunit/php-code-coverage": "^9.1.11",
32
"symfony/console": "^4.4||^5.0",
33
"symfony/config": "^4.4||^5.0",
34
"symfony/dependency-injection": "^4.4||^5.0",
0 commit comments