We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b9008 commit 723d535Copy full SHA for 723d535
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require": {
22
"php": ">=7.1.0",
23
- "topthink/framework": "^6.0",
+ "topthink/framework": "^6.0 || ^8.0",
24
"opentracing/opentracing": "^1.0",
25
"guzzlehttp/guzzle": "^7.0"
26
@@ -41,5 +41,13 @@
41
"tracing": "config/tracing.php"
42
}
43
44
+ },
45
+ "config": {
46
+ "preferred-install": "dist",
47
+ "sort-packages": true,
48
+ "platform-check": false,
49
+ "platform": {
50
+ "ext-sockets": "1"
51
+ }
52
53
0 commit comments