Skip to content

Commit

Permalink
Update composer with roundcube/plugin-installer and minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoares committed May 17, 2018
1 parent 7e655e8 commit e7b743d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Expand Up @@ -11,22 +11,24 @@
"name": "Denny Lin",
"email": "dennylin93@hs.ntnu.edu.tw",
"homepage": "https://github.com/dennylin93",
"role": "Developer"
"role": "Original developer"
},
{
"name": "Diana Soares",
"email": "diana.soares@gmail.com",
"homepage": "https://github.com/dsoares"
"homepage": "https://github.com/dsoares",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
},
"extra": {
"roundcube": {
Expand Down

0 comments on commit e7b743d

Please sign in to comment.