From 7965ea86db005c920f08d2fa8025ce180787502a Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 4 Nov 2021 15:57:12 +0100
Subject: [PATCH] Automatically move core bundle to bottom

---
 composer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 01e34c7..b0f5ec7 100644
--- a/composer.json
+++ b/composer.json
@@ -45,7 +45,8 @@
     "scripts": {
         "auto-scripts": {
             "cache:clear": "symfony-cmd",
-            "assets:install %PUBLIC_DIR%": "symfony-cmd"
+            "assets:install %PUBLIC_DIR%": "symfony-cmd",
+            "vendor/dbp/relay-core-bundle/bin/move-core-bundle.php": "php-script"
         },
         "post-install-cmd": [
             "@auto-scripts"
-- 
GitLab