From 5dea23034f116ad85250723251e054bddf6bad51 Mon Sep 17 00:00:00 2001 From: Janek Ruessmann Date: Fri, 18 Nov 2016 00:41:30 +0100 Subject: [PATCH] added namespace to typo3 recipe to make it work in 4.0 --- recipe/typo3.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/typo3.php b/recipe/typo3.php index b5484d6c..cba62259 100644 --- a/recipe/typo3.php +++ b/recipe/typo3.php @@ -5,12 +5,14 @@ * file that was distributed with this source code. */ +namespace Deployer; + require_once __DIR__ . '/common.php'; /** * DocumentRoot / WebRoot for the TYPO3 installation */ -env('typo3_webroot', 'Web'); +set('typo3_webroot', 'Web'); /** * Main TYPO3 task