Skip to content

Commit

Permalink
Fix conflict version constraint (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 26, 2024
1 parent 4c63fb0 commit db82f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"phpstan/phpstan": "^1.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.7.0,>=2.0.0",
"phpunit/phpunit": "<6.0.0,>=10.0.0"
"phpspec/prophecy": "<1.7.0 || >=2.0.0",
"phpunit/phpunit": "<6.0.0 || >=10.0.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit db82f70

Please sign in to comment.