Skip to content

Commit

Permalink
Add XP 11 compatibility, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 4, 2022
1 parent cd8c9e9 commit 944b3e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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 @@ Web tests change log

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

## 7.1.0 / 2022-03-04

* Added compatibility with XP 11, newer dependency versions - @thekid

## 7.0.0 / 2020-04-05

* Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"description" : "Web tests for the XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^10.0 | ^9.0 | ^8.0",
"xp-framework/http": "^9.0 | ^8.0",
"xp-framework/xml": "^9.0 | ^8.0",
"xp-framework/logging": "^9.0 | ^8.0",
"xp-framework/patterns": "^8.0",
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"xp-framework/http": "^10.0 | ^9.0 | ^8.0",
"xp-framework/xml": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"xp-framework/logging": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"xp-framework/patterns": "^9.0 | ^8.0",
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.0 | ^8.0",
"php" : ">=7.0.0"
},
Expand Down

0 comments on commit 944b3e1

Please sign in to comment.