We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fa399 commit a8f38d9Copy full SHA for a8f38d9
composer.json
@@ -30,11 +30,10 @@
30
"illuminate/database": "^10.30|^11",
31
"illuminate/events": "^10.0|^11",
32
"illuminate/support": "^10.0|^11",
33
- "mongodb/mongodb": "^1.18",
+ "mongodb/mongodb": "^1.21",
34
"symfony/http-foundation": "^6.4|^7"
35
},
36
"require-dev": {
37
- "mongodb/builder": "^0.2",
38
"laravel/scout": "^10.3",
39
"league/flysystem-gridfs": "^3.28",
40
"league/flysystem-read-only": "^3.0",
@@ -54,6 +53,7 @@
54
53
"mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
55
56
"minimum-stability": "dev",
+ "prefer-stable": true,
57
"replace": {
58
"jenssegers/mongodb": "self.version"
59
0 commit comments