Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Bump core requirement and add category key for beta 15
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Jan 2, 2021
1 parent 5816420 commit 00a7f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boilerplate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "flarum-extension",
"license": "<%= license %>",
"require": {
"flarum/core": "^0.1.0-beta.8"
"flarum/core": "^0.1.0-beta.15"
},
"authors": [<% if (authorName && authorEmail) { %>
{
Expand All @@ -24,6 +24,7 @@
"extra": {
"flarum-extension": {
"title": "<%= extensionName %>",
"category": "",
"icon": {
"name": "",
"backgroundColor": "",
Expand Down

0 comments on commit 00a7f2e

Please sign in to comment.