We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68d4271 + d5d341a commit d7bc07cCopy full SHA for d7bc07c
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update -y \
12
# Install some basics
13
&& apt-get install -y zip unzip wget \
14
# Needed for GoogleMock objects
15
- sqlite sqlite3 \
+ sqlite3 \
16
# Clean up to reduce docker image size
17
&& apt-get clean \
18
&& rm -rf /var/lib/apt/lists/*
composer.json
@@ -26,7 +26,7 @@
26
"ext-json": "*",
27
"ext-mbstring": "*",
28
"ext-pdo": "*",
29
- "google/apiclient": "1.1.x-dev#19d7d735ee4cff0f8c14a234b5094b99d00ef278",
+ "google/apiclient": "^v1.1.9",
30
"google/apiclient-services": "^0.176"
31
},
32
"require-dev": {
0 commit comments