-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 816 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 816 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": "drupal/svg_formatter",
"description": "SVG Formatter provides support for using SVG images on your website.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/svg_formatter",
"authors": [
{
"name": "Goran Nikolovski",
"email": "goran@gorannikolovski.com",
"homepage": "https://gorannikolovski.com",
"role": "Developer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/svg_formatter",
"email": "goran@gorannikolovski.com"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"enshrined/svg-sanitize": ">=0.22.0",
"drupal/core": "^10.3.0 || ^11"
},
"require-dev": {
"drupal/token": "1.x-dev"
}
}