Skip to content

Instantly share code, notes, and snippets.

View ulrikkold's full-sized avatar

Ulrik Høyer Kold ulrikkold

View GitHub Profile
@ulrikkold
ulrikkold / composer.json
Created November 17, 2017 10:54 — forked from helhum/composer.json
The (currently) ideal TYPO3 composer setup
{
"require": {
"typo3-console/composer-auto-setup": "^0.1",
"georgringer/news": "^6.1",
"helhum/typo3-secure-web": "^0.2.5",
"typo3/cms-introduction": "^3.0"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
@ulrikkold
ulrikkold / build.xml
Last active August 29, 2015 14:11 — forked from derhansen/build.xml
<project name="TYPO3-62-Extbase-Extension" default="build" basedir=".">
<property environment="env"/>
<target name="build" depends="init, unittests, phpcs, phpmd, phpcpd, cleanup">
</target>
<target name="init">
<mkdir dir="${env.WORKSPACE}/build"/>
<mkdir dir="${env.WORKSPACE}/build/phpcs"/>
<mkdir dir="${env.WORKSPACE}/build/phpunit"/>
<?php
/* *
* Typical TYPO3 Surf deployment for TYPO3 CMS with one target node *
* *
* It is free software; you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License, either version 3 *
* of the License, or (at your option) any later version. *
* *
* The TYPO3 project - inspiring people to share! *