diff options
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 |