Skip to content

Commit

Permalink
Merge pull request #464 from sebastianbergmann/bump
Browse files Browse the repository at this point in the history
Make this compatible with next versions of sebastian/comparator and sebastian/recursion-context
  • Loading branch information
ciaranmcnulty committed Jan 20, 2020
2 parents cbe1df6 + 77f7690 commit 31e31d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"require": {
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"doctrine/instantiator": "^1.0.2",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
},

"require-dev": {
Expand Down

0 comments on commit 31e31d8

Please sign in to comment.