-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathinfo.xml
More file actions
43 lines (43 loc) · 1.35 KB
/
info.xml
File metadata and controls
43 lines (43 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<extension key="org.project60.bic" type="module">
<file>bic</file>
<name>Little BIC extension</name>
<description>Generates and maintains a list of banks</description>
<license>APGLv3</license>
<maintainer>
<author>B. Endres</author>
<email>endres@systopia.de</email>
</maintainer>
<releaseDate></releaseDate>
<version>1.11.0-dev</version>
<develStage>dev</develStage>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.bic</url>
<url desc="Documentation">https://github.com/Project60/org.project60.bic/blob/master/README.md</url>
<url desc="Support">https://github.com/Project60/org.project60.bic/issues</url>
</urls>
<compatibility>
<ver>5.54</ver>
</compatibility>
<phpCompatibility>
<ver>8.0</ver>
</phpCompatibility>
<phpIncompatibility>
<ver>7.4</ver>
</phpIncompatibility>
<comments>Originally Developed by Carlos Capote and Björn Endres</comments>
<civix>
<namespace>CRM/Bic</namespace>
<format>24.09.1</format>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>smarty-v2@1.0.3</mixin>
<mixin>entity-types-php@2.0.0</mixin>
</mixins>
<upgrader>CiviMix\Schema\Bic\AutomaticUpgrader</upgrader>
</extension>