Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storagebatchoperations/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"google/cloud-storagebatchoperations": "0.2.1"
"google/cloud-storagebatchoperations": "0.3.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using a caret ^ for version constraints is a common practice with Composer. It allows for automatic patch and minor updates that are backward-compatible, reducing manual update work in the future. This would also make the versioning strategy consistent with the google/cloud-storage package in require-dev.

Suggested change
"google/cloud-storagebatchoperations": "0.3.0"
"google/cloud-storagebatchoperations": "^0.3.0"

},
"require-dev": {
"google/cloud-storage": "^1.48.1"
Expand Down