Skip to content

Commit 378318d

Browse files
authored
Support php 8.0 and higher
1 parent c5aad8d commit 378318d

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2 || ^7.3",
19+
"php": "^7.2 || ^7.3 || ~8.0",
2020
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)