{ "name": "zyimm/hyperf-mmds-oss", "type": "library", "license": "MIT", "keywords": [ "php", "hyperf", "oss" ], "description": "", "autoload": { "psr-4": { "Zyimm\\MmdsOss\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\": "tests" } }, "require": { "php": ">=7.4", "ext-json": "*", "ext-fileinfo": "*", "hyperf/framework": "^2.2|^2.1", "hyperf/guzzle": "^2.2|^2.1", "hyperf/http-server": "^2.2|^2.1", "hyperf/json-rpc": "^2.2|^2.1", "hyperf/logger": "^2.2|^2.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "mockery/mockery": "^1.0", "phpstan/phpstan": "^1.0", "phpunit/phpunit": ">=7.0", "swoole/ide-helper": "^4.5" }, "suggest": { "swow/swow": "Required to create swow components." }, "minimum-stability": "dev", "prefer-stable": true, "config": { "optimize-autoloader": true, "sort-packages": true }, "scripts": { "test": "phpunit -c phpunit.xml --colors=always", "analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src", "cs-fix": "php-cs-fixer fix $1" }, "extra": { "hyperf": { "config": "Zyimm\\MmdsOss\\ConfigProvider" } } }