1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 14:51:19 +02:00

remove author, updated deps

This commit is contained in:
Daniël Klabbers
2020-03-03 13:18:20 +01:00
parent bfa65e087c
commit 39a6dc0e19

View File

@@ -4,19 +4,13 @@
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["moderation"], "keywords": ["moderation"],
"license": "MIT", "license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": { "support": {
"issues": "https://github.com/flarum/core/issues", "issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/akismet" "source": "https://github.com/flarum/akismet"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.9", "flarum/core": "^0.1.0-beta.12",
"flarum/approval": "^0.1.0-beta.6", "flarum/approval": "^0.1.0-beta.12",
"tijsverkoyen/akismet": "^1.1" "tijsverkoyen/akismet": "^1.1"
}, },
"autoload": { "autoload": {