1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

Rename package

This commit is contained in:
Toby Zerner
2015-12-29 12:55:28 +10:30
parent e042fa2ada
commit 8548400eaa

View File

@@ -1,5 +1,5 @@
{
"name": "flarum/lock",
"name": "flarum/flarum-ext-lock",
"description": "End a discussion and don't let anyone add further replies.",
"type": "flarum-extension",
"keywords": ["moderation"],
@@ -12,7 +12,7 @@
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/lock"
"source": "https://github.com/flarum/flarum-ext-lock"
},
"require": {
"flarum/core": "^0.1.0-beta.3"