Skip to content

Commit a050401

Browse files
committed
PHPLIB-132: Bump ext-mongodb dependency to >=1.1.0
1 parent c1cc2d6 commit a050401

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
- MONGO_REPO_TYPE="precise/mongodb-enterprise/"
1313
- SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list"
1414
matrix:
15-
- DRIVER_VERSION=1.0.0 SERVER_VERSION=2.4
16-
- DRIVER_VERSION=1.0.0 SERVER_VERSION=2.6
17-
- DRIVER_VERSION=1.0.0 SERVER_VERSION=3.0
15+
- DRIVER_VERSION=1.1.0 SERVER_VERSION=2.4
16+
- DRIVER_VERSION=1.1.0 SERVER_VERSION=2.6
17+
- DRIVER_VERSION=1.1.0 SERVER_VERSION=3.0
1818

1919
before_install:
2020
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.4",
14-
"ext-mongodb": "^1.0.0"
14+
"ext-mongodb": "^1.1.0"
1515
},
1616
"autoload": {
1717
"psr-4": { "MongoDB\\": "src/" },

0 commit comments

Comments
 (0)