Skip to content

Commit 9780958

Browse files
committed
Fix: Explicitly include src/ directory when compiling PHAR
1 parent b8b7452 commit 9780958

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`2.15.0...main`][2.15.0...main].
1010

11+
### Fixed
12+
13+
- Explicitly included `src/` directory when building PHAR ([#598]), by [@localheinz]
14+
1115
## [`2.15.0`][2.15.0]
1216

1317
For a full diff see [`2.14.0...2.15.0`][2.14.0...2.15.0].
@@ -337,6 +341,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
337341
[#533]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/533
338342
[#534]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/534
339343
[#559]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/559
344+
[#598]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/598
340345

341346
[@HypeMC]: https://github.com/HypeMC
342347
[@localheinz]: https://github.com/localheinz

box.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"KevinGH\\Box\\Compactor\\Php"
66
],
77
"compression": "GZ",
8+
"directories": [
9+
"src/"
10+
],
811
"files": [
912
"manifest.xml"
1013
],

0 commit comments

Comments
 (0)