Skip to content

Commit 82a5481

Browse files
committed
Pin dependencies
1 parent 6e00380 commit 82a5481

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/samples/composer.json

+1-1
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",
7+
"google/cloud-tools": "0.8.5",
88
"phpunit/phpunit": "9.5.20"
99
}
1010
}

drive/snippets/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "1.27.1"
88
}
99
}

sheets/snippets/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "1.27.1"
88
}
99
}

slides/snippets/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"require-dev": {
66
"phpunit/phpunit": "9.5.20",
7-
"monolog/monolog": "^1.17"
7+
"monolog/monolog": "1.27.1"
88
}
99
}

0 commit comments

Comments
 (0)