Skip to content

Commit 81ba184

Browse files
committed
Pin dependencies
1 parent 5f2aedd commit 81ba184

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/samples/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"duncan3dc/cache": "~0.4"
55
},
66
"require-dev": {
7-
"google/cloud-tools": "^0.8",
8-
"phpunit/phpunit": "~5"
7+
"google/cloud-tools": "0.8.5",
8+
"phpunit/phpunit": "5.7.27"
99
}
1010
}

drive/snippets/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/apiclient": "^2.0"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "^4.8",
7-
"monolog/monolog": "^1.17"
6+
"phpunit/phpunit": "4.8.36",
7+
"monolog/monolog": "1.27.0"
88
}
99
}

sheets/snippets/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/apiclient": "^2.0"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "^4.8",
7-
"monolog/monolog": "^1.17"
6+
"phpunit/phpunit": "4.8.36",
7+
"monolog/monolog": "1.27.0"
88
}
99
}

slides/snippets/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/apiclient": "^2.2"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "^4.8",
7-
"monolog/monolog": "^1.17"
6+
"phpunit/phpunit": "4.8.36",
7+
"monolog/monolog": "1.27.0"
88
}
99
}

0 commit comments

Comments
 (0)