Skip to content

Commit 6169969

Browse files
committed
chore: add discuss url
1 parent 5b2ee36 commit 6169969

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ php flarum cache:clear
4141

4242
- [Packagist](https://packagist.org/packages/fof/online-users-widget)
4343
- [GitHub](https://github.com/FriendsOfFlarum/online-users-widget)
44-
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
44+
- [Discuss](https://discuss.flarum.org/d/39065)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"support": {
1111
"issues": "https://github.com/FriendsOfFlarum/online-users-widget/issues",
1212
"source": "https://github.com/FriendsOfFlarum/online-users-widget",
13-
"forum": "https://discuss.flarum.org/"
13+
"forum": "https://discuss.flarum.org/d/39065"
1414
},
1515
"funding": [
1616
{
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": "^8.2",
3232
"flarum/core": "^1.8.0",
33-
"fof/forum-widgets-core": "1.x-dev"
33+
"fof/forum-widgets-core": "^1.0.0"
3434
},
3535
"require-dev": {
3636
"flarum/testing": "^1.0.0",
@@ -55,7 +55,7 @@
5555
"category": "forum-widget",
5656
"icon": {
5757
"name": "fas fa-user-friends",
58-
"backgroundColor": "#e34b6e",
58+
"backgroundColor": "#e74c3c",
5959
"color": "#fff"
6060
}
6161
},

0 commit comments

Comments
 (0)