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

Commit

Permalink
7.5.23: Add support for TYPO3 11.3 and PHP 8 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 14, 2021
1 parent 4c63ea1 commit 8b716d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ included PHPUnit package.

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 7.5.23

### Added
- Support TYPO3 11.3 (#244)
- Add PHPStan to the CI pipeline (#224)
Expand All @@ -23,8 +35,6 @@ included PHPUnit package.
- Drop the tutorial on testing protected methods (#246)
- Drop `_callRef`, `_setRef`, `getStatic`, `setStatic` and `getProtectedProperty` (#237)

### Fixed

## 7.5.22

### Added
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2020
copyright: 2021
project: PHPUnit
version: 7.5
release: 7.5.22
release: 7.5.23
latex_documents:
- - Index
- phpunit.tex
Expand All @@ -27,4 +27,4 @@ conf.py:
t3tsref:
- https://docs.typo3.org/typo3cms/TyposcriptReference/
- null
...
...
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['phpunit'] = [
'title' => 'PHPUnit',
'description' => 'Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.',
'version' => '7.5.22',
'version' => '7.5.23',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 8b716d9

Please sign in to comment.