-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (34 loc) · 1.31 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
{
"name": "skail/int14-neos-distribution",
"description" : "Skail Int14 Neos Distribution",
"license": "GPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/neos": "1.2.*",
"typo3/neos-nodetypes": "1.2.*",
"doctrine/migrations": "dev-master",
"typo3/swiftmailer": "~5.0.3",
"ttree/plugin-seo": "0.3.*",
"flowpack/elasticsearch-contentrepositoryadaptor": "dev-pagination as dev-master"
},
"require-dev": {
"mikey179/vfsstream": "1.2.*",
"phpunit/phpunit": "3.7.*",
"flowpack/behat": "dev-master",
"typo3/surf": "dev-master",
"typo3/buildessentials": "2.2.*"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required",
"typo3/neos-nodetypes": "Standard nodetypes of TYPO3 Neos"
},
"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"
}
}