Skip to content

Commit 8c2fae9

Browse files
committed
Make compatible with XP 11
1 parent a060722 commit 8c2fae9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Coverage change log
33

44
## ?.?.? / ????-??-??
55

6-
## 1.1.2 / 2021-10-21
6+
## 1.1.3 / 2021-10-21
77

88
* Made library compatible with XP 11 - @thekid
99

10+
## 1.1.2 / 2021-10-21
11+
12+
* Migrate test suite from Travis CI to GitHub Actions - @thekid
13+
1014
## 1.1.1 / 2020-10-31
1115

1216
* Removed workaround for sebastianbergmann/php-code-coverage#820 after

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "Coverage for the XP Framework",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^10.0 | ^9.0 | ^8.0",
9+
"xp-framework/core": "^11.0 | ^10.0 | ^9.0 | ^8.0",
1010
"xp-framework/unittest": "^11.0 | ^10.0 | ^9.7",
1111
"phpunit/php-code-coverage": "^9.2.2 | ^8.0 | ^7.0 | ^6.0 | ^5.3",
1212
"php": ">=7.0.0"

0 commit comments

Comments
 (0)