Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralkage committed Jul 22, 2021
1 parent b4cb3ed commit e110669
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Flarum hCaptcha

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/ralkage/flarum-ext-hcaptcha.svg)](https://packagist.org/packages/ralkage/flarum-ext-hcaptcha) [![Total Downloads](https://img.shields.io/packagist/dt/ralkage/flarum-ext-hcaptcha.svg)](https://packagist.org/packages/ralkage/flarum-ext-hcaptcha)
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/ralkage/flarum-hcaptcha.svg)](https://packagist.org/packages/ralkage/flarum-hcaptcha) [![Total Downloads](https://img.shields.io/packagist/dt/ralkage/flarum-hcaptcha.svg)](https://packagist.org/packages/ralkage/flarum-hcaptcha)

A [Flarum](http://flarum.org) extension. Increase your Flarum forum's security with
hCaptcha.
A [Flarum](http://flarum.org) extension. Increase your Flarum forum's security with hCaptcha.

### Installation

Expand All @@ -24,5 +23,5 @@ php flarum cache:clear
### Links

- [Packagist](https://packagist.org/packages/ralkage/flarum-hcaptcha)
- [GitHub](https://github.com/ralkage/flarum-ext-hcaptcha)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
- [GitHub](https://github.com/ralkage/flarum-hcaptcha)
- [Discuss](https://discuss.flarum.org/d/28257)
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"support": {
"source": "https://github.com/Ralkage/flarum-hcaptcha",
"forum": "https://discuss.flarum.org/d/TBD"
"forum": "https://discuss.flarum.org/d/28257"
},
"autoload": {
"psr-4": {
Expand All @@ -37,12 +37,13 @@
"title": "hCaptcha",
"category": "feature",
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff"
"name": "fas fa-hand-paper",
"backgroundColor": "#00bcbf",
"color": "#fff"
}
},
"extiverse": {
"discuss": ""
"discuss": "https://discuss.flarum.org/d/28257"
}
}
}
1 change: 0 additions & 1 deletion icon.svg

This file was deleted.

0 comments on commit e110669

Please sign in to comment.