Commit dc34703b authored by Jeremy Mikola's avatar Jeremy Mikola

Remove references to HHVM in contributing notes

parent a61c887b
...@@ -35,15 +35,6 @@ test suite. In addition to various PHPUnit options, it defines required ...@@ -35,15 +35,6 @@ test suite. In addition to various PHPUnit options, it defines required
this configuration by creating your own `phpunit.xml` file based on the this configuration by creating your own `phpunit.xml` file based on the
`phpunit.xml.dist` file we provide. `phpunit.xml.dist` file we provide.
### Testing on HHVM
By default, the PHPUnit script relies on the `php` interpreter for your shell
(i.e. `#!/usr/bin/env php`). You can run the test suite with HHVM like so:
```
$ hhvm vendor/bin/phpunit
```
## Documentation ## Documentation
Documentation for the library lives in the `docs/` directory and is built with 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). ...@@ -73,8 +64,7 @@ releasing the `vX.Y` branch as X.Y.Z).
### Ensure PHP version compatibility ### Ensure PHP version compatibility
Ensure that the library test suite completes on supported versions of PHP and Ensure that the library test suite completes on supported versions of PHP.
HHVM.
### Transition JIRA issues and version ### Transition JIRA issues and version
...@@ -135,7 +125,7 @@ The following template should be used for creating GitHub release notes via ...@@ -135,7 +125,7 @@ The following template should be used for creating GitHub release notes via
[this form](https://github.com/mongodb/mongo-php-library/releases/new). [this form](https://github.com/mongodb/mongo-php-library/releases/new).
``` ```
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). 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.
**Release Highlights** **Release Highlights**
...@@ -160,7 +150,7 @@ This library may be installed or upgraded with: ...@@ -160,7 +150,7 @@ This library may be installed or upgraded with:
composer require mongodb/mongodb composer require mongodb/mongodb
Installation instructions for the PHP and HHVM driver may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php). Installation instructions for the `mongodb` extension may be found in the [PHP.net documentation](http://php.net/manual/en/mongodb.installation.php).
``` ```
The URL for the list of resolved JIRA issues will need to be updated with each The URL for the list of resolved JIRA issues will need to be updated with each
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment