Skip to content

Commit

Permalink
Allow sebastian/diff 4.0 to be installed (#1036)
Browse files Browse the repository at this point in the history
This is required to allow installation of Infection alongside PHPUnit 9 using Composer.
  • Loading branch information
morozov committed Feb 8, 2020
1 parent 4b6bf1d commit 2f91829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"justinrainbow/json-schema": "^5.2",
"nikic/php-parser": "^4.2.2",
"ocramius/package-versions": "^1.2",
"sebastian/diff": "^3.0.2",
"sebastian/diff": "^3.0.2 || ^4.0",
"seld/jsonlint": "^1.7",
"symfony/console": "^3.4.29 || ^4.0 || ^5.0",
"symfony/filesystem": "^3.4.29 || ^4.0 || ^5.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f91829

Please sign in to comment.