Skip to content

Commit

Permalink
Revert "Pin flarum/core to version 1.8.4 (#9)" (#10)
Browse files Browse the repository at this point in the history
This reverts commit 52d313a.
  • Loading branch information
datlechin committed Jun 13, 2024
1 parent 4595b1c commit 87a44b4
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "datlechin/flarum-discussion-overview",
"description": "Display overview of discussions.",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "1.8.4"
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "datlechin@gmail.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-discussion-overview",
"forum": "https://discuss.flarum.org/d/31265"
},
"autoload": {
"psr-4": {
"Datlechin\\DiscussionOverview\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Discussion Overview",
"category": "feature",
"icon": {
"name": "fas fa-chart-bar",
"color": "#fff",
"backgroundColor": "#D3241C"
}
"name": "datlechin/flarum-discussion-overview",
"description": "Display overview of discussions.",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.2.0"
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"locale": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "datlechin@gmail.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-discussion-overview",
"forum": "https://discuss.flarum.org/d/31265"
},
"autoload": {
"psr-4": {
"Datlechin\\DiscussionOverview\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Discussion Overview",
"category": "feature",
"icon": {
"name": "fas fa-chart-bar",
"color": "#fff",
"backgroundColor": "#D3241C"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": false,
"css": true,
"locale": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 87a44b4

Please sign in to comment.