Skip to content

Commit 72c4618

Browse files
committed
Add compatibility with phpunit/php-code-coverage 7.0, PHP 7.3 and PHP 7.4
1 parent 7f2f466 commit 72c4618

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ php:
66
- 7.0
77
- 7.1
88
- 7.2
9+
- 7.3
10+
- 7.4snapshot
911
- nightly
1012

1113
matrix:
1214
allow_failures:
1315
- php: nightly
1416

1517
before_script:
16-
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
18+
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.1.7.sh > xp-run
1719
- composer install --prefer-dist
1820
- echo "vendor/autoload.php" > composer.pth
1921

ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Coverage change log
33

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

6+
## 0.4.0 / 2019-09-16
7+
8+
* Added compatibility with PHP 7.3 and PHP 7.4 - @thekid
9+
* Made compatible with `phpunit/php-code-coverage` version 7.0 - @thekid
10+
611
## 0.3.1 / 2018-09-23
712

813
* Fixed class loading errors in global installation - @thekid

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require" : {
99
"xp-framework/core": "^9.0 | ^8.0",
1010
"xp-framework/unittest": "^9.7",
11-
"phpunit/php-code-coverage": "^6.0 | ^5.3",
11+
"phpunit/php-code-coverage": "^7.0 | ^6.0 | ^5.3",
1212
"php": ">=7.0.0"
1313
},
1414
"bin": ["bin/xp.xp-forge.coverage"],

0 commit comments

Comments
 (0)