mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 05:55:54 +00:00
Add PHP8 compatibility to v1.x (#177)
* Add PHP8 compatible requirements * Readd DNS to allow resolving local shared domains
This commit is contained in:
@@ -66,6 +66,7 @@ class HttpClient
|
||||
protected function createConnector(): Connector
|
||||
{
|
||||
return new Connector($this->loop, [
|
||||
'dns' => '127.0.0.1',
|
||||
'tls' => [
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
|
||||
Reference in New Issue
Block a user