We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4b27b commit cedce1dCopy full SHA for cedce1d
1 file changed
LongRunning/composer.json
@@ -6,7 +6,6 @@
6
"version": "1.0.0",
7
"autoload": {
8
"psr-4": {
9
- "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
10
"Google\\LongRunning\\": "src/LongRunning",
11
"GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
12
}
@@ -20,7 +19,7 @@
20
19
21
},
22
"require-dev": {
23
- "google/gax": "^1.38.0",
+ "google/gax": "2.x-dev",
24
"phpunit/phpunit": "^9.0"
25
26
0 commit comments