This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (46 loc) · 1.47 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
{
"name": "sphere/neos-demo",
"description" : "SPHERE.IO - Neos Demo",
"license": "MIT",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/neos": "dev-master",
"typo3/neos-nodetypes": "dev-master",
"typo3/neos-kickstarter": "dev-master",
"doctrine/migrations": "@dev",
"typo3/eel": "@dev",
"typo3/flow": "@dev",
"typo3/fluid": "@dev",
"typo3/party": "@dev",
"typo3/kickstart": "@dev",
"typo3/neos-seo": "@dev",
"typo3/imagine": "@dev",
"typo3/media": "@dev",
"typo3/twitter-bootstrap": "@dev",
"typo3/form": "@dev",
"typo3/setup": "@dev",
"typo3/typo3cr": "@dev",
"typo3/typoscript": "@dev",
"google/apiclient": "@beta",
"sphere/php-sdk": "^1.0@beta"
},
"require-dev": {
"typo3/buildessentials": "dev-master",
"mikey179/vfsstream": "1.4.*",
"phpunit/phpunit": "4.3.*",
"flowpack/behat": "dev-master",
"typo3-ci/typo3flow": "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"
}
}