Skip to content

Commit

Permalink
[TASK] Raise typo3/testing-framework:^6.11.1
Browse files Browse the repository at this point in the history
Done in v11 with #95429, v10 needs this to
greenify nightlies again.

composer req --dev typo3/testing-framework:^6.11.1
composer req --dev typo3/testing-framework:^6.11.1 -d typo3/sysext/core --no-update

Change-Id: Ic4ac2d0f54b66995c3635029017a88f38b6c9f8f
Resolves: #95433
Related: #95429
Releases: 10.4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71403
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
lolli42 committed Oct 1, 2021
1 parent 088a85f commit 0551c2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -101,7 +101,7 @@
"phpstan/phpstan": "^0.12.64",
"phpunit/phpunit": "^8.5.13",
"typo3/cms-styleguide": "~10.0.4",
"typo3/testing-framework": "^6.11.0"
"typo3/testing-framework": "^6.11.1"
},
"suggest": {
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -79,7 +79,7 @@
"phpspec/prophecy": "^1.12.2",
"phpstan/phpstan": "^0.12.64",
"typo3/cms-styleguide": "~10.0.4",
"typo3/testing-framework": "^6.11.0"
"typo3/testing-framework": "^6.11.1"
},
"suggest": {
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
Expand Down

0 comments on commit 0551c2f

Please sign in to comment.