-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
66 lines (66 loc) · 1.9 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
64
65
66
{
"name": "moc/pivot-base-distribution",
"description" : "Neos Base Distribution for the MOC Pivot website kickstarter package",
"authors": [{
"name": "Aske Ertmann",
"email": "aertmann@gmail.com",
"role": "Developer"
},{
"name": "Jan-Erik Revsbech",
"email": "janerik@moc.net",
"role": "Developer"
}],
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "http://packages.moc.net/"
},
{
"type": "git",
"url": "ssh://git@git.moc.net/Flow/Packages/MOC.Pivot.git"
}
],
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/neos": "2.0.*@beta",
"typo3/neos-nodetypes": "2.0.*@beta",
"doctrine/migrations": "@dev",
"typo3/swiftmailer": "*@dev",
"networkteam/neos-mailobfuscator": "1.0.*",
"moc/pivot": "dev-master",
"typo3/neos-kickstarter": "2.0.*@beta",
"typo3/neos-seo": "~1.0",
"typo3/imagine": "~2.0",
"typo3/twitter-bootstrap": "~2.0",
"typo3/form": "~2.0",
"typo3/setup": "~2.0",
"typo3/typo3cr": "2.0.*@beta",
"typo3/typoscript": "2.0.*@beta",
"typo3/media": "2.0.*@beta",
"typo3/flow": "3.0.*@beta",
"typo3/fluid": "3.0.*@beta",
"typo3/eel": "3.0.*@beta",
"typo3/party": "3.0.*@beta",
"typo3/kickstart": "3.0.*@beta"
},
"require-dev": {
"typo3/buildessentials": "3.0.*@beta",
"mikey179/vfsstream": "1.4.*",
"phpunit/phpunit": "4.3.*",
"flowpack/behat": "dev-master",
"typo3/surf": "dev-master"
},
"suggest": {
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required"
},
"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"
}
}