From a810ab08bf3d627ffaa48a17f85ba2ed16bb80ac Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Mon, 29 Aug 2016 00:17:05 +0200 Subject: [PATCH] Add forward-compatiblity with XP8 --- ChangeLog.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 46f8ec6..be81e2c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ nsca ChangeLog ## ?.?.? / ????-??-?? +## 5.1.0 / 2016-08-28 + +* Added forward compatibility with XP 8.0.0 - @thekid * Fixed exception handling in HeartBeat and NscaClient classes - @kiesel ## 5.0.0 / 2016-02-21 diff --git a/composer.json b/composer.json index b1187a6..8cd232a 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description" : "NSCA (Nagios Service Check Acceptor) Client", "keywords": ["module", "xp"], "require" : { - "xp-framework/core" : "^7.0 | ^6.5", + "xp-framework/core" : "^8.0 | ^7.0 | ^6.5", "xp-framework/networking": "^7.0 | ^6.6", "xp-framework/security": "^7.0 | ^6.6", "php" : ">=5.5.0"