Skip to content

Commit 267fcdf

Browse files
committed
fix: use react/dns fork with Windows WMIC fallback fix
1 parent e4dc05c commit 267fcdf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

builds/expose

34.4 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"octoper/cuzzle": "dev-master",
5555
"phpunit/phpunit": "^10.5.1",
5656
"react/async": "^4.3",
57-
"react/dns": "dev-mechelon/dns-228-caa-records as 1.13.0"
57+
"react/dns": "3.x-dev as 1.13.0"
5858
},
5959
"config": {
6060
"optimize-autoloader": true,

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'version' => '3.2.0',
29+
'version' => '3.2.1',
3030

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)