aboutsummaryrefslogtreecommitdiff
path: root/mod/captcha/manifest.xml
blob: 079d877db110ca856627503e0447e1dc56293a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Captcha</name>
	<author>Core developers, Lorea developers</author>
	<version>1.8</version>
	<blurb>Add site-wide categories</blurb>
	<description>Provides captcha support.</description>
	<website>https://lorea.org/</website>
	<copyright>(C) Curverider 2008-2010, Lorea 2012</copyright>
	<license>GNU General Public License version 2 or higher</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
	<requires>
		<type>php_extension</type>
		<name>gd</name>
	</requires>
</plugin_manifest>