Skip to content

Commit 5cedf4f

Browse files
authored
chore(tests): removes unused test dep (GoogleCloudPlatform#1420)
1 parent d9b2969 commit 5cedf4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

testing/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"php": "^7.2|^7.3|^7.4|^8.0"
44
},
55
"require-dev": {
6-
"google/cloud-tools": "dev-master",
7-
"phpunit/phpunit": "^7|^8",
86
"bshaffer/phpunit-retry-annotations": "^0.2.0",
7+
"google/auth": "^1.12",
8+
"google/cloud-tools": "dev-master",
99
"guzzlehttp/guzzle": "^7.0",
10-
"symfony/browser-kit": "^4.0",
11-
"google/auth": "^1.12"
10+
"phpunit/phpunit": "^7|^8"
1211
}
1312
}

0 commit comments

Comments
 (0)