Skip to content

Commit b6b871b

Browse files
Allow guzzle 6 (#4)
* Set minimum php version to 7.2 and minimum Guzzle version to 7.0.1 * Allow guzzle 6
1 parent 1b2593e commit b6b871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Official supported client for Postbode.nu (https://postbode.nu)",
44
"require": {
55
"php": "~7.0",
6-
"guzzlehttp/guzzle": "^7.0.1"
6+
"guzzlehttp/guzzle": "~6.0|^7.0.1"
77
},
88
"license": "MIT",
99
"authors": [{

0 commit comments

Comments
 (0)