Skip to content

Commit 2006c55

Browse files
committed
Drop older versions of PHPUnit (9.x)
Signed-off-by: William Desportes <[email protected]>
1 parent 57d1410 commit 2006c55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ build/
44
composer.lock
55
phpcs.xml
66
.phpcs-cache
7+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan": "^1.10",
3131
"phpstan/phpstan-phpunit": "^1.3",
3232
"phpstan/phpstan-strict-rules": "^1.5",
33-
"phpunit/phpunit": "^9.6"
33+
"phpunit/phpunit": "^10"
3434
},
3535
"scripts": {
3636
"phpstan": "./vendor/bin/phpstan analyse",

0 commit comments

Comments
 (0)