Skip to content

Commit be0d240

Browse files
authored
chore(Shopping): accept pre-1.0 for common protos (#9405)
chore: shopping accepts pre-1.0 for common protos
1 parent b2c2a58 commit be0d240

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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)