-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.91 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": "keboola/salesforce-extractor-bundle",
"type": "symfony-bundle",
"description": "Keboola Salesforce Extractor Bundle",
"keywords": ["keboola", "salesforce", "extractor", "sfdc"],
"authors": [
{
"name": "Ondrej Hlavacek",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:keboola/extractor-bundle.git"
}
],
"require": {
"keboola/extractor-bundle": "~1.1.0",
"developerforce/force.com-toolkit-for-php": "1.0.*@dev",
"syrup/component-bundle": "1.12.1 as 1.13.2"
},
"require-dev": {
},
"scripts": {
"post-install-cmd": [
"Syrup\\CoreBundle\\DeploymentHandler\\ScriptHandler::getParameters",
"Syrup\\CoreBundle\\DeploymentHandler\\ScriptHandler::getSharedParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
],
"post-update-cmd": [
"Syrup\\CoreBundle\\DeploymentHandler\\ScriptHandler::getParameters",
"Syrup\\CoreBundle\\DeploymentHandler\\ScriptHandler::getSharedParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache"
]
},
"minimum-stability": "stable",
"autoload": {
"psr-0": { "Keboola\\SalesforceExtractorBundle": "" }
},
"target-dir": "Keboola/SalesforceExtractorBundle",
"extra": {
"symfony-app-dir": "vendor/keboola/syrup/app",
"symfony-web-dir": "vendor/keboola/syrup/web",
"incenteev-parameters": {
"keep-outdated": true,
"file": "vendor/keboola/syrup/app/config/parameters.yml",
"dist-file": "parameters.yml"
},
"syrup-app-name": "ex-salesforce"
}
}