Skip to content

Commit

Permalink
Allow sebastian/diff 4.0 to be installed (#1036) (#1043)
Browse files Browse the repository at this point in the history
This is required to allow installation of Infection alongside PHPUnit 9 using Composer.

Co-authored-by: Sergei Morozov <morozov@tut.by>
  • Loading branch information
sanmai and morozov committed Feb 12, 2020
1 parent 96c6a3f commit 91e935e
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 151 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nikic/php-parser": "^4.2.2",
"ocramius/package-versions": "^1.2",
"pimple/pimple": "^3.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

0 comments on commit 91e935e

Please sign in to comment.