This repository was archived by the owner on Apr 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.87 KB
/
Copy pathcomposer.json
File metadata and controls
59 lines (59 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ethanjohnstone/gensis",
"description": "Good ol starter theme for SS4 jazz",
"type": "project",
"authors": [
{
"name": "Ethan Johnstone",
"email": "ethan@baa.co.nz"
}
],
"require": {
"silverstripe/recipe-cms": "^4.9",
"silverstripe/redirectedurls": "^2.1",
"silverstripe/googlesitemaps": "2.2.0",
"symbiote/silverstripe-gridfieldextensions": "^3.2",
"jonom/focuspoint": "^4.0",
"undefinedoffset/silverstripe-nocaptcha": "^2.1",
"silverstripe/sharedraftcontent": "^2.5",
"jonom/silverstripe-betternavigator": "^5.3",
"axllent/silverstripe-trailing-slash": "^2.2",
"slevomat/coding-standard": "^7.0",
"silverstripe/securityreport": "^2.3",
"dnadesign/silverstripe-elemental": "^4.7",
"silverstripers/seo": "^1.2"
},
"scripts": {
"create-zip": [
"composer vendor-expose copy",
"zip -r \"deploy_$(date +'%d%m%y_%H%M%S').zip\" app",
"composer vendor-expose symlink"
],
"create-vendor-zip": [
"composer vendor-expose copy",
"zip -r \"deploy_$(date +'%d%m%y_%H%M%S').zip\" app resources vendor",
"composer vendor-expose symlink"
]
},
"extra": {
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/app.yml",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
]
},
"require-dev": {
"roave/security-advisories": "dev-latest"
}
}