Skip to content

Commit b08ef00

Browse files
[TASK] Update PHPUnit
| datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpcov | 9.0.2 | 11.0.0 | | packagist | phpunit/phpunit | 11.5.9 | 12.0.4 | | packagist | phpunit/phpunit | 10.5.45 | 12.0.4 |
1 parent 9c1fee7 commit b08ef00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
16-
"phpunit/phpunit": "^10.4 || ^11.0"
16+
"phpunit/phpunit": "^10.4 || ^11.0 || ^12.0"
1717
},
1818
"require-dev": {
1919
"armin/editorconfig-cli": "^1.8 || ^2.0",
@@ -23,8 +23,8 @@
2323
"ergebnis/composer-normalize": "^2.30",
2424
"phpstan/extension-installer": "^1.2",
2525
"phpstan/phpstan-phpunit": "^2.0",
26-
"phpunit/phpcov": "^9.0 || ^10.0",
27-
"phpunit/phpunit": "^10.5.35 || ^11.4",
26+
"phpunit/phpcov": "^9.0 || ^10.0 || ^11.0",
27+
"phpunit/phpunit": "^10.5.35 || ^11.4 || ^12.0",
2828
"symfony/console": "^6.4 || ^7.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)