Update build tool.

This commit is contained in:
David Molineus
2015-01-27 17:34:00 +01:00
parent c9c2bd3cce
commit fdd3b443f3
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,2 @@
phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml phpcq.bin.dir = ${basedir}/bin
phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml
ccabs.bin.dir = ${basedir}/bin

View File

@@ -31,7 +31,7 @@
"doctrine/cache": "~1.0" "doctrine/cache": "~1.0"
}, },
"require-dev":{ "require-dev":{
"netzmacht/contao-build-tools": "1.0.x-dev" "netzmacht/contao-build-tools": "~1.1"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {

View File

@@ -1,5 +1,14 @@
<?php <?php
/**
* @package dev
* @author David Molineus <david.molineus@netzmacht.de>
* @copyright 2014 netzmacht creative David Molineus
* @license LGPL 3.0
* @filesource
*
*/
namespace Netzmacht\Contao\Leaflet\runonce; namespace Netzmacht\Contao\Leaflet\runonce;
/** /**