Skip to content

Commit 723d535

Browse files
committed
support 8.0
1 parent c8b9008 commit 723d535

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": ">=7.1.0",
23-
"topthink/framework": "^6.0",
23+
"topthink/framework": "^6.0 || ^8.0",
2424
"opentracing/opentracing": "^1.0",
2525
"guzzlehttp/guzzle": "^7.0"
2626
},
@@ -41,5 +41,13 @@
4141
"tracing": "config/tracing.php"
4242
}
4343
}
44+
},
45+
"config": {
46+
"preferred-install": "dist",
47+
"sort-packages": true,
48+
"platform-check": false,
49+
"platform": {
50+
"ext-sockets": "1"
51+
}
4452
}
4553
}

0 commit comments

Comments
 (0)