Skip to content

Commit

Permalink
Update composer.json with new keywords and support links
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Feb 21, 2024
1 parent fd49e53 commit c78b1dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ php flarum cache:clear
```

### Roadmap

- Hide discussions which have tags that are password-protected

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-tag-passwords)
- [GitHub](https://github.com/datlechin/flarum-tag-passwords)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
- [Discuss](https://discuss.flarum.org/d/30014)
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,28 @@
"name": "datlechin/flarum-tag-passwords",
"description": "Adds password to protect your Tags.",
"keywords": [
"flarum"
"flarum",
"tags",
"protect tags",
"password"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0.0",
"flarum/core": "^v1.8",
"flarum/tags": "*"
},
"authors": [
{
"name": "Ngo Quoc dat",
"name": "Ngo Quoc Dat",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-link-preview",
"forum": "https://discuss.flarum.org/d/30014"
},
"autoload": {
"psr-4": {
"Datlechin\\TagPasswords\\": "src/"
Expand Down

0 comments on commit c78b1dc

Please sign in to comment.