-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 946 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
{
"name": "nswdpc/silverstripe-structured-email",
"description": "Structured email for Silverstripe",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"email",
"schema.org",
"email templates"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "James",
"homepage": "https://dpc.nsw.gov.au",
"role": "Developer"
}
],
"require": {
"silverstripe/framework": "^4.10",
"league/html-to-markdown": "^5",
"spatie/schema-org": "^3.5",
"nswdpc/silverstripe-taggable-notifications": "^0.3"
},
"suggest": {
"ext-xml": "Use DOMDocument to process HTML documents",
"ext-tidy": "Use tidy to process HTML documents"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3",
"silverstripe/sqlite3": "^2"
}
}