26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"name": "as247/cloud-storages",
|
|
"description": "Storages wrapper with path support for drive services: google drive, onedrive,...",
|
|
"keywords": ["php", "storage", "drive","google","google drive","one 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": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"As247\\CloudStorages\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|