aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter_api/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/twitter_api/manifest.xml')
-rw-r--r--mod/twitter_api/manifest.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/mod/twitter_api/manifest.xml b/mod/twitter_api/manifest.xml
new file mode 100644
index 000000000..3af866bba
--- /dev/null
+++ b/mod/twitter_api/manifest.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Twitter API</name>
+ <author>Core developers</author>
+ <version>1.8.15</version>
+ <description>Allows users to authenticate their Elgg account with Twitter.</description>
+ <category>api</category>
+ <category>bundled</category>
+ <website>http://www.elgg.org/</website>
+ <copyright>See COPYRIGHT.txt</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>
+
+ <conflicts>
+ <type>plugin</type>
+ <name>oauth_api</name>
+ </conflicts>
+ <conflicts>
+ <type>plugin</type>
+ <name>twitterservice</name>
+ </conflicts>
+</plugin_manifest>