Skip to content

Commit 6d24699

Browse files
committed
merge
1 parent 3aacb5c commit 6d24699

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

testing/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2+
"require": {
3+
"php": "^7.2|^7.3|7.4"
4+
},
25
"require-dev": {
36
"google/cloud-tools": "dev-master",
47
"phpunit/phpunit": "^7",
58
"bshaffer/phpunit-retry-annotations": "^0.1.0",
6-
"guzzlehttp/guzzle": "^7.0"
7-
},
8-
"require": {
9+
"guzzlehttp/guzzle": "^7.0",
910
"symfony/browser-kit": "^4.0"
1011
}
1112
}

0 commit comments

Comments
 (0)