Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Add XP10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 29, 2019
1 parent 09a5a0c commit 02f2edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Unittests change log

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

## 10.1.1 / 2019-11-29

* Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid
* Merged PR #39: Rewrite annotations to use map syntax instead of key/
value pairs, implementing xp-framework/rfc#335
(@thekid)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "Unittests for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.10",
"xp-framework/core": "^10.0 | ^9.0 | ^8.0 | ^7.0 | ^6.10",
"php" : ">=5.6.0"
},
"bin": ["bin/xp.xp-framework.unittest.test"],
Expand Down

0 comments on commit 02f2edb

Please sign in to comment.