-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 729 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 729 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
{
"name": "maurymmarques/postmark-plugin",
"description": "A CakePHP plugin that makes email delivery using Postmark",
"type": "cakephp-plugin",
"keywords": ["cakephp", "postmark", "plugin"],
"homepage": "https://github.com/maurymmarques/postmark-cakephp",
"license": "MIT",
"authors": [
{
"name": "Maury M. Marques",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/maurymmarques/postmark-cakephp/issues",
"source": "https://github.com/maurymmarques/postmark-cakephp"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "Postmark"
}
}