Skip to content

Commit

Permalink
Update version check info inside composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Sep 5, 2015
1 parent 0c398d2 commit 38ffd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
},
"version-check": {
"host": "version.phpbb.com",
"directory": "/phpbb-extensions",
"filename": "autogroups_versions.json"
"host": "www.phpbb.com",
"directory": "/customise/db/extension/auto_groups",
"filename": "version_check"
}
}
}

0 comments on commit 38ffd4d

Please sign in to comment.