From 03d01bc730eb6acaf1023b7c5f3b15f20ad9777d Mon Sep 17 00:00:00 2001 From: Rico Sonntag Date: Mon, 2 Dec 2024 08:47:09 +0100 Subject: [PATCH] Webtrees 2.2 compatibility --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f66b54..0b828ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.2', '8.3', '8.4' ] + php: [ '8.3', '8.4' ] steps: - id: checkout diff --git a/composer.json b/composer.json index 62e208a..85ddf5e 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require": { "ext-dom": "*", "ext-json": "*", - "fisharebest/webtrees": "~2.2.0", + "fisharebest/webtrees": "~2.2.0 || dev-main", "magicsunday/webtrees-module-base": "^1.0", "magicsunday/webtrees-module-installer-plugin": "^1.3" },