[TASK] Raise ext:styleguide extension versions
Raise ext:styleguide extension versions to * 9.0.1 * 8.0.14 The styleguide extensions uses and invalid configuration for FAL references using the table sys_file_reference as MM table - the regular use case is to use that as 1:n foreign_field composite assiciation. In a result the example in the styleguide extension mixed the meaning and behavior of both fields uid_local and uid_foreign. Resolves: #83355 Releases: master, 8.7 Change-Id: I203b468b4a06e3196a98e2c5de1ba06419a65636 Reviewed-on: https://review.typo3.org/55112 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
... | ... | @@ -59,9 +59,9 @@ |
"typo3/testing-framework": "2.0.1", | ||
"codeception/codeception": "^2.3", | ||
"enm1989/chromedriver": "~2.30", | ||
"typo3/cms-styleguide": "~9.0.0", | ||
"friendsofphp/php-cs-fixer": "^2.0", | ||
"fiunchinho/phpunit-randomizer": "~3.0.0" | ||
"fiunchinho/phpunit-randomizer": "~3.0.0", | ||
"typo3/cms-styleguide": "~9.0.1" | ||
}, | ||
"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