We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be572b commit d1276a5Copy full SHA for d1276a5
.github/workflows/symfony.yml
@@ -15,7 +15,7 @@ on:
15
16
17
env:
18
- PHPUNIT_FLAGS: "-v --testdox"
+ PHPUNIT_FLAGS: "--testdox"
19
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
20
SYMFONY_DEPRECATIONS_HELPER: "max[total]=999999&max[direct]=0"
21
COMMON_DEPENDENCIES: "symfony/http-client:^5"
composer.json
@@ -24,7 +24,7 @@
24
"symfony/css-selector": "^6.4|^7.0|^8.0",
25
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
26
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
27
- "phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0"
+ "phpunit/phpunit": "^10.5|^11.5|^12.0"
28
},
29
"suggest": {
30
"symfony/http-client": "A Symfony component that implements PSR-18 HTTP client interface"
0 commit comments