2015-07-10 21:59:39 -04:00
|
|
|
{
|
2015-08-05 10:55:56 -04:00
|
|
|
"name": "amphp/file",
|
|
|
|
"homepage": "https://github.com/amphp/file",
|
2017-06-15 19:48:45 +02:00
|
|
|
"description": "An async filesystem library for Amp.",
|
2015-07-31 21:04:58 -04:00
|
|
|
"support": {
|
2015-08-05 10:55:56 -04:00
|
|
|
"issues": "https://github.com/amphp/file/issues"
|
2015-07-31 21:04:58 -04:00
|
|
|
},
|
2015-07-10 21:59:39 -04:00
|
|
|
"keywords": [
|
2015-08-05 10:55:56 -04:00
|
|
|
"file",
|
|
|
|
"disk",
|
2015-07-10 21:59:39 -04:00
|
|
|
"static",
|
|
|
|
"async",
|
|
|
|
"non-blocking",
|
|
|
|
"amp",
|
2017-06-15 19:48:45 +02:00
|
|
|
"amphp",
|
|
|
|
"io",
|
|
|
|
"filesystem"
|
2015-07-10 21:59:39 -04:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
2015-07-30 10:10:53 -04:00
|
|
|
"email": "rdlowrey@php.net"
|
2016-08-30 14:05:14 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2015-07-10 21:59:39 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-06-15 19:48:45 +02:00
|
|
|
"amphp/amp": "^2",
|
2017-06-16 13:31:28 +02:00
|
|
|
"amphp/byte-stream": "^1",
|
|
|
|
"amphp/parallel": "^0.1"
|
2015-07-10 21:59:39 -04:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-06-15 19:48:45 +02:00
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6",
|
2017-05-17 22:58:39 -05:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.3"
|
2015-07-10 21:59:39 -04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-08-05 10:55:56 -04:00
|
|
|
"Amp\\File\\": "lib"
|
2015-07-10 21:59:39 -04:00
|
|
|
},
|
|
|
|
"files": ["lib/functions.php"]
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2017-06-15 19:48:45 +02:00
|
|
|
"Amp\\File\\Test\\": "test"
|
2015-07-10 21:59:39 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|