Loosen restrictions on file names - allow underscores
[civicrm-core.git] / ext / afform / core / info.xml
CommitLineData
66aa0f5e
TO
1<?xml version="1.0"?>
2<extension key="org.civicrm.afform" type="module">
3 <file>afform</file>
36212fa6 4 <name>Afform: Core Runtime</name>
b5563e85 5 <description>Afform is the Affable Administrative AngularJS Form Framework</description>
66aa0f5e
TO
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM LLC</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Main Extension Page">http://FIXME</url>
13 <url desc="Documentation">http://FIXME</url>
14 <url desc="Support">http://FIXME</url>
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2018-06-12</releaseDate>
d2b0e148 18 <version>0.3</version>
66aa0f5e
TO
19 <develStage>alpha</develStage>
20 <compatibility>
fc7ac3c0 21 <ver>5.22</ver>
66aa0f5e 22 </compatibility>
97aa04c9 23 <requires>
7cba5b8f 24 <ext version="~4.5">org.civicrm.api4</ext>
97aa04c9 25 </requires>
66aa0f5e
TO
26 <comments>This is a new, undeveloped module</comments>
27 <civix>
28 <namespace>CRM/Afform</namespace>
29 </civix>
97aa04c9
TO
30 <classloader>
31 <psr4 prefix="Civi\" path="Civi" />
32 </classloader>
66aa0f5e 33</extension>