diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ php.ini public/css/ *.log + +#CI +build/ +cache.properties diff --git a/build.xml b/build.xml new file mode 100644 --- /dev/null +++ b/build.xml @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer.json b/composer.json --- a/composer.json +++ b/composer.json @@ -12,10 +12,14 @@ "laravel/socialite": "^2.0" }, "require-dev": { + "ext-xsl": "*", "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~4.0", + "pdepend/pdepend" : "@stable", + "phpmd/phpmd" : "@stable", "phpspec/phpspec": "~2.1", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "2.*", "symfony/dom-crawler": "~3.0", "symfony/css-selector": "~3.0" }, diff --git a/phpdox.xml b/phpdox.xml new file mode 100644 --- /dev/null +++ b/phpdox.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ruleset.xml b/ruleset.xml new file mode 100644 --- /dev/null +++ b/ruleset.xml @@ -0,0 +1,18 @@ + + + + The PHPMD rule set for Nasqueron projects. + + + + + + + +