Skip to content

Commit 92ce6af

Browse files
committed
bump phpunit minimum version
1 parent b39ac9d commit 92ce6af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.php_cs
33
.php_cs.cache
44
.phpunit.result.cache
5+
.phpunit.cache
56
build
67
composer.lock
78
coverage

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^10.0",
34+
"phpunit/phpunit": "^10.1",
3535
"phpstan/phpstan": "1.10.27"
3636
}
3737
}

0 commit comments

Comments
 (0)