<?xml version="1.0"?>
<extension key="ca.bidon.reporterror" type="module">
  <file>reporterror</file>
  <name>CiviCRM Report Error</name>
  <description>Advanced error handler for CiviCRM that sends an e-mail with detailed information when fatal errors are encountered. It can also handle a few common errors.</description>
  <license>AGPL 3</license>
  <maintainer>
    <author>Mathieu Lutfy</author>
    <email>mathieu@symbiotic.coop</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://lab.civicrm.org/extensions/reporterror</url>
    <url desc="Documentation">https://lab.civicrm.org/extensions/reporterror/blob/master/README.md</url>
    <url desc="Support">https://lab.civicrm.org/extensions/reporterror/-/issues</url>
    <url desc="Licensing">https://civicrm.org/licensing</url>
  </urls>
  <releaseDate>2024-05-31</releaseDate>
  <version>4.0</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>5.65</ver>
  </compatibility>
  <civix>
    <namespace>CRM/ReportError</namespace>
    <format>23.02.1</format>
  </civix>
  <classloader>
    <psr4 prefix="Civi\" path="Civi"/>
    <psr0 prefix="CRM_" path="."/>
  </classloader>
  <mixins>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>mgd-php@1.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
    <mixin>smarty-v2@1.0.1</mixin>
  </mixins>
  <upgrader>CRM_ReportError_Upgrader</upgrader>
</extension>
