Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yswery/PHP-DNS-SERVER int…
Browse files Browse the repository at this point in the history
…o bind-resolver
  • Loading branch information
samuelwilliams committed Mar 7, 2020
2 parents 7fd0904 + f922c78 commit 6bd1688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

before_script:
- composer install
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"require": {
"react/socket": "~1.2",
"react/datagram": "^1.4",
"php": "~7.1",
"ext-json": "~1.0",
"ext-simplexml": "*",
"php": "~7.2",
"ext-json": "*",
"ext-SimpleXML": "*",
"symfony/event-dispatcher": "~4.0",
"psr/log": "^1.0",
"symfony/filesystem": "^4.3",
Expand Down

0 comments on commit 6bd1688

Please sign in to comment.