Skip to content

Commit afc8276

Browse files
authored
Merge pull request #704 from ergebnis/feature/php85
Enhancement: Allow installation on PHP 8.5
2 parents 37b65be + d04ff3e commit afc8276

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.19.1...main`][2.19.1...main].
1010

11+
### Changed
12+
13+
- Allowed installation on PHP 8.5 ([#704]), by [@localheinz]
14+
1115
## [`2.19.1`][2.19.1]
1216

1317
For a full diff see [`2.19.0...2.19.1`][2.19.0...2.19.1].
@@ -411,6 +415,7 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
411415
[#635]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/635
412416
[#651]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/651
413417
[#664]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/664
418+
[#704]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/704
414419

415420
[@dantleech]: https://github.com/dantleech
416421
[@HypeMC]: https://github.com/HypeMC

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 || ~8.4.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 || ~8.5.0",
2828
"phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.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)