<?xml version="1.0"?>
<extension key="recaptcha" type="module">
  <file>recaptcha</file>
  <name>reCAPTCHA</name>
  <description>Uses the Google reCAPTCHA web service to improve the CAPTCHA system. It is tough on bots and easy on humans.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>CiviCRM</author>
    <email>info@civicrm.org</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/recaptcha</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <tags>
    <tag>mgmt:hidden</tag>
  </tags>
  <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>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <mixins>
    <mixin>setting-admin@1.0.1</mixin>
    <mixin>setting-php@1.0.0</mixin>
    <mixin>ang-php@1.0.0</mixin>
    <mixin>scan-classes@1.0.0</mixin>
    <mixin>smarty@1.0.3</mixin>
  </mixins>
  <civix>
    <namespace>CRM/Recaptcha</namespace>
    <format>25.10.2</format>
  </civix>
</extension>
