Skip to content

Commit 1328c2f

Browse files
authored
fix: remove/upgrade test deps already defined in testing/composer.json (GoogleCloudPlatform#1159)
1 parent 3180f58 commit 1328c2f

File tree

5 files changed

+2
-13
lines changed

5 files changed

+2
-13
lines changed

appengine/flexible/analytics/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"silex/silex": "^2.3",
44
"twig/twig": "^1.24",
5-
"guzzlehttp/guzzle": "^6.3",
5+
"guzzlehttp/guzzle": "^7.0",
66
"symfony/css-selector": "^3.1"
77
}
88
}

appengine/flexible/datastore/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"require": {
33
"silex/silex": "^2.3",
44
"google/cloud-datastore": "^1.0"
5-
},
6-
"require-dev": {
7-
"guzzlehttp/guzzle": "^6.3"
85
}
96
}

appengine/flexible/logging/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
"google/cloud-error-reporting": "^0.16.2",
55
"silex/silex": "^2.0",
66
"twig/twig": "^1.29"
7-
},
8-
"require-dev": {
9-
"guzzlehttp/guzzle": "^6.3",
10-
"symfony/browser-kit": "^3.2"
117
}
128
}

appengine/flexible/storage/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
"require": {
33
"silex/silex": "^2.3",
44
"google/cloud-storage": "^1.0"
5-
},
6-
"require-dev": {
7-
"guzzlehttp/guzzle": "^6.3",
8-
"symfony/browser-kit": "^3.0"
95
}
106
}

testing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"google/cloud-tools": "dev-master",
77
"phpunit/phpunit": "^7",
88
"bshaffer/phpunit-retry-annotations": "^0.1.0",
9-
"guzzlehttp/guzzle": "^6.3",
9+
"guzzlehttp/guzzle": "^7.0",
1010
"symfony/browser-kit": "^4.0"
1111
}
1212
}

0 commit comments

Comments
 (0)