Skip to content

Commit

Permalink
Merge pull request #53 from VSEphpbb/versioncheck
Browse files Browse the repository at this point in the history
Add version check feature
  • Loading branch information
michaelcullum committed Mar 13, 2015
2 parents 11179df + 79fc9e9 commit e9af81c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
"display-name": "Auto Groups",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
},
"version-check": {
"host": "version.phpbb.com",
"directory": "/phpbb-extensions",
"filename": "autogroups_versions.json"
}
}
}

0 comments on commit e9af81c

Please sign in to comment.