Skip to content

Commit aecfe92

Browse files
committed
PHPLIB-363: Require ext-mongodb ^1.5.0 (drop support for server 2.6)
1 parent b11c4d7 commit aecfe92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cache:
1515

1616
env:
1717
global:
18-
- DRIVER_VERSION=1.4.0
18+
- DRIVER_VERSION=1.5.0
1919
- SERVER_VERSION=3.6.2
2020

2121
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=5.5",
1414
"ext-hash": "*",
1515
"ext-json": "*",
16-
"ext-mongodb": "^1.4.0"
16+
"ext-mongodb": "^1.5.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^4.8.36 || ^6.4"

0 commit comments

Comments
 (0)