Skip to content

Commit f7b56e9

Browse files
committed
Update phpunit version
1 parent 1985d6f commit f7b56e9

File tree

2 files changed

+828
-277
lines changed

2 files changed

+828
-277
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
}
2222
},
2323
"require": {
24-
"php": ">=5.6",
24+
"php": "^7.0",
2525
"friendsofphp/php-cs-fixer": "^2.1",
26-
"phpunit/phpunit-mock-objects": "~3.0",
27-
"phpunit/phpunit": "~5.0",
28-
"phpunit/php-code-coverage": "~4.0",
26+
"phpunit/phpunit-mock-objects": "~4.0",
27+
"phpunit/phpunit": "~6.0",
2928
"mybuilder/phpunit-accelerator": "^1.1",
3029
"squizlabs/php_codesniffer": "~2.8",
3130
"phpmd/phpmd": "~2.6",

0 commit comments

Comments
 (0)