Skip to content

Commit

Permalink
Fix: docker 26 dns issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed May 14, 2024
1 parent 6c41540 commit d99fbe9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 20 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"micro-service",
"madelineproto"
],
"repositories": [
{
"type": "github",
"url": "https://github.com/xtrime-ru/dns"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
Expand All @@ -28,7 +34,8 @@
"amphp/websocket-server": "^v3",
"amphp/websocket-client": "^v2",
"vlucas/phpdotenv": "^4",
"danog/madelineproto": "dev-v8_fix_cleanup"
"danog/madelineproto": "dev-v8_fix_cleanup",
"amphp/dns": "2.x-dev"
},
"suggest": {
"ext-pcntl": "Install pcintl for propper signal handling and healthcheck (enabled in .env)"
Expand Down
52 changes: 33 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d99fbe9

Please sign in to comment.