Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Oct 17, 2018
1 parent fb4984a commit 0e6d4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "flarum/flarum-ext-approval",
"name": "flarum/approval",
"description": "Make discussions and posts require moderator approval.",
"type": "flarum-extension",
"keywords": ["moderation"],
Expand All @@ -12,11 +12,11 @@
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum-ext-approval"
"source": "https://github.com/flarum/approval"
},
"require": {
"flarum/core": "^0.1.0-beta.8",
"flarum/flarum-ext-flags": "^0.1.0-beta.6"
"flarum/flags": "^0.1.0-beta.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0e6d4ff

Please sign in to comment.