Skip to content

Commit 6340290

Browse files
committed
Update README and Github config doc
- Copyright year - Requirements
1 parent 8785a84 commit 6340290

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Gitter](https://img.shields.io/gitter/room/mantisbt-plugins/source-integration.svg)](https://gitter.im/mantisbt-plugins/source-integration)
44

55
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]
77

88
Released 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

docs/CONFIGURING.SourceGithub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
Ensure both the **Source** and **SourceGithub** plugins are properly installed.

0 commit comments

Comments
 (0)