aboutsummaryrefslogtreecommitdiff
path: root/mod/openid_api/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/openid_api/manifest.xml')
-rw-r--r--mod/openid_api/manifest.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/mod/openid_api/manifest.xml b/mod/openid_api/manifest.xml
new file mode 100644
index 000000000..001c47c19
--- /dev/null
+++ b/mod/openid_api/manifest.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>OpenID API</name>
+ <author>Core developers</author>
+ <version>1.8.0</version>
+ <description>OpenID API support for Elgg.</description>
+ <category>api</category>
+ <website>http://www.elgg.org/</website>
+ <copyright>Cash Costello 2011</copyright>
+ <license>GNU General Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <requires>
+ <type>php_extension</type>
+ <name>curl</name>
+ </requires>
+</plugin_manifest>