Skip to content

Commit 2a7a597

Browse files
Closes #102
1 parent 9bd7e2d commit 2a7a597

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes in PHPCOV are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

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+
511
## [8.1.0] - 2020-08-13
612

713
### Added
@@ -54,6 +60,7 @@ All notable changes in PHPCOV are documented in this file using the [Keep a CHAN
5460

5561
* Removed support for PHP versions older than PHP 7.2
5662

63+
[8.1.1]: https://github.com/sebastianbergmann/phpcov/compare/8.1.0...master
5764
[8.1.0]: https://github.com/sebastianbergmann/phpcov/compare/8.0.0...8.1.0
5865
[8.0.0]: https://github.com/sebastianbergmann/phpcov/compare/7.0.2...8.0.0
5966
[7.0.2]: https://github.com/sebastianbergmann/phpcov/compare/7.0.1...7.0.2

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<copy todir="${basedir}/build/phar/sebastian">
8282
<fileset dir="${basedir}/vendor/sebastian">
83-
<include name="**/src/*.php"/>
83+
<include name="**/src/**/*.php"/>
8484
</fileset>
8585
</copy>
8686

@@ -92,7 +92,7 @@
9292

9393
<copy todir="${basedir}/build/phar/theseer">
9494
<fileset dir="${basedir}/vendor/theseer">
95-
<include name="**/src/*.php"/>
95+
<include name="**/src/**/*.php"/>
9696
</fileset>
9797
</copy>
9898

0 commit comments

Comments
 (0)