Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Feb 10, 2019
1 parent 92b5aa3 commit b24636f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "sheer/img_to_attach",
"type": "phpbb-extension",
"description": "",
"homepage": "http://www.phpbbguru.net/",
"version": "1.0.0",
"time": "2015-08-09",
"homepage": "https://www.phpbbguru.net/community/viewtopic.php?f=64&t=49373",
"version": "1.0.3",
"time": "2019-02-10",
"license": "GPL-2.0",
"authors": [
{
"name": "Sheer",
"homepage": "http://www.phpbbguru.net/",
"homepage": "https://www.phpbbguru.net/",
"role": "Developer"
}
],
Expand All @@ -22,7 +22,13 @@
"extra": {
"display-name": "IMG to Attachment",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
"phpbb/phpbb": "3.2.*@dev"
},
"version-check": {
"host": "sheer.phpbbguru.net",
"ssl": true,
"directory": "/versions/img_to_attach",
"filename": "version.json"
}
}
}

0 comments on commit b24636f

Please sign in to comment.