{ "name": "hyperf/command", "type": "library", "license": "MIT", "keywords": [ "php", "swoole", "command" ], "description": "Command for hyperf", "autoload": { "psr-4": { "Hyperf\\Command\\": "src/" } }, "autoload-dev": { "psr-4": { "HyperfTest\\Command\\": "tests/" } }, "require": { "php": ">=7.2", "hyperf/utils": "~2.0.0", "psr/event-dispatcher": "^1.0", "symfony/console": "^5.0" }, "require-dev": { "malukenho/docheader": "^0.1.6", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0.0", "friendsofphp/php-cs-fixer": "^2.9" }, "suggest": { "hyperf/di": "Required to use annotations." }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "scripts": { "test": "./vendor/bin/phpunit -c phpunit.xml", "co_test": "php tests/co_phpunit.php -c phpunit.xml" } }