From 0ffc19a5f55d7db22b7a68ad743da38ae660b5bc Mon Sep 17 00:00:00 2001 From: Arthur Vandenberghe Date: Sun, 28 Jul 2019 21:29:56 +0200 Subject: [PATCH] update react dns to v1.1 (#227) The resolverinterface (used in #223) was newly introduced in reach/dns 1.1. This PR to avoid that people who are on react/dns 1.0 get issues. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfe3ad6..798e710 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "illuminate/support": "5.7.* || 5.8.*", "pusher/pusher-php-server": "~3.0 || ~4.0", "symfony/http-kernel": "~4.0", - "symfony/psr-http-message-bridge": "^1.1" + "symfony/psr-http-message-bridge": "^1.1", + "react/dns": "^1.1" }, "require-dev": { "mockery/mockery": "^1.2",