-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- PHP requirements - roundcubemail requirements - added keywords
- Loading branch information
paspo
authored and
paspo
committed
Oct 14, 2014
1 parent
ececbe8
commit 6ecf047
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "paspo/export_provisioning", | ||
"type": "roundcube-plugin", | ||
"description": "Lets you export a configuration file for iOS/OSX/WLM", | ||
"description": "Lets you export a configuration file for iOS/OSX/WLM.", | ||
"homepage": "https://github.com/paspo/roundcube_export_provisioning", | ||
"keywords": ["export","configuration","settings","ios","roundcube"], | ||
"license": "GPL-2.0", | ||
"version": "1.1.0", | ||
"authors": [ | ||
{ | ||
"name": "Paolo Asperti", | ||
"email": "[email protected]", | ||
"homepage":"https://github.com/paspo", | ||
"role": "Developer" | ||
} | ||
], | ||
|
@@ -19,6 +21,12 @@ | |
} | ||
], | ||
"require": { | ||
"roundcube/plugin-installer": ">=0.1.3" | ||
"php": ">=5.3,<6.0", | ||
"roundcube/plugin-installer": ">=0.1.2" | ||
}, | ||
"extra": { | ||
"roundcube": { | ||
"min-version": "1.0" | ||
} | ||
} | ||
} |