diff --git a/composer.json b/composer.json index d5fbfcdfa06b..c32d43051ddc 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "typo3/cms-cli": "^2.0", "typo3/cms-composer-installers": "^2.0", "typo3/phar-stream-wrapper": "^3.0.1", - "typo3fluid/fluid": "^2.5.2" + "typo3fluid/fluid": "^2.6.0" }, "require-dev": { "codeception/codeception": "^2.4.5", diff --git a/composer.lock b/composer.lock index 38ee81e3670d..87b9d7c66e54 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a9f5fc4202135d8a4e669714e42ae67d", + "content-hash": "33399b55d971b21e0ababf10897bcdf0", "packages": [ { "name": "cogpowered/finediff", @@ -1906,7 +1906,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -2368,16 +2368,16 @@ }, { "name": "typo3fluid/fluid", - "version": "2.5.4", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", - "reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181" + "reference": "e3533d0b80e4020cf0de7a546efaae25866f898b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/bcd0ff44dd3c4f9d0f37097b0237db6319c2b181", - "reference": "bcd0ff44dd3c4f9d0f37097b0237db6319c2b181", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/e3533d0b80e4020cf0de7a546efaae25866f898b", + "reference": "e3533d0b80e4020cf0de7a546efaae25866f898b", "shasum": "" }, "require": { @@ -2385,8 +2385,8 @@ }, "require-dev": { "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "^2.7" }, "bin": [ @@ -2403,7 +2403,7 @@ "LGPL-3.0-or-later" ], "description": "The TYPO3 Fluid template rendering engine", - "time": "2018-07-09T12:55:32+00:00" + "time": "2018-12-07T14:46:13+00:00" } ], "packages-dev": [ diff --git a/typo3/sysext/adminpanel/composer.json b/typo3/sysext/adminpanel/composer.json index 4ef34cf56116..c568ca912cae 100644 --- a/typo3/sysext/adminpanel/composer.json +++ b/typo3/sysext/adminpanel/composer.json @@ -17,7 +17,7 @@ "typo3/cms-core": "9.5.*@dev", "typo3/cms-fluid": "9.5.*@dev", "typo3/cms-frontend": "9.5.*@dev", - "typo3fluid/fluid": "^2.5.2", + "typo3fluid/fluid": "^2.6.0", "psr/http-message": "~1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0" diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index b02ec6a22fea..383fa93f5e80 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -44,7 +44,7 @@ "typo3/cms-cli": "^2.0", "typo3/cms-composer-installers": "^2.0", "typo3/phar-stream-wrapper": "^3.0.1", - "typo3fluid/fluid": "^2.5.2" + "typo3fluid/fluid": "^2.6.0" }, "require-dev": { "codeception/codeception": "^2.4.5", diff --git a/typo3/sysext/fluid/composer.json b/typo3/sysext/fluid/composer.json index 0296abf31b94..3e5ba366cd78 100644 --- a/typo3/sysext/fluid/composer.json +++ b/typo3/sysext/fluid/composer.json @@ -15,7 +15,7 @@ "require": { "typo3/cms-core": "9.5.*@dev", "typo3/cms-extbase": "9.5.*@dev", - "typo3fluid/fluid": "^2.5.2" + "typo3fluid/fluid": "^2.6.0" }, "conflict": { "typo3/cms": "*" diff --git a/typo3/sysext/redirects/composer.json b/typo3/sysext/redirects/composer.json index 818b85f8ee21..5925c7d24b76 100644 --- a/typo3/sysext/redirects/composer.json +++ b/typo3/sysext/redirects/composer.json @@ -15,7 +15,7 @@ "require": { "typo3/cms-backend": "9.5.*@dev", "typo3/cms-core": "9.5.*@dev", - "typo3fluid/fluid": "^2.5.2" + "typo3fluid/fluid": "^2.6.0" }, "conflict": { "typo3/cms": "*"