Skip to content

Commit 65abe62

Browse files
committed
Update requirements
1 parent e8132dc commit 65abe62

File tree

3 files changed

+36
-104
lines changed

3 files changed

+36
-104
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /opt/mongodb-php-gui
44
COPY . /opt/mongodb-php-gui
55

66
RUN apk update && apk add --no-cache --virtual .build-deps autoconf build-base openssl-dev curl \
7-
&& pecl install mongodb-1.9.0 && docker-php-ext-enable mongodb \
7+
&& pecl install mongodb-1.10.0 && docker-php-ext-enable mongodb \
88
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
99
&& apk del .build-deps \
1010
&& composer install \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"require": {
33
"nimbly/limber": "^1.3",
44
"nimbly/capsule": "^1.1",
5-
"mongodb/mongodb": "^1.8"
5+
"mongodb/mongodb": "^1.9"
66
}
77
}

composer.lock

Lines changed: 34 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)