Skip to content

Commit

Permalink
Add composer.json template in preparation for the new plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed May 15, 2013
1 parent 917f5e9 commit cd98012
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json-dist
@@ -0,0 +1,16 @@
{
"name": "roundcube/roundcubemail",
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net/"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
},
"minimum-stability": "dev"
}

0 comments on commit cd98012

Please sign in to comment.