Skip to content

Commit 780dd97

Browse files
fix(deps): update dependency google/shopping-common-protos to ^0.5.0 (#9024)
* fix(deps): update dependency google/shopping-common-protos to ^0.5.0 * allow looser semantic versioning for pre-ga package --------- Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 588db9c commit 780dd97

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

ShoppingCss/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantAccounts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantDataSources/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantInventories/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantIssueResolution/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantLfp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantNotifications/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantOrderTracking/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantProducts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

ShoppingMerchantPromotions/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"google/gax": "^1.38.0",
22-
"google/shopping-common-protos": "^0.4.0"
22+
"google/shopping-common-protos": "~0.4.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)