-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
39 lines (39 loc) · 1.03 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
{
"name": "rezzza/mailchimp-bundle",
"description": "Mailchimp bundle for Symfony2 projects",
"keywords": ["mailchimp", "newsletter", "symfony", "bundle"],
"type": "symfony-bundle",
"homepage": "https://github.com/rezzza/MailChimpBundle",
"license": "MIT",
"authors": [{
"name": "Community contributors",
"homepage": "https://github.com/rezzza/MailChimpBundle/contributors"
}],
"require": {
"php": ">=5.3.3",
"mailchimp/mailchimp": "2.0.*",
"guzzle/http": "3.*"
},
"require-dev": {
"atoum/atoum": "dev-master"
},
"autoload": {
"psr-0": { "Rezzza\\MailChimpBundle": "" }
},
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"target-dir": "Rezzza/MailChimpBundle",
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}