-
Notifications
You must be signed in to change notification settings - Fork 6
/
info.xml
40 lines (40 loc) · 1.27 KB
/
info.xml
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
<?xml version="1.0"?>
<extension key="de.systopia.eck" type="module">
<file>eck</file>
<name>Entity Construction Kit</name>
<description>Provides the ability to create and manage custom CiviCRM entities.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jens Schuppe</author>
<email>schuppe@systopia.de</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.eck</url>
<url desc="Documentation">https://docs.civicrm.org/eck</url>
<url desc="Support">https://github.com/systopia/de.systopia.eck/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate></releaseDate>
<version>1.1-dev</version>
<develStage>dev</develStage>
<compatibility>
<ver>5.75</ver>
</compatibility>
<requires></requires>
<upgrader>CRM_Eck_Upgrader</upgrader>
<classloader>
<psr0 prefix="CRM_" path=""/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Eck</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>entity-types-php@1.0.0</mixin>
<mixin>scan-classes@1.0.0</mixin>
</mixins>
</extension>