Skip to content

Commit

Permalink
Merge pull request #621 from dantleech/gh-620
Browse files Browse the repository at this point in the history
gh-620: Explicitly include `InstalledVersions.php` and `installed.php` in PHAR
  • Loading branch information
localheinz authored Oct 25, 2024
2 parents 0e91321 + 6124c55 commit 0fe7b42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.16.0...main`][2.16.0...main].

### Fixed

- Explicitly included `vendor/composer/installed.php` and `vendor/composer/InstalledVersions.php` when building PHAR ([#621]), by [@dantleech]

## [`2.16.0`][2.16.0]

For a full diff see [`2.15.1...2.16.0`][2.15.1...2.16.0].
Expand Down Expand Up @@ -360,6 +364,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[#598]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/598
[#604]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/604

[@dantleech]: https://github.com/dantleech
[@HypeMC]: https://github.com/HypeMC
[@localheinz]: https://github.com/localheinz
[@mvorisek]: https://github.com/mvorisek
4 changes: 3 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"src/"
],
"files": [
"manifest.xml"
"manifest.xml",
"vendor/composer/installed.php",
"vendor/composer/InstalledVersions.php"
],
"git": "git",
"main": "phar/phpunit-slow-test-detector.php",
Expand Down

0 comments on commit 0fe7b42

Please sign in to comment.