Skip to content

Commit 7d71ec8

Browse files
authored
Merge pull request #113 from mmarynich/feature/phpunit6-compatibility
Add phpunit ~6.0
2 parents bd18b10 + b531cba commit 7d71ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^7.1",
2525
"friendsofphp/php-cs-fixer": "^2.1",
26-
"phpunit/phpunit": "~7.0",
26+
"phpunit/phpunit": "~6.0|~7.0",
2727
"squizlabs/php_codesniffer": "~3.0",
2828
"phpmd/phpmd": "~2.6",
2929
"symfony/dependency-injection": "~4.0",

0 commit comments

Comments
 (0)