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.
2 parents d9e88d7 + 5507f45 commit 8debb3bCopy full SHA for 8debb3b
.github/workflows/ci.yaml
@@ -121,7 +121,7 @@ jobs:
121
run: composer require --dev php-coveralls/php-coveralls --no-update
122
123
- if: matrix.install-phpunit-12
124
- run: composer require --dev phpunit/phpunit:^12.0.2 --no-update
+ run: composer require --dev phpunit/phpunit:^12.3.4 --no-update
125
126
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
127
composer.json
@@ -16,7 +16,7 @@
16
"friendsofphp/php-cs-fixer": "^3.86"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
+ "phpunit/phpunit": "^9.6.24 || ^10.5.51 || ^11.5.32"
20
21
"autoload": {
22
"psr-4": {
0 commit comments