Skip to content

Commit

Permalink
Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including roo…
Browse files Browse the repository at this point in the history
…t differ (#627)

* Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including root sebastian/diff

Run tests in a random order by default

* Alphabetical order for attributes in phpunit.xml
  • Loading branch information
maks-rafalko committed Feb 13, 2019
1 parent 92c66b9 commit 4aeb348
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 175 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -77,7 +77,7 @@
"webmozart/assert": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
"phpunit/phpunit": "^7.5"
},
"bin": ["bin/infection"]
}

0 comments on commit 4aeb348

Please sign in to comment.