Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
update react dns to v1.1 (#227)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anthonyvancauwenberghe authored and mpociot committed Jul 28, 2019
1 parent 94fb667 commit 0ffc19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ffc19a

Please sign in to comment.