Skip to content

Commit 8d613e5

Browse files
authored
chore: remove unused deps (GoogleCloudPlatform#1382)
1 parent 279db66 commit 8d613e5

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

datastore/api/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"require": {
33
"google/cloud-datastore": "^1.2"
44
},
5-
"require-dev": {
6-
"guzzlehttp/guzzle": "^7.0"
7-
},
85
"autoload": {
96
"psr-4": { "Google\\Cloud\\Samples\\Datastore\\": "src" },
107
"files": [

datastore/quickstart/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"require": {
3-
"php": ">=5.4",
43
"google/cloud-datastore": "^1.2"
5-
},
6-
"require-dev": {
7-
"guzzlehttp/guzzle": "^7.0"
84
}
95
}

datastore/tutorial/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"google/cloud-datastore": "^1.2",
44
"symfony/console": "^3.0"
55
},
6-
"require-dev": {
7-
"guzzlehttp/guzzle": "^7.0"
8-
},
96
"autoload": {
107
"psr-4": { "Google\\Cloud\\Samples\\Datastore\\Tasks\\": "src" },
118
"files": ["src/functions.php"]

pubsub/api/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"require": {
3-
"php": ">=5.4",
4-
"google/cloud-pubsub": "^1.29",
5-
"symfony/console": " ^3.0"
3+
"google/cloud-pubsub": "^1.29"
64
}
75
}

pubsub/quickstart/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"php": ">=5.4",
43
"google/cloud-pubsub": "^1.11.1"
54
}
65
}

0 commit comments

Comments
 (0)