File tree 2 files changed +14
-7
lines changed 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Gitter] ( https://img.shields.io/gitter/room/mantisbt-plugins/source-integration.svg )] ( https://gitter.im/mantisbt-plugins/source-integration )
4
4
5
5
Copyright (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]
7
7
8
8
Released under the [ MIT license] ( http://opensource.org/licenses/MIT )
9
9
@@ -51,12 +51,19 @@ integration framework and API.
51
51
52
52
## Requirements
53
53
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.
56
56
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.
60
67
61
68
62
69
## Installation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ well as personal & organization Git repositories hosted on
9
9
10
10
## Requirements
11
11
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
13
13
[ README] ( ../README.md#requirements ) for further information.
14
14
15
15
Ensure both the ** Source** and ** SourceGithub** plugins are properly installed.
You can’t perform that action at this time.
0 commit comments