Skip to content

Commit

Permalink
support 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Jul 1, 2023
1 parent c8b9008 commit 723d535
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0",
"topthink/framework": "^6.0 || ^8.0",
"opentracing/opentracing": "^1.0",
"guzzlehttp/guzzle": "^7.0"
},
Expand All @@ -41,5 +41,13 @@
"tracing": "config/tracing.php"
}
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"platform-check": false,
"platform": {
"ext-sockets": "1"
}
}
}

0 comments on commit 723d535

Please sign in to comment.