Skip to content

Commit

Permalink
Beta 16
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Apr 20, 2021
1 parent 93a51e9 commit 8b4c089
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"flarum/core": ">=0.1.0-beta.15 <0.1.0-beta.17",
"flarum/core": "^0.1.0-beta.16",
"flarum/approval": "*",
"flarum/flags": "*"
},
Expand All @@ -37,7 +37,7 @@
"extra": {
"flarum-extension": {
"title": "FoF Filter",
"category": "moderation",
"category": "feature",
"icon": {
"name": "fas fa-filter",
"backgroundColor": "#e74c3c",
Expand Down
12 changes: 9 additions & 3 deletions js/package-lock.json

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

1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write src"
},
"devDependencies": {
"flarum": "0.1.0-beta.16",
"prettier": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion src/Listener/CheckPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Flarum\Settings\SettingsRepositoryInterface;
use Illuminate\Mail\Mailer;
use Illuminate\Mail\Message;
use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Contracts\Translation\TranslatorInterface;

class CheckPost
{
Expand Down

0 comments on commit 8b4c089

Please sign in to comment.