Merge pull request #885 from beathorst/master

added namespace to typo3 recipe to make it work in 4.0
This commit is contained in:
Anton Medvedev 2016-11-18 09:31:55 +07:00 committed by GitHub
commit 84f68a2219

View File

@ -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