Skip to content

Commit dc34703

Browse files
committed
Remove references to HHVM in contributing notes
1 parent a61c887 commit dc34703

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 13 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

@@ -135,7 +125,7 @@ The following template should be used for creating GitHub release notes via
135125
[this form](https://github.com/mongodb/mongo-php-library/releases/new).
136126

137127
```
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).
128+
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.
139129
140130
**Release Highlights**
141131
@@ -160,7 +150,7 @@ This library may be installed or upgraded with:
160150
161151
composer require mongodb/mongodb
162152
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).
153+
Installation instructions for the `mongodb` extension may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
164154
```
165155

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

0 commit comments

Comments
 (0)