[TASK] Raise typo3/testing-framework to ^6.6.0
Makes lit-html loadable in unit tests. composer require --dev typo3/testing-framework ^6.6.0 Change-Id: I4b5cbf0825d12708882e744b10ffa31b78332c25 Resolves: #93074 Releases: master, 10.4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67113 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
... | ... | @@ -94,7 +94,7 @@ |
"phpstan/phpstan": "^0.12.44", | ||
"phpunit/phpunit": "^8.5.2", | ||
"typo3/cms-styleguide": "~11.0.1", | ||
"typo3/testing-framework": "^6.5.0" | ||
"typo3/testing-framework": "^6.6.0" | ||
}, | ||
"suggest": { | ||
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", | ||
... | ... |
Please register or sign in to comment