Skip to content

Commit 548be8f

Browse files
[TASK] Update PHPUnit
| datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | packagist | phpunit/phpcov | 10.0.1 | 12.0.0 | | packagist | phpunit/phpunit | 11.5.53 | 13.0.2 |
1 parent 575102f commit 548be8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"require-dev": {
2929
"eliashaeussler/version-bumper": "^3.0",
30-
"phpunit/phpcov": "^10.0 || ^11.0",
31-
"phpunit/phpunit": "^11.5 || ^12.0",
30+
"phpunit/phpcov": "^10.0 || ^11.0 || ^12.0",
31+
"phpunit/phpunit": "^11.5 || ^12.0 || ^13.0",
3232
"typo3/cms-lowlevel": "~12.4.41 || ~13.4.23",
3333
"typo3/testing-framework": "^8.3.1 || ^9.3.0"
3434
},

0 commit comments

Comments
 (0)