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 5ca2bf6 commit 48d54d8Copy full SHA for 48d54d8
.github/workflows/ci.yaml
@@ -31,4 +31,4 @@ jobs:
31
- if: matrix.php-version != '7.4' && matrix.php-version != '8.0' # These run PHPUnit 9, which does not have the option
32
run: vendor/bin/phpunit --check-php-configuration
33
34
- - run: vendor/bin/phpunit --no-configuration tests
+ - run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation --no-configuration tests
composer.json
@@ -17,7 +17,7 @@
17
"php": "^5.6 || ^7.0 || ^8.0"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.33"
+ "phpunit/phpunit": "^9.6.24 || ^10.5.52 || ^11.5.33"
21
22
"config": {
23
"optimize-autoloader": true,
0 commit comments