Commit aecfe92b authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-363: Require ext-mongodb ^1.5.0 (drop support for server 2.6)

parent b11c4d79
......@@ -15,7 +15,7 @@ cache:
env:
global:
- DRIVER_VERSION=1.4.0
- DRIVER_VERSION=1.5.0
- SERVER_VERSION=3.6.2
matrix:
......
......@@ -13,7 +13,7 @@
"php": ">=5.5",
"ext-hash": "*",
"ext-json": "*",
"ext-mongodb": "^1.4.0"
"ext-mongodb": "^1.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^6.4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment