From 5374d7cce21195d5c26889ba167a6b83165cd33f Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 21 Jun 2017 20:11:53 +0200 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d97fe71..ea709ad 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "amphp/file", "homepage": "https://github.com/amphp/file", - "description": "An async filesystem library for Amp.", + "description": "Allows non-blocking access to the filesystem for Amp.", "support": { "issues": "https://github.com/amphp/file/issues" }, @@ -25,12 +25,16 @@ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" + }, + { + "name": "Niklas Keller", + "email": "me@kelunik.com" } ], "require": { "amphp/amp": "^2", "amphp/byte-stream": "^1", - "amphp/parallel": "^0.1.4" + "amphp/parallel": "^0.1.5" }, "require-dev": { "amphp/phpunit-util": "^1",