Skip to content

Commit

Permalink
Merge pull request #1827 from GromNaN/mongodb-v2
Browse files Browse the repository at this point in the history
[GridFS] Allow installation with mongodb lib v2
  • Loading branch information
frankdejonge authored Nov 6, 2024
2 parents 1af5c0b + f7183ea commit 462d922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-zip": "*",
"ext-fileinfo": "*",
"ext-ftp": "*",
"ext-mongodb": "^1.3",
"ext-mongodb": "^1.3|^2",
"microsoft/azure-storage-blob": "^1.1",
"phpunit/phpunit": "^9.5.11|^10.0",
"phpstan/phpstan": "^1.10",
Expand All @@ -36,7 +36,7 @@
"google/cloud-storage": "^1.23",
"async-aws/s3": "^1.5 || ^2.0",
"async-aws/simple-s3": "^1.1 || ^2.0",
"mongodb/mongodb": "^1.2",
"mongodb/mongodb": "^1.2|^2",
"sabre/dav": "^4.6.0",
"guzzlehttp/psr7": "^2.6"
},
Expand Down
4 changes: 2 additions & 2 deletions src/GridFS/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"require": {
"php": "^8.0.2",
"ext-mongodb": "^1.3",
"ext-mongodb": "^1.3|^2",
"league/flysystem": "^3.10.0",
"mongodb/mongodb": "^1.2"
"mongodb/mongodb": "^1.2|^2"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 462d922

Please sign in to comment.