feat: php 8 support
This commit is contained in:
parent
a4977e8005
commit
4ab8d76479
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"php": "^7.2"
|
||||
"php": "^7.2 | ^8.0"
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue