From d7cd5ddb8610cf2e7beffb3192863a0e24ef1117 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 10 Dec 2014 04:06:56 -0500
Subject: [PATCH] Add missing composer.json files (skipped because of .gitignore)
---
plugins/password/composer.json | 24 ++++++++++++
plugins/legacy_browser/composer.json | 24 ++++++++++++
plugins/squirrelmail_usercopy/composer.json | 24 ++++++++++++
3 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/plugins/legacy_browser/composer.json b/plugins/legacy_browser/composer.json
new file mode 100644
index 0000000..edcfdba
--- /dev/null
+++ b/plugins/legacy_browser/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "roundcube/legacy_browser",
+ "type": "roundcube-plugin",
+ "description": "Legacy browser (IE 7/8, Firefox < 4) support",
+ "license": "GPLv3+",
+ "version": "1.0",
+ "authors": [
+ {
+ "name": "Aleksander Machniak",
+ "email": "alec@alec.pl",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "http://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}
diff --git a/plugins/password/composer.json b/plugins/password/composer.json
new file mode 100644
index 0000000..3aba2a2
--- /dev/null
+++ b/plugins/password/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "roundcube/password",
+ "type": "roundcube-plugin",
+ "description": "Password Change for Roundcube. Plugin adds a possibility to change user password using many methods (drivers) via Settings/Password tab.",
+ "license": "GPLv3+",
+ "version": "3.5",
+ "authors": [
+ {
+ "name": "Aleksander Machniak",
+ "email": "alec@alec.pl",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "http://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}
diff --git a/plugins/squirrelmail_usercopy/composer.json b/plugins/squirrelmail_usercopy/composer.json
new file mode 100644
index 0000000..c60a499
--- /dev/null
+++ b/plugins/squirrelmail_usercopy/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "roundcube/squirrelmail_usercopy",
+ "type": "roundcube-plugin",
+ "description": "Copy a new users identity and settings from a nearby Squirrelmail installation",
+ "license": "GPLv3+",
+ "version": "1.4",
+ "authors": [
+ {
+ "name": "Thomas Bruederli",
+ "email": "roundcube@gmail.com",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "http://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}
--
Gitblit v1.9.1