Skip to content

Commit 29f23e3

Browse files
Bumped minimum PHP version and minimum Guzzle version
1 parent e9c1492 commit 29f23e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"email": "[email protected]"
3131
},
3232
"require": {
33-
"php": ">=7.1",
34-
"php-http/guzzle6-adapter": "^2.0",
33+
"php": ">=7.2",
34+
"guzzlehttp/guzzle": "^7.0",
3535
"vonage/client-core": "^2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)