Skip to content

Commit 4eea05e

Browse files
committed
Refactor code for php7.4 and upadte guzzle to v7
1 parent 1cfba2d commit 4eea05e

7 files changed

+442
-482
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.5",
23-
"guzzlehttp/guzzle": "~6.0",
24-
"ext-json": "*"
22+
"php": "^7.4 || ^8.0",
23+
"ext-json": "*",
24+
"guzzlehttp/guzzle": "^7.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)