[BUGFIX] Mark typo3fluid/fluid version 2.6.5 as conflicting
A failing nightly test is fixed by avoiding the fluid version to be raised until the cause can be resolved. Resolves: #89480 Releases: master, 9.5 Change-Id: I65329b1ea08c2fbf46766cb82365a7e4275b99c7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62050 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Richard Haeser <richard@maxserv.com>
... | ... | @@ -93,7 +93,8 @@ |
"symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0", | ||
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", | ||
"symfony/routing": "4.2.7", | ||
"phpdocumentor/reflection-docblock": ">= 4.3.2" | ||
"phpdocumentor/reflection-docblock": ">= 4.3.2", | ||
"typo3fluid/fluid": "2.6.5" | ||
}, | ||
"provide": { | ||
"psr/http-client-implementation": "1.0", | ||
... | ... |
Please register or sign in to comment