Skip to content

Commit 90b491d

Browse files
committed
add license information, keywords and more meta data
1 parent 5515a4e commit 90b491d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "visuellverstehen/statamic-advanced-invalidator",
33
"description": "A Statamic invalidation class for static caching with advanced capabilities.",
4+
"keywords": [ "statamic", "addon", "static caching", "invalidation", "cache tracker" ],
5+
"license": "MIT",
6+
"type": "statamic-addon",
47
"autoload": {
58
"psr-4": {
69
"VV\\AdvancedInvalidator\\": "src"
@@ -11,6 +14,14 @@
1114
"VV\\AdvancedInvalidator\\Tests\\": "tests"
1215
}
1316
},
17+
"authors": [
18+
{
19+
"name": "visuellverstehen"
20+
}
21+
],
22+
"support": {
23+
"email": "hello@visuellverstehen.de"
24+
},
1425
"require": {
1526
"laravel/framework": "^10.0 || ^11.0",
1627
"statamic/cms": "^4.0 || ^5.0"

0 commit comments

Comments
 (0)