Skip to content

Commit ae35cd8

Browse files
Pin dependencies
1 parent a9b259b commit ae35cd8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

classroom/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": "^9.5",
7-
"monolog/monolog": "^3.0"
6+
"phpunit/phpunit": "9.5.21",
7+
"monolog/monolog": "3.1.0"
88
}
99
}

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)