diff --git a/.gitattributes b/.gitattributes index 2d8a464a..3329e4be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,4 @@ phpunit.xml.* export-ignore README.md export-ignore git-tools/ export-ignore .coveralls.yml export-ignore -composer.phar export-ignore -composer.lock export-ignore +build.xml export-ignore diff --git a/.gitignore b/.gitignore index d5df0ff9..f4dc3b51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea/* /tests/test_config.php /vendor/ +/build/ diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..85304792 --- /dev/null +++ b/build.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/composer.phar b/composer.phar index 4462f505..95991ed9 100755 Binary files a/composer.phar and b/composer.phar differ