forked from AhmedSamy/HypeMailchimpBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 916 Bytes
/
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
{
"name": "ahmedsamy/hype-mailchimp-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Mailchimp V2.0 API Object Oriented wrapper",
"homepage": "https://github.com/AhmedSamy/hype-mailchimp-api-2.0",
"keywords": ["mailchimp","api","newsletter","http client", "curl"],
"authors": [
{
"name": "Ahmed Samy",
"email": "[email protected]",
"homepage":"http://www.ahmed-samy.com",
"role":"Developer"
}
],
"autoload": {
"psr-0": { "Hype\\MailchimpBundle": "" }
},
"target-dir": "Hype/MailchimpBundle",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"kriswallsmith/buzz":">=0.7",
"ext-curl": "*"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}