Skip to content

Commit a8f38d9

Browse files
authored
PHPORM-303 Require mongodb library v1.21 with aggregation builder (#3287)
1 parent 56fa399 commit a8f38d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
"illuminate/database": "^10.30|^11",
3131
"illuminate/events": "^10.0|^11",
3232
"illuminate/support": "^10.0|^11",
33-
"mongodb/mongodb": "^1.18",
33+
"mongodb/mongodb": "^1.21",
3434
"symfony/http-foundation": "^6.4|^7"
3535
},
3636
"require-dev": {
37-
"mongodb/builder": "^0.2",
3837
"laravel/scout": "^10.3",
3938
"league/flysystem-gridfs": "^3.28",
4039
"league/flysystem-read-only": "^3.0",
@@ -54,6 +53,7 @@
5453
"mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
5554
},
5655
"minimum-stability": "dev",
56+
"prefer-stable": true,
5757
"replace": {
5858
"jenssegers/mongodb": "self.version"
5959
},

0 commit comments

Comments
 (0)