Skip to content

Commit

Permalink
Merge pull request #47 from Codeception/phpunit8
Browse files Browse the repository at this point in the history
Support PHPUnit 8
  • Loading branch information
Naktibalda committed Aug 1, 2019
2 parents 52a1d15 + d3322ce commit e3fefa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,476 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1.0",
"myclabs/deep-copy": "~1.1",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": ">=7.0 <9.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit e3fefa2

Please sign in to comment.