1
0
mirror of https://github.com/flarum/core.git synced 2025-08-21 15:52:44 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 23:17:51 +10:30
parent 5bb266ec3b
commit 2bc9b942ed
20 changed files with 261 additions and 187 deletions

View File

@@ -1,13 +1,37 @@
{
"name": "flarum/akismet",
"description": "Stop spam using the Akismet anti-spam service.",
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/akismet"
},
"require": {
"flarum/core": "^0.1.0-beta.3",
"flarum/approval": "^0.1.0-beta.3",
"tijsverkoyen/akismet": "^1.1"
},
"autoload": {
"psr-4": {
"Flarum\\Akismet\\": "src/"
}
},
"require": {
"tijsverkoyen/akismet": "^1.1"
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Akismet",
"icon": {
"image": "icon.jpg",
"backgroundSize": "cover",
"backgroundColor": "#5e8e14",
"color": "#fff"
}
}
}
}