forked from KnpLabs/KnpMailjetBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 959 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
33
34
35
{
"name": "knplabs/knp-mailjet-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Bundle for initializing Mailjet PHP API wrapper and handling Event API callbacks",
"homepage": "https://github.com/KnpLabs/KnpMailjetBundle",
"keywords": ["mailjet", "api", "bundle"],
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
}
],
"require": {
"php": ">=5.3.8",
"symfony/framework-bundle": "~2.3|~3.0",
"knplabs/mailjet-api-php": "1.*"
},
"require-dev": {
"symfony/process": "~2.6|~3.0",
"phpspec/phpspec": "2.4.*@beta"
},
"autoload": {
"psr-0": { "Knp\\Bundle\\MailjetBundle": "" }
},
"config": {
"bin-dir": "bin"
},
"target-dir": "Knp/Bundle/MailjetBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}