Skip to content

Commit c10a4ff

Browse files
committed
chore: set discuss url
1 parent 0326efd commit c10a4ff

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
@@ -28,4 +28,4 @@ php flarum cache:clear
2828

2929
- [Packagist](https://packagist.org/packages/fof/news-widget)
3030
- [GitHub](https://github.com/FriendsOfFlarum/news-widget)
31-
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
31+
- [Discuss](https://discuss.flarum.org/d/39068)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"support": {
1717
"issues": "https://github.com/FriendsOfFlarum/news-widget/issues",
1818
"source": "https://github.com/FriendsOfFlarum/news-widget",
19-
"forum": "https://discuss.flarum.org/"
19+
"forum": "https://discuss.flarum.org/d/39068"
2020
},
2121
"replace": {
2222
"afrux/news-widget": "*"
2323
},
2424
"require": {
2525
"flarum/core": "^1.8.0",
26-
"fof/forum-widgets-core": "1.x-dev"
26+
"fof/forum-widgets-core": "^1.0.0"
2727
},
2828
"require-dev": {
2929
"flarum/phpstan": "*"
@@ -53,7 +53,7 @@
5353
"category": "forum-widget",
5454
"icon": {
5555
"name": "fas fa-bullhorn",
56-
"backgroundColor": "#e34b6e",
56+
"backgroundColor": "#e74c3c",
5757
"color": "#fff"
5858
}
5959
},

0 commit comments

Comments
 (0)