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

V7.5.23: Add support for PHP 8 and TYPO3 11.3

Compare
Choose a tag to compare
@oliverklee oliverklee released this 14 Aug 17:34
· 204 commits to main since this release
v7.5.23
8b716d9

Added

  • Support TYPO3 11.3 (#244)
  • Add PHPStan to the CI pipeline (#224)
  • Allow installations with PHP 8 (#223)
  • Add an .editorconfig file (#212, #219)

Changed

  • Limit the allowed number of arguments to _call to 9 (#230)

Deprecated

  • Deprecate getAccessibleMock, buildAccessibleProxy and AccessibleObject (#241)

Removed

  • Drop the tutorial on testing protected methods (#246)
  • Drop _callRef, _setRef, getStatic, setStatic and getProtectedProperty (#237)