forked from foerthner/Neos.NeosIo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (38 loc) · 1.38 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
{
"name": "neos/neos-io-distribution",
"description" : "neos.io website distribution",
"license": "GPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/neos": "~2.0",
"typo3/neos-nodetypes": "~2.0",
"doctrine/migrations": "~1.0",
"typo3/swiftmailer": "~5.3",
"typo3/doctools": "dev-master",
"robertlemke/plugin-blog": "dev-master",
"robertlemke/rss": "dev-master",
"typo3/release": "dev-master",
"flowpack/elasticsearch-contentrepositoryadaptor": "dev-master",
"typo3/form": "~2.0",
"typo3/imagine": "~2.0",
"typo3/twitter-bootstrap": "~2.0",
"typo3/neos-seo": "~1.0",
"typo3/neos-googleanalytics": "~1.0",
"google/apiclient": "@beta",
"flownative/aws-s3": "~1.0@alpha"
},
"require-dev": {
"typo3/buildessentials": "~3.0",
"mikey179/vfsstream": "1.5.*",
"phpunit/phpunit": "4.6.*"
},
"scripts": {
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-package-update":"TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
"post-package-install":"TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
}
}