-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.88 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
{
"name": "typo3/flow-base-distribution",
"description" : "TYPO3 Flow Base Distribution",
"license": "LGPL-3.0+",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asta-kit/AstaKit.FriWahl.AdminInterface.git"
},
{
"type": "vcs",
"url": "https://github.com/asta-kit/AstaKit.FriWahl.Core.git"
},
{
"type": "vcs",
"url": "https://github.com/asta-kit/AstaKit.FriWahl.BallotBoxBackend.git"
},
{
"type": "vcs",
"url": "https://github.com/asta-kit/AstaKit.FriWahl.VoterDirectory.git"
},
{
"type": "vcs",
"url": "https://github.com/andreaswolf/TYPO3.Flow.git"
}
],
"minimum-stability":"dev",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"astakit/friwahl-admininterface": "@dev",
"astakit/friwahl-ballotboxbackend": "@dev",
"astakit/friwahl-core": "@dev",
"astakit/friwahl-voterdirectory": "@dev",
"typo3/flow": "dev-friwahl-develop as 2.1.x-dev",
"typo3/welcome": "2.1.*",
"doctrine/migrations": "1.0.x-dev as dev-master",
"typo3/kickstart": "2.1.*",
"typo3/buildessentials": "2.1.*",
"mikey179/vfsstream": "1.2.*"
},
"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"
}
}