Skip to content

Commit cfa7bb7

Browse files
committed
feat: spam phrases and keywords
You can now define phrases and keywords which will be added to the spam score
1 parent 0cb0965 commit cfa7bb7

File tree

4 files changed

+183
-101
lines changed

4 files changed

+183
-101
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"require-dev": {
23-
"getkirby/cms": "^4",
23+
"getkirby/cms": "^5",
2424
"phpunit/phpunit": "^9.5.",
2525
"mockery/mockery": "^1.6"
2626
},
@@ -31,7 +31,7 @@
3131
"ext-json": "*"
3232
},
3333
"suggests": {
34-
"mauricerenck/indieconnector": "1.8"
34+
"mauricerenck/indieconnector": "2"
3535
},
3636
"config": {
3737
"optimize-autoloader": true,
@@ -49,4 +49,4 @@
4949
"npm run build"
5050
]
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)