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

Commit 0ffc19a

Browse files
anthonyvancauwenberghempociot
authored andcommitted
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.
1 parent 94fb667 commit 0ffc19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"illuminate/support": "5.7.* || 5.8.*",
3535
"pusher/pusher-php-server": "~3.0 || ~4.0",
3636
"symfony/http-kernel": "~4.0",
37-
"symfony/psr-http-message-bridge": "^1.1"
37+
"symfony/psr-http-message-bridge": "^1.1",
38+
"react/dns": "^1.1"
3839
},
3940
"require-dev": {
4041
"mockery/mockery": "^1.2",

0 commit comments

Comments
 (0)