Skip to content

Commit 683832d

Browse files
committed
Raise typo3/testing-framework requirement for v13 compatibility
Some 8.x versions are not compatible with v13 due to changes in the entrypoints, so we now require the highest currently available version.
1 parent 02756a7 commit 683832d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/console": "^6.2 || ^7.0",
3838
"symfony/filesystem": "^6.2 || ^7.0",
3939
"typo3/coding-standards": "^0.5.4",
40-
"typo3/testing-framework": "^8.0 || ^9.0"
40+
"typo3/testing-framework": "^8.2.3 || ^9.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)