Skip to content

Commit 10b55be

Browse files
authored
Merge pull request #604 from ergebnis/feature/php84
Enhancement: Allow installation on PHP 8.4
2 parents d746340 + 2bbb12e commit 10b55be

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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.15.1...main`][2.15.1...main].
1010

11+
### Changed
12+
13+
- Allowed installation on PHP 8.4 ([#604]), by [@localheinz]
14+
1115
## [`2.15.1`][2.15.1]
1216

1317
For a full diff see [`2.15.0...2.15.1`][2.15.0...2.15.1].
@@ -348,6 +352,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
348352
[#534]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/534
349353
[#559]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/559
350354
[#598]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/598
355+
[#604]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/604
351356

352357
[@HypeMC]: https://github.com/HypeMC
353358
[@localheinz]: https://github.com/localheinz

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"security": "https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/.github/SECURITY.md"
2525
},
2626
"require": {
27-
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
27+
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2828
"phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0"
2929
},
3030
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)