-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 734 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 734 Bytes
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
{
"name": "lennaert/cakephp3-mandrill",
"description": "Mandrill Email Transport for CakePHP 3",
"type": "cakephp-plugin",
"keywords": ["cakephp", "mandrill"],
"license": "MIT",
"homepage": "https://github.com/Lennaert/cakephp3-mandrill",
"authors": [
{
"name": "Lennaert van Dijke",
"homepage": "http://lennaert.nu/"
}
],
"support": {
"issues": "https://github.com/Lennaert/cakephp3-mandrill/issues",
"source": "https://github.com/Lennaert/cakephp3-mandrill"
},
"require": {
"php": ">=5.4.16",
"cakephp/cakephp": "~3"
},
"autoload": {
"psr-4": {
"MandrillEmail\\": "src"
}
}
}