<?xml version="1.0"?>
<extension key="elavon" type="module">
  <file>elavon</file>
  <name>Elavon Payment Processor</name>
  <description>Elavon Payment Processor that used to ship within core</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Seamus Lee</author>
    <email>seamuslee001@gmail.com</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core</url>
    <url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/</url>
    <url desc="Support">https://lab.civicrm.org</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <php_compatibility>
    <ver>8.0</ver>
    <ver>8.1</ver>
    <ver>8.2</ver>
    <ver>8.3</ver>
    <ver>8.4</ver>
  </php_compatibility>
  <smarty_compatibility>
    <ver>5</ver>
  </smarty_compatibility>
  <comments/>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <civix>
    <namespace>CRM/Elavon</namespace>
    <format>25.10.2</format>
    <angularModule>crmElavon</angularModule>
  </civix>
  <mixins>
    <mixin>mgd-php@2.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
  </mixins>
</extension>
