Skip to content

Commit ff70323

Browse files
committed
Update phpunit
1 parent db513ab commit ff70323

File tree

3 files changed

+295
-813
lines changed

3 files changed

+295
-813
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require-dev": {
14-
"phpunit/phpunit": "~6.0"
14+
"phpunit/phpunit": "~7"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -22,5 +22,7 @@
2222
"psr-4": {
2323
"Test\\": "test/"
2424
}
25+
},
26+
"require": {
2527
}
2628
}

0 commit comments

Comments
 (0)