Skip to content

Commit 75667dd

Browse files
committed
feat: add support for php 7.2 and above
1 parent 6bb03c7 commit 75667dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4|^8.0",
21-
"guzzlehttp/guzzle": "^6.0|^7.0",
22-
"ext-json": "*"
20+
"php": ">=7.2",
21+
"ext-json": "*",
22+
"guzzlehttp/guzzle": "^6.0|^7.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^7.0|^9.0"

0 commit comments

Comments
 (0)