FriendsOfTYPO3 / extension_builder

TYPO3 extension to kickstart and maintain TYPO3 extensions
https://docs.typo3.org/p/friendsoftypo3/extension-builder/11.0/en-us/
GNU General Public License v2.0
113 stars 80 forks source link

[TASK] Update phpunit to v9.6 #754

Closed brotkrueml closed 6 months ago

brotkrueml commented 6 months ago

sebastian/diff is not used in extension builder directly, so it can be removed. It is a transitive dependency of phpunit. It paves the way to use a newer version of this package and unlocks the usage of phpunit v9.

Some deprecations introduced with phpunit v9 were solved.