File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 33[ ![ Gitter] ( https://img.shields.io/gitter/room/mantisbt-plugins/source-integration.svg )] ( https://gitter.im/mantisbt-plugins/source-integration )
44
55Copyright (c) 2008 - 2012 John Reese - http://noswap.com
6- Copyright (c) 2012 -
2017 MantisBT Team -
[email protected] 6+ Copyright (c) 2012 -
2020 MantisBT Team -
[email protected] 77
88Released under the [ MIT license] ( http://opensource.org/licenses/MIT )
99
@@ -51,12 +51,19 @@ integration framework and API.
5151
5252## Requirements
5353
54- The Source Integration framework requires [ MantisBT] ( http://www.mantisbt.org/ )
55- version ** 2.0.1** or higher.
54+ The Source Integration framework requires ** [ MantisBT] ( http://www.mantisbt.org/ )
55+ version 2.0.1** or higher.
5656
57- Additionally, the _ SourceBitBucket_ and _ SourceGithub_ plugins
58- require the [ PHP Curl extension] ( http://php.net/book.curl ) , or the ability to
59- execute system calls ([ shell_exec] ( http://php.net/function.shell-exec ) ).
57+ ### VCS plugins
58+
59+ Some VCS plugins have additional, specific requirements:
60+
61+ - ** SourceBitBucket** requires the
62+ [ PHP Curl extension] ( http://php.net/book.curl ) , or the ability to execute
63+ system calls (via [ shell_exec] ( http://php.net/function.shell-exec ) ).
64+ - Starting with version 2.2.0 (bundled with Source Integration 2.4.0),
65+ ** SourceGithub** relies on [ Guzzle] ( http://guzzlephp.org/ ) to access the
66+ GitHub API, and therefore requires ** MantisBT 2.5.0** or later.
6067
6168
6269## Installation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ well as personal & organization Git repositories hosted on
99
1010## Requirements
1111
12- The ** SourceGithub** plugin requires MantisBT version 2.3 .0 or later. See the
12+ The ** SourceGithub** plugin requires MantisBT version 2.5 .0 or later. See the
1313[ README] ( ../README.md#requirements ) for further information.
1414
1515Ensure both the ** Source** and ** SourceGithub** plugins are properly installed.
You can’t perform that action at this time.
0 commit comments