1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00

Update composer.json

This commit is contained in:
Niklas Keller 2017-06-21 20:11:53 +02:00
parent edb2ca52ce
commit 5374d7cce2

View File

@ -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",