File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
- 7.0
7
7
- 7.1
8
8
- 7.2
9
+ - 7.3
10
+ - 7.4snapshot
9
11
- nightly
10
12
11
13
matrix :
12
14
allow_failures :
13
15
- php : nightly
14
16
15
17
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
17
19
- composer install --prefer-dist
18
20
- echo "vendor/autoload.php" > composer.pth
19
21
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Coverage change log
3
3
4
4
## ?.?.? / ????-??-??
5
5
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
+
6
11
## 0.3.1 / 2018-09-23
7
12
8
13
* Fixed class loading errors in global installation - @thekid
Original file line number Diff line number Diff line change 8
8
"require" : {
9
9
"xp-framework/core" : " ^9.0 | ^8.0" ,
10
10
"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" ,
12
12
"php" : " >=7.0.0"
13
13
},
14
14
"bin" : [" bin/xp.xp-forge.coverage" ],
You can’t perform that action at this time.
0 commit comments