Skip to content

Commit 60d1952

Browse files
committed
Update PHPUnit to version 9.
1 parent eacc623 commit 60d1952

File tree

5 files changed

+675
-759
lines changed

5 files changed

+675
-759
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
"symfony/process": "~3.0"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "~6.0",
41-
"squizlabs/php_codesniffer": "~2.6",
42-
"traderinteractive/coding-standard": "2.1.0"
40+
"phpunit/phpunit": "^9.0",
41+
"squizlabs/php_codesniffer": "^3.7"
4342
},
4443
"bin": ["bin/buildRelease"],
4544
"autoload": {

0 commit comments

Comments
 (0)