From fdd3b443f3188912c4bad291d43eb8e2d281cfa6 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 27 Jan 2015 17:34:00 +0100 Subject: [PATCH] Update build tool. --- build.properties | 5 +---- composer.json | 2 +- runonce/migrate.php | 9 +++++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/build.properties b/build.properties index 3dc111a..df1e841 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,2 @@ -phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml -phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml - -ccabs.bin.dir = ${basedir}/bin +phpcq.bin.dir = ${basedir}/bin diff --git a/composer.json b/composer.json index 3c1fa60..6c38dee 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "doctrine/cache": "~1.0" }, "require-dev":{ - "netzmacht/contao-build-tools": "1.0.x-dev" + "netzmacht/contao-build-tools": "~1.1" }, "autoload": { "psr-0": { diff --git a/runonce/migrate.php b/runonce/migrate.php index 8b376f4..0e61b66 100644 --- a/runonce/migrate.php +++ b/runonce/migrate.php @@ -1,5 +1,14 @@ + * @copyright 2014 netzmacht creative David Molineus + * @license LGPL 3.0 + * @filesource + * + */ + namespace Netzmacht\Contao\Leaflet\runonce; /**