From a2022f3b078d443709aeaa7e44e2dcb9b77460e3 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Wed, 8 Aug 2018 14:15:57 +0200 Subject: [PATCH] change order of plugins activation --- backend/composer.json | 4 ++-- dev.env => environment.env | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dev.env => environment.env (100%) diff --git a/backend/composer.json b/backend/composer.json index 72fff13..58f623a 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -76,8 +76,8 @@ "wp plugin activate jwt-authentication-for-wp-rest-api", "wp plugin activate gravityforms", "wp plugin activate gravityflow", - "wp plugin activate wiaas", - "wp plugin activate capability-manager-enhanced" + "wp plugin activate capability-manager-enhanced", + "wp plugin activate wiaas" ], "update-db": [ "wp core update-db", diff --git a/dev.env b/environment.env similarity index 100% rename from dev.env rename to environment.env