Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBelgium committed Mar 20, 2021
1 parent eac6c3f commit 905dd7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Add views to profiles",
"type": "flarum-extension",
"require": {
"flarum/core": "^0.1.0-beta.14"
"flarum/core": "^0.1.0-beta.16"
},
"license": "MIT",
"authors": [
Expand All @@ -14,7 +14,8 @@
],
"support": {
"issues": "https://github.com/MichaelBelgium/flarum-profile-views/issues",
"source": "https://github.com/MichaelBelgium/flarum-profile-views"
"source": "https://github.com/MichaelBelgium/flarum-profile-views",
"forum": "https://discuss.flarum.org/d/7596"
},
"autoload": {
"psr-4": {
Expand All @@ -31,6 +32,12 @@
}
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/MichaelBelgium"
}
],
"suggest": {
"rooaaar/lang-french-extended": "Includes French translation for this extension",
"michaelbelgium/flarum-dutch": "Includes Dutch translation for this extension",
Expand Down

0 comments on commit 905dd7a

Please sign in to comment.