Skip to content

Commit 1b2593e

Browse files
Add support for Guzzle 7 (#3)
* Set minimum php version to 7.2 and minimum Guzzle version to 7.0.1 * Make it non-breaking for people who use Guzzle 6 * Allow Guzzle 7.x versions instead of 7.0.x * Allow Guzzle 7.x versions instead of 7.0.x
1 parent 5914bc4 commit 1b2593e

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
@@ -2,8 +2,8 @@
22
"name": "postbode/postbode-api",
33
"description": "Official supported client for Postbode.nu (https://postbode.nu)",
44
"require": {
5-
"php": ">=7.0",
6-
"guzzlehttp/guzzle": "~6.0"
5+
"php": "~7.0",
6+
"guzzlehttp/guzzle": "^7.0.1"
77
},
88
"license": "MIT",
99
"authors": [{

0 commit comments

Comments
 (0)