Skip to content

Commit

Permalink
[TASK] Raise typo3/testing-framework to 6.4.7
Browse files Browse the repository at this point in the history
Contains a change for an upcoming workspace related
core patch.

composer require --dev typo3/testing-framework ^6.4.7

Change-Id: I11980b635e3a2b00de481a8d73b69368554c08d3
Releases: master, 10.4
Resolves: #92818
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66603
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
bmack authored and lolli42 committed Nov 11, 2020
1 parent 33d6afc commit 389edca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -94,7 +94,7 @@
"phpstan/phpstan": "^0.12.44",
"phpunit/phpunit": "^8.5.2",
"typo3/cms-styleguide": "~10.0.4",
"typo3/testing-framework": "^6.4.6"
"typo3/testing-framework": "^6.4.7"
},
"suggest": {
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
Expand Down
14 changes: 7 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 @@ -72,7 +72,7 @@
"phpspec/prophecy": "^1.7.5",
"phpstan/phpstan": "^0.12.44",
"typo3/cms-styleguide": "~10.0.4",
"typo3/testing-framework": "^6.4.6"
"typo3/testing-framework": "^6.4.7"
},
"suggest": {
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
Expand Down

0 comments on commit 389edca

Please sign in to comment.