forked from neos/Neos.IdNeosIo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.07 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
{
"name": "neos/idneosio",
"description" : "Distribution for id.neos.io",
"license": "GPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"neos/flow-development-collection": "@dev",
"typo3/party": "@dev",
"guzzlehttp/guzzle": "^6.0",
"flownative/flow-doubleoptin": "^0.0.6",
"typo3/swiftmailer": "5.*"
},
"require-dev": {
"typo3/buildessentials": "@dev",
"phpunit/phpunit": "4.6.*",
"mikey179/vfsstream": "1.5.*"
},
"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"
}
}