diff --git a/README.md b/README.md index 2382a7a8..d9cbb726 100644 --- a/README.md +++ b/README.md @@ -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 & [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 & [HHVM](http://hhvm.com/) * [Bzip2](http://www.php.net/manual/en/book.bzip2.php) - Used for A2S Compressed responses ## Installation diff --git a/composer.json b/composer.json index 53bdeb7c..859f50c8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "austinb/gameq", "description": "GameQ Gameserver Library", "keywords": ["gameq","serverstatus"], - "version": "v3.0.9", + "version": "v3.0.10", "license": "LGPL-3.0+", "authors": [ {