Skip to content

Commit

Permalink
Merge pull request #95 from Roave/feature/phpunit-9.3-support
Browse files Browse the repository at this point in the history
Upgraded to latest PHPUnit 9.4.x dependency
  • Loading branch information
Ocramius authored Nov 12, 2020
2 parents c37f4ea + 21acb74 commit d9c571f
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 119 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"php": "^7.4.7",
"infection/infection": "0.20.1",
"ocramius/package-versions": "^1.9.0 || ^2.0.0",
"vimeo/psalm": "^4.1"
"vimeo/psalm": "^4.1.1"
},
"require-dev": {
"doctrine/coding-standard": "^8.2.0",
"phpunit/phpunit": "^9.2.6"
"phpunit/phpunit": "^9.4.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d9c571f

Please sign in to comment.