-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.14 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
42
43
44
{
"name": "flp/flp",
"description": "FutureLink-Protocol implementation in PHP",
"homepage": "https://github.com/FutureLink-Protocol",
"authors": [
{
"name": "Robert Plummer",
"email": "rplummer@visop-dev.com",
"homepage": "http://visop-dev.com",
"role": "Lead Developer"
},
{
"name": "Luke Gerhardt",
"email": "luke@totaldigitalconsulting.com",
"homepage": "http://totaldigitalconsulting.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"gabordemooij/redbean": ">=3.5.1",
"rangy/rangy": ">=1.3",
"jquery/jquery": ">=1.10.2",
"jquery/jquery-ui": ">=1.10.3",
"md5/md5": ">=1.1.0"
},
"require-dev": {
"bafs/testify": "dev-master",
"tablesorter/tablesorter": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/marco-fiset/Testify.php.git"
}
],
"autoload": {
"psr-0": {
"FLP": "",
"Phraser": "",
"RedBean_": ""
}
}
}