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; /**