-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 963 Bytes
/
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
{
"name": "govtnz/replicant",
"description": "Module to replicate data between SilverStripe installations. Requires SilverStripe >= 3.0.",
"homepage": "https://github.com/govtnz/replicant",
"license": "BSD-3-Clause",
"type": "silverstripe-module",
"require": {
"php": ">=5.3",
"silverstripe/framework": ">=3.0",
"composer/installers": "dev-master",
"govtnz/progresslogentry": "dev-master",
"govtnz/transporttools": "dev-master",
"govtnz/databasetools": "dev-master",
"govtnz/filesystemtools": "dev-master",
"govtnz/collectiontools": "dev-master",
"unclecheese/display-logic": "dev-master"
},
"authors": [
{
"name": "wakes",
"email": "[email protected]",
"homepage": "https://github.com/wakes/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/govtnz/replicant/issues"
},
"autoload": {
"classmap": [
"/"
]
},
"extra": {
"installer-name": "replicant"
}
}