-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
51 lines (51 loc) · 1.52 KB
/
info.xml
File metadata and controls
51 lines (51 loc) · 1.52 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
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<extension key="reimbursement" type="module">
<file>reimbursement</file>
<name>reimbursement</name>
<description>Manage reimbursements.</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>SYSTOPIA GmbH</name>
<email>info@systopia.de</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/reimbursement</url>
<url desc="Documentation">https://github.com/systopia/reimbursement</url>
<url desc="Support">https://github.com/systopia/reimbursement/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate/>
<version>0.1.0-dev</version>
<develStage>dev</develStage>
<compatibility mode="semver">
<ver>6.5</ver>
</compatibility>
<requires>
<ext>expenses</ext>
<ext>remote_case</ext>
</requires>
<php_compatibility mode="semver">
<ver>8.1</ver>
</php_compatibility>
<smarty_compatibility mode="semver">
<ver>5</ver>
</smarty_compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Reimbursement</namespace>
<format>25.01.1</format>
<angularModule>crmReimbursement</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>entity-types-php@2.0.0</mixin>
<mixin>afform-entity-php@1.0.0</mixin>
</mixins>
<upgrader>CiviMix\Schema\Reimbursement\AutomaticUpgrader</upgrader>
</extension>