1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 03:20:36 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 16:15:07 +10:30
parent 61c9471e50
commit fca470604e
33 changed files with 644 additions and 331 deletions

View File

@@ -1,10 +1,34 @@
{
"name": "flarum/lock",
"description": "End a discussion and don't let anyone add further replies.",
"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/lock"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Lock\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Lock",
"icon": {
"name": "lock",
"backgroundColor": "#ddd",
"color": "#666"
}
}
}
}