Skip to content

Commit

Permalink
[GridFS] Allow installation with mongodb lib v2
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 4, 2024
1 parent 1af5c0b commit f7183ea
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 f7183ea

Please sign in to comment.