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.
This commit is contained in:
Arthur Vandenberghe 2019-07-28 21:29:56 +02:00 committed by Marcel Pociot
parent 94fb667b90
commit 0ffc19a5f5
1 changed files with 2 additions and 1 deletions

View File

@ -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",