mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
Rename package
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "flarum/flarum-ext-akismet",
|
"name": "flarum/akismet",
|
||||||
"description": "Stop spam using the Akismet anti-spam service.",
|
"description": "Stop spam using the Akismet anti-spam service.",
|
||||||
"type": "flarum-extension",
|
"type": "flarum-extension",
|
||||||
"keywords": ["moderation"],
|
"keywords": ["moderation"],
|
||||||
@@ -12,11 +12,11 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/flarum/core/issues",
|
"issues": "https://github.com/flarum/core/issues",
|
||||||
"source": "https://github.com/flarum/flarum-ext-akismet"
|
"source": "https://github.com/flarum/akismet"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^0.1.0-beta.8",
|
"flarum/core": "^0.1.0-beta.8",
|
||||||
"flarum/flarum-ext-approval": "^0.1.0-beta.6",
|
"flarum/approval": "^0.1.0-beta.6",
|
||||||
"tijsverkoyen/akismet": "^1.1"
|
"tijsverkoyen/akismet": "^1.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Reference in New Issue
Block a user