1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 23:31:27 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 18:51:25 +10:30
parent a1e01938ef
commit 5f9d45c4ab
43 changed files with 1277 additions and 517 deletions

View File

@@ -1,10 +1,34 @@
{
"name": "flarum/flags",
"description": "Allow users to flag posts for moderator review.",
"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/flags"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Flags\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Flags",
"icon": {
"name": "flag",
"backgroundColor": "#e92693",
"color": "#fff"
}
}
}
}