Skip to content

Commit

Permalink
Version 3.0.11 release. Removed HHVM since it is no longer supported …
Browse files Browse the repository at this point in the history
…in Travis.
  • Loading branch information
Austinb committed Jun 27, 2017
1 parent b49b30f commit 2c99c78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ php:
- 5.6.30
- 7.0.17
- 7.1.3
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
GameQ is a PHP library that allows you to query multiple types of multiplayer game & voice servers at the same time.

## Requirements
* PHP 5.4.14+ - [Tested](https://travis-ci.org/Austinb/GameQ) in PHP 5.4, 5.5, 5.6, 7.0, 7.1 & [HHVM](http://hhvm.com/)
* PHP 5.4.14+ - [Tested](https://travis-ci.org/Austinb/GameQ) in PHP 5.4, 5.5, 5.6, 7.0 & 7.1
* [Bzip2](http://www.php.net/manual/en/book.bzip2.php) - Used for A2S Compressed responses

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "austinb/gameq",
"description": "GameQ Gameserver Library",
"keywords": ["gameq","serverstatus"],
"version": "v3.0.10",
"version": "v3.0.11",
"license": "LGPL-3.0+",
"authors": [
{
Expand Down

0 comments on commit 2c99c78

Please sign in to comment.