Skip to content

Commit

Permalink
Require driver 1.17+ for search index APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed May 1, 2024
1 parent 31f7a0d commit b9a5745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- dependencies: "lowest"
php-version: "8.1"
mongodb-version: "5.0"
driver-version: "1.11.0"
driver-version: "1.17.0"
topology: "server"
symfony-version: "stable"
# Test with highest dependencies
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
],
"require": {
"php": "^8.1",
"ext-mongodb": "^1.11",
"ext-mongodb": "^1.17",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.5 || ^2.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"doctrine/instantiator": "^1.1 || ^2",
"doctrine/persistence": "^3.2",
"friendsofphp/proxy-manager-lts": "^1.0",
"jean85/pretty-package-versions": "^1.3.0 || ^2.0.1",
"mongodb/mongodb": "^1.10.0",
"mongodb/mongodb": "^1.17.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0",
Expand Down

0 comments on commit b9a5745

Please sign in to comment.