Skip to content

Commit

Permalink
Merge pull request #616 from Jean85/allow-phpunit-11
Browse files Browse the repository at this point in the history
Allow sebastian/comparator 6 (to allow PHPUnit 11)
  • Loading branch information
stof committed Feb 6, 2024
2 parents d4f454f + 009a479 commit 016d777
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": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"doctrine/instantiator": "^1.2 || ^2.0",
"sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0"
"sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},

"require-dev": {
Expand Down

0 comments on commit 016d777

Please sign in to comment.