123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "hyperf/utils",
- "description": "A tools package that could help developer solved the problem quickly.",
- "license": "MIT",
- "keywords": [
- "php",
- "swoole",
- "hyperf",
- "utils"
- ],
- "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",
- "doctrine/inflector": "^2.0",
- "hyperf/code-parser": "~3.1.0",
- "hyperf/codec": "~3.1.0",
- "hyperf/collection": "~3.1.0",
- "hyperf/context": "~3.1.0",
- "hyperf/contract": "~3.1.0",
- "hyperf/coordinator": "~3.1.0",
- "hyperf/coroutine": "~3.1.0",
- "hyperf/engine": "^2.0",
- "hyperf/macroable": "~3.1.0",
- "hyperf/serializer": "~3.1.0",
- "hyperf/stringable": "~3.1.0",
- "hyperf/support": "~3.1.0"
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- }
- }
|