-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 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
{
"name": "bywatersolutions/cerulean",
"description": "Migration Toolkit for integrated library systems",
"type": "project",
"require": {
"php": ">=7.1",
"silverstripe/recipe-core": "^4.3",
"silverstripe/postgresql": "2.3",
"silverstripe/admin": "^1.3",
"silverstripe/asset-admin": "^1.4",
"silverstripe/siteconfig": "^4.4",
"marquine/php-etl": "^2.2",
"mossadal/math-parser": "^1.3",
"bywatersolutions/silverstripe-jsoneditorfield": "dev-master",
"silvershop/silverstripe-hasonefield": "^3.0",
"symbiote/silverstripe-gridfieldextensions": "^3.2",
"scriptotek/marc": "dev-master",
"guzzlehttp/guzzle": "^6.5",
"ramsey/uuid": "^3.9",
"jinjie/ss4-duplicate-dataobject": "^1.1"
},
"authors": [
{
"name": "Ian Walls",
"email": "[email protected]"
}
],
"extra": {
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml"
],
"public-files-installed": [
".htaccess",
"index.php",
"web.config"
]
}
}