Skip to content

Commit

Permalink
Composer meta
Browse files Browse the repository at this point in the history
* beta 15 prep

* EOL

* Drop core constraint back to 14

Co-authored-by: Ian Morland <[email protected]>
  • Loading branch information
karaok491 and imorland authored Dec 14, 2020
1 parent f3f361e commit c42c05f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand All @@ -35,6 +39,7 @@
"extra": {
"flarum-extension": {
"title": "FoF Default User Preferences",
"category": "feature",
"icon": {
"name": "fas fa-reply-all",
"backgroundColor": "#e74c3c",
Expand Down

0 comments on commit c42c05f

Please sign in to comment.