Merge pull request #21809 from demeritcowboy/site-path
[civicrm-core.git] / ext / oauth-client / info.xml
CommitLineData
ed463944
TO
1<?xml version="1.0"?>
2<extension key="oauth-client" type="module">
3 <file>oauth_client</file>
4 <name>OAuth Client</name>
5 <description>Connect CiviCRM to remote OAuth 2 services</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Tim Otten</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
31250d91
JM
12 <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/oauth-client</url>
13 <url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/oauth/</url>
cefafd63 14 <url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
ed463944
TO
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2020-10-23</releaseDate>
9675daad 18 <version>5.52.alpha1</version>
f0188fcf 19 <develStage>stable</develStage>
ed463944 20 <compatibility>
9675daad 21 <ver>5.52</ver>
ed463944 22 </compatibility>
128850fd
TO
23 <requires>
24 <ext version="~4.5">org.civicrm.afform</ext>
25 </requires>
31250d91 26 <comments>This extension provides a framework for OAuth support</comments>
ed463944 27 <classloader>
ae9ff85a 28 <psr0 prefix="CRM_" path=""/>
ed463944
TO
29 <psr4 prefix="Civi\" path="Civi"/>
30 </classloader>
cc260037 31 <upgrader>CRM_OAuth_Upgrader</upgrader>
e6159eb5 32 <mixins>
b5bd1143 33 <mixin>ang-php@1.0.0</mixin>
708c2541 34 <mixin>menu-xml@1.0.0</mixin>
e6159eb5
TO
35 <mixin>setting-php@1.0.0</mixin>
36 </mixins>
ed463944
TO
37 <civix>
38 <namespace>CRM/OAuth</namespace>
39 </civix>
40</extension>