-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json.dist
54 lines (48 loc) · 1.36 KB
/
composer.json.dist
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": "xmlsquad/xml-authoring-project",
"description": "Structured directory where xmls get created, read, updaated or deleted.",
"type": "project",
"license": "Apache-2.0",
"repositories": [
{
"type":"vcs",
"url": "git@github.com:xmlsquad/xml-authoring-tools.git"
},
{
"type":"vcs",
"url": "git@github.com:xmlsquad/xmlauthor-example-command.git"
},
{
"type":"vcs",
"url": "git@github.com:xmlsquad/ping-drive.git"
},
{
"type":"vcs",
"url": "git@github.com:xmlsquad/gsheet-to-xml.git"
},
{
"type":"vcs",
"url": "git@github.com:xmlsquad/capture-lookups.git"
},
{
"type":"vcs",
"url": "git@github.com:xmlsquad/xml-authoring-library.git"
}
],
"require": {
"xmlsquad/xml-authoring-tools": "dev-master",
"xmlsquad/xmlauthor-example-command": "dev-master",
"xmlsquad/ping-drive": "dev-master",
"xmlsquad/gsheet-to-xml": "dev-master",
"xmlsquad/capture-lookups": "dev-master",
"xmlsquad/xml-authoring-library": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "alpha",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^7.1"
}
}