forked from innowebau/silverstripe-image-templated-shortcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 808 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
{
"name": "innoweb/silverstripe-image-templated-shortcode",
"type": "silverstripe-vendormodule",
"description": "Render shortcode images using SS template",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "cms", "images", "editor", "shortcodes", "templates"],
"homepage": "https://github.com/innowebau/silverstripe-image-templated-shortcode",
"support": {
"issues": "https://github.com/innowebau/silverstripe-image-templated-shortcode/issues"
},
"authors": [{
"name": "Florian Thoma",
"homepage": "https://www.innoweb.com.au"
}],
"require": {
"silverstripe/framework": "^5",
"silverstripe/assets": "^2"
},
"autoload": {
"psr-4": {
"Innoweb\\ImageTemplatedShortcode\\": "src/"
}
}
}