magicsunday / webtrees-fan-chart

SVG based ancestor fan chart module for webtrees genealogy application.
GNU General Public License v3.0
59 stars 18 forks source link

install error #94

Closed rbb-soft closed 1 year ago

rbb-soft commented 1 year ago

when i try to install i got this error:

Fatal error: Declaration of MagicSunday\Webtrees\Composer\ModuleInstaller::supports(string $packageType): bool must be compatible with Composer\Installer\LibraryInstaller::supports($packageType) in C:\xampp8\htdocs\webtree\vendor\magicsunday\webtrees-module-installer-plugin\src\Composer\ModuleInstaller.php on line 60 Expected behavior

use this script install:

composer require magicsunday/webtrees-fan-chart:* --update-no-dev

magicsunday commented 1 year ago
rbb-soft commented 1 year ago
  • What PHP version do you use?

    • What webtrees version?

PHP 8.1.17

webtree lasted

magicsunday commented 1 year ago

Strange. Could you please try installation using:

composer require magicsunday/webtrees-fan-chart:dev-master --update-no-dev

rbb-soft commented 1 year ago

Works thanks