diff options
author | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2017-12-26 19:14:53 +0300 |
commit | e229d83dea4bbe9d0cfe6569c8fbe239690aafb9 (patch) | |
tree | 2d4887ffdb167d660b705415f0617458490d0b9f /composer.json |
init
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..d795f9ae --- /dev/null +++ b/composer.json @@ -0,0 +1,29 @@ +{ + "name": "spiral/roadrunner", + "type": "goridge", + "description": "High-performance PHP process supervisor and load balancer written in Go", + "license": "MIT", + "authors": [ + { + "name": "Anton Titov / Wolfy-J", + "email": "[email protected]" + } + ], + "require": { + "php": "^7.0", + "spiral/goridge": "^2.0" + }, + "require-dev": { + "phpunit/phpunit": "~6.0" + }, + "autoload": { + "psr-4": { + "Spiral\\RoadRunner\\": "source/" + } + }, + "autoload-dev": { + "psr-4": { + "Spiral\\Tests\\": "tests/Cases/" + } + } +}
\ No newline at end of file |