mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
Update composer.json
This commit is contained in:
parent
edb2ca52ce
commit
5374d7cce2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "amphp/file",
|
"name": "amphp/file",
|
||||||
"homepage": "https://github.com/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": {
|
"support": {
|
||||||
"issues": "https://github.com/amphp/file/issues"
|
"issues": "https://github.com/amphp/file/issues"
|
||||||
},
|
},
|
||||||
@ -25,12 +25,16 @@
|
|||||||
{
|
{
|
||||||
"name": "Aaron Piotrowski",
|
"name": "Aaron Piotrowski",
|
||||||
"email": "aaron@trowski.com"
|
"email": "aaron@trowski.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Niklas Keller",
|
||||||
|
"email": "me@kelunik.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"amphp/amp": "^2",
|
"amphp/amp": "^2",
|
||||||
"amphp/byte-stream": "^1",
|
"amphp/byte-stream": "^1",
|
||||||
"amphp/parallel": "^0.1.4"
|
"amphp/parallel": "^0.1.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"amphp/phpunit-util": "^1",
|
"amphp/phpunit-util": "^1",
|
||||||
|
Loading…
Reference in New Issue
Block a user