File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes in PHPCOV are documented in this file using the [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 8.1.1] - 2020-MM-DD
6
+
7
+ ### Fixed
8
+
9
+ * [ #102 ] ( https://github.com/sebastianbergmann/phpcov/issues/102 ) : Not all source files of sebastian/cli-parser packaged in PHAR
10
+
5
11
## [ 8.1.0] - 2020-08-13
6
12
7
13
### Added
@@ -54,6 +60,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
54
60
55
61
* Removed support for PHP versions older than PHP 7.2
56
62
63
+ [ 8.1.1 ] : https://github.com/sebastianbergmann/phpcov/compare/8.1.0...master
57
64
[ 8.1.0 ] : https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
58
65
[ 8.0.0 ] : https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
59
66
[ 7.0.2 ] : https://github.com/sebastianbergmann/phpcov/compare/7.0.1...7.0.2
Original file line number Diff line number Diff line change 80
80
81
81
<copy todir =" ${ basedir } /build/phar/sebastian" >
82
82
<fileset dir =" ${ basedir } /vendor/sebastian" >
83
- <include name =" **/src/*.php" />
83
+ <include name =" **/src/**/* .php" />
84
84
</fileset >
85
85
</copy >
86
86
92
92
93
93
<copy todir =" ${ basedir } /build/phar/theseer" >
94
94
<fileset dir =" ${ basedir } /vendor/theseer" >
95
- <include name =" **/src/*.php" />
95
+ <include name =" **/src/**/* .php" />
96
96
</fileset >
97
97
</copy >
98
98
You can’t perform that action at this time.
0 commit comments