34 lines
774 B
JSON
34 lines
774 B
JSON
{
|
|
"name": "as247/flysystem-google-drive",
|
|
"description": "Google Drive Adapter for Flysystem",
|
|
"keywords": ["php", "storage", "drive","google","google-drive"],
|
|
"homepage": "https://github.com/as247",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "As247",
|
|
"email": "as247@vui360.com",
|
|
"homepage": "http://as247.vui360.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-json": "*",
|
|
"as247/cloud-storages": "^1.2.4",
|
|
"league/flysystem": "^3.23",
|
|
"google/apiclient": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"As247\\Flysystem\\GoogleDrive\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"As247\\Flysystem\\GoogleDrive\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|