Skip to content

Commit e821823

Browse files
authored
fix required php 8
1 parent 470691d commit e821823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "library",
2525
"license": "MIT",
2626
"require": {
27-
"php": ">=8.0",
27+
"php": "^8",
2828
"guzzlehttp/guzzle": "^7.5"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)