mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-10 15:20:59 +00:00
44 lines
839 B
JSON
44 lines
839 B
JSON
{
|
|
"name": "adlawson/vfs",
|
|
"description": "Virtual file system",
|
|
"keywords": [
|
|
"dir",
|
|
"directory",
|
|
"fs",
|
|
"file",
|
|
"read",
|
|
"stream",
|
|
"system",
|
|
"wrapper",
|
|
"write"
|
|
],
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Andrew Lawson",
|
|
"homepage": "http://adlawson.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Vfs\\": "src/"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Vfs\\Test": "test/src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"adlawson/timezone": "~1.0",
|
|
"mockery/mockery": "~0.9",
|
|
"phpunit/phpunit": "~4.0"
|
|
}
|
|
}
|