We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9542435 commit 2227b00Copy full SHA for 2227b00
composer.json
@@ -40,7 +40,7 @@
40
"league/flysystem-read-only": "^3.0",
41
"phpunit/phpunit": "^10.3|^11.5.3",
42
"orchestra/testbench": "^8.0|^9.0|^10.0",
43
- "mockery/mockery": "^1.4.4@stable",
+ "mockery/mockery": "^1.4.4",
44
"doctrine/coding-standard": "12.0.x-dev",
45
"spatie/laravel-query-builder": "^5.6|^6",
46
"phpstan/phpstan": "^1.10",
@@ -54,6 +54,7 @@
54
"mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
55
},
56
"minimum-stability": "dev",
57
+ "prefer-stable": true,
58
"replace": {
59
"jenssegers/mongodb": "self.version"
60
0 commit comments