forked from msyk/fxphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.25 KB
/
composer.json
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
45
46
47
48
49
50
51
52
53
54
{
"name": "inter-mediator/fxphp",
"description": "FX.php is a FMPXMLRESULT parser class for php",
"keywords": ["FX.php", "FMPXMLRESULT", "FileMaker", "CWP", "FileMaker CWP"],
"homepage": "https://github.com/yodarunamok/fxphp",
"type": "library",
"license": "Artistic-2.0",
"authors": [
{
"name": "Chris Hansen",
"email": "chris@iviking.org",
"homepage": "http://www.iviking.org"
},
{
"name": "Gjermund Gusland Thorsen",
"email": "gjermundprivat@gmail.com",
"homepage": "https://github.com/TyrfingMjolnir/"
},
{
"name": "Chris Adams"
},
{
"name": "Masayuki Nii",
"email": "nii@msyk.net",
"homepage": "http://msyk.net/"
}
],
"support": {
"issues": "https://github.com/yodarunamok/fxphp/issues"
},
"require": {
"php": "^5.3.2 || >=7.0"
},
"require-dev": {
},
"config": {
"platform": {
"php": "5.3.9"
}
},
"suggest": {
},
"autoload": {
"classmap": ["FX.php"]
},
"autoload-dev": {
},
"extra": {
"branch-alias": {
}
},
"scripts": {
}
}