Skip to content

Commit

Permalink
Pin flarum/core to version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Dec 15, 2023
1 parent 90581b5 commit 16cee74
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.2.0"
"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": "[email protected]",
"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"
}
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "[email protected]",
"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
}
"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 16cee74

Please sign in to comment.