{ "name": "hyperf/codec", "description": "A codec component for Hyperf.", "license": "MIT", "keywords": [ "php", "swoole", "hyperf", "codec" ], "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": { "ext-json": "*", "ext-xml": "*", "php": ">=8.1", "hyperf/contract": "~3.1.0" }, "suggest": { "ext-igbinary": "Required to use IgbinarySerializerPacker." }, "autoload": { "psr-4": { "Hyperf\\Codec\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\Codec\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "3.1-dev" } } }