diff --git a/composer.json b/composer.json
index 01e34c798a89c7f4b9c0120d408d3a3af68af54f..b0f5ec7b56b7a6089b0213896e0ab8e2f911c0b1 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"