Skip to content

Commit ccb5bad

Browse files
committed
feat():Switch to PHPUnit 9
1 parent 87b66e4 commit ccb5bad

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
@@ -31,10 +31,10 @@
3131
}
3232
},
3333
"require": {
34-
"php": "~7.2.0"
34+
"php": "~7.3.0"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^8"
37+
"phpunit/phpunit": "^9"
3838
},
3939
"scripts": {
4040
"test": "vendor/bin/phpunit tests --coverage-html coverage --coverage-clover coverage.xml"

0 commit comments

Comments
 (0)