From 7a7b781155192cce81bcfee447057e08a7c197dd Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 28 Jun 2018 10:21:20 -0400 Subject: [PATCH] Update build automation --- build.xml | 2 -- composer.json | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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"