Skip to content

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 ca23837 commit 7185b0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Imaging APIs for the XP Framework ChangeLog

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

## 2.0.0 / 2016-02-21

* Added version compatibility with XP 7 - @thekid

## 1.0.1 / 2016-01-24

* Changed code base to no longer use deprecated FILE_MODE_* constants
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"description" : "Reads and writes JSON to and from various input sources",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "~6.0",
"xp-framework/core": "^7.0 | ^6.5",
"php" : ">=5.5.0"
},
"require-dev" : {
"xp-framework/unittest": "^7.0 | ^6.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
}
Expand Down

0 comments on commit 7185b0a

Please sign in to comment.