Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Add version compatibility with XP7
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 21, 2016
1 parent cb2509e commit 6e7d38d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ nsca ChangeLog

## ?.?.? / ????-??-??

## 5.0.0 / 2016-02-21

* Added version compatibility with XP 7 - @thekid

## 4.0.1 / 2016-01-23

* Fix code to use `nameof()` instead of the deprecated `getClassName()`
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"description" : "NSCA (Nagios Service Check Acceptor) Client",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core" : "^6.5",
"xp-framework/networking": "^6.6",
"xp-framework/security": "^6.6",
"xp-framework/core" : "^7.0 | ^6.5",
"xp-framework/networking": "^7.0 | ^6.6",
"xp-framework/security": "^7.0 | ^6.6",
"php" : ">=5.5.0"
},
"require-dev" : {
"xp-framework/unittest": "^6.5"
"xp-framework/unittest": "^7.0 | ^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 6e7d38d

Please sign in to comment.