Skip to content

Commit

Permalink
Up 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Litalino committed Dec 12, 2023
1 parent 465960c commit d896cc2
Showing 1 changed file with 89 additions and 89 deletions.
178 changes: 89 additions & 89 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
{
"name": "litalino/flarum-blog-article-series",
"description": "Article Series for Flarum Blog",
"keywords": [
"flarum",
"flarum",
"flarum extension",
"blog"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0.0",
"flarum/tags": "^1.0.0",
"v17development/flarum-blog": "^0.7.7"
},
"require-dev": {
"flarum/testing": "^1.0.0"
},
"authors": [
{
"name": "litalino",
"email": "[email protected]",
"role": "Co-development"
"name": "litalino/flarum-blog-article-series",
"description": "Article Series for Flarum Blog",
"keywords": [
"flarum",
"flarum",
"flarum extension",
"blog"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0.0",
"flarum/tags": "^1.0.0",
"v17development/flarum-blog": "^0.7.7"
},
{
"name": "Alexander Skvortsov",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Litalino\\FlarumArticleSeries\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Litalino\\FlarumArticleSeries\\Tests\\": "tests/"
}
},
"homepage": "https://khatvongsong.vn",
"support": {
"issues": "https://github.com/litalino/flarum-more-bbcode/issues",
"source": "https://github.com/litalino/flarum-more-bbcode",
"forum": "https://discuss.flarum.org/d/33616-bbcode-more-bbcode"
},
"extra": {
"flarum-extension": {
"title": "Blog Article Series",
"category": "feature",
"icon": {
"name": "fas fa-book",
"backgroundColor": "#6932D1",
"color": "#fff"
}
"replace": {
"askvortsov/flarum-article-series": "*"
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
},
"repositories": [
{
"type": "path",
"url": "../../*/*"
}
],
"require-dev": {
"flarum/phpstan": "*"
},
"scripts": {
"analyse:phpstan": "phpstan analyse",
"clear-cache:phpstan": "phpstan clear-result-cache"
},
"scripts-descriptions": {
"analyse:phpstan": "Run static analysis"
},
"minimum-stability": "dev",
"prefer-stable": true
"authors": [
{
"name": "litalino",
"email": "[email protected]",
"role": "Co-development"
},
{
"name": "Alexander Skvortsov",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Litalino\\FlarumArticleSeries\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Litalino\\FlarumArticleSeries\\Tests\\": "tests/"
}
},
"homepage": "https://khatvongsong.vn",
"support": {
"issues": "https://github.com/litalino/flarum-more-bbcode/issues",
"source": "https://github.com/litalino/flarum-more-bbcode",
"forum": "https://discuss.flarum.org/d/33616-bbcode-more-bbcode"
},
"extra": {
"flarum-extension": {
"title": "Blog Article Series",
"category": "feature",
"icon": {
"name": "fas fa-book",
"backgroundColor": "#6932D1",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
},
"repositories": [
{
"type": "path",
"url": "../../*/*"
}
],
"require-dev": {
"flarum/phpstan": "*"
},
"scripts": {
"analyse:phpstan": "phpstan analyse",
"clear-cache:phpstan": "phpstan clear-result-cache"
},
"scripts-descriptions": {
"analyse:phpstan": "Run static analysis"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit d896cc2

Please sign in to comment.