-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
34 lines (34 loc) · 1.06 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
{
"name": "bradfeehan/rainmaker",
"description": "Feedback Loop (FBL) processor for Interspire Email Marketer",
"keywords": ["feedback loop", "FBL", "Interspire Email Marketer", "IEM"],
"homepage": "https://github.com/bradfeehan/rainmaker",
"license": "proprietary",
"authors": [
{
"name": "Brad Feehan",
"email": "[email protected]",
"homepage": "https://github.com/bradfeehan"
}
],
"autoload": {
"psr-0": {
"BradFeehan\\Rainmaker\\": "lib/",
"BradFeehan\\Rainmaker\\Test\\": "tests/"
}
},
"require": {
"guzzle/guzzle": "~3.8.0",
"monolog/monolog": "~1.7.0",
"php": ">= 5.3",
"psr/log": "~1.0.0",
"symfony/config": "~2.4.0",
"symfony/console": "~2.4.0",
"zendframework/zend-mail": "~2.2.5"
},
"require-dev": {
"mockery/mockery": "dev-master#121389af4cebe21c529a21b9d341f3fe198326e8",
"phpunit/phpunit": "~3.7.0",
"squizlabs/php_codesniffer": "~1.5.1"
}
}