We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e373350 commit c97005eCopy full SHA for c97005e
composer.json
@@ -23,7 +23,7 @@
23
"license": "MIT",
24
"require": {
25
"php": "^8.1",
26
- "ext-mongodb": "^1.15",
+ "ext-mongodb": "^1.21",
27
"composer-runtime-api": "^2.0.0",
28
"illuminate/cache": "^10.36|^11|^12",
29
"illuminate/container": "^10.0|^11|^12",
@@ -49,8 +49,7 @@
49
"illuminate/bus": "< 10.37.2"
50
},
51
"suggest": {
52
- "league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS",
53
- "mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines"
+ "league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS"
54
55
"minimum-stability": "dev",
56
"prefer-stable": true,
0 commit comments