Merge pull request #23946 from seamuslee001/dompdf_upgrade
[civicrm-core.git] / ext / payflowpro / info.xml
1 <?xml version="1.0"?>
2 <extension key="payflowpro" type="module">
3 <file>payflowpro</file>
4 <name>PayPal Payflow Pro Integration</name>
5 <description>This extension provides an integration with PayPal's Payflow Pro service. It supports one time and recurring payments from CiviCRM.</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Seamus Lee</author>
9 <email>seamuslee001@gmail.com</email>
10 </maintainer>
11 <urls>
12 <url desc="Main Extension Page">https://lab.civicrm.org</url>
13 <url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/payflow/</url>
14 <url desc="Support">https://lab.civicrm.org</url>
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2021-04-13</releaseDate>
18 <version>5.53.alpha1</version>
19 <develStage>stable</develStage>
20 <compatibility>
21 <ver>5.53</ver>
22 </compatibility>
23 <comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments>
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
27 <mixins>
28 <mixin>mgd-php@1.1.0</mixin>
29 </mixins>
30 <civix>
31 <namespace>CRM/Payflowpro</namespace>
32 </civix>
33 </extension>