Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 2, 2024
1 parent 697c286 commit bb240e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"ext-json": "*",
"ext-dom": "*",
"fisharebest/webtrees": "~2.2.0 || dev-main",
"ext-json": "*",
"fisharebest/webtrees": "~2.2.0",
"magicsunday/webtrees-module-base": "^1.0",
"magicsunday/webtrees-module-installer-plugin": "^1.3"
},
Expand Down Expand Up @@ -89,12 +89,16 @@
"rector process --config rector.php --dry-run"
],
"ci:cgl": [
"php-cs-fixer fix --diff --verbose"
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --diff --verbose"
],
"ci:rector": [
"rector process --config rector.php"
],
"ci:test": [
"@ci:test:php:lint",
"@ci:test:php:phpstan",
"@ci:test:php:rector"
"@ci:test:php:rector",
"@ci:cgl --dry-run"
],
"module:check": [
"@ci:test"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtrees-fan-chart",
"version": "2.7.2",
"version": "3.0.0",
"description": "This modules provides an SVG ancestor fan chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Module extends FanChartModule implements ModuleCustomInterface, ModuleConf
/**
* @var string
*/
public const CUSTOM_VERSION = '2.7.2';
public const CUSTOM_VERSION = '3.0.0';

/**
* @var string
Expand Down

0 comments on commit bb240e5

Please sign in to comment.