{ "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": { "docs": "https://hyperf.wiki", "issues": "https://github.com/hyperf/hyperf/issues", "pull-request": "https://github.com/hyperf/hyperf/pulls", "source": "https://github.com/hyperf/hyperf" }, "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" } } }