Skip to content

Commit e634830

Browse files
authored
Support for PhPUnit 7.x
1 parent 1b1fe23 commit e634830

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)