Skip to content

Commit

Permalink
updated composer.json:
Browse files Browse the repository at this point in the history
- 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.
12 changes: 10 additions & 2 deletions composer.json
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"
}
],
Expand All @@ -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"
}
}
}

0 comments on commit 6ecf047

Please sign in to comment.