Skip to content

Commit

Permalink
Pin datlechin/flarum-birthdays to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 28, 2024
1 parent 48d911e commit 56bf590
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "datlechin/flarum-birthdays-widget",
"description": "Today's birthdays Widget.",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.2.0",
"afrux/forum-widgets-core": "^0.1.7",
"datlechin/flarum-birthdays": "*"
"name": "datlechin/flarum-birthdays-widget",
"description": "Today's birthdays Widget.",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.2.0",
"afrux/forum-widgets-core": "^0.1.7",
"datlechin/flarum-birthdays": "2.1.1"
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-birthdays-widget",
"forum": "https://discuss.flarum.org/d/31695"
},
"autoload": {
"psr-4": {
"Datlechin\\BirthdaysWidget\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Birthdays Widget",
"category": "feature",
"icon": {
"name": "fas fa-birthday-cake",
"color": "#fff",
"backgroundColor": "#D3241C"
}
},
"authors": [
{
"name": "Ngo Quoc Dat",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-birthdays-widget",
"forum": "https://discuss.flarum.org/d/31695"
},
"autoload": {
"psr-4": {
"Datlechin\\BirthdaysWidget\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Birthdays Widget",
"category": "feature",
"icon": {
"name": "fas fa-birthday-cake",
"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": false,
"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": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 56bf590

Please sign in to comment.