Merge pull request #19391 from seamuslee001/obsolete_replacement
[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>
c697cf5f 17 <releaseDate>2020-01-09</releaseDate>
243ce6d3 18 <version>0.5</version>
66aa0f5e
TO
19 <develStage>alpha</develStage>
20 <compatibility>
243ce6d3 21 <ver>5.23</ver>
66aa0f5e 22 </compatibility>
97aa04c9 23 <requires>
7cba5b8f 24 <ext version="~4.5">org.civicrm.api4</ext>
97aa04c9 25 </requires>
c697cf5f 26 <comments>Core functionality for CiviCRM Afforms</comments>
66aa0f5e
TO
27 <civix>
28 <namespace>CRM/Afform</namespace>
29 </civix>
97aa04c9
TO
30 <classloader>
31 <psr4 prefix="Civi\" path="Civi" />
32 </classloader>
66aa0f5e 33</extension>