diff options
author | Wolfy-J <[email protected]> | 2018-01-28 19:21:09 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 19:21:09 +0300 |
commit | 6b10d6ae2c850264b9ca202d89b272f0a87e5b58 (patch) | |
tree | 9668406d90f1944ec24e5ecdf5808fc7f63f2089 /composer.json | |
parent | 2f27300fb08d988b87ddfa62ebec615e52fc2f3b (diff) |
golint
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/composer.json b/composer.json index c3db371b..7cb0b0df 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "spiral/roadrunner", - "type": "goridge", + "type": "library", "description": "High-performance PHP job balancer and process manager library for Golang", "license": "MIT", "authors": [ @@ -20,10 +20,5 @@ "psr-4": { "Spiral\\RoadRunner\\": "source/" } - }, - "autoload-dev": { - "psr-4": { - "Spiral\\Tests\\": "tests/Cases/" - } } }
\ No newline at end of file |