Skip to content

Commit e3fefa2

Browse files
authored
Merge pull request #47 from Codeception/phpunit8
Support PHPUnit 8
2 parents 52a1d15 + d3322ce commit e3fefa2

File tree

2 files changed

+1
-1476
lines changed

2 files changed

+1
-1476
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.1.0",
1414
"myclabs/deep-copy": "~1.1",
15-
"phpunit/phpunit": "^7.0"
15+
"phpunit/phpunit": ">=7.0 <9.0"
1616
},
1717
"autoload": {
1818
"psr-0": {

0 commit comments

Comments
 (0)