Skip to content

Commit ff64b65

Browse files
authored
Merge pull request #2 from Viktor-Illich/allow-php8
allow php8
2 parents da1107c + b01348a commit ff64b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["http", "curl", "resolver", "dns"],
66
"prefer-stable": true,
77
"require": {
8-
"php": "^7.1",
8+
"php": "^7.1 || ^8.0",
99
"code-tool/curl-client": "^1.4 || ^3.4 || ^4 || ^5.4"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)