forked from neos/Neos.NeosIo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
63 lines (60 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "neos/neos-io-distribution",
"description" : "neos.io website distribution",
"license": "GPL-3.0-or-later",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin",
"platform": {
"php": "7.1"
}
},
"require": {
"neos/neos": "~3.1",
"neos/media": "~3.1",
"neos/nodetypes": "~3.1",
"neos/fusion-afx": "^1.0",
"neos/seo": "~2.0.0",
"neos/neos-ui": "~1.0",
"neos/neos-ui-compiled": "~1.0",
"neos/googleanalytics": "~2.0",
"neos/form": "~3.0",
"neos/marketplace": "1.*",
"neos/swiftmailer": "~6.0.0",
"neos/redirecthandler-neosadapter": "~2.0",
"neos/redirecthandler-databasestorage": "~2.0",
"flowpack/searchplugin": "~3.0",
"flownative/gravatar": "~2.0.0",
"flowpack/listable": "~2.0.0",
"flowpack/cachebuster": "~1.0.0",
"flowpack/elasticsearch-contentrepositoryadaptor": "~4.0",
"flownative/resource-tools": "1.*",
"moc/notfound": "~3.0.0",
"punktde/codeview": "^1.1",
"networkteam/neos-mailobfuscator": "^2.0",
"jonnitto/photoswipe": "^1.3",
"jonnitto/imagesinarow": "^1.3",
"flownative/google-cloudstorage": "4.*",
"neos/neosio": "1.0.0",
"neos/flowneosio": "1.0.0",
"neos/neosio-event": "1.0.0",
"neos/neosconio": "1.0.0"
},
"require-dev": {
"neos/buildessentials": "~4.0",
"mikey179/vfsstream": "~1.6",
"phpunit/phpunit": "~5.2.0 || ~6.0"
},
"repositories": {
"local": {
"type": "path",
"url": "./src/*"
}
},
"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"
}
}