-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 736 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "as247/flysystem-alist",
"description": "AList Adapter for Flysystem",
"keywords": ["php", "storage", "drive","alist"],
"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.8",
"league/flysystem": "^3.23",
"as247/alist-client": "^1.0.2"
},
"autoload": {
"psr-4": {
"As247\\Flysystem\\AList\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"As247\\Flysystem\\AList\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}