From 49ee152dce9088679dda000a8faaa3a3ab55aac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 21 Aug 2019 22:57:56 +0200 Subject: [PATCH] Enhancement: Run 'composer normalize' as part of the build --- build.xml | 26 ++++++++++++++++++++++++++ composer.json | 1 + 2 files changed, 27 insertions(+) diff --git a/build.xml b/build.xml index 66ced1d9..9b13f31f 100644 --- a/build.xml +++ b/build.xml @@ -5,6 +5,7 @@ composer, lint, cs, + composer-normalize-check, tests, phpstan "/> @@ -20,6 +21,31 @@ + + + + + + + + + + + + + + +