Skip to content

Commit 4e2746c

Browse files
authored
Update composer.json
1 parent c378032 commit 4e2746c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

spanner/composer.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
{
22
"require": {
3-
"google/cloud-spanner": "1.200"
4-
},
5-
"autoload": {
6-
"psr-4": {
7-
"GPBMetadata\\": "generated/GPBMetadata",
8-
"Testing\\": "generated/Testing"
9-
}
10-
},
11-
"repositories": [
12-
{
13-
"type": "path",
14-
"url": "../../google-cloud-php/Spanner",
15-
"options": { "versions": { "google/cloud-spanner":"1.200.0"} }
16-
}
17-
]
3+
"google/cloud-spanner": "^1.97"
4+
}
185
}

0 commit comments

Comments
 (0)