Skip to content

Commit

Permalink
Update mockery conflict to just disallow the broken version (#50472)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 12, 2024
1 parent 5bbd867 commit 089c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -121,7 +121,7 @@
"conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
"mockery/mockery": ">=1.6.8",
"mockery/mockery": "1.6.8",
"tightenco/collect": "<5.5.33",
"phpunit/phpunit": ">=11.0.0"
},
Expand Down

0 comments on commit 089c593

Please sign in to comment.