Skip to content

Commit 0962804

Browse files
authored
Phpunit 6 (#5)
* Support phpunit 6
1 parent 08c406d commit 0962804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"minimum-stability": "stable",
2929
"require": {
3030
"php": ">=5.5.0",
31-
"phpunit/phpunit": "^4.8.35 || ^5.7",
31+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
3232
"phpunit/php-code-coverage": "^2.2 || ^4.0 || ^5.2",
3333
"squizlabs/php_codesniffer": "^2.8",
3434
"symfony/console": "^3.2",

0 commit comments

Comments
 (0)