Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
V8.5.1: Add support for TYPO3 12LTS and PHP 8.2/8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Dec 9, 2023
1 parent 323c225 commit c411133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/).
Instead, the version number mirrors the version number of the
PHPUnit package this extension is intended to be used with.

## x.y.z
## 8.5.1

### Added
- Add support for TYPO3 12LTS (#465)
Expand All @@ -15,10 +15,6 @@ PHPUnit package this extension is intended to be used with.
- Bump the Symfony dependencies (#380)
- Switch to the TYPO3 Code of Conduct (#309)

### Deprecated

### Removed

### Fixed
- Improve type safety (#311, #312, #351)

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2023
project: PHPUnit
version: 8.5
release: 8.5.0
release: 8.5.1
latex_documents:
- - Index
- phpunit.tex
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'PHPUnit',
'description' => 'PHPUnit test runner for TYPO3',
'version' => '8.5.0',
'version' => '8.5.1',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit c411133

Please sign in to comment.