Skip to content

Commit 2227b00

Browse files
committed
Use stable releases
1 parent 9542435 commit 2227b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"league/flysystem-read-only": "^3.0",
4141
"phpunit/phpunit": "^10.3|^11.5.3",
4242
"orchestra/testbench": "^8.0|^9.0|^10.0",
43-
"mockery/mockery": "^1.4.4@stable",
43+
"mockery/mockery": "^1.4.4",
4444
"doctrine/coding-standard": "12.0.x-dev",
4545
"spatie/laravel-query-builder": "^5.6|^6",
4646
"phpstan/phpstan": "^1.10",
@@ -54,6 +54,7 @@
5454
"mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
5555
},
5656
"minimum-stability": "dev",
57+
"prefer-stable": true,
5758
"replace": {
5859
"jenssegers/mongodb": "self.version"
5960
},

0 commit comments

Comments
 (0)