Skip to content

Commit d9c277a

Browse files
committed
Merge pull request #484
2 parents a61c887 + 7287707 commit d9c277a

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ test suite. In addition to various PHPUnit options, it defines required
3535
this configuration by creating your own `phpunit.xml` file based on the
3636
`phpunit.xml.dist` file we provide.
3737

38-
### Testing on HHVM
39-
40-
By default, the PHPUnit script relies on the `php` interpreter for your shell
41-
(i.e. `#!/usr/bin/env php`). You can run the test suite with HHVM like so:
42-
43-
```
44-
$ hhvm vendor/bin/phpunit
45-
```
46-
4738
## Documentation
4839

4940
Documentation for the library lives in the `docs/` directory and is built with
@@ -73,8 +64,7 @@ releasing the `vX.Y` branch as X.Y.Z).
7364

7465
### Ensure PHP version compatibility
7566

76-
Ensure that the library test suite completes on supported versions of PHP and
77-
HHVM.
67+
Ensure that the library test suite completes on supported versions of PHP.
7868

7969
### Transition JIRA issues and version
8070

@@ -100,10 +90,6 @@ changes in this maintenance branch. This is important because we will later
10090
merge the ensuing release commits up to master with `--strategy=ours`, which
10191
will ignore changes from the merged commits.
10292

103-
A version constant may be added at a later date (see:
104-
[PHPLIB-131](https://jira.mongodb.org/browse/PHPLIB-131)). For now, there is
105-
nothing to update.
106-
10793
### Tag release
10894

10995
The maintenance branch's HEAD will be the target for our release tag:
@@ -135,7 +121,7 @@ The following template should be used for creating GitHub release notes via
135121
[this form](https://github.com/mongodb/mongo-php-library/releases/new).
136122

137123
```
138-
The PHP team is happy to announce that version X.Y.Z of our MongoDB PHP library is now available. This library is a high-level abstraction for the PHP 5, PHP 7, and HHVM drivers (i.e. [`mongodb`](http://php.net/mongodb) extension).
124+
The PHP team is happy to announce that version X.Y.Z of the MongoDB PHP library is now available. This library is a high-level abstraction for the [`mongodb`](http://php.net/mongodb) extension.
139125
140126
**Release Highlights**
141127
@@ -160,7 +146,7 @@ This library may be installed or upgraded with:
160146
161147
composer require mongodb/mongodb
162148
163-
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
149+
Installation instructions for the `mongodb` extension may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
164150
```
165151

166152
The URL for the list of resolved JIRA issues will need to be updated with each

0 commit comments

Comments
 (0)