Skip to content

Commit 47dbc51

Browse files
committed
ensure 7.4 and 8.* compatibility
1 parent 52c06d6 commit 47dbc51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"php-consul-api"
1717
],
1818
"require": {
19-
"php": ">=7.4",
19+
"php": "^7.4.* || ^8.0",
2020
"ext-json": "*",
21-
"dcarbone/gotime": "v0.5.*",
21+
"dcarbone/gotime": "v0.4.* || v0.5.*",
2222
"dcarbone/gohttp": "v0.3.*",
23-
"guzzlehttp/guzzle": "~7",
24-
"guzzlehttp/psr7": "~1"
23+
"guzzlehttp/guzzle": "7.4.*",
24+
"guzzlehttp/psr7": "2.*"
2525
},
2626
"autoload": {
2727
"files": [

0 commit comments

Comments
 (0)