Skip to content

Commit

Permalink
Update for Flarum 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed May 28, 2021
1 parent e70e523 commit b696a3f
Show file tree
Hide file tree
Showing 6 changed files with 562 additions and 376 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"name": "clarkwinkelmann/flarum-ext-first-post-approval",
"description": "Hold posts and discussions from new users for approval",
"keywords": [
"flarum"
"flarum",
"approval"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/approval": "^0.1.0-beta.14",
"flarum/core": ">=0.1.0-beta.15 <0.1.0-beta.17"
"flarum/approval": "^1.0",
"flarum/core": "^1.0"
},
"authors": [
{
Expand Down Expand Up @@ -44,7 +45,5 @@
},
"config": {
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}
}
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b696a3f

Please sign in to comment.