Skip to content

Commit 935c72f

Browse files
⬆️ Allow php 8 (#6)
1 parent b6b871b commit 935c72f

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

0 commit comments

Comments
 (0)