-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
52 lines (52 loc) · 1.86 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
{
"name": "sfi/sfi-distr",
"description": "Neos Distribution for Sfi.ru",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/sfi-ru/Sfi.Styleguide.git"
},
{
"type": "git",
"url": "https://github.com/dimaip/Yeebase.Graylog"
}
],
"require": {
"neos/neos-development-collection": "^4.3",
"neos/flow-development-collection": "^5.3",
"sfi/styleguide": "@dev",
"sfi/grid": "@dev",
"neos/redirecthandler": "^3",
"neos/redirecthandler-databasestorage": "^4",
"neos/redirecthandler-neosadapter": "^4",
"neos/googleanalytics": "^3.1",
"flowpack/jobqueue-common": "^3.0",
"psmb/term": "^3.0",
"psmb/newsletter": "dev-master",
"psmb/bookmarklet": "^0.1",
"flowpack/cachebuster": "^1.0",
"neos/neos-ui": "^4",
"sandstorm/optimizedrediscachebackend": "^1.1.0",
"yeebase/graylog": "dev-patch-2",
"flowpack/nodetemplates": "^1.1",
"psmb/createnodebutton": "@dev",
"flownative/aws-s3": "2.*",
"psmb/registry": "^2.1.1",
"neos/fusion-afx": "^1.4",
"aertmann/history": "^2.0",
"ttree/dimensionkeeper": "^1.0",
"psmb/footnote": "^0.3.0",
"mustache/mustache": "^2.13",
"flowpack/mustache": "^0.0.1"
},
"scripts": {
"post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}