From 48f85de40ba493b06068bd50b06b450f1e121aec Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 27 Jun 2018 15:39:15 +0200 Subject: [PATCH] fbb-api - install bcmath extension --- customer/fbb-api/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index 7bb4c3fa..2292124e 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -62,6 +62,7 @@ php::extensions: pdo: {} redis: {} mysqlnd: {} + bcmath: {} php::settings: PHP/memory_limit: 320M -- 2.39.5