Bug #78266
closedInstalling 8.0.1 - 8.3.1 with composer end-up with error
0%
Description
In my ci system i have the following problem.
When i install TYPO3 with composer:
e.g.:
composer require --dev --prefer-source typo3/cms="8.0.1"
since yesterday i have the following problem:
PHP Fatal error: Class TYPO3\CMS\Fluid\Core\Cache\FluidTemplateCache contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface::getCacheWarmer) in /home/travis/build/ext-solr/.Build/vendor/typo3/cms/typo3/sysext/fluid/Classes/Core/Cache/FluidTemplateCache.php on line 27
For me it looks like, that the composer dependency e.g. in 8.0.1 or 8.3.1 allows also the install of fluid 1.1.0 (which afaik should only be used since 8.4):
"typo3fluid/fluid": "^1.0.7", which is ">=1.0.7 <2.0.0"
Updated by Wouter Wolters about 8 years ago
- Status changed from New to Closed
This was resolved yesterday by Claus Due. Please try again :-)