<?xml version="1.0" encoding="utf-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
      <info id="jcommunity@jelix.org" name="jcommunity">
        <version date="2022-01-06">1.3.14</version>
        <label>jCommunity</label>
        <description>module for a portal, to bring registration, profile editing for users</description>
        <licence URL="http://www.gnu.org/licenses/gpl.html">GPL</licence>
        <copyright>Copyright 2008-2022 Laurent Jouanneau</copyright>
        <creator name="Laurent Jouanneau" email="laurent@jelix.org"/>
        <homepageURL>https://github.com/jelix/jcommunity-module/</homepageURL>
    </info>
    <dependencies>
        <jelix minversion="1.6.24" maxversion="1.7.*"/>
        <conflict>
            <module name="jauth"/>
            <module name="jauthdb"/>
        </conflict>
    </dependencies>
    <autoload>
        <namespacePathMap name="Jelix\JCommunity" dir="lib" />
   </autoload>
</module>
