Skip to content

Commit 9cac9b4

Browse files
committed
build: upgrade to PHPUnit 11
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
1 parent cd1d0ae commit 9cac9b4

1,163 files changed

Lines changed: 5169 additions & 5086 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.php-cs-fixer.cache
44
.php_cs.cache
55
.phpactor.json
6+
.phpunit.cache
67
.phpunit.result.cache
78
bin/_*
89
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"mikey179/vfsstream": "^1.6",
4646
"phpstan/phpstan": "^2.1",
4747
"phpstan/phpstan-deprecation-rules": "^2.0",
48-
"phpunit/phpunit": "^8.5 || ^9.6"
48+
"phpunit/phpunit": "^11.5"
4949
},
5050
"suggest": {
5151
"ext-calendar": "For calculating the date of Easter"

0 commit comments

Comments
 (0)