Skip to content

Commit

Permalink
Pinning mongodb version to 1.14
Browse files Browse the repository at this point in the history
We have ext-mongodb 1.14 installed in the CI image so we need to pin
this or composer install fails.
  • Loading branch information
spark0r committed Apr 30, 2024
1 parent df9eab4 commit bae4fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"kassner/log-parser": "~1.5",
"geoip2/geoip2": "~2.0",
"ua-parser/uap-php": "^3.9",
"mongodb/mongodb": "^1.11"
"mongodb/mongodb": "^1.14"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit bae4fb8

Please sign in to comment.