-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (40 loc) · 871 Bytes
/
composer.json
File metadata and controls
43 lines (40 loc) · 871 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
34
35
36
37
38
39
40
41
{
"name": "depage/fs",
"description": "fs",
"version": "1.5.0-beta.1",
"type": "library",
"keywords": [
"filesystem",
"files",
"ftp"
],
"require": {
"php": " >= 7.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": { "Depage\\Fs\\": "" }
},
"support": {
"email": "info@depage.net",
"source": "https://github.com/depage/depage-fs",
"issues": "https://github.com/depage/depage-fs/issues"
},
"time": "2014-10-16",
"license": [
"MIT",
"GPL-2.0"
],
"authors": [
{
"name": "Frank Hellenkamp",
"homepage": "http://depage.net",
"role": "Developer"
},{
"name": "Sebastian Reinhold",
"role": "Developer"
}
]
}