diff --git a/build.xml b/build.xml
index 489b986..c835c8a 100644
--- a/build.xml
+++ b/build.xml
@@ -14,8 +14,6 @@
-
-
diff --git a/composer.json b/composer.json
index 33fc5bd..2d70006 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,11 @@
"email": "bschussek@2bepublished.at"
}
],
+ "config": {
+ "optimize-autoloader": true,
+ "sort-packages": true
+ },
+ "prefer-stable": true,
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"