-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* beta 15 prep * EOL * Drop core constraint back to 14 Co-authored-by: Ian Morland <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,25 @@ | |
], | ||
"type": "flarum-extension", | ||
"license": "MIT", | ||
"homepage": "https://friendsofflarum.org", | ||
"funding": [ | ||
{ | ||
"type": "website", | ||
"url": "https://opencollective.com/fof/donate" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/FriendsOfFlarum/default-user-preferences/issues", | ||
"source": "https://github.com/FriendsOfFlarum/default-user-preferences" | ||
"source": "https://github.com/FriendsOfFlarum/default-user-preferences", | ||
"forum": "https://discuss.flarum.org/d/18607" | ||
}, | ||
"require": { | ||
"flarum/core": ">=0.1.0-beta.14 <0.1.0-beta.15" | ||
"flarum/core": "^0.1.0-beta.14" | ||
}, | ||
"replace": { | ||
"piotr-tokarczyk/flarum-user-default-preferences": "*" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Piotr Tokarczyk", | ||
"role": "Developer (Original)" | ||
}, | ||
{ | ||
"name": "David Sevilla Martín", | ||
"email": "[email protected]", | ||
|
@@ -35,6 +39,7 @@ | |
"extra": { | ||
"flarum-extension": { | ||
"title": "FoF Default User Preferences", | ||
"category": "feature", | ||
"icon": { | ||
"name": "fas fa-reply-all", | ||
"backgroundColor": "#e74c3c", | ||
|