39 lines
828 B
JSON
39 lines
828 B
JSON
{
|
|
"name": "league/flysystem-memory",
|
|
"description": "An in-memory adapter for Flysystem.",
|
|
"keywords": [
|
|
"flysystem",
|
|
"memory",
|
|
"adapter"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/thephpleague/flysystem-memory",
|
|
"authors": [
|
|
{
|
|
"name": "Chris Leppanen",
|
|
"email": "chris.leppanen@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"league/flysystem": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Flysystem\\Memory\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
}
|
|
}
|