Skip to content

Commit e6e9d1e

Browse files
authored
Merge pull request #41 from Codeception/DavertMik-patch-1
Support for PHPUnit 7.x
2 parents da93491 + e634830 commit e6e9d1e

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.0.0",
1414
"myclabs/deep-copy": "~1.1",
15-
"phpunit/phpunit": "~6.0"
15+
"phpunit/phpunit": "^6.0|^7.0"
1616
},
1717
"autoload": {
1818
"psr-0": {

0 commit comments

Comments
 (0)