Skip to content

Commit c97005e

Browse files
authored
Remove suggestion of archived package mongodb/builder (#3296)
Now part of the mongodb/mongodb package
1 parent e373350 commit c97005e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"require": {
2525
"php": "^8.1",
26-
"ext-mongodb": "^1.15",
26+
"ext-mongodb": "^1.21",
2727
"composer-runtime-api": "^2.0.0",
2828
"illuminate/cache": "^10.36|^11|^12",
2929
"illuminate/container": "^10.0|^11|^12",
@@ -49,8 +49,7 @@
4949
"illuminate/bus": "< 10.37.2"
5050
},
5151
"suggest": {
52-
"league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS",
53-
"mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
52+
"league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS"
5453
},
5554
"minimum-stability": "dev",
5655
"prefer-stable": true,

0 commit comments

Comments
 (0)