Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2022
1 parent a9b259b commit b4e111d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions classroom/snippets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"google/apiclient": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"monolog/monolog": "^3.0"
"phpunit/phpunit": "9.5.20",
"monolog/monolog": "3.1.0"
}
}
2 changes: 1 addition & 1 deletion docs/samples/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"duncan3dc/cache": "~0.4"
},
"require-dev": {
"google/cloud-tools": "^0.8",
"google/cloud-tools": "0.8.5",
"phpunit/phpunit": "9.5.20"
}
}
2 changes: 1 addition & 1 deletion drive/snippets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"require-dev": {
"phpunit/phpunit": "9.5.20",
"monolog/monolog": "^1.17"
"monolog/monolog": "1.27.1"
}
}
2 changes: 1 addition & 1 deletion sheets/snippets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"require-dev": {
"phpunit/phpunit": "9.5.20",
"monolog/monolog": "^1.17"
"monolog/monolog": "1.27.1"
}
}
2 changes: 1 addition & 1 deletion slides/snippets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"require-dev": {
"phpunit/phpunit": "9.5.20",
"monolog/monolog": "^1.17"
"monolog/monolog": "1.27.1"
}
}

0 comments on commit b4e111d

Please sign in to comment.