<?xml version="1.0"?>
<extension key="nz.co.fuzion.accountsync" type="module">
  <file>accountsync</file>
  <name>Account Sync</name>
  <description>Base extension for account synchronisation - you need an advanced class on top</description>
  <license>AGPL</license>
  <urls>
    <url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.accountsync/blob/master/README.md</url>
    <url desc="Support">http://forum.civicrm.org</url>
    <url desc="Licensing">http://civicrm.org/licensing</url>
  </urls>
  <maintainer>
    <author>Eileen</author>
    <email>eileen@fuzion.co.nz</email>
  </maintainer>
  <releaseDate>2024-08-21</releaseDate>
  <version>1.6</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>5.75</ver>
  </compatibility>
  <comments>This module does nothing without an extension (CiviXero) - see ReadMe for more</comments>
  <civix>
    <namespace>CRM/Accountsync</namespace>
    <format>23.02.1</format>
  </civix>
  <classloader>
    <psr4 prefix="Civi\" path="Civi"/>
    <psr0 prefix="CRM_" path="."/>
  </classloader>
  <mixins>
    <mixin>ang-php@1.0.0</mixin>
    <mixin>mgd-php@1.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
    <mixin>entity-types-php@1.0.0</mixin>
  </mixins>
  <upgrader>CRM_Accountsync_Upgrader</upgrader>
</extension>
