Browse Source

FD3-660 update composer.json

Espinoza Guillermo 6 years ago
parent
commit
88647bdb95
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -198,8 +198,8 @@
             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
         ],
         "post-install-cmd": [
-            "@workflows-commands",
             "@symfony-scripts",
+            "@workflows-commands",
             "@mkdir-dir-cache-sessions-logs",
             "@chmod-dir-cache-sessions-logs",
             "@doctrine-update",
@@ -208,8 +208,8 @@
             "@doctrine-migrations"
         ],
         "post-update-cmd": [
-            "@workflows-commands",
             "@symfony-scripts",
+            "@workflows-commands",
             "@mkdir-dir-cache-sessions-logs",
             "@chmod-dir-cache-sessions-logs",
             "@auto-increment"