2024-06-22 18:21:05 +08:00

44 lines
1020 B
JSON

{
"name": "hyperf/context",
"description": "A coroutine/application context library.",
"license": "MIT",
"keywords": [
"php",
"swoole",
"hyperf",
"context"
],
"homepage": "https://hyperf.io",
"support": {
"issues": "https://github.com/hyperf/hyperf/issues",
"source": "https://github.com/hyperf/hyperf",
"docs": "https://hyperf.wiki",
"pull-request": "https://github.com/hyperf/hyperf/pulls"
},
"require": {
"php": ">=8.1",
"hyperf/engine": "^2.0"
},
"suggest": {
"swow/psr7-plus": "Required to use RequestContext and ResponseContext"
},
"autoload": {
"psr-4": {
"Hyperf\\Context\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\Context\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
}
}