Skip to content

Commit 996caf3

Browse files
Merge pull request #8 from asbiin/update-phpunit-7.0
Bump phpunit to 7.0
2 parents 33f815c + b9cb402 commit 996caf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"require": {
44
"php": "^5.6 || ^7.0",
55
"webmozart/assert": "^1.2",
6-
"phpunit/php-code-coverage": "^4.0 || ^5.2",
7-
"phpunit/phpunit": "^5.7 || ^6.0"
6+
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0",
7+
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)