diff --git a/.gitignore b/.gitignore index 138027c..735129a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .idea vendor +coverage +build composer.lock composer.phar tests/resources/compile/* diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c2cb00 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +CHANGELOG +========= + + +## 1.0 (2013-05-30) + +- First release \ No newline at end of file diff --git a/composer.json b/composer.json index 7deb027..d3f0290 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ }, "require-dev": { "phpunit/phpunit": "3.7.*", + "satooshi/php-coveralls": "dev-master", "smarty/smarty": "3.*", "twig/twig": "1.*" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 39f3632..46db956 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -34,4 +34,8 @@ ./src/ + + + + \ No newline at end of file