Skip to content

Commit 3f6eadb

Browse files
authored
Merge pull request #342 from ergebnis/fix/remove
Fix: Prevent inclusion of `phpunit/phpunit` in PHAR
2 parents e539866 + 0d57145 commit 3f6eadb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
dependencies: "${{ matrix.dependencies }}"
6060

6161
- name: "Remove phpunit/phpunit"
62-
run: "composer remove phpiunit/phpunit --ansi --no-interaction --no-progress"
62+
run: "composer remove phpunit/phpunit --ansi --no-interaction --no-progress"
6363

6464
- name: "Install dependencies with phive"
6565
uses: "ergebnis/.github/actions/phive/[email protected]"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.3.0...main`][2.3.0...main].
1010

11+
### Fixed
12+
13+
- Prevented inclusion of `phpunit/phpunit` in PHAR ([#342]), by [@localheinz]
14+
1115
## [`2.3.0`][2.3.0]
1216

1317
For a full diff see [`2.2.0...2.3.0`][2.2.0...2.3.0].
@@ -142,5 +146,6 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
142146
[#272]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/272
143147
[#273]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/273
144148
[#340]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/340
149+
[#342]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/342
145150

146151
[@localheinz]: https://github.com/localheinz

0 commit comments

Comments
 (0)