Skip to content

Commit c8fe262

Browse files
Merge pull request #17 from mittwald/chore/bump-phpunit-11
chore(deps): bump PHPUnit to 11.*
2 parents c4c5ce4 + fc291a3 commit c8fe262

3 files changed

Lines changed: 2 additions & 4892 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.phpunit.cache/
22
/vendor/
33
.php-cs-fixer.cache
4+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.68",
3030
"rector/rector": "^2.0.7",
31-
"phpunit/phpunit": "^10.5",
31+
"phpunit/phpunit": "^11.5",
3232
"phpstan/phpstan": "^2.1.1"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)