Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Dec 22, 2024
1 parent 502b87c commit 5eb6986
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-pedigree-chart",
"version": "1.7.3",
"version": "2.0.0",
"description": "This modules provides an SVG pedigree 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 @@ -63,7 +63,7 @@ class Module extends PedigreeChartModule implements ModuleCustomInterface, Modul
/**
* @var string
*/
public const CUSTOM_VERSION = '1.7.3';
public const CUSTOM_VERSION = '2.0.0';

/**
* @var string
Expand Down

0 comments on commit 5eb6986

Please sign in to comment.