-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.06 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
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": "pointybeard/symphony-emailqueue",
"description": "Extension for Symphony CMS that adds an email queue system.",
"homepage": "https://github.com/pointybeard/emailqueue",
"license": "MIT",
"authors": [
{
"name": "Alannah Kearney",
"email": "hi@alannahkearney.com",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.3",
"pointybeard/helpers": "~1.2.0",
"pointybeard/symphony-classmapper": "~2.0.0",
"pointybeard/symphony-section-builder": "~0.2.0",
"wildbit/postmark-php": "~2.0",
"pointybeard/symphony-extended": "~1.0"
},
"support": {
"issues": "https://github.com/pointybeard/emailqueue/issues",
"wiki": "https://github.com/pointybeard/emailqueue/wiki"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"pointybeard\\Symphony\\Extensions\\": "src/"
},
"files": [
"extension.driver.php"
]
}
}