-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.67 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "jimstrike/craft-siteimprove-cms-plugin",
"description": "Siteimprove CMS Plugin",
"type": "craft-plugin",
"version": "2.1.3",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"siteimprove",
"seo",
"accessibility",
"siteimprove-cms-plugin",
"yii2"
],
"support": {
"email": "jimstrike+siteimprove@gmail.com",
"docs": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/README.md",
"source": "https://github.com/jimstrike/craft-siteimprove-cms-plugin",
"issues": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/issues"
},
"license": "MIT",
"authors": [
{
"name": "Dhimiter Karalliu",
"homepage": "https://github.com/jimstrike/"
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0|^5.0.0"
},
"autoload": {
"psr-4": {
"jimstrike\\siteimprove\\": "src/"
}
},
"extra": {
"handle": "siteimprove",
"name": "Siteimprove CMS Plugin",
"developer": "Jimstrike",
"description": "The Siteimprove plugin bridges the gap between Craft CMS and the Siteimprove Intelligence Platform. Thanks to the seamless integration, you are now able to put your Siteimprove results to use where they are most valuable - during your content creation and editing process.",
"changelogUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/jimstrike/craft-siteimprove-cms-plugin/blob/master/README.md"
}
}